Reliable Data Storage in Distributed Hash Tables
Matthew Leslie

TL;DR
This paper analyzes and compares different data replication algorithms in Distributed Hash Tables, proposing a new dynamic algorithm optimized for unstable environments to improve reliability, performance, and scalability.
Contribution
It introduces a new dynamic replication algorithm for DHTs, analyzes its reliability, and compares it with existing algorithms through simulation.
Findings
The new algorithm enhances fault tolerance in unstable environments.
Replica placement strategies significantly affect reliability and performance.
Simulation results show trade-offs between bandwidth use, fault tolerance, and efficiency.
Abstract
Distributed Hash Tables offer a resilient lookup service for unstable distributed environments. Resilient data storage, however, requires additional data replication and maintenance algorithms. These algorithms can have an impact on both the performance and the scalability of the system. In this paper, we describe the goals and design space of these replication algorithms. We examine an existing replication algorithm, and present a new analysis of its reliability. We then present a new dynamic replication algorithm which can operate in unstable environments. We give several possible replica placement strategies for this algorithm, and show how they impact reliability and performance. Finally we compare all replication algorithms through simulation, showing quantitatively the difference between their bandwidth use, fault tolerance and performance.
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
TopicsPeer-to-Peer Network Technologies · Caching and Content Delivery · Advanced Data Storage Technologies
