1. How does the CAP Theorem differentiate between consistency and availability in distributed systems?
During a network partition, systems must choose to prioritize either consistency or availability, but not both.
Erklärung
The CAP Theorem states that in the presence of a network partition, a distributed system must choose between providing consistency or availability. It cannot guarantee both simultaneously, which is why systems must prioritize one over the other during such failures.