Learning Blog

預定調和

Distributed Hash Table 理論

| Comments

在許多 P2P 系統都有在使用 distributed hash table (DHT) 分享網路中的資訊。

特性

  1. Autonomy and Decentralization
  2. Fault tolerance
  3. Scalability

架構

  1. Chord
  2. Content-Addressable Network (CAN)
  3. Global Information Sharing Protocol (GISP)
  4. Kademlia
  5. Pastry
  6. Tapestry

Comments