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|委任]]を使って名前空間を複数のゾーンに分割することも、1つのゾーンで複数のドメインを包含することもできます。各ゾーンは必須の[[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.