Chords

#cse6603

Introductory Paper

Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications

Theory

Chord is a protocol and algorithm for a peer-to-peer distributed hash table

Problem

In a peer-to-peer network, data is stored in different computers. A user needs to find out which computer the data is stored at before accessing it.

Solution

Pasted image 20221029013246.png

Implementation

Further reading