Articles by Team EasyExamNotes

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

DSM Architecture & its Types

Distributed Shared Memory(DSM) Architecture What ? The distributed shared memory (DSM) implements the shared memory model in distributed systems, which have no physical shared memory … Read more

Issues in designing ds

Issues in designing distributed system 1. Heterogeneity The Internet enables users to access services and run applications over a heterogeneous collection of computers and networks … Read more