Commit b0c30ce4 authored by mayankkakad's avatar mayankkakad

README and STATUS

parent 27aca8dc
...@@ -9,6 +9,8 @@ To build :- ...@@ -9,6 +9,8 @@ To build :-
4. then, run command "make" in build folder 4. then, run command "make" in build folder
To run :- To run :-
For DNS Server :-
- run command in build folder "./dns"
For server :- For server :-
- run command in build folder "./server" - run command in build folder "./server"
For client :- For 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