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区域是[[dns|DNS]]命名空间的管理分区,由单个[[authoritative-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.