Partial Synchrony

Definition ∞ Partial synchrony is a network assumption in distributed systems where messages are delivered within an unknown but finite time bound, and processors operate at speeds within an unknown but finite range. This model is more realistic than strict synchrony or complete asynchrony, allowing for robust consensus protocol design. It balances efficiency with resilience.
Context ∞ Many modern blockchain consensus protocols, particularly those designed for high performance, operate under a partial synchrony assumption. This model helps achieve both safety and liveness in environments where network delays can occur. It provides a practical foundation for reliable distributed ledger operations in digital asset systems.