distributed systems
Published

January 26, 2026

In a replicated system with N nodes, each write reaches W nodes and each read contacts R nodes. The quorum intersection rule guarantees consistency when:

\[W + R > N\]

This ensures every read set overlaps with every write set by at least one node, so the read always sees the latest written value.

3-Node Cluster Demo

Select write and read quorum sizes below. The animation cycles through every possible combination of which nodes receive the write and which nodes are contacted for the read.