Zona 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.
Zona DNS adalah partisi administratif dari ruang nama [[dns|DNS]] yang dikelola oleh satu [[authoritative-dns|server autoritatif]] atau sekelompok server yang terkoordinasi. Zona tidak sama dengan domain: pemilik domain dapat membagi ruang namanya menjadi beberapa zona menggunakan [[dns-delegation|delegasi]], atau satu zona dapat mencakup beberapa domain. Setiap zona dijelaskan oleh [[zone-file|file zona]] yang dimulai dengan [[soa-record|record SOA]] wajib dan berisi semua record DNS yang menjadi tanggung jawab server autoritatif untuk dijawab. Batas zona ditentukan oleh delegasi [[ns-record|record NS]] ke nameserver anak.
Contoh
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.