CAP THEOROM :
C – Consistency
A – Availability
P – Partitioning
The CAP Theorem is a fundamental concept in distributed system design, helping engineers understand the trade-offs between Consistency, Availability, and Partition Tolerance in any dist...