Beginner Web & Software Development
Q31 / 100

What is a CDN (Content Delivery Network)?

Correct! Well done.

Incorrect.

The correct answer is B) A distributed network of servers caching and serving static assets (images, JS, CSS) from locations close to users, reducing latency

B

Correct Answer

A distributed network of servers caching and serving static assets (images, JS, CSS) from locations close to users, reducing latency

Explanation

CDNs (Cloudflare, CloudFront, Akamai) cache static assets at edge nodes worldwide. A user in Tokyo gets assets from a Tokyo node rather than a US origin server. Reduces latency from 200ms to <20ms.

Progress
31/100