Equipment: DNS server from Exercise 1, Week 20 DHCP server, client VMs.
(3h) DNS/DHCP integration: configure the DHCP server to distribute the local DNS server's address as the DNS option — clients now automatically receive IP address, mask, gateway AND DNS server.
(3h) DNS diagnosis: use available DNS diagnostic tools to test resolution (forward, reverse, resolution path trace), identify missing or incorrect records.
(3h) DNS failure simulation: DNS server unreachable (observe client behaviour — timeout, fallback), wrong A record (resolution to wrong IP), zone not correctly delegated — diagnosis and fix.
(2h) DNS cache analysis: observe response TTLs, flush the cache, compare resolution time with and without cache.
(2h) Writing the final DNS zone documentation with all created records and their justification.
Central teaching point of this week: by the end of this exercise, the complete infrastructure is in place — segmented VLANs (Week 18), inter-VLAN routing (Week 19), automatic address distribution with gateway and DNS via DHCP (Week 20), local and external name resolution operational (Week 21). This is the infrastructure on which Active Directory will be installed in Week 22.
◆ SUMMARY SHEET — WEEK 21 SELF-ASSESSMENT
1. I can describe the recursive DNS resolution process.
2. I know the DNS record types and their uses (A, MX, CNAME, PTR, SRV).
3. I can create a forward zone and a reverse zone.
4. I can configure a DNS server with forwarders.
5. I can test DNS resolution with diagnostic tools.
6. I can diagnose a DNS resolution problem.
7. I can integrate the DNS server with DHCP for automatic distribution.
8. I understand why a working DNS is a prerequisite for Active Directory.