CITS3002 Computer Networks |
← prev | next → | CITS3002 | help3002 | CITS3002 schedule | |||
Naming and Interface BindingHow does the client-stub know who to call? Most operating systems now supporting RPCs use a replicated database used to store server addresses. When a server restarts (boots) it informs the database that it is alive and passes it :
Thereafter, the first time a client-stub needs to locate a remote procedure it first asks the database server (the portmapper). The server maps the procedure's name to the network address.
This process is termed binding.
CITS3002 Computer Networks, Lecture 10, Architecture independent applications, p10, 8th May 2024.
|