AlgoPlus//structures / cdn
Read the theory

CDN & Edge

Serve content from the nearest edge; the origin is touched only on a cache miss.

Serving
Result
Legend
Cache hit (local)
Routed to edge
Miss → origin
AI Tutor Workspace
In a nutshell
A CDN (content delivery network) is a fleet of edge servers placed near users around the world. Each user is served from the closest edge instead of the distant origin. The first request in a region misses and pulls from the origin once; after that the edge has a cached copy and serves everyone nearby in milliseconds.
Ready
Press play to begin the cinematic walkthrough.
Cache content at edge locations near users. The first request in a region misses and pulls from the distant origin once; after that, everyone nearby is served locally in milliseconds.
Key terms
Go deeper in the lesson
Read the full theory, intuition & complexity for CDN & Edge.