Q1. What is remote procedure call ? Ans: A remote procedure call (RPC) is an inter-process communication that allows a computer program to call a subroutine which is executed on another computer on a shared network. Q2. What is Client Stub in remote procedure