top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

OS: How RPC works ? Can someone please provide real life example ?

+2 votes
756 views
OS: How RPC works ? Can someone please provide real life example ?
posted Oct 17, 2013 by Vikram Singh

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Remote Procedure Call (RPC) is a protocol that provides the high-level communications paradigm used in the operating system. RPC presumes the existence of a low-level transport protocol, such as Transmission Control Protocol/Internet Protocol (TCP/IP) or User Datagram Protocol (UDP), for carrying the message data between communicating programs. RPC implements a logical client-to-server communications system designed specifically for the support of network applications.

answer Oct 17, 2013 by Atul Mishra
...