Skip to main content

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.