Articles by Team EasyExamNotes

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

Hardware software concepts

HARDWARE AND SOFTWARE CONCEPTS Hardware concepts :- Hardware in Distributed Systems can be organized in several different ways: Shared Memory (Multiprocessors , which have a … Read more

Goals of DS

Goals of Distributed Systems The four important goals that should be met for an efficient distributed system are as follows: 1. Connecting Users and Resources … Read more