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-delegation/" 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-delegation/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-delegation/)
Use the native HTML custom element.
DNSデリゲーションは、子[[dns-zone|DNSゾーン]]に対する権限を、親ゾーンから独立した[[nameserver|ネームサーバー]]セットへ移譲するメカニズムです。親ゾーンの[[ns-record|NSレコード]]が子の権威サーバーを指します。デリゲーションは[[dns|DNS]]階層のスケーラビリティを支える基本原理です。[[iana|IANA]]はTLDゾーンを[[registry-operator|レジストリオペレーター]]に委任し、レジストリは第二レベルドメインを[[registrar|レジストラ]]に委任し、ドメイン所有者はさらにサブドメインを下位委任できます。ネームサーバーが委任ゾーン内に存在する場合、循環ルックアップの依存関係を断つために[[glue-record|グルーレコード]](ネームサーバー自体のAレコード)が親ゾーンに追加されます。
使用例
When you point example.com to ns1.myhoster.com via your registrar, the .com registry adds NS records for example.com in the .com zone — delegating DNS authority to myhoster's nameservers.