Question
Which mechanism lets a program invoke a procedure on another machine as though it were a local function call?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Remote procedure call
Explanation:
Remote procedure call hides much of the message exchange required for distributed client-server interaction.
Stub code packages arguments, transmits the request, and returns results.
Leave a Reply