词条 | Open Network Computing Remote Procedure Call |
释义 |
Open Network Computing (ONC) Remote Procedure Call (RPC) is a remote procedure call system. ONC was originally developed by Sun Microsystems in the 1980s as part of their Network File System project, and is sometimes referred to as Sun RPC. ONC is based on calling conventions used in Unix and the C programming language. It serializes data using the External Data Representation (XDR), which has also found some use to encode and decode data in files that are to be accessed on more than one platform. ONC then delivers the XDR payload using either UDP or TCP. Access to RPC services on a machine are provided via a port mapper that listens for queries on a well-known port (number 111) over UDP and TCP. ONC RPC was described in RFC 1831, published in 1995. RFC 5531, published in 2009, is the current version. Authentication mechanisms used by ONC RPC are described in RFC 2695, RFC 2203, and RFC 2623. Implementations of ONC RPC exist in most Unix-like systems. Microsoft supplies an implementation for Windows in their Microsoft Windows Services for UNIX product; in addition, a number of third-party implementation of ONC RPC for Windows exist, including versions for C/C++, Java, and .NET (see external links). In 2009, Sun relicensed the ONC RPC code under the standard 3-clause BSD license[1] and then reconfirmed by Oracle Corporation in 2010 following confusion about the scope of the relicensing.[2] ONC is considered "lean and mean", but has limited appeal as a generalized RPC system for WANs or heterogeneous environments{{Fact|date=April 2007}}. Systems such as DCE, CORBA and SOAP are generally used in this wider role{{Fact|date=April 2007}}. See also
References
Notes1. ^{{cite web |last1=Phipps |first1=Simon |url=https://blogs.oracle.com/webmink/entry/old_code_and_old_licenses |title=Old Code and Old Licenses |date=2009-02-12 |accessdate=2012-12-21 |publisher=Sun Microsystems |archiveurl=http://sunmink.wordpress.com/2009/02/13/old-code-and-old-licenses/ |archivedate=2010-02-25}} 2. ^{{cite web | url = http://spot.livejournal.com/315383.html | title = The long, sordid tale of Sun RPC, abbreviated somewhat, to protect the guilty and the irresponsible | accessdate = 2010-08-26 | publisher = Tom Callaway, Red Hat }} External links
5 : Application layer protocols|Internet Standards|Remote procedure call|Sun Microsystems software|Unix software |
随便看 |
|
开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。