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.