Multiple choice

Which of the following strong consistency models is the one in which if the processes are executed in sequence, then the results are similar to the read write operations?

  1. Sequential consistency

  2. Strict consistency

  3. Casual consistency

  4. FIFO consistency

  5. Stack consistency

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This consistency model is the one in which if the processes are executed in sequence, then the results are similar to the read write operations.