CV0-003 · Question #692
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 cost
The correct answer is C. Implement a CDN and offload the images to an object storage.. A CDN (content delivery network) is a network of servers that are distributed around the world. When a user requests a web page, the CDN will deliver the page from the server that is closest to the user. This can significantly improve the user experience by reducing the amount of
Question
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?
Options
- AImplement web servers in both continents and set up a VPN between the VPCs.
- BImplement web servers on both continents and peer the VPCs.
- CImplement a CDN and offload the images to an object storage.
- DImplement a replica of the entire solution on every continent.
How the community answered
(42 responses)- A10% (4)
- B5% (2)
- C83% (35)
- D2% (1)
Explanation
A CDN (content delivery network) is a network of servers that are distributed around the world. When a user requests a web page, the CDN will deliver the page from the server that is closest to the user. This can significantly improve the user experience by reducing the amount of time it takes to load the page. Object storage is a type of storage that is designed to store large amounts of data. It is typically used for storing images, videos, and other media files. Offloading the images to object storage will free up space on the web servers, which can improve performance and reduce costs.
Topics
Community Discussion
No community discussion yet for this question.