Tag

partition tolerance

1 views collected around this technical thread.

Cognitive Technology Team
Cognitive Technology Team
Apr 3, 2025 · Fundamentals

Understanding CAP Theory and BASE: Data Consistency in Distributed Systems

This article explains the CAP theorem and its practical extension BASE, describing their core concepts, trade‑off combinations, typical components such as Zookeeper, Eureka, and Nacos, and engineering techniques like asynchronous replication, Saga, and idempotent design for building highly available distributed systems.

BASECAP theoremDistributed Systems
0 likes · 5 min read
Understanding CAP Theory and BASE: Data Consistency in Distributed Systems
Architect
Architect
Jan 13, 2022 · Databases

Understanding the CAP Theorem: Origins, Principles, and Implications for Distributed Databases

This article explains the origin of the CAP theorem, its formal definitions of consistency, availability, and partition tolerance, examines how it applies to relational and NoSQL databases, discusses trade‑offs and practical strategies for balancing these properties in distributed system design.

CAP theoremDistributed Systemsavailability
0 likes · 31 min read
Understanding the CAP Theorem: Origins, Principles, and Implications for Distributed Databases
Selected Java Interview Questions
Selected Java Interview Questions
Jun 6, 2021 · Fundamentals

Understanding the CAP Theorem: Consistency, Availability, and Partition Tolerance

The article explains the origins of the CAP theorem, defines its three core properties, illustrates why a distributed system can satisfy at most two of them, discusses practical workarounds such as eventual consistency, and provides references for further study.

CAP theoremDistributed Systemsavailability
0 likes · 5 min read
Understanding the CAP Theorem: Consistency, Availability, and Partition Tolerance
Efficient Ops
Efficient Ops
Oct 9, 2020 · Fundamentals

Understanding the CAP Theorem Through a Real‑World Memory Service Story

This article uses a relatable memory‑service scenario to illustrate the CAP theorem, explaining how consistency, availability, and partition tolerance cannot all be achieved simultaneously in distributed systems and exploring practical trade‑offs through successive design attempts.

CAP theoremDistributed Systemsavailability
0 likes · 9 min read
Understanding the CAP Theorem Through a Real‑World Memory Service Story
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 18, 2018 · Databases

Understanding the CAP Theorem: Consistency, Availability, and Partition Tolerance

The article explains the CAP theorem, its three properties—consistency, availability, and partition tolerance—how they influence database design, compares CA, CP, and AP classifications with examples, and discusses related concepts such as ACID, BASE, and practical design choices for distributed systems.

ACIDBASECAP theorem
0 likes · 6 min read
Understanding the CAP Theorem: Consistency, Availability, and Partition Tolerance
Efficient Ops
Efficient Ops
Jul 14, 2016 · Fundamentals

Why You Can’t Have It All: Unpacking the CAP Theorem and Its Real‑World Implications

This article explains the CAP theorem—its three core properties, why a distributed system can satisfy at most two of them, the formal proof, practical strategies for handling partitions, and how modern databases and architectures attempt to work around its constraints.

CAP theoremDistributed Systemsavailability
0 likes · 14 min read
Why You Can’t Have It All: Unpacking the CAP Theorem and Its Real‑World Implications
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Feb 26, 2015 · Fundamentals

Revisiting the CAP Theorem: Misconceptions, Practical Trade‑offs, and Managing Partitions

The article revisits the CAP theorem, explains why the classic "two‑of‑three" interpretation is misleading, compares ACID, BASE and CAP, discusses the role of latency, and presents practical strategies for detecting, handling, and recovering from network partitions in distributed systems.

ACIDBASECAP theorem
0 likes · 29 min read
Revisiting the CAP Theorem: Misconceptions, Practical Trade‑offs, and Managing Partitions