in Operating System retagged by
1,389 views
2 votes
2 votes

A process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message based communication is called _______.

  1. Local Procedure Call
  2. Remote Procedure Call
  3. Inter Process Communication
  4. Remote Machine Invocation
in Operating System retagged by
by
1.4k views

1 Answer

0 votes
0 votes

(B) RPC  Remote Procedure Call (RPC) is a powerful technique for constructing distributed, client-server based applications. It is based on extending the conventional local procedure calling so that the called procedure need not exist in the same address space as the calling procedure. The two processes may be on the same system, or they may be on different systems with a network connecting them

Answer:

Related questions