CAP THEOREM
What is CAP Theorem? CAP theorem states that during a network partition, a distributed system must choose between consistency and availability. CP systems prioritize correctness and may reject requests, while AP systems prioritize uptime and may return stale data temporarily. In Short : CAP theorem defines the tradeoff between consistency and availability in the presence…
