RCW
RCW IT TrainingCISSP Bootcamp
← Back to all labs

Domain 4: Communication and Network Security

CISSP Bootcamp · Module 4 of 8 · exam weight 13%
weight 13% 6 practice questions unofficial study material
OSI, protocols, ports, and the devices that guard them. This domain is famously memorisable: tables, tables, tables — and ‘most secure’ comparisons.

OSI model (know what lives where)

#LayerProtocols / devices
7ApplicationHTTP(S), FTP, SMTP, DNS, SNMP
6PresentationTLS handshakes (arguably), JPEG, encoding, encryption formats
5SessionNetBIOS, RPC, sockets/session setup
4TransportTCP, UDP; firewalls (stateful), load balancers (L4)
3NetworkIP, ICMP, IGMP; routers, L3 switches, ACLs
2Data linkEthernet, ARP, MAC, switches/bridges, VLAN, 802.1X at access
1Physicalcables, hubs, repeaters, wireless radio

Mnemonics (top-down): Please Do Not Throw Sausage Pizza Away.

TCP vs UDP and the port table

TCP: connection-oriented, reliable, sequenced, 3-way handshake (SYN, SYN/ACK, ACK). UDP: connectionless, fast, no delivery guarantee — VoIP, video, DNS queries, DHCP.

PortServicePortService
20/21FTP143 / 993IMAP / IMAPS
22SSH/SCP/SFTP161/162SNMP
23Telnet (insecure)389 / 636LDAP / LDAPS
25 / 587SMTP / submission443HTTPS
53DNS445SMB
67/68DHCP514Syslog
69TFTP3306 / 5432MySQL / PostgreSQL
80HTTP3389RDP
88Kerberos5060/5061SIP
110 / 995POP3 / POP3S1723PPTP (legacy)

Addressing and segmentation

Private ranges (RFC 1918): 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. NAT/PAT hides internals and conserves addresses; IPv6 removes NAT need (use ACLs/firewalls instead). Know CIDR basics: /24 = 256 addresses, /16 = 65,536.

Segmentation: VLANs (802.1Q tagging; inter-VLAN traffic needs a router or L3 switch), DMZ for public services, micro-segmentation east-west, and zero-trust network access (identity-based, per-session authorisation).

Firewalls and friends

VPN and secure protocols

IPsec: AH (integrity+auth, no confidentiality) vs ESP (confidentiality + integrity); transport mode (host-to-host) vs tunnel mode (site-to-site, whole packet encapsulated); IKE for key negotiation. SSL/TLS VPN = clientless remote access over 443. TLS: 1.0/1.1 deprecated — require TLS 1.2/1.3. Use SSH (22) instead of Telnet (23); SFTP/FTPS instead of FTP; LDAPS, IMAPS, DNS over TLS.

Wireless security

StandardEncryptionVerdict
WEPRC4, weak IVsbroken — never
WPATKIP (RC4 wrapper)deprecated
WPA2AES-CCMPminimum acceptable; use PMF
WPA3AES + SAEcurrent best; no offline dictionary attacks

Enterprise mode = 802.1X/EAP (RADIUS): EAP-TLS (cert both sides, strongest), PEAP (tunnels password), TTLS; avoid LEAP/EAP-FAST legacy. Personal mode = PSK. Attacks: evil twin, rogue AP, IV attack, deauth/Karma, WPS PIN, bluejack/bluesnarf (Bluetooth), jamming. Counter with site surveys, WIPS, captive portals + VPN for open networks.

Network attacks & where they live

Converged and modern networks

VoIP (SRTP, TLS-SIP, VLAD? no—put voice on its own VLAN), iSCSI/FCoE storage networks isolated, MPLS WAN vs SD-WAN with IPsec overlays, CDN edge caching also absorbs DoS, 5G slice security, quantum-safe links are emerging (post-quantum crypto migration planning).

Memory hooks

Exam tips

Check yourself

Q1. Which port does Kerberos use?
A. 53
B. 88
C. 389
D. 445
Answer: B. 88
Kerberos = TCP/UDP 88.
Q2. An attacker floods the switch's MAC table so traffic floods all ports. This is:
A. ARP spoofing
B. MAC flooding
C. VLAN hopping
D. SYN flood
Answer: B. MAC flooding
MAC flooding overflows the CAM table; port security/mitigated by limiting MACs.
Q3. Which WiFi protection resists OFFLINE dictionary attacks?
A. WEP
B. WPA-TKIP
C. WPA2-PSK
D. WPA3-SAE
Answer: D. WPA3-SAE
SAE's dragonfly handshake defeats offline cracking.
Q4. IPsec AH provides:
A. Confidentiality only
B. Integrity and authentication, no confidentiality
C. Encryption and integrity
D. Key escrow
Answer: B. Integrity and authentication, no confidentiality
AH authenticates; ESP encrypts.
Q5. DNS spoofing defence (protocol-level)?
A. DNSSEC
B. DHCP snooping
C. NAT
D. 802.1X
Answer: A. DNSSEC
DNSSEC signs records; DoH/DoT protect the channel.
Q6. Which device operates at OSI Layer 3?
A. Hub
B. Switch
C. Router
D. Proxy
Answer: C. Router
Routers route between IP networks at L3.
CISSP® and (ISC)²® are registered trademarks of ISC2, Inc. This free bootcamp is independent study material and is not affiliated with, sponsored by, or endorsed by ISC2.