Top

What is Remote Procedure Call ?

May 2, 2009 by admin 

Remote Procedure Call (RPC) is a method that allows us to access a procedure that is on another computer. To perform this method, a server must provide a remote procedure. the method is to open a server socket and waiting client request procedures provided by the server. If the client does not need to know which port, the client can ask the matchmaker in a fixed RPC ports.

Matchmaker will provide what the port used by the procedures required by the client. RPC still use primitive in programming, using the procedural programming paradigm. This makes us more difficult to provide more RPC when a remote procedure. RPC socket to use to communicate with other processes

Incoming search terms

Related Articles and Products:

Bottom