retagged by
1,412 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
retagged by

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

0 votes
0 votes
3 answers
1
admin asked Mar 31, 2020
1,026 views
The principle of locality of reference justifies the use ofNon reusableCache memoryVirtual memoryNone of the above
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
669 views
In which one of the following pages replacement policies, Belady's anomaly may occur?FIFOLRUOptimalMRU