Computer Science, asked by mansijoshi5851, 11 months ago

What i sgranularity in distributed shared memory?

Answers

Answered by Anonymous
0
In computer science, distributed shared memory (DSM) is a form ofmemory architecture where physically separated memories can be addressed as one logically shared address space. ... A distributed shared memorysystem implements the shared-memory model on a physicallydistributed memory system.
Answered by Anonymous
0

Granularity:Granularity refers to the block size of DSMThe unit of sharing and the unit of data transfer across the network when a network block fault occursPossible unit are a few word , a page or a few pages Structure of Shared memory:Structure refers to the layout of the shared data in memoryDependent on the ...

Similar questions