A majority of replicas must agree before a write or read is committed.
Require N/2+1 nodes to agree on every operation, so the system stays consistent even when some nodes are down.
Cassandra writes typically use a quorum consistency level for the message store
ZooKeeper / etcd for ring membership uses quorum-based consensus