Framework for Improving Parallelism by Write- Update Coherence Protocol in Distributed Shared Memory System

For increasing parallelism in DSM System, the replication of data is to be done. The replication of data increases parallelism by allowing reads of the same data to be executed in parallel. However there is inconsistent result occurs for parallel writes and required to maintain memory consistency. The coherency protocol is required to maintain memory consistency for ensuring the serialization of write operation and that any subsequent reads or writes access the update data. The updates are propagated by the remote site. Now it is upto the coherency protocol to take these update and incorporate the update into the local copies. We study the memory coherence and memory consistency used in DSM system and analyzed that a framework can be designed that offers the ability to improve parallelism by maintaining the memory consistency with the use of write-update coherence protocol in DSM system.