DNSルートサーバー
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/dns-root-server/" 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/dns-root-server/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-root-server/)
Use the native HTML custom element.
DNSルートサーバーは[[dns|DNS]]階層の最上位に位置する[[nameserver|ネームサーバー]]であり、[[tld|TLD]]ネームサーバーの場所に関するクエリに応答する役割を担います。A〜Mのラベルが付いた13の論理的なルートサーバーアドレスがあり、それぞれ異なる組織が運営し、[[anycast|エニーキャスト]]ルーティングによって世界中の数百の物理的な場所からアクセスできます。ICANNが管理する[[iana|IANA]]ルートゾーンデータベースは各TLDに対してどのネームサーバーが権威を持つかを定義しており、ルートサーバーはこの[[root-zone|ルートゾーン]]データを提供します。[[recursive-dns|再帰リゾルバ]]がキャッシュにない名前に遭遇すると、まずルートサーバーに問い合わせて担当するTLDサーバーを見つけます。
使用例
The 13 root server identities (a.root-servers.net through m.root-servers.net) collectively handle billions of queries daily; F-root alone operates 200+ nodes, none of which share a single point of failure thanks to anycast.