Domain 4 covers defending the network. It overlaps heavily with CompTIA Security+, so mastering it here gives you a strong head start on your next certification.
Firewalls
Firewalls enforce what traffic is allowed using ordered rules and a default-deny stance.
How a Firewall Evaluates Traffic
Ordered rules, first match wins, everything else denied.
Tap or hover a part to learn more.
Src/dst IP, port, protocol.
Every packet arriving at the firewall carries a source and destination IP, a port and a protocol. The firewall checks it against an ordered rule list to decide allow or deny.
Check your understanding
1. How are firewall rules evaluated?
2. What does a default-deny policy do?
Keep learning
Access control lists
Routers and switches filter traffic with ACLs — ordered permit/deny rules ending in an implicit deny.
How an Access Control List Filters
Ordered permit/deny rules on an interface, ending in implicit deny.
Tap or hover a part to learn more.
Inbound or outbound.
An Access Control List is applied to a router or switch interface in one direction. It filters packets as they enter (inbound) or leave (outbound) that interface.
Check your understanding
1. How are ACL entries evaluated?
2. What happens if no ACL entry matches?
Keep learning
VPNs
VPNs protect data crossing untrusted networks with an encrypted tunnel.
How a VPN Tunnel Works
An encrypted tunnel across the untrusted internet.
Tap or hover a part to learn more.
The endpoint.
A remote worker (remote-access VPN) or a whole branch office (site-to-site VPN) starts the connection. Without a VPN their traffic would cross the internet in the clear.
Check your understanding
1. What two things does a VPN primarily provide?
2. Which VPN type connects two whole networks?
Keep learning
Segmentation and zero trust
Segmenting the network limits how far an attacker can move.
Why Networks Are Segmented
From one flat network to isolated zones with controlled crossings.
Tap or hover a part to learn more.
One big zone.
In a flat network every device sits in one broadcast domain. It's simple, but a single compromised device can reach everything — one breach spreads freely.
Check your understanding
1. What is the main security benefit of segmentation?
2. How is traffic between segments controlled?
Keep learning
Modern designs push this further with zero trust ("never trust, always verify") and Network Access Control (NAC), which checks a device's identity and health before it's allowed on the network.
Why this domain matters
Security is now everyone's job, not just the security team's. Employers expect network professionals to build defence in from the start — least privilege, default-deny and segmentation — rather than bolting it on later.
