Brotherhood94 / Chord

A local simulator of Chord protocol and algorithm for peer-to-peer distributed hash table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chord

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

In the implementation proposed here, I'm assuming "fake" peers (i.e. they run in local) since the aim was to understand some key point regarding how to distribute data and how to retrieve them.

About

A local simulator of Chord protocol and algorithm for peer-to-peer distributed hash table


Languages

Language:Java 100.0%