Anonymous Processors with Synchronous Shared Memory
Bogdan S. Chlebus, Gianluca De Marco, Muhammed Talo

TL;DR
This paper studies anonymous processors in synchronous shared memory systems, providing optimal algorithms for assigning unique identities under various conditions, including known or unknown number of processors and shared memory constraints.
Contribution
It introduces optimal Las Vegas and Monte Carlo algorithms for anonymous naming in shared memory systems, adapting to different knowledge and memory constraints.
Findings
Optimal expected time algorithms for known n
High probability correctness algorithms for unknown n
Use of O(n log n) random bits
Abstract
We consider synchronous distributed systems in which anonymous processors communicate by shared read-write variables. The goal is to have all the processors assign unique names to themselves. We consider the instances of this problem determined by whether the number is known or not, and whether concurrently attempting to write distinct values into the same memory cell is allowed or not, and whether the number of shared variables is a constant independent of or it is unbounded. For known , we give Las Vegas algorithms that operate in the optimum expected time, as determined by the amount of available shared memory, and use the optimum expected number of random bits. For unknown , we give Monte Carlo algorithms that produce correct output upon termination with probabilities that are , which is best possible when terminating almost surely and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed systems and fault tolerance · Cryptography and Data Security · Advanced Data Storage Technologies
