explain RPC protocol?
Answers
Answered by
2
distributed computing, a remote procedure call is when a computer program causes a procedure to execute in a different address space, which is coded as if it were a normal procedure call, without the programmer explicitly coding the details for the remote interaction.
Answered by
1
RPC is called remote procedure call this is a protocol that one program can used to request a service from a program located on another computer on a network without have to understand the network details
Similar questions