Jump to content

Strong consistency

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Citation bot (talk | contribs) at 04:17, 19 July 2025 (Removed URL that duplicated identifier. | Use this bot. Report bugs. | #UCB_CommandLine). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Strong consistency is one of the consistency models used in the domain of concurrent programming (e.g., in distributed shared memory, distributed transactions).[1]

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

[edit]

References

[edit]
  1. ^ Tanenbaum, Andrew S. (2002). Distributed systems : principles and paradigms. Maarten van Steen. Upper Saddle River, New Jersey. p. 274. ISBN 0-13-088893-1. OCLC 46944964.{{cite book}}: CS1 maint: location missing publisher (link)