Computer Science, asked by emmu159, 7 hours ago

what is the primary motivation for development of RPC

Answers

Answered by geetakumari85440
8

Answer:

Their primary goal was to make distributed computation easy and efficient and simultaneously provide secure communication. The main contribution of the paper is that the local procedure call abstraction is maintained for RPC. This makes it easy for the programmers to use RPCs.

Explanation:

MARK ME AS BRAINLIST AND FOLLOW

Answered by Blessingchumtan
2

Answer: Remote Procedure Call (RPC) is a protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details. RPC is used to call other processes on the remote systems like a local system.

Explanation:

Similar questions