ReCord: A Distributed Hash Table with Recursive Structure
Jianyang Zeng, Wen-Jing Hsu

TL;DR
ReCord is a scalable distributed hash table that improves performance and topology maintenance by using a recursive structure, balancing node degree and query latency effectively.
Contribution
It introduces ReCord, a generalized DHT with recursive structure, offering better tradeoffs in performance and maintenance compared to existing P2P systems.
Findings
ReCord achieves $O(rac{ ext{log} n}{ ext{log} ext{log} n})$ hop latency with higher node degree.
ReCord's expected latency is $ heta( ext{log} n)$ with $O( ext{log} n)$ node degree.
Simulations confirm the dynamic behavior and scalability of ReCord.
Abstract
We propose a simple distributed hash table called ReCord, which is a generalized version of Randomized-Chord and offers improved tradeoffs in performance and topology maintenance over existing P2P systems. ReCord is scalable and can be easily implemented as an overlay network, and offers a good tradeoff between the node degree and query latency. For instance, an -node ReCord with node degree has an expected latency of hops. Alternatively, it can also offer hops latency at a higher cost of node degree. Meanwhile, simulations of the dynamic behaviors of ReCord are studied.
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
