クラウド アーキテクトは、多くの大きな画像を含む Web アプリケーションをデプロイしており、2 つの大陸からアクセスされます。コストを低く抑えながらユーザー エクスペリエンスを最も向上させるのは次のうちどれですか?
正解:C
Explanation
A CDN (content delivery network) is a system of distributed servers that deliver web content to users based on their geographic location, the origin of the web page, and the content delivery server1. A CDN can improve the user experience by reducing the latency, bandwidth, and load on the origin server. By offloading the images to an object storage, such as Google Cloud Storage or Amazon S3, the web application can save costs and improve performance by storing and serving the images from a CDN edge location that is closer to the user2. A CDN can also provide caching, compression, and security features for the web content3.