Till KTH:s startsida Till KTH:s startsida

Visa version

Version skapad av Vladimir Vlassov 2016-08-28 16:08

Visa < föregående | nästa >
Jämför < föregående | nästa >

Chordy - a distributed hash table

construction.gifIn this homework assignment you are required to implement a distributed hash table following the Chord scheme. In order to understand what you're about to do you should have a basic understanding of Chord and preferably have read the original paper.

The task is to implement the distributed hash table up to the point where you have added the store and done some smaller experiments (section 1 and 2). Write up your results and experience in a report and hand it in at the corresponding reporting seminar.

Some code that might come in handy when testing the system.

At the corresponding reporting seminar you are required to present and demonstrate results of your homework, discuss your findings and problems (if any) you have faced, pros and cons of your solution, and your suggestions on how it can be improved. Specifically for this homework, be prepared to build a small ring (dht) and discuss how to handle possible failures.