A DNS zone is the part of the DNS namespace managed as a single unit. It is stored as a zone file that holds every record belonging to one domain.
A zone file is a text collection of all the DNS records for a domain. Each entry describes one resource:
All of these records belong to the same domain and are edited by the zone administrator as one whole.
The DNS namespace is hierarchical, so a single zone can be split into child zones. A parent zone such as example.com can delegate a subdomain — say shop.example.com — into a separate zone.
Delegation is done with NS records: the parent zone lists the name servers that are authoritative for the child zone. Responsibility for part of the tree passes to another administrator, and zone boundaries need not match domain boundaries.