Mutex-based Desanonymization of an Anonymous Read/Write Memory
Abstract
Anonymous shared memory is a memory in which processes use different names for the same shared read/write register. As an example, a shared register named by a process and a shared register named by another process can correspond to the very same register , and similarly for the names at and at which can correspond to the same register . Hence, there is a permanent disagreement on the register names among the processes. This new notion of anonymity was recently introduced by G. Taubenfeld (PODC 2017), who presented several memory-anonymous algorithms and impossibility results. This paper introduces a new problem (new to our knowledge), that consists in "desanonymizing" an anonymous shared memory. To this end, it presents an algorithm that, starting with a shared memory made up of anonymous read/write atomic registers (i.e., there is no a priori agreement on their names), allows each process to compute a local addressing mapping, such that all the processes agree on the names of each register. The proposed construction is based on an underlying deadlock-free mutex algorithm for processes (recently proposed in a paper co-authored by some of the authors of this paper), and consequently inherits its necessary and sufficient condition on the size of the anonymous memory, namely must belongs to the set such that . This algorithm, which is also symmetric in the sense process identities can only be compared by equality, requires the participation of all the processes; hence it can be part of the system initialization. Last but not least, the proposed algorithm has a first-class noteworthy property, namely, its simplicity.
Keywords
Cite
@article{arxiv.1903.12204,
title = {Mutex-based Desanonymization of an Anonymous Read/Write Memory},
author = {Emmanuel Godard and Damien Imbs and Michel Raynal and Gadi Taubenfeld},
journal= {arXiv preprint arXiv:1903.12204},
year = {2019}
}