CDN (Content Delivery Network) to sieć geograficznie rozproszczonych serwerów, które cachują i serwują treści z lokalizacji bliskich użytkownikom — zmniejszając opóźnienie i odciążając serwery pochodzenia. Jest to kluczowy komponent szybkiego, globalnego dostarczania treści.
Co robi CDN
A CDN caches content at EDGE locations (servers) around the world:
→ users get content from the NEAREST edge server (not the distant origin)
→ reduces LATENCY (shorter distance = faster) for global users
→ offloads the ORIGIN server (edges serve cached content → less origin load)
User → nearest CDN EDGE (cached? serve it) → on miss, fetch from origin, then cache
