Glossary
CDN (Content Delivery Network)
A CDN is a worldwide network of edge servers that cache and serve your site close to visitors, cutting latency and absorbing traffic spikes.
A CDN (Content Delivery Network) is a geographically distributed set of servers that cache copies of your website and deliver them from the location nearest to each visitor. Instead of every request travelling to your origin server, most are answered at a nearby edge node.
How it works
- Static assets (images, CSS, JavaScript) are cached at edge locations called PoPs (Points of Presence).
- A visitor in Tokyo is served from a Tokyo edge; a visitor in Berlin from a European one.
- The origin is contacted only on a cache miss or for dynamic content.
Why it matters for hosting
A CDN reduces latency and TTFB, offloads bandwidth from your origin, and provides a buffer against ddos attacks and traffic surges. Most CDNs also terminate ssl-tls at the edge and speak http-2 and http-3.
Because traffic flows through the CDN's network first, an IP or dns lookup of a CDN-fronted site usually returns the CDN's address rather than the true origin.
See also
Related on hostingchecker
