
The most stringent consistency model is called strict consistency. It is defined by the following condition:
In summary, when memory is strictly consistent, all writes are instantaneously visible to all processes and an absolute global time order is maintained. If a memory location is changed, all subsequent reads from that location see the new value, no matter how soon after the change the reads are done and no matter which processes are doing the reading and where they are located. Similarly, if a read is done, it gets the then current value, no matter how quickly the next write is done.
![]()
![]()
![]()
DSM Home Subway Consistency Causal Page Map Models Consistency