CISSP Resources · Domain 4 — 13% of the exam
CISSP Domain 4 Guide: Communication and Network Security
Domain 4 is 13% of the exam. Network engineers find it comfortable and everyone else finds it dense — but the exam rarely asks for configuration detail. It asks which design decision reduces risk.
What Domain 4 covers
- OSI and TCP/IP models and where controls sit in each
- Secure network architecture: segmentation, DMZ, zero trust, micro-segmentation
- Secure protocols and their insecure predecessors
- Wireless and cellular security
- Remote access, VPNs, and tunnelling
- Network attacks and their countermeasures
- Converged protocols, voice, and multimedia
The OSI model as an exam tool
| Layer | Examples | Typical control |
|---|---|---|
| 7 Application | HTTP, DNS, SMTP | WAF, application proxy |
| 6 Presentation | TLS handling, encoding | Encryption, format validation |
| 5 Session | RPC, session setup | Session management |
| 4 Transport | TCP, UDP | Stateful firewall, TLS |
| 3 Network | IP, ICMP, routing | Router ACLs, IPsec, segmentation |
| 2 Data link | Ethernet, ARP, switches | Port security, 802.1X, VLANs |
| 1 Physical | Cables, radio | Physical access control, shielding |
When a question names an attack, identify the layer first. ARP poisoning is layer 2, so the control is layer 2 — dynamic ARP inspection or port security, not a firewall rule.
Secure protocol substitutions
| Insecure | Secure replacement |
|---|---|
| Telnet | SSH |
| FTP | SFTP or FTPS |
| HTTP | HTTPS (TLS 1.2+) |
| SNMPv1/v2c | SNMPv3 |
| DNS | DNSSEC for integrity, DoH/DoT for privacy |
| LDAP | LDAPS |
| WEP / WPA / WPA2-PSK | WPA3, or WPA2-Enterprise with 802.1X |
Segmentation and architecture
- Segmentation limits blast radius. It is the answer to a surprising number of 'how do we reduce impact' questions.
- A DMZ hosts services reachable from untrusted networks; internal systems never sit in it.
- Zero trust removes implicit trust based on network location — verify every request, every time.
- Out-of-band management keeps administrative access off the production data path.
Attacks to recognise
- ARP poisoning / MAC flooding — layer 2; counter with port security and DAI.
- DNS poisoning — counter with DNSSEC.
- Session hijacking — counter with encrypted sessions and token rotation.
- DDoS — counter with upstream scrubbing, rate limiting, and capacity.
- VLAN hopping — counter by disabling auto-trunking and unused ports.
- Evil twin / rogue AP — counter with 802.1X, wireless IDS, and mutual authentication.
Study checklist
- Place any named protocol or attack at the correct OSI layer instantly.
- Recite the secure replacement for each legacy protocol.
- Explain what segmentation, a DMZ, and zero trust each buy you.
- Compare IPsec tunnel and transport modes and when each is used.
Frequently asked questions
Do I need to memorise port numbers for the CISSP?
A handful of common ones help, but the exam is far more interested in whether you can pick the right control at the right layer.
What is the difference between IPsec tunnel and transport mode?
Tunnel mode encrypts the entire original packet and is used gateway-to-gateway. Transport mode encrypts only the payload and is used host-to-host.
Practise layer-and-control matching
Network questions on Domain Eight are written the way the exam writes them: a scenario, four plausible controls, and one that fits the layer and the risk.
Related guides
- Domain 5: Identity and Access ManagementIdentification, authentication, authorisation models, federation and provisioning lifecycle.
- Domain 6: Security Assessment and TestingAssessment strategies, testing techniques, audits, metrics and management review.
- Domain 7: Security OperationsInvestigations, incident response, monitoring, recovery and disaster recovery.
- Domain 8: Software Development SecuritySDLC models, secure coding, testing, third-party risk and database security.
More CISSP study material from Domain Eight: browse all resources.
