RPC mechanism

Implementing RPC Mechanism To achieve semantic transparency, implementation of the RPC mechanism is based on the concepts of stubs. Stubs It provides a normal/local procedure … Read more

RPC Implementation

Remote Procedure Call ( RPC) Implementation An RPC is analogous to a function call. Like a function call, when an RPC is made, the calling … Read more

Election algorithm

Election Algorithm Many distributed algorithm require one process to acts as coordinator, initiator, or otherwise perform some special role. The goal of an election algorithm … Read more

RPC messages

There are two types of messages involved in the implementation of an RPC system. Types of messages Call Message Reply Message Call Message This message … Read more

Distributed shared memory

Definition of DSM A distributed shared memory is a mechanism allowing end-users’ processes to access shared data without using inter-process communications. In other words, the … Read more