Showing posts with label RPC. Show all posts
Showing posts with label RPC. Show all posts

Wednesday, October 6, 2010

RPC (Remote Procedure Call Protocol)

RPC (Remote Procedure Call Protocol) - Remote Procedure Call protocol, it is a computer program through the network from a remote service on request, without the need to understand the underlying network technology agreement. RPC protocol assumes the existence of some transport protocol such as TCP or UDP, to carry information between the data communication program. In the OSI model of network communication, RPC over the transport layer and application layer. RPC allows developers to include more programs, including network distributed applications easier.