Simple basic explanation of a Distributed Hash Table (DHT)

前端 未结 3 635
陌清茗
陌清茗 2021-01-29 16:51

Could any one give an explanation on how a DHT works?

Nothing too heavy, just the basics.

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-29 17:34

    DHTs provide the same type of interface to the user as a normal hashtable (look up a value by key), but the data is distributed over an arbitrary number of connected nodes. Wikipedia has a good basic introduction that I would essentially be regurgitating if I write more -

    http://en.wikipedia.org/wiki/Distributed_hash_table

提交回复
热议问题