Abstract
Anonymity has mostly been studied in the context where processes have no identity. A new notion of anonymity was recently introduced at PODC 2017, namely, this notion considers that the processes have distinct identities but disagree on the names of the read/write registers that define the shared memory. As an example, a register named A by a process p and a shared register named B by another process q may correspond to the very same register X, while the same name C may correspond to different registers for p and q. Recently, a memory-anonymous deadlock-free mutual exclusion algorithm has been proposed by some of the authors. This article addresses two different problems, namely election and memory de-anonymization. Election consists of electing a single process as a leader that is known by every process. Considering the shared memory as an array of atomic read/write registers SM [1.m], memory de-anonymization consists in providing each process pi with a mapping function mapi() such that, for any two processes pi and pj and any integer x ∈[l..m], mapi(x) and mapj(x) allow them to address the same register. Let n be the number of processes and α a positive integer. The article presents election and de-anonymization algorithms for m = α n+ β registers, where β is equal to 1, n−1, or belongs to a set denoted M(n) (which characterizes the values for which mutual exclusion can be solved despite anonymity). The de-anonymization algorithms are based on the use of election algorithms. The article also shows that the size of the permanent control information that, due to de-anonymization, a register must save forever, can be reduced to a single bit.
Original language | English |
---|---|
Title of host publication | Structural Information and Communication Complexity - 26th International Colloquium, SIROCCO 2019, Proceedings |
Editors | Keren Censor-Hillel, Michele Flammini |
Publisher | Springer Verlag |
Pages | 246-261 |
Number of pages | 16 |
ISBN (Print) | 9783030249212 |
DOIs | |
State | Published - 2019 |
Externally published | Yes |
Event | 26th International Colloquium on Structural Information and Communication Complexity, SIROCCO 2019 - L'Aquila, Italy Duration: 1 Jul 2019 → 4 Jul 2019 |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 11639 LNCS |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 26th International Colloquium on Structural Information and Communication Complexity, SIROCCO 2019 |
---|---|
Country/Territory | Italy |
City | L'Aquila |
Period | 1/07/19 → 4/07/19 |
Bibliographical note
Publisher Copyright:© Springer Nature Switzerland AG 2019.
Keywords
- Anonymous registers
- Asynchronous system
- Atomic read/write registers
- Concurrent algorithm
- Leader election
- Local memory
- Mapping
- Memory de-anonymization
- Mutual exclusion
- Synchronization