Data

Layman Terms: Quorom vs Ensemble

Ensemble is an array of nodes (or servers, if you like) that form your Distributed Computer Ecosystem. Quorum is when things get interesting.

Raghvendra Kushwah
Raghvendra Kushwah·Feb 19, 2022·2 min read
Layman Terms: Quorom vs Ensemble

The ensemble is an array of nodes (or servers, if you like) that form your Distributed Computer Ecosystem.

Quorum is when things get interesting. On a specific assignment/job, Quorum ensures that a healthy leader-follower majority can be maintained. In other words, conduct that ensures that a majority vote can be obtained to proceed with an activity (e.g. commit/update/delete, etc.). In the Replication strategy, a quorum is a must to have.

Beautiful Example to explain Quorum and Ensemble:

1) In your company - there is a board formed by 5 directors (ensemble). |d1, d2, d3, d4, d5|—– BoD

2) Each director has equal say in each decision. But a majority of 3 directors at any time should agree on a project. If no majority is there, the company will be dysfunctional.

3) One a particular project, P1 - they randomly voted to have a majority of d1,d2,d3 to be decision makers in the project. but d4 and d5 are fully aware of what’s going on (so that they can step in anytime).

4) Now (God forbid), d3 passes away after a few months, again everyone agrees that the majority will be formed using d1,d2, and d4. d5 is still aware of what’s going on. Note that we only have 4 directors left.

5) Disaster strikes again. d5 leaves the company for another competitor. But that doesn’t change anything because the company is still functional with a 3-member BoD.

6) At any point another disaster strikes the BoD and any of the directors become “unavailable” - the company is dysfunctional i.e. we have lost the quorum forming criterion.

Zookeeper uses ceil(N/2) - 1 formula to get the maximum number of failures allowed for an Ensemble and maintain a stable quorum. In this case, the minimum recommended ensemble nodes are 3 (tolerates 1 failure maximum).

Looking for Data solutions for your business? We can help. Reach out at Contact@eucloid.com

Tags:

Distributed SystemsQuorumEnsembleStabilityDistributed ComputingZookeeperMajority VoteReplication StrategyNode FailuresResilienceDistributed Database

More from Eucloid

A guide to evaluating Product  Analytics tools:  Amplitude, Heap & Google  Analytics 4
Whitepaper

A guide to evaluating Product Analytics tools: Amplitude, Heap & Google Analytics 4

In today’s world, brands are investing in creating world-class digital experiences to generate customer trust and to drive topline growth. But how do you evaluate whether these initiatives are effective? Download the whitepaper to understand how Product Analytics tools such as Amplitude, Heap and Google Analytics provide these insights.

Aug 4, 2026