Jaidev Mirchandani ([email protected], W1610360).
Hsuan Wang ([email protected], W1607849).
Tony Mathen ([email protected], W1629791).
We have implemented a highly availbale and scalable distributed hash table using Chord protocol and implemented schemes for increased performance, replication and cosistency.
java Chord <Node Name>
java Chord <New Node> <Existing Node Name> <IP Address> <Port No of the Existing Node>
java Chord Node1 // Create a chord ring with one node, Default Port: 1099
java Chord Node2 Node1 172.31.185.2 1099 // Create a new node (Node2) and add to the existing ring