Сеть доставки контента (CDN)

Распределенная сеть серверов для ускоренной доставки веб-контента.

🌐 Термины на других языках:

Modern CDNs have moved beyond static file delivery to encompass 'The Edge', allowing developers to run code at the network boundary. This reduces latency for personalized content and API requests. Security is also a major component, with 'Secure Access Service Edge' (SASE) and 'Web Application and API Protection' (WAAP) becoming standard features in top-tier CDN offerings.

        graph LR
  Center["Сеть доставки контента (CDN)"]:::main
  Rel_cdn["cdn"]:::related -.-> Center
  click Rel_cdn "/terms/cdn"
  Rel_ipfs["ipfs"]:::related -.-> Center
  click Rel_ipfs "/terms/ipfs"
  Rel_schema_org["schema-org"]:::related -.-> Center
  click Rel_schema_org "/terms/schema-org"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 Простыми словами

Представьте, что популярная пицца выпекается в каждом районе города, а не в одной центральной кухне. Курьер привозит ее горячей за 5 минут.

🤓 Expert Deep Dive

Современные CDN предлагают не только кэширование, но и Edge Functions (например, Cloudflare Workers), позволяя переносить логику приложения ближе к пользователю.

📚 Источники