What are the three pillars of distributed systems?

1. Consistency

Ensures that all nodes in the distributed system have the same data view, even in the presence of updates. This means that every read operation reflects the most recent write, providing a uniform and predictable behavior across the system.

2. Availability

Guarantees that every request made to the system receives a response, even if some nodes are unavailable. This ensures the system remains operational and serves client requests without downtime.

3. Partition Tolerance

Ensures the system continues to function correctly even when communication between nodes is disrupted or fails. This is critical for maintaining reliability in the presence of network failures or partitioning.

These pillars are encapsulated in the CAP Theorem, which states that a distributed system can achieve at most two of these three properties simultaneously. Understanding these trade-offs is essential for designing efficient and reliable distributed systems.

TAGS
System Design Interview
CONTRIBUTOR
Arslan Ahmad
Arslan Ahmad
ex-FAANG engineering manager and author or Grokking series.
-

GET YOUR FREE

Coding Questions Catalog

Design Gurus Newsletter - Latest from our Blog
Boost your coding skills with our essential coding questions catalog.
Take a step towards a better tech career now!
Explore Answers
What to expect in an Oracle interview?
What is the Stripe layoff package?
What is the lowest Microsoft certification?
When to Use a Dead-Letter Queue?
Learn when to use a dead-letter queue (DLQ), with examples, trade-offs, and interview tips. Improve system design and prepare for FAANG interviews with DesignGurus.io.
What is highest job at Apple?
Is it worth joining Meta?
Related Courses
New
Grokking the AI System Design Interview course cover
Grokking the AI System Design Interview
Learn to design AI systems the way interviewers expect: classic ML products, LLM and RAG architectures, and agentic systems, all through the lens of the system design interview.
4.8
(1,192 learners)
Discounted price for Your Region

$123

Grokking the Coding Interview: Patterns for Coding Questions course cover
Grokking the Coding Interview: Patterns for Coding Questions
The 24 essential patterns behind every coding interview question. Available in Java, Python, JavaScript, C++, C#, and Go. The most comprehensive coding interview course with 543 lessons. A smarter alternative to grinding LeetCode.
4.6
Discounted price for Your Region

$197

Grokking Modern AI Fundamentals course cover
Grokking Modern AI Fundamentals
Master the fundamentals of AI today to lead the tech revolution of tomorrow.
4.1
Discounted price for Your Region

$72

Design Gurus logo
One-Stop Portal For Tech Interviews.
Copyright © 2026 Design Gurus, LLC. All rights reserved.