Skip to main content

Synchronous Model

Definition

In distributed computing, a synchronous model assumes that all network participants operate with synchronized clocks and that messages are delivered within a known, fixed time bound. This model simplifies the design of consensus protocols as it removes uncertainties related to message delays and processing speeds. It provides a strong theoretical foundation for analyzing system behavior.