Simple basic explanation of a Distributed Hash Table (DHT)
问题 Could any one give an explanation on how a DHT works? Nothing too heavy, just the basics. 回答1: Ok, they're fundamentally a pretty simple idea. A DHT gives you a dictionary-like interface, but the nodes are distributed across the network. The trick with DHTs is that the node that gets to store a particular key is found by hashing that key, so in effect your hash-table buckets are now independent nodes in a network. This gives a lot of fault-tolerance and reliability, and possibly some