Commit b0c30ce4 authored by mayankkakad's avatar mayankkakad

README and STATUS

parent 27aca8dc
......@@ -9,7 +9,9 @@ To build :-
4. then, run command "make" in build folder
To run :-
For DNS Server :-
- run command in build folder "./dns"
For server :-
- run command in build folder "./server"
For client :-
- run command in build folder "./client"
\ No newline at end of file
- run command in build folder "./client"
What works:
Hashing
Generate ID from IP+port
Lookup mechanism using CHORD
Joining Servers
What does not work:
When a request is routed through different servers, for example A->B->C->D, the reply does not go through all the servers again, and also it does not go from D to client directly. Instead, we reached a middle ground in which D sends the response to A which is then sent to client.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment