TeamIn
System Design
Distributed Hash Tables
Sign in
Back to Archive
FREE · TOPIC 120
Distributed Hash Tables
556 words
·
Updated 2026-07-18
·
#system-design
#dht
#peer-to-peer
#distributed-systems
#storage-engines
Accompanying Lab
Gossip Protocol
A push-pull gossip simulation where nodes sample peers, exchange versioned records, and converge without broadcasting to everyone.
View Lab
Primary References & Engineering Sources
·
[[wiki/arpit-storage-engines-i]]
·
https://people.csail.mit.edu/dln/papers/chord/chord.pdf
·
https://cs.nyu.edu/~anirudh/CSCI-GA.2620-001/papers/kademlia.pdf
← Previous Topic
Distributed Cache Design
Next Topic →
Distributed ID Generation