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.