Move bytes close to users so origin only answers misses.
CDN Architecture: move bytes close to users so origin only answers misses
move the first decision closer to the user
CDN is cheap; engineering time is the cost.
A CDN is a worldwide network of caches at network edges. Static and cacheable dynamic content is served from the nearest POP, dramatically lowering latency and origin load.
Pull CDN (most common): on miss, fetch from origin and cache. Self-managing.
Push CDN: you upload assets to the CDN; origin doesn't see traffic. Used for large media or fixed bundles.
Hierarchy: edge POP → regional cache → origin shield → origin. Each layer absorbs misses for the next.
Site has p95 of 600ms; 80% of bytes are static.