Skip to content

An assignment on Distributed Hash Table (in Python) with automated test cases, I made for an undergrad networks course.

Notifications You must be signed in to change notification settings

ammartahir24/DHT-Programming-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DHT-Programming-Assignment

An assignment on Distributed Hash Table (in Python) with automated test cases, I made for an undergrad networks course.

What the assignment covers?

  • Assignment requires students to construct a simple lookup mechanism (could be chord based as well as sequential lookup).
  • Mechanism to join and leave the DHT.
  • Mechanism to put and get files from the DHT.
  • Failure tolerance with a replication factor of one.

Here is a video tutorial. Other details can be found in the Manual.pdf.

About

An assignment on Distributed Hash Table (in Python) with automated test cases, I made for an undergrad networks course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages