Tuesday, February 23, 2010

Remote Procedure Call (RPC)

Remote Procedure Call is a protocol that one program can use to request a service from a program located in another computer in a network without having to understand network details.RPC uses the client/server model. The requesting program is a client and the service-providing program is the server.

No comments: