Quorum (N/R/W)
Requiring a minimum number of replicas to agree on a read or write to tune consistency.
In a replicated store with N copies, a write needs W acknowledgements and a read needs R responses. When R + W > N the read and write sets overlap, guaranteeing strongly consistent reads; smaller quorums trade consistency for latency and availability.