COMPUTER NETWORKING

APPLICATION LAYER

PEER TO PEER PARADIGM

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What would be the behavior of a Kademlia P2P system node if it receives an RPC FIND ____ VALUE invocation?
A
The node would locally save the key/value pair passed as a parameter
B
If the node has saved the passed key as a parameter, it would return the associated value, otherwise it would return the k nodes with ID closest to the key that it is aware of
C
The node would return the k nodes with ID closest to the key passed as a parameter that it is aware of, in any case
D
The node would return the value associated with the key passed as a parameter, in either case
Explanation: 
There is 1 question to complete.