Leader and Follower Flashcards

(3 cards)

1
Q

What’s a problem that introducing a quorum can cause?

A

Availability, as it requires multiple instances or nodes (to constitute a quorum) to be available instead of just one.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What solves the availability problem in a quorum?

A

Using a leader-follower pattern where a single server (leader) is responsible for replicating data and coordinating work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What roles do the followers play within a leader-follower pattern?

A

Followers will only accept writes from the leader and serve as backups (during failure, a follower will be elected as leader).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly