Strong consistency

{{more citations needed|date=January 2023}}

Strong consistency is one of the consistency models used in the domain of concurrent programming (e.g., in distributed shared memory, distributed transactions).{{Cite book |last=Tanenbaum |first=Andrew S. |url=https://www.worldcat.org/oclc/46944964 |title=Distributed systems : principles and paradigms |date=2002 |others=Maarten van Steen |isbn=0-13-088893-1 |location=Upper Saddle River, New Jersey |pages=274 |oclc=46944964}}

The protocol is said to support strong consistency if:

  1. All accesses are seen by all parallel processes (or nodes, processors, etc.) in the same order (sequentially)

Therefore, only one consistent state can be observed, as opposed to weak consistency, where different parallel processes (or nodes, etc.) can perceive variables in different states.

See also

References

{{reflist}}

Category:Consistency models

{{Tech-stub}}