CompTIA Cloud+ (CV0-003) — Question 144
A cloud architect is deploying a web application that contains many large images and will be accessed on two containers. Which of the following will MOST improve the user experience while keeping costs low?
Answer options
- A. Implement web servers in both continents and set up a VPN between the VPCs.
- B. Implement web servers on both continents and peer the VPCs.
- C. Implement a CDN and offload the images to an object storage.
- D. Implement a replica of the entire solution on every continent.
Correct answer: C
Explanation
The correct answer, C, suggests using a CDN, which is designed to efficiently deliver large media files while reducing latency, thus enhancing user experience at a lower cost. Options A and B involve setting up web servers, which could increase complexity and costs without significantly improving performance. Option D is the most costly and inefficient as it requires maintaining multiple full replicas, which is not necessary when using a CDN.