Articles by Team EasyExamNotes

Load distributing algorithm

Introduction A distributed scheduler is a resource management component of a distributed operating system that focuses on judiciously and transparently redistributing the load of the … Read more

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