Remote Procedure Call

Computing Dictionary

Remote Procedure Call definition

networking, programming
(RPC) A protocol which allows a program running on one host to cause code to be executed on another host without the programmer needing to explicitly code for this. RPC is an easy and popular paradigm for implementing the client-server model of distributed computing. An RPC is initiated by the caller (client) sending request message to a remote system (the server) to execute a certain procedure using arguments supplied. A result message is returned to the caller. There are many variations and subtleties in various implementations, resulting in a variety of different (incompatible) RPC protocols.
Sun RPC is defined in RFC 1057 and ONC RPC in RFC 1831.
(2003-06-04)

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source

00:10

00:09

00:08

00:07

00:06

00:05

00:04

00:03

00:02

00:01

Remote Procedure Call is always a great word to know.
So is ninnyhammer. Does it mean:
a fool or simpleton; ninny.
an arrangement of five objects, as trees, in a square or rectangle, one at each corner and one in the middle.
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature