3. Introduction to RPC and its models.
Answers
Answered by
1
Answer:
Remote Procedure Call (RPC) is a powerful technique for constructing distributed, client-server based applications. It is based on extending the conventional local procedure calling so that the called procedure need not exist in the same address space as the calling procedure
Similar questions