UNIT-4
Distributed Shared Memory:
�� 4.1 Distributed Shared Memory Introduction �
Example
Distributed Shared Memory(DSM)
From the above figure, we can conclude that the shared memory is accessible to all, and each node has its memory, known as distributed memory. From the combination of shared and distributed memory, we get distributed shared memory.
Each node in the DSM should have:
�Types of Distributed Shared Memory�
Distributed shared memory(DSM) can be classified as:
1.On-Chip Memory:
2.Bus-Based Multiprocessors:
3. Ring-Based Multiprocessors
4.Switched Multiprocessor:
Application of Distributed Shared Memory�
�4.2 Consistency Models�
�4.3 Page-based Distributed shared memory�
�4.4 Shared- variable Distributed shared memory�
�5.5 Object-based Distributed shared memory�