Interview Bootcamp

0% completed

What is Quorum?

The Problem That Quorum Solves

Why we store data on multiple servers

In a distributed system, we usually keep copies of the same data on multiple servers. These copies are called replicas.

We do this for two reasons:

  1. Fault tolerance. If one server crashes, the data still exists on other servers.
  2. High availability. Users can read from whichever server is closest or least busy.

So far, so good.

But replication creates a new problem

Once you have multiple copies of the data, you have to keep them in sync

.....

.....

.....

Like the course? Get enrolled and start learning!