ReCord: A Distributed Hash Table with Recursive Structure
分布式、并行与集群计算
2016-08-31 v2
摘要
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.
引用
@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}
}
备注
16 pages, 7 figures