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