CDN (turinio pristatymo tinklas) yra geografiškai paskirstytų serverių tinklas, kuris cache'ina ir teikia turinį iš vietų, artimų vartotojams — mažindamas latenciją ir iškraudamas pradinių serverių apkrovą. Tai svarbiausi komponentas greitam, visuotiniam turinio pristatymui.
Ką daro 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
