Beginner System Design
Q12 / 100

What is the purpose of a CDN (Content Delivery Network)?

Correct! Well done.

Incorrect.

The correct answer is A) To cache and serve content from servers geographically closer to users, reducing latency for static assets

A

Correct Answer

To cache and serve content from servers geographically closer to users, reducing latency for static assets

Explanation

CDNs distribute copies of static content (images, scripts, videos) across edge servers worldwide, so users are served from a nearby location, reducing latency and origin server load.

Progress
12/100