|
Connected: An Internet Encyclopedia Sunday 5 February 2012 17:12:09 1328461929 |
|
RPC Protocol Overview
Up:
Connected: An Internet Encyclopedia
Prev: Session Management
RPC Protocol Overview
The key features of RPC are:
RPC Service RendezvousBoth TCP and UDP rely on well-known port numbers to perform service rendezvous. For example, TCP TELNET service is available on port 21, FTP on port 23, SMTP on port 25, and so on. Connecting to TCP and UDP services simply requires connecting to the right port number. RPC introduces another step in this process, to divorce services from being tied to a given port number. It does so using a special RPC service called PORTMAP or RPCBIND. These binding protocols, documented in RFC 1833 and often referred to as the portmapper, are unique among RPC services since they have an assigned port of their own (port 111). Other RPC services, running on any port number, can register themselves using an RPC call to port 111. The portmapper offers other RPC calls to permit service lookup. The most important consequence of this design is that the portmapper must be the first RPC program started, and must remain in constant operation.
Next: TCP Protocol Overview
Connected: An Internet Encyclopedia
|
| Associate sites: Buy domain registration, Buy domain name and domain register, web hosting service or domain hosting |
|
This site is sponsored by the courtesy of Active-Domain.com |
| A vital difference between the professional man and a man of business is that money making to the professional man should, by virtue of his assumption, be incidental; to the business man it is primary. Money has its limitations; while it may buy quantity, there is something beyond it and that is quality. |