Explain Remote Procedure Call.
RPC (Remote Procedure Call) :
The facility which was created to help the programmers write client -server software is termed as Remote Procedure Call. In RPC in place of giving a programmer explicit communication primitives as the socket inter face, hide communication from the programmer using a conventional programming language service. The programming mechanism selected is a procedure call. The Remote Procedure Call mechanism permit a programmer to place procedures on two or more machines and automatically produces code which will permit a procedure call to pass from one computer to other.