Write shorts notes on Remote Procedure Call (RPC)
The facility whihc was created to help the programmers write client server software is termed as Remote Procedure Call. Within RPC instead of providing a programmer explicit communication primitives as the socket interface, hide communication from the programmer through using a conventional programming language service. The programming mechanism selected is a procedure call. The RPC mechanism permits a programmer to put procedures on two or additional machines, and automatically generates code which will allow a procedure call to pass from one computer to other.