Skip to main content

Strong Consistency

Definition

Strong consistency refers to a data consistency model in distributed systems, including blockchains, where every read operation returns the most recently written value. All nodes in the system agree on the exact order of operations. This property ensures that once a transaction is confirmed, its effects are immediately and universally visible and agreed upon across the entire network. It provides a high degree of data integrity.