Skip to content

Chord DHT - (Peer to Peer Distributed lookup) implementation in java

Notifications You must be signed in to change notification settings

dineshappavoo/Chord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chord - Peer to Peer LookUp

Chord is a protocol and algorithm for a peer-to-peer distributed hash table. A distributed hash table stores key-value pairs by assigning keys to different computers (known as "nodes"); a node will store the values for all the keys for which it is responsible. Chord specifies how keys are assigned to nodes, and how a node can discover the value for a given key by first locating the node responsible for that key.

Chord is one of the four original distributed hash table protocols, along with CAN, Tapestry, and Pastry. It was introduced in 2001 by Ion Stoica, Robert Morris, David Karger, Frans Kaashoek, and Hari Balakrishnan, and was developed at MIT

##Project Contributor

About

Chord DHT - (Peer to Peer Distributed lookup) implementation in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages