计算之智与哲学之慧分享 http://blog.sciencenet.cn/u/huangfuqiang

博文

分布式哈希表(DHT)

已有 8795 次阅读 2010-5-19 14:40 |个人分类:并行计算与分布式处理|系统分类:科研笔记| 分布式哈希表(DHT)

最近看了一篇论文Whnau: A Sybil-proof Distributed Hash Table,所以把DHT标记一下。
 
Distributed hash tables
(DHTs) are a class of decentralized distributed systems that provide a lookup service similar to a hash table; (key, value) pairs are stored in the DHT, and any participating node can efficiently retrieve the value associated with a given key. Responsibility for maintaining the mapping from keys to values is distributed among the nodes, in such a way that a change in the set of participants causes a minimal amount of disruption. This allows DHTs to scale to extremely large numbers of nodes and to handle continual node arrivals, departures, and failures.

DHTs form an infrastructure that can be used to build more complex services, such as distributed file systems, peer-to-peer file sharing and content distribution systems, cooperative web caching, multicast, anycast, domain name services, and instant messaging. Notable distributed networks that use DHTs include BitTorrent's distributed tracker, the Kad network, the Storm botnet, YaCy, and the Coral Content Distribution Network.

更多内容参见:http://en.wikipedia.org/wiki/Distributed_hash_table

http://upload.wikimedia.org/wikipedia/commons/thumb/9/98/DHT_en.svg/800px-DHT_en.svg.png



https://wap.sciencenet.cn/blog-89075-326264.html

上一篇:2010微软软件工程创新基金会奖
下一篇:系统科学的发展环
收藏 IP: .*| 热度|

0

该博文允许实名用户评论 评论 (0 个评论)

数据加载中...
扫一扫,分享此博文

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-19 12:11

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部