Remote procedure call - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: Remote procedure call


Related Topics



  
 Remote procedure call - definition of Remote procedure call in Encyclopedia
RPC is an easy and popular paradigm for implementing the client-server model of distributed computing.
A remote procedure call (RPC) is a protocol that allows a computer program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this.
Examples of such systems include Sun RPC (sometimes called ONC RPC), the Distributed Computing Environment (DCE), Microsoft's DCOM (and ActiveX), which is based in part on DCE, and CORBA.
http://encyclopedia.laborlawtalk.com/Remote_procedure_call   (314 words)

  
 Remote Procedure Call
RPC was developed by Sun Microsystems and is a collection of tools and library functions.
Therefore, RPC programs have version numbers assigned to them, usually starting with 1, and with each new version of the RPC interface, this counter will be bumped up.
A client that wishes to contact a service with a given program number first queries the portmapper on the server's host, which returns the TCP and UDP port numbers the service can be reached at.
http://www.linuxvalley.com/encyclopedia/ldp/guide/nag2/x-087-2-appl.rpc.html   (600 words)

  
 Define Remote Procedure Call - a Whatis.com definition - see also: RPC
Remote Procedure Call (RPC) 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.
When the program is run and the procedure call is issued, the stub receives the request and forwards it to a client runtime program in the local computer.
RPC makes it easier to develop an application that includes multiple programs distributed in a network.
http://whatis.techtarget.com/definition/0,289893,sid9_gci214272,00.html   (415 words)

  
 Connected: An Internet Encyclopedia - RPC Protocol Overview
RPC encodes its data using the eXternal Data Representation (XDR) protocol, documented in RFC 1832, which standardizes the format of integers, floating point numbers, and strings, permitting different types of computers to enhance information seamlessly.
The Remote Procedure Call (RPC) protocol, documented in RFC 1831, is designed to augment IP in a different way than TCP.
The most important application of RPC is the NFS file sharing protocol.
http://ie.activedomain.org/86.htm   (445 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.