Open In App

Algorithm for implementing Distributed Shared Memory

Distributed shared memory(DSM) system is a resource management component of distributed operating system that implements shared memory model in distributed system which have no physically shared memory. The shared memory model provides a virtual address space which is shared by all nodes in a distributed system.

The central issues in implementing DSM are:



Algorithms to implement DSM

1. Central Server Algorithm:




2. Migration Algorithm:

Article Tags :