0:00–0:30
Written
0:30–1:45
Practical
1:45–2:00
Review + Preview W5
Before 0:00Instructor setup
0:00 – 0:30Written · 30 min · 30% of Mini-Assessment 3

Written — DHCP and DNS concepts, zone file syntax, record types

Pen and paper. No computer. 30 minutes.

Section A — DHCP (12 marks)

Section B — DNS (18 marks)

0:30 – 1:45Practical · 75 min · 70% of Mini-Assessment 3

Build a complete DNS zone from a specification — forward zone, reverse zone, secondary server

Students receive the specification below. No notes, no internet. Man pages (man named, man named-checkzone) allowed. 75 minutes.

Zone specification

Marking criteria

TaskMarksVerified by
named-checkzone passes for forward zone10Student runs command and shows instructor output
All A records resolve: server1, server2, server315dig @S1 [hostname].exam.net returns correct IP
CNAME records resolve: www and ftp → server1's IP10dig @S1 www.exam.net and ftp.exam.net
Reverse PTR records resolve for .50.1 and .50.215dig @S1 -x 192.168.50.1 and -x 192.168.50.2
S2 zone transfer successful — log evidence15journalctl -u named on S2 shows "Transfer status: success"
S2 can answer queries for exam.net5dig @S2 server1.exam.net
AXFR refused from S3 (allow-transfer enforcement)5dig @S1 exam.net AXFR from S3 returns REFUSED
1:45 – 2:00Review + Week 4 Preview · 15 min

Mini-Assessment 3 — marking summary

ComponentFormatWeightKey topics
Written — Section A (DHCP)Short answer + config12 marks (30%)DORA process, dhcpd.conf syntax, logging directive, reservation troubleshooting
Written — Section B (DNS)Short answer + config18 marks (30%)BIND9 files, trailing dot rule, record types, SOA serial, secondary zone, allow-transfer
Practical — Forward zoneLive demonstration35 marks (70%)named-checkzone, A records, CNAME records, all verified with dig
Practical — Reverse zoneLive demonstration15 marks (70%)PTR records verified with dig -x
Practical — Secondary + restrictionsLive demonstration25 marks (70%)Zone transfer log, S2 answering queries, AXFR refused from S3
← Day 4 Week 3 Overview Week 4 →