Understand how CAP forces a choice between consistency and availability only when a partition occurs.
A distributed database partitions data across nodes and replicates each partition to 3 nodes. During a network partition that isolates one replica from the others, the system must satisfy a read request routed to the isolated node. According to CAP theorem, which statement most accurately describes the trade-off the system faces?