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

LayerExamplesTypical control
7 ApplicationHTTP, DNS, SMTPWAF, application proxy
6 PresentationTLS handling, encodingEncryption, format validation
5 SessionRPC, session setupSession management
4 TransportTCP, UDPStateful firewall, TLS
3 NetworkIP, ICMP, routingRouter ACLs, IPsec, segmentation
2 Data linkEthernet, ARP, switchesPort security, 802.1X, VLANs
1 PhysicalCables, radioPhysical 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

InsecureSecure replacement
TelnetSSH
FTPSFTP or FTPS
HTTPHTTPS (TLS 1.2+)
SNMPv1/v2cSNMPv3
DNSDNSSEC for integrity, DoH/DoT for privacy
LDAPLDAPS
WEP / WPA / WPA2-PSKWPA3, 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

  1. Place any named protocol or attack at the correct OSI layer instantly.
  2. Recite the secure replacement for each legacy protocol.
  3. Explain what segmentation, a DMZ, and zero trust each buy you.
  4. 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

More CISSP study material from Domain Eight: browse all resources.