01
Chord and the Distributed Hash Table
Chord turned decentralized lookup into a compact ring of identifiers and logarithmic routing tables, helping establish the distributed hash table as a reusable peer-to-peer systems abstraction.
↗
Chord turned decentralized lookup into a compact ring of identifiers and logarithmic routing tables, helping establish the distributed hash table as a reusable peer-to-peer systems abstraction.
Amazon Dynamo treated machine and network failures as normal, combining consistent hashing, replication, quorum techniques and version reconciliation to keep key-value services available.