Skip to main content

Minimal Synchrony

Definition

Minimal synchrony describes a distributed system model where nodes are assumed to have some loose bounds on message delivery times and processing speeds, but not strict, perfectly synchronized clocks. This model is more realistic than a fully synchronous one and less pessimistic than a completely asynchronous one. Many blockchain consensus protocols operate under assumptions of minimal synchrony to achieve fault tolerance and liveness. It represents a practical compromise in network design.