A CDN (Content Delivery Network) egy földrajzilag elosztott szerverek hálózata, amely gyorsítótárazza és kiszolgálja a tartalmakat a felhasználókhoz közel eső helyekről — csökkentve a lateniciát és tehermentesítve az origin szervereket. Ez egy kulcsfontosságú komponens a gyors, globális tartalom szállításához.
Mit csinál egy 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
