Logo
Grokking the Advanced System Design Interview
Ask Author
Back to course home

0% completed

3. Quorum

Let's learn about Quorum and its usage.

Background

In Distributed Systems, data is replicated across multiple servers for fault tolerance and high availability. Once a system decides to maintain multiple copies of data, another problem arises: how to make sure that all replicas are consistent, i.e., if they all have the latest copy of the data and that all clients see the same view of the data?

.....

.....

.....

Like the course? Get enrolled and start learning!