0
5.6kviews
How is Sequential consistency model implemented if Replicated Migrating Blocks are used in Distributed Shared Memory

Mumbai University > Information Technology > Sem6 > Distributed System

Marks: 10M

Year: Dec 2015

1 Answer
0
274views

Implementing Sequential Consistency Model:

  • Most commonly used consistency model in DSM.
  • Protocols depends on whether the DSM system allows replication/migration of shared –memory blocks.
  • Different Strategies are,

    • Non-Replicated, Non-Migrating Blocks(NRNMBs)
    • Non-Replicated ,Migrating blocks (NRMBs)
    • Replicated, Migrating blocks(RMBs)
    • Replicated ,Non-Migrating blocks(RNMBs)
  • Non-Replicated, Non-Migrating Blocks(NRNMBs)

    • Simplest strategy.
    • Each block of the shared …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.