Multiple choice

_____ selects one of the server stub procedures according to the procedure identifier in the request message.

  1. Communication module

  2. Service procedure

  3. Dispatcher

  4. Client stub procedure

  5. Client program

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Dispatcher will marshal the procedure identifier and unmarshal the result, and select one of the server stub procedures according to the procedure identifier in the request message.