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|레지스트리 운영자]]에게 위임하고, 레지스트리는 2단계 도메인을 [[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.