DNS Delegation
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 delegation คือกลไกที่ถ่ายโอนอำนาจเหนือ [[dns-zone|DNS zone]] ลูกจาก zone แม่ไปยัง [[nameserver|nameserver]] ชุดแยกต่างหาก โดยใช้ [[ns-record|NS record]] ใน zone แม่ที่ชี้ไปยัง authoritative server ของ zone ลูก Delegation เป็นหลักการพื้นฐานที่ทำให้ [[dns|DNS]] มีความยืดหยุ่นในการขยายขนาด: [[iana|IANA]] delegate TLD zone ให้ [[registry-operator|registry operator]], registry delegate โดเมนระดับสองให้ [[registrar|registrar]], และเจ้าของโดเมนสามารถ sub-delegate subdomain ต่อได้ [[glue-record|Glue record]] (A record ของตัว nameserver เอง) จะถูกเพิ่มใน zone แม่เมื่อ nameserver อยู่ภายใน zone ที่ถูก delegate เพื่อตัด circular lookup dependency
ตัวอย่าง
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.