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-zone/" 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-zone/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/dns-zone/)
Use the native HTML custom element.
DNS 존은 단일 [[authoritative-dns|권한 서버]] 또는 조율된 서버 그룹이 관리하는 [[dns|DNS]] 네임스페이스의 관리 단위입니다. 존은 도메인과 동일하지 않습니다. 도메인 소유자는 [[dns-delegation|위임]]을 통해 네임스페이스를 여러 존으로 나누거나, 하나의 존이 여러 도메인을 포함할 수 있습니다. 각 존은 필수 [[soa-record|SOA 레코드]]로 시작하는 [[zone-file|존 파일]]로 기술되며, 권한 서버가 응답해야 하는 모든 DNS 레코드를 포함합니다. 존 경계는 하위 네임서버로의 [[ns-record|NS 레코드]] 위임에 의해 정의됩니다.
예시
example.com and staging.example.com may live in separate DNS zones — the parent zone for example.com contains an NS record delegating staging to its own authoritative server, creating an independent zone boundary.