DNS Zone
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 zone คือพาร์ติชันการบริหารของ [[dns|DNS]] namespace ที่ถูกจัดการโดย [[authoritative-dns|authoritative server]] เดียวหรือกลุ่มเซิร์ฟเวอร์ที่ประสานงานกัน zone ไม่ใช่สิ่งเดียวกับ domain: เจ้าของ domain สามารถแบ่ง namespace ออกเป็นหลาย zone โดยใช้ [[dns-delegation|delegation]] หรือ zone เดียวอาจครอบคลุมหลาย domain ก็ได้ แต่ละ zone ถูกอธิบายด้วย [[zone-file|zone file]] ที่เริ่มต้นด้วย [[soa-record|SOA record]] ที่บังคับ และประกอบด้วย DNS record ทั้งหมดที่ authoritative server รับผิดชอบตอบ ขอบเขตของ zone ถูกกำหนดโดยการ delegation [[ns-record|NS record]] ไปยัง nameserver ลูก
ตัวอย่าง
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.