background preloader

p2p

Facebook Twitter

p2p lectures. Lectures (Spring 2006): Tuesdays and Thursdays 11:30-1:00 pm Location: Maxwell-Dworkin 319 Announcements 1) Please make sure you subscribe to the Cs264-class@eecs.harvard.edu mailing list.

p2p lectures

The Chord/DHash Project - Overview. Videos Posted by Philip Fung: Cassandra - E-Team Lecture. Chord (distributed hash table) - Wikipedia, the free encyclopedi. In computing, Chord is a protocol and algorithm for a peer-to-peer distributed hash table.

Chord (distributed hash table) - Wikipedia, the free encyclopedi

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. IDs and keys are assigned an.