ONC_RPC ONC_RPC

ONC RPC - Definition and Overview

ONC RPC - short for Open Network Computing Remote Procedure Call, sometimes also called Sun RPC based on its origin, is a widely deployed (possibly most widely deployed) remote procedure call system. Initially developed for the Network File System, ONC RPC supports procedure calls over both UDP and TCP. The interface description language for ONC RPC is XDR (eXternal Data Representation) which was initially designed for description and encoding of data for cross-platform communication.

Access to rpc services on a machine are provided via port mapper that listens for queries on a well-known port.

ONC RPC is described in RFC_1831 (http://www.rfc-archive.org/getrfc.php?rfc=1831).

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.