Stub zones managed under Windows DNS service contain information of the authoritative name server and it helps in forwarding the DNS queries. Any changes made in the primary zone of the name server will get reflected in the stub zone, benefiting the administrators as they don't have to update the zones manually. In large networks where zones frequently change, stub zones ensure your server always knows where to send queries by tracking updated name server records.
Stub zone comprises these record types:
Identifies the authoritative name servers for the zone.
Provides the IP addresses for the authoritative name servers, enabling the DNS server to communicate with them.
Forwarders are the DNS zone that helps in supporting DNS forwarding process, by containing the information of the authoritative name server and transfer the queries to the name server. Compared to the stub zone, forwarders can't update the changes made in the primary zone, which means administrators have to update both zones manually.
Forwarders themselves do not inherently store or require specific DNS records to function. Instead, they act as intermediaries, forwarding DNS queries to another DNS server for resolution.
1. Go the "DNS" section in the left menu bar
2. Select Domains option in the DNS menu bar
3. Create a domain name by selecting Add domain
4. Select the type of domain to be created asStub zone
5. Provide details of the domain name, stub servers, DNS servers
1. Go the "DNS" section in the left menu bar
2. Select Domains option in the DNS menu bar
3. Create a domain name by selecting Add domain
4. Select Forward zone type
5. Provide details of the domain name, forwarders, DNS servers
Stub zones automatically track and update changes to the authoritative name servers of the target zone. This ensures the DNS server always has accurate information about where to forward queries.
Stub zones help resolve names in subdomains managed by other DNS servers without needing the full subdomain data.
Stub zones provide a DNS server with information about the authoritative servers for a zone, enabling it to resolve queries more efficiently without holding the full zone data.
Forwarders allow queries from multiple DNS servers to be routed through a single or specific DNS server, streamlining management and monitoring.
Forwarders often cache responses, which speeds up subsequent queries for the same records.
By directing all external queries through a forwarder, organizations can implement centralized security measures like query logging, filtering, and monitoring for threats.