English

ReCord: A Distributed Hash Table with Recursive Structure

Distributed, Parallel, and Cluster Computing 2016-08-31 v2

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 nn-node ReCord with O(logn)O(\log n) node degree has an expected latency of Θ(logn)\Theta(\log n) hops. Alternatively, it can also offer Θ(lognloglogn)\Theta(\frac{\log n}{\log \log n}) hops latency at a higher cost of O(log2nloglogn)O(\frac{\log^2 n}{\log \log n}) node degree. Meanwhile, simulations of the dynamic behaviors of ReCord are studied.

Keywords

Cite

@article{arxiv.cs/0410074,
  title  = {ReCord: A Distributed Hash Table with Recursive Structure},
  author = {Jianyang Zeng and Wen-Jing Hsu},
  journal= {arXiv preprint arXiv:cs/0410074},
  year   = {2016}
}

Comments

16 pages, 7 figures