Una CDN (Red de Distribución de Contenidos) es una red de servidores distribuidos geográficamente que almacenan en caché y sirven contenido desde ubicaciones cercanas a los usuarios — reduciendo la latencia y descargando los servidores de origen. Es un componente clave para la entrega rápida de contenido global.
Qué hace una 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
