Toward Fault-Tolerant Atomic Data Access in Mutable Distributed Hash Tables

Yi Jiang,Guangtao Xue,Jinyuan You
DOI: https://doi.org/10.1109/IMSCCS.2006.135
2006-01-01
Abstract:Though the peer-to-peer network based on distributed hash table have scalability and availability features, but most of the distributed hash tables lack the support for the atomic data accessing, this ability is important to build data structures on distributed system. This paper gives the design and implementation of an atomic accessible mutable distributed hash table - FamDHT. The FamDHT use the Paxos distributed consensus protocol to ensure that the simultaneous access to data is executed under a total order agreement. The FamDHT is build on top of the Bamboo DHT, a robust, open-source DHT implementation. At the end of the paper, an evaluation was given
What problem does this paper attempt to address?