Content Distribution Network (CDN) (original) (raw)

Last Updated : 10 Feb, 2026

A Content Delivery Network (CDN) is a network of geographically distributed servers that deliver content from a location closer to the user, rather than only from the main origin server.

origin_server

Key Components

A CDN is built around a few core parts that work together to store, route, and serve content efficiently to users.

Need of CDN

Without a CDN, every request goes to the origin server, even if it is located on another continent.

hy

Without CDN

With a CDN, user requests are routed to a nearby edge server, which delivers content much faster.

vg

With CDN

Working

A CDN speeds up delivery by keeping cached copies of your content on edge servers inside multiple Points of Presence worldwide, so users are served from a nearby location instead of always reaching the origin server.

Advantages

Limitations

Applications