Locating the procedure
Locating the procedure
- Traditionally handled by the linker
- dynamic linking: more flexible, but more confusing
- RPC: resolving the (prog_num, proc_num, version) tuple at the server
- note: not resolved via names! everybody must have the same set of numbers
- handled by the portmapper
- RPC’s inetd
- sits at a well-known TCP port (111)