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|делегирования]] или одна зона может охватывать несколько доменов. Каждая зона описывается [[zone-file|файлом зоны]], начинающимся с обязательной [[soa-record|записи SOA]], и содержит все записи 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.