CDN Edge とは?
CDN edge は、content delivery network が世界中の場所、エンドユーザーの近くに配置する多くの cache サーバーの 1 つです。静的 asset や時には動的レスポンスのコピーを保存し、遠くの origin からではなく近くからリクエストに応答します。各 edge はそれに最も近いユーザーに配信します。
なぜ重要か
ユーザーに近い edge からコンテンツを配信することで、往復のレイテンシを大幅に削減し、origin をトラフィックから保護します。グローバルに分散したサイトを高速に感じさせる中核の仕組みです。
関連ガイド
What Is an Origin Server?An origin server is the authoritative source of content that a CDN pulls from and caches, handling requests t…
What Is a Cache Hierarchy?A cache hierarchy is a layered arrangement of caches where a miss at one level falls through to the next, end…
What Is an Edge Function?An edge function is small code that runs on a CDN edge close to the user, customizing requests and responses…