Difficulty: Medium
Correct Answer: Each site must have the same storage capacity.
Explanation:
Introduction / Context:Replication provides benefits—availability, local read performance, and fault tolerance—but also introduces costs such as additional storage, administrative overhead, and potential consistency challenges.
Given Data / Assumptions:
Concept / Approach:While strict equality of storage capacity is not a hard requirement in all systems, the downside captured by Option C reflects a practical cost: maintaining replicated copies increases storage demands across sites. In many exam contexts, this is presented as “every site must provision substantial storage for replicated data,” which is a disadvantage relative to a single copy.
Step-by-Step Solution:
Identify advantages: reduced network latency for reads; failover; local execution.Contrast with a storage-related burden across sites.Select the option highlighting the storage disadvantage.Verification / Alternative check:Operational experience shows storage and administrative overheads scale with the number of replicas; capacity planning becomes more complex.
Why Other Options Are Wrong:
Common Pitfalls:Assuming replication is “free” aside from setup; it impacts storage, write coordination, and conflict resolution.
Final Answer:Each site must have the same storage capacity.
Discussion & Comments