ECS(EDNSクライアントサブネット)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/ecs/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/ecs/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/ecs/)
Use the native HTML custom element.
EDNSクライアントサブネット(ECS、RFC 7871)は、[[dns-resolver|再帰リゾルバー]]が[[authoritative-dns|権威ネームサーバー]]へのクエリにクライアントIPアドレスの一部を含めることを可能にする[[dns|DNS]]拡張です。これにより、CDNや地理情報ベースのDNSがリゾルバーではなくエンドユーザーに最も近いサーバーを返すことができます。ECSにはプライバシーとのトレードオフがあり、コンテンツ配信性能は向上しますが、部分的なIPデータがリゾルバーの外に共有されます。
使用例
Google's CDN uses ECS to detect that a user in Tokyo is querying via a US-based resolver, and returns Japanese edge server IPs instead of US ones.