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?
|
The node would locally save the key/value pair passed as a parameter
|
|
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
|
|
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
|
|
The node would return the value associated with the key passed as a parameter, in either case
|
Explanation:
There is 1 question to complete.