Networks allow systems, applications, users, cloud environments, and organizations to communicate.
They also create pathways through which attackers can:
intercept information;
impersonate systems;
move laterally;
exploit vulnerable services;
disrupt availability;
bypass security boundaries.
The CISSP professional therefore needs more than the ability to memorize protocol names or port numbers. You must understand how communication moves through network layers, where trust changes, how traffic is segmented, and where security controls should be applied.
Lesson Fourteen begins Domain 4 β Communication and Network Security, which currently represents 13% of the CISSP examination. Current Objective 4.1 requires candidates to apply secure-design principles to network architectures, including OSI and TCP/IP models, IPv4 and IPv6, secure protocols, multilayer and converged protocols, transport architecture, performance metrics, traffic flows, physical/logical/micro-segmentation, edge networks, wireless and cellular networks, CDNs, SDN, VPCs, and network monitoring and management.
Modern enterprise networking is no longer limited to a corporate LAN protected by one perimeter firewall. NIST describes today's enterprise network landscape as including geographically distributed resources, multiple cloud services, microservices, Zero Trust Network Access, and architectures such as SASE.
The central Lesson Fourteen question is:
How does communication move through networks, and how should security be designed across network layers, devices, protocols, segments, trust boundaries, and traffic paths?
| Lesson Topic | Primary CISSP Alignment |
|---|---|
| OSI model | Domain 4.1 |
| TCP/IP model | Domain 4.1 |
| Encapsulation/decapsulation | Domain 4.1 |
| Ethernet | Domain 4.1 foundation |
| MAC addresses | Domain 4.1 foundation |
| IPv4 | Domain 4.1 |
| IPv6 | Domain 4.1 |
| Unicast | Domain 4.1 |
| Broadcast | Domain 4.1 |
| Multicast | Domain 4.1 |
| Anycast | Domain 4.1 |
| TCP | Domain 4.1 foundation |
| UDP | Domain 4.1 foundation |
| Ports and sockets | Domain 4.1 foundation |
| Secure protocols | Domain 4.1 |
| TLS | Domain 4.1 |
| SSH | Domain 4.1 |
| IPsec | Domain 4.1 |
| Multilayer protocols | Domain 4.1 |
| Converged protocols | Domain 4.1 |
| Network topologies | Domain 4.1 |
| Data plane | Domain 4.1 |
| Control plane | Domain 4.1 |
| Management plane | Domain 4.1 |
| Store-and-forward switching | Domain 4.1 |
| Cut-through switching | Domain 4.1 |
| Bandwidth | Domain 4.1 |
| Throughput | Domain 4.1 |
| Latency | Domain 4.1 |
| Jitter | Domain 4.1 |
| Signal-to-noise ratio | Domain 4.1 |
| North-south traffic | Domain 4.1 |
| East-west traffic | Domain 4.1 |
| Physical segmentation | Domain 4.1 |
| Logical segmentation | Domain 4.1 |
| VLANs | Domain 4.1 |
| VPNs | Domain 4.1 |
| VRF | Domain 4.1 |
| Micro-segmentation | Domain 4.1 |
| Network overlays | Domain 4.1 |
| Edge networks | Domain 4.1 |
| Ingress/egress | Domain 4.1 |
| Peering | Domain 4.1 |
| Wi-Fi/Bluetooth/Zigbee | Domain 4.1 |
| Satellite | Domain 4.1 |
| 4G/5G | Domain 4.1 |
| CDN | Domain 4.1 |
| SDN | Domain 4.1 |
| SD-WAN | Domain 4.1 |
| NFV | Domain 4.1 |
| VPC | Domain 4.1 |
| Network observability | Domain 4.1 |
| Traffic shaping | Domain 4.1 |
| Capacity management | Domain 4.1 |
| Fault detection | Domain 4.1 |
These areas reflect the current Objective 4.1 scope.
After completing this lesson, you should be able to:
Explain the purpose of layered network models.
Identify all seven OSI layers.
Explain the security relevance of each OSI layer.
Explain the TCP/IP model.
Map TCP/IP layers to the OSI model.
Explain encapsulation and decapsulation.
Define a frame, packet, segment, and data unit.
Explain Ethernet fundamentals.
Distinguish MAC addresses from IP addresses.
Explain switching and routing.
Explain IPv4.
Explain IPv6.
Distinguish unicast, broadcast, multicast, and anycast.
Explain why IPv6 does not use broadcast addressing.
Explain TCP.
Explain UDP.
Distinguish TCP from UDP.
Explain the TCP three-way handshake.
Define ports.
Define sockets.
Recognize common security-relevant ports.
Explain network topologies.
Explain the data, control, and management planes.
Distinguish store-and-forward from cut-through switching.
Explain bandwidth.
Explain throughput.
Explain latency.
Explain jitter.
Explain signal-to-noise ratio.
Distinguish north-south from east-west traffic.
Explain physical segmentation.
Explain logical segmentation.
Explain VLANs.
Explain VPNs.
Explain VRF.
Explain micro-segmentation.
Explain air-gapped systems.
Explain in-band versus out-of-band management.
Explain network overlays.
Explain edge networks.
Explain ingress and egress.
Explain network peering.
Explain the security implications of wireless networks.
Recognize Wi-Fi, Bluetooth, Zigbee, and satellite communication.
Explain cellular-network security considerations.
Explain CDNs.
Explain SDN.
Explain SD-WAN.
Explain Network Functions Virtualization.
Explain VPCs.
Explain converged protocols.
Explain iSCSI and VoIP conceptually.
Explain multilayer protocol implications.
Explain TLS.
Explain SSH.
Explain IPsec.
Explain transport and tunnel mode.
Explain why SSL should be treated as legacy.
Explain network observability.
Apply CISSP network-security reasoning to scenarios.
A single web request may involve:
USER
β
βΌ
WEB APPLICATION
β
βΌ
TLS
β
βΌ
TCP
β
βΌ
IP
β
βΌ
ETHERNET / WI-FI
β
βΌ
PHYSICAL SIGNAL
Layering divides this complexity into manageable functions.
A layered model allows security professionals to ask:
Which layer is involved?
What information is visible there?
Which controls can operate there?
For example:
MAC filtering concerns a lower network layer.
IP filtering concerns Layer 3.
TCP ports concern Layer 4.
HTTP inspection operates higher in the stack.
7 APPLICATION
β
6 PRESENTATION
β
5 SESSION
β
4 TRANSPORT
β
3 NETWORK
β
2 DATA LINK
β
1 PHYSICAL
Memory aid:
From Layer 7 to Layer 1:
Application β Presentation β Session β Transport β Network β Data Link β Physical
The Physical layer concerns transmission of raw bits through media.
Examples:
copper;
fiber;
radio;
connectors;
electrical signaling.
Threats include:
cable tapping;
cable cutting;
RF interference;
unauthorized physical connections.
Controls include:
secured wiring closets;
protected cable routes;
physical access control.
Layer 2 provides communication across a local network segment.
Important concepts include:
Ethernet;
MAC addresses;
frames;
switches;
VLANs.
A Media Access Control address identifies a network interface at the data-link level.
Example format:
00:1A:2B:3C:4D:5E
A Layer 2 unit is commonly called a:
Conceptually:
ββββββββββββββ¬βββββββββββββ¬βββββββββββββ
β DEST MAC β SOURCE MAC β PAYLOAD β
ββββββββββββββ΄βββββββββββββ΄βββββββββββββ
A network switch forwards frames based primarily on Layer 2 addressing.
Conceptually:
DEVICE A βββ
DEVICE B βββΌβββΊ SWITCH βββΊ DEVICE C
DEVICE D βββ
A switched network can still face attacks involving:
rogue devices;
VLAN misconfiguration;
Layer 2 spoofing;
unauthorized access.
Switching alone does not establish strong trust.
Layer 3 is primarily responsible for:
logical addressing;
routing;
packet forwarding.
The most important protocol family is:
A Layer 3 data unit is commonly called a:
A router makes forwarding decisions based on network-layer addressing.
NETWORK A
β
βΌ
ROUTER
β
βΌ
NETWORK B
| Switch | Router |
|---|---|
| Primarily Layer 2 | Primarily Layer 3 |
| Uses MAC addresses | Uses IP addresses |
| Connects local network devices | Connects IP networks |
| Forwards frames | Forwards packets |
Modern network devices can combine multiple functions, so the table represents foundational roles.
Layer 4 provides end-to-end transport between applications.
Two major protocols are:
TCP;
UDP.
TCP data units are commonly called:
UDP units are commonly called:
The Session layer conceptually manages communication sessions between systems or applications.
Functions may involve:
session establishment;
maintenance;
termination.
In real TCP/IP implementations, these responsibilities frequently exist within application protocols rather than as a distinct OSI implementation layer.
The Presentation layer concerns representation of information.
Concepts can include:
encoding;
serialization;
compression;
cryptographic representation.
The Application layer provides network services directly supporting applications.
Examples include:
HTTP;
DNS;
SMTP;
SSH.
7 APPLICATION β WAF / application controls
6 PRESENTATION β Encoding / encryption representation
5 SESSION β Session controls
4 TRANSPORT β TCP/UDP ports, stateful inspection
3 NETWORK β IP routing, ACLs, IPsec
2 DATA LINK β VLANs, switching, Layer-2 controls
1 PHYSICAL β Cabling, RF, physical access
NIST network-security material similarly uses layered network models as a basis for identifying where security controls operate.
A common four-layer view is:
APPLICATION
β
TRANSPORT
β
INTERNET
β
NETWORK ACCESS
| OSI | TCP/IP |
|---|---|
| Application | Application |
| Presentation | Application |
| Session | Application |
| Transport | Transport |
| Network | Internet |
| Data Link | Network Access |
| Physical | Network Access |
OSI provides a conceptual troubleshooting and security model.
TCP/IP reflects the practical Internet protocol architecture.
CISSP candidates should be comfortable reasoning with both.
As information travels down a protocol stack, each layer adds information needed for its function.
APPLICATION DATA
β
βΌ
TCP HEADER + DATA
β
βΌ
IP HEADER + TCP SEGMENT
β
βΌ
ETHERNET HEADER + IP PACKET
β
βΌ
BITS ON MEDIA
At the destination:
BITS
β
FRAME
β
PACKET
β
SEGMENT
β
APPLICATION DATA
Headers are interpreted and removed as the information moves upward.
A Layer 3 control may see:
source IP;
destination IP.
A Layer 4 control may additionally see:
TCP/UDP ports.
An application-aware control may understand:
URLs;
commands;
application behavior.
A packet can carry another protocol inside it.
Example:
OUTER IP
β
βΌ
VPN TUNNEL
β
βΌ
INNER IP
β
βΌ
APPLICATION
A security device that examines only the outer header may lack visibility into the inner communication.
The current exam outline explicitly calls out the implications of multilayer protocols.
Think:
Controls must be placed where they can actually observe and enforce the required security policy.
IPv4 uses 32-bit addresses.
Example:
192.0.2.10
IPv4 supports:
unicast;
broadcast;
multicast.
One sender communicates with one destination.
HOST A ββββββββββΊ HOST B
One sender communicates with all systems within an applicable broadcast scope.
ββββΊ HOST B
HOST A ββββββΌβββΊ HOST C
ββββΊ HOST D
Traffic is delivered to members of a selected group.
HOST A
β
ββββββΊ MULTICAST GROUP
βββ HOST B
βββ HOST D
IPv6 expands IP addressing from 32 bits to 128 bits and introduces an addressing architecture centered on unicast, anycast, and multicast.
Example:
2001:db8::10
IPv6 provides:
much larger address space;
improved address hierarchy;
protocol improvements supporting modern networking.
The core IPv6 addressing architecture identifies:
unicast;
anycast;
multicast.
IPv6 does not use broadcast addresses; multicast replaces broadcast-style functions.
An anycast address can be assigned to multiple interfaces.
Traffic is routed toward one instanceβtypically the one considered nearest according to routing metrics.
SERVICE ADDRESS
β
βββββββββββΌββββββββββ
βΌ βΌ βΌ
SITE A SITE B SITE C
Client routed toward
one appropriate site
Anycast can support geographically distributed services such as:
DNS;
content delivery;
resilient network services.
| IPv4 | IPv6 |
|---|---|
| 32-bit addressing | 128-bit addressing |
| Uses broadcast | No broadcast addressing |
| Unicast/multicast | Unicast/multicast/anycast |
| Dotted decimal | Hexadecimal colon notation |
| Smaller address space | Vastly larger address space |
Do not assume:
IPv6 is automatically secure simply because it is newer.
Security still requires:
access control;
monitoring;
segmentation;
secure configuration.
TCP provides a reliable, in-order byte-stream service and uses port numbers to identify application services and separate flows. It is connection oriented and uses retransmission and sequencing to support reliable delivery.
Associate TCP with:
connection-oriented communication;
sequencing;
acknowledgments;
retransmission;
reliable ordered delivery.
CLIENT SERVER
SYN ββββββββββββββββββββββΊ
βββββββββββββββββ SYN-ACK
ACK ββββββββββββββββββββββΊ
CONNECTION ESTABLISHED
The handshake establishes state between endpoints before normal data transfer.
Stateful network security devices can use connection state to make better filtering decisions.
UDP provides lightweight datagram delivery without TCP's connection establishment and reliability mechanisms.
Think:
Low overhead, but reliability must be provided elsewhere if required.
Associate UDP with:
connectionless communication;
no TCP-style handshake;
lower transport overhead;
no guaranteed ordered delivery.
Common use cases may include:
DNS queries;
voice/video traffic;
streaming;
real-time communication.
Protocols may add their own reliability mechanisms when required.
| TCP | UDP |
|---|---|
| Connection oriented | Connectionless |
| Reliable delivery | No inherent delivery guarantee |
| Ordered byte stream | Datagrams |
| Retransmission | No built-in TCP-style retransmission |
| Higher overhead | Lower overhead |
| Useful when reliability matters | Useful where low latency may matter |
Ports allow transport-layer protocols to identify application services or communication endpoints.
TCP explicitly uses port numbers to identify application services and multiplex flows between hosts.
IP address identifies:
Host/interface location.
Port identifies:
Application/service endpoint.
A network socket can conceptually be identified by combinations such as:
IP ADDRESS
+
PORT
+
PROTOCOL
Example:
192.0.2.5 : 443 / TCP
| Port | Protocol/Service | Security Note |
|---|---|---|
| 20/21 | FTP | Legacy plaintext unless protected separately |
| 22 | SSH | Secure remote shell |
| 23 | Telnet | Plaintext; avoid for secure administration |
| 25 | SMTP | Mail transport |
| 53 | DNS | TCP/UDP |
| 67/68 | DHCP | IPv4 configuration |
| 80 | HTTP | Unencrypted web |
| 88 | Kerberos | Authentication |
| 110 | POP3 | Mail retrieval |
| 123 | NTP | Time synchronization |
| 143 | IMAP | Mail retrieval |
| 161/162 | SNMP | Management/traps |
| 389 | LDAP | Directory access |
| 443 | HTTPS | HTTP protected with TLS |
| 445 | SMB | File/service sharing |
| 636 | LDAPS | LDAP over TLS approach |
| 3389 | RDP | Remote desktop |
Do not treat CISSP as a pure port-number examination, but know major service associations.
A traditional hub repeats received signals broadly across connected ports.
It provides little traffic isolation.
A bridge connects Layer 2 network segments and makes forwarding decisions based on MAC-address information.
Modern switches largely perform this role at scale.
A switch forwards frames between interfaces based on Layer 2 information.
A router forwards packets between IP networks.
Gateway is a broader term for a system that connects or translates between environments, networks, or protocols.
Its exact meaning depends on context.
A firewall enforces traffic policy between security zones or systems.
Detailed firewall operation will be revisited under later Domain 4 and Domain 7 material.
A proxy acts as an intermediary between a client and another service.
CLIENT
β
βΌ
PROXY
β
βΌ
DESTINATION
A proxy can provide:
policy enforcement;
inspection;
hiding of internal architecture;
logging.
Network topology describes how nodes and links are arranged.
The current CISSP outline includes topology as part of transport architecture.
A βββ B βββ C βββ D
Nodes share a common communication path.
A
β
B ββ SWITCH ββ C
β
D
Modern Ethernet LANs commonly use star-style physical designs.
A ββ B
β β
D ββ C
Nodes form a logical or physical ring.
A βββββ B
|\ /|
| \ / |
| \ / |
| / \ |
| / \ |
|/ \|
C βββββ D
Multiple paths improve resilience.
Full mesh provides direct links among all participating nodes.
Partial mesh provides multiple paths but not every possible direct link.
Additional paths increase resilience but may also increase:
complexity;
attack surface;
configuration requirements.
Modern network devices can be viewed through:
DATA PLANE
CONTROL PLANE
MANAGEMENT PLANE
The current CISSP outline explicitly includes these concepts.
The data plane handles forwarding of normal user or application traffic.
Example:
Forward this packet from interface A to interface B.
The control plane determines how traffic should be forwarded.
Functions can include:
route calculation;
topology learning;
routing protocols.
The management plane allows administrators or management systems to:
configure;
monitor;
manage
network devices.
Compromise of the management or control plane may allow an attacker to affect large amounts of data-plane traffic.
Therefore:
Management interfaces deserve especially strong protection.
A store-and-forward switch receives the complete frame before forwarding.
This can allow validation such as error checking before transmission.
FRAME ARRIVES
β
βΌ
STORE COMPLETE FRAME
β
βΌ
CHECK
β
βΌ
FORWARD
Cut-through switching begins forwarding before the complete frame has been received.
Benefit:
Lower latency.
Tradeoff:
Less opportunity to validate the complete frame before forwarding.
| Store-and-Forward | Cut-Through |
|---|---|
| Receives full frame first | Starts forwarding early |
| More validation opportunity | Lower latency |
| More processing delay | Potentially forwards damaged frame |
Security controls consume network resources.
Poor performance can affect:
availability;
voice/video quality;
user behavior.
The current CISSP outline explicitly includes bandwidth, latency, jitter, throughput, and signal-to-noise ratio.
Bandwidth is the theoretical or designed capacity of a communication channel.
Think:
How much could the path carry?
Throughput is the amount of useful traffic actually delivered over a period.
Think:
How much are we really getting?
A link may have:
1 Gbps bandwidth
but achieve:
700 Mbps actual throughput
because of:
overhead;
congestion;
errors;
processing.
Latency is the delay experienced when traffic moves from source to destination.
Jitter is variation in packet delay over time.
Voice and video can be particularly sensitive to jitter.
Signal-to-noise ratio compares desired signal strength to background noise or interference.
Low SNR can reduce:
communication quality;
reliability;
performance.
North-south traffic generally refers to traffic entering or leaving an environment.
INTERNET
β
βΌ
ENTERPRISE
East-west traffic generally refers to traffic moving laterally among internal workloads, systems, or services.
SERVER A βββββ SERVER B
β
βββββββββ SERVER C
Traditional perimeter security focused heavily on north-south traffic.
Modern cloud and microservice environments may generate extensive east-west communication.
Compromise of one workload can create lateral-movement risk.
NIST notes that the modern enterprise network includes cloud services, distributed resources, and microservice architectures, increasing the importance of newer network-security frameworks.
Segmentation divides networks or systems into distinct security zones.
Objectives can include:
limiting broadcast scope;
limiting lateral movement;
applying different policies;
separating sensitive assets.
USER PCS
β
SERVERS
β
DATABASES
β
ADMIN SYSTEMS
β
BACKUPS
Everything broadly reachable.
A flat network creates large compromise pathways.
USER VLAN
β
FIREWALL
β
APPLICATION ZONE
β
FIREWALL
β
DATABASE ZONE
ADMIN ZONE ββ Separate controls
BACKUP ZONE β Separate controls
Physical segmentation uses physically separate infrastructure or paths.
Examples listed by ISC2 include:
in-band;
out-of-band;
air-gapped approaches.
An air-gapped environment intentionally lacks normal direct network connectivity to other environments.
CORPORATE NETWORK
X
ISOLATED SYSTEM
Air-gapped systems can still be exposed through:
removable media;
maintenance devices;
insider access;
supply-chain compromise.
Isolation reduces attack paths but does not eliminate risk.
In-band management uses the same production network infrastructure for:
business traffic;
network administration.
If the production network fails or is compromised, management access may also become unavailable.
Out-of-band management uses a separate management path.
PRODUCTION NETWORK
β
βΌ
ROUTER/SWITCH
β²
β
SEPARATE MANAGEMENT
NETWORK
Out-of-band management can improve:
administrative isolation;
resilience;
emergency access.
It must itself be strongly secured because it provides privileged control.
Logical segmentation creates separate security domains using shared physical infrastructure.
Current ISC2 examples include:
VLANs;
VPNs;
Virtual Routing and Forwarding;
virtual domains.
A VLAN logically separates Layer 2 broadcast domains on switching infrastructure.
Conceptually:
SWITCH
βββ VLAN 10: USERS
βββ VLAN 20: FINANCE
βββ VLAN 30: SERVERS
VLANs can improve:
organization;
segmentation;
traffic isolation.
Inter-VLAN traffic still requires appropriate:
routing;
access controls;
firewalls
when different trust levels exist.
A VPN creates a logically protected communication path across another network.
SITE A
β
βΌ
ENCRYPTED TUNNEL
β
βΌ
INTERNET
β
βΌ
SITE B
A VPN protects a communication path.
It does not automatically prove that:
endpoint is uncompromised;
user is authorized for every resource.
Zero Trust concepts still apply.
VRF allows multiple logically separate routing tables or routing domains to coexist on shared network infrastructure.
Conceptually:
ROUTER
βββ VRF A β CUSTOMER A
βββ VRF B β CUSTOMER B
This can provide strong logical traffic separation.
Micro-segmentation applies fine-grained controls between individual:
workloads;
applications;
services.
Instead of trusting an entire network segment, communication can be restricted at much smaller boundaries.
USER NETWORK
β
FIREWALL
β
SERVER NETWORK
APP A ββPOLICYβββΊ DB A
APP B ββBLOCKβββββΊ DB A
APP C ββPOLICYβββΊ SERVICE D
The current outline associates micro-segmentation with:
overlays/encapsulation;
distributed firewalls;
routers;
IDS/IPS;
Zero Trust.
Network location alone should not determine trust.
NIST Zero Trust Architecture shifts emphasis from protecting network segments toward protecting individual resources, identities, services, and workflows.
INSIDE NETWORK
=
TRUSTED
USER / DEVICE
β
βΌ
IDENTITY
β
βΌ
DEVICE / CONTEXT
β
βΌ
POLICY
β
βΌ
SPECIFIC RESOURCE
The network edge is where an enterprise environment connects with:
Internet;
cloud providers;
telecom carriers;
partners;
external networks.
Ingress means traffic:
entering an environment.
Egress means traffic:
leaving an environment.
Organizations often focus heavily on incoming traffic.
But outbound communication matters for detecting:
data exfiltration;
malware command-and-control;
unauthorized cloud services.
Peering is direct network interconnection between autonomous networks or providers for traffic exchange.
Security considerations can include:
route trust;
contractual relationships;
traffic filtering;
monitoring.
Wired network access usually requires a physical connection.
Wireless signals can extend:
beyond office walls.
Therefore wireless networks have different physical exposure characteristics.
The current outline specifically lists:
Bluetooth;
Wi-Fi;
Zigbee;
satellite.
Wi-Fi provides wireless LAN communication.
Security considerations include:
strong authentication;
encryption;
rogue access points;
signal range;
guest segmentation.
Detailed wireless protection will be expanded later.
Bluetooth supports short-range wireless communication among devices.
Risks can involve:
unauthorized pairing;
weak configuration;
unnecessary discoverability.
Zigbee is commonly associated with low-power device and IoT communication.
Security concerns include:
device authentication;
key management;
weak embedded-device security.
Satellite communication supports long-distance communication where terrestrial infrastructure may be limited or unavailable.
Security may involve:
transmission confidentiality;
latency;
availability;
ground infrastructure.
The current CISSP outline specifically identifies both 4G and 5G mobile networks.
Security professionals should recognize cellular networks as part of modern enterprise connectivity, particularly for:
mobile users;
remote sites;
IoT;
backup communication.
A cellular connection still requires:
application security;
identity security;
encrypted communication;
endpoint security.
A Content Delivery Network distributes content across geographically dispersed infrastructure.
ORIGIN
β
βββββββββΌββββββββ
βΌ βΌ βΌ
EDGE A EDGE B EDGE C
β β β
USERS USERS USERS
A CDN can improve:
performance;
availability;
scalability.
Depending on design, it can also provide security services such as traffic filtering or DDoS absorption.
Software-Defined Networking separates network-control decisions from packet-forwarding functions and enables centralized or programmable network control.
The current outline explicitly includes SDN and APIs.
NETWORK DEVICE
βββ CONTROL LOGIC
βββ FORWARDING
SDN CONTROLLER
β
βΌ
PROGRAMMING
β
βββββΌβββββ
βΌ βΌ βΌ
SW1 SW2 SW3
SDN may enable:
centralized policy;
automated segmentation;
rapid reconfiguration.
A compromised controller can have broad impact.
Therefore:
Centralized control can create centralized security importance.
SD-WAN applies software-defined management and policy to wide-area networking.
Potential benefits include:
dynamic path selection;
centralized policy;
use of multiple connectivity providers.
Network Functions Virtualization implements network functions in software rather than relying exclusively on dedicated appliances.
Examples can include:
virtual firewalls;
virtual routers;
virtual load balancers.
Virtualization increases:
flexibility;
automation;
but also requires protection of:
orchestration;
hypervisors;
management interfaces.
A Virtual Private Cloud is a logically isolated cloud network environment.
It may include:
subnets;
routing tables;
gateways;
network ACLs;
security groups.
A VPC commonly uses shared cloud-provider infrastructure while providing logical isolation.
Converged networking carries different classes of traffic over shared infrastructure.
The current CISSP outline gives examples including:
iSCSI;
VoIP;
InfiniBand over Ethernet;
Compute Express Link.
Convergence can reduce infrastructure complexity but may also combine risks.
A network outage may affect:
data;
voice;
storage
simultaneously.
iSCSI carries storage commands over IP networks.
Conceptually:
SERVER
β
βΌ
IP NETWORK
β
βΌ
STORAGE
Storage traffic may contain highly sensitive information.
Therefore consider:
segmentation;
authentication;
confidentiality;
availability.
VoIP carries voice communications using IP networks.
VoIP has security requirements involving:
confidentiality;
availability;
integrity;
signaling;
latency;
jitter.
A network problem can become:
a communications outage.
Converged environments therefore increase dependency on network resilience.
ISC2's current outline also references InfiniBand over Ethernet and Compute Express Link among converged-protocol examples.
For CISSP-level reasoning, recognize these as examples of increasingly converged, high-performance interconnect environments where:
shared infrastructure;
data movement;
management;
isolation
must be secured.
Deep engineering details are beyond the required conceptual focus of this lesson.
Many early Internet protocols were designed in environments where confidentiality and authentication were not primary built-in requirements.
Modern networks require protection against:
eavesdropping;
modification;
impersonation.
The current CISSP outline explicitly names:
IPsec;
SSH;
SSL/TLS.
For current secure design, treat SSL as legacy and use modern TLS configurations instead.
NIST's current final TLS guidance addresses TLS 1.2 and TLS 1.3, with NIST actively reviewing the publication in 2026 for further modernization.
TLS protects application communication across untrusted networks.
It can support:
confidentiality;
integrity;
endpoint authentication.
CLIENT
β
βΌ
TLS NEGOTIATION
β
βββ Certificate validation
βββ Key establishment
βββ Algorithm negotiation
β
βΌ
ENCRYPTED APPLICATION DATA
β
βΌ
SERVER
NIST describes TLS as providing mechanisms to protect information transmitted across the Internet.
HTTPS is:
HTTP protected through TLS.
Therefore:
HTTP + TLS = HTTPS
TLS security depends on more than encryption.
Also consider:
certificate validation;
algorithms;
protocol versions;
keys;
configuration.
SSH provides secure remote login and related network services over insecure networks.
The SSH transport protocol provides encryption, host authentication, and integrity protection.
Common uses include:
secure command-line administration;
encrypted tunnels;
file-transfer mechanisms built on SSH.
TELNET
Credentials/data may be exposed
SSH
Encrypted protected channel
For secure administration:
Prefer SSH over Telnet.
IPsec provides security at the IP layer.
It can protect traffic independently of the application protocol.
NIST describes IPsec as a framework for protecting communications over public networks and supporting VPNs.
IPsec can support:
confidentiality;
integrity;
authentication;
anti-replay protections.
Encapsulating Security Payload is the major IPsec mechanism associated with confidentiality and can also provide integrity/authentication capabilities depending on configuration.
Authentication Header historically provides integrity and authentication but not confidentiality.
For CISSP:
ESP is the more commonly encountered mechanism in modern protected IPsec designs.
Transport mode protects the IP payload while leaving the original outer IP header available for routing.
ORIGINAL IP HEADER
β
IPSEC-PROTECTED PAYLOAD
Tunnel mode encapsulates the original IP packet inside a new protected packet.
NEW IP HEADER
β
IPSEC
β
ORIGINAL IP PACKET
Transport mode:
Host-to-host style protection.
Tunnel mode:
VPN gateway/site-to-site protection.
Real implementations can vary.
| TLS | IPsec |
|---|---|
| Protects application communication | Protects IP traffic |
| Often application/session oriented | Network-layer oriented |
| Used with HTTPS | Common in VPNs |
| Certificate use common | IKE/IPsec security associations |
Example:
HTTPS
β
TLS
β
TCP
β
IP
β
IPsec VPN
β
Ethernet
Multiple protection layers may increase:
defense;
separation.
But they may also increase:
overhead;
complexity;
monitoring challenges.
The current CISSP outline explicitly includes:
network observability;
traffic flow/shaping;
capacity management;
fault detection and handling.
Network observability involves obtaining enough information about network state and behavior to understand:
traffic;
performance;
failures;
anomalies.
Sources may include:
device logs;
flow records;
packet data;
telemetry;
performance metrics.
Without network visibility:
Attacks can occur without detection.
Observability supports:
troubleshooting;
anomaly detection;
incident response.
Traffic shaping controls how bandwidth is allocated or traffic is prioritized.
It can help ensure that critical applications receive adequate resources.
NETWORK CAPACITY
β
βββ Voice β High priority
βββ Business apps β Normal
βββ Bulk backups β Lower priority
Capacity management ensures infrastructure can support expected demand.
Security relevance includes:
availability;
resilience;
planning for traffic growth.
Capacity alone does not solve denial-of-service attacks.
But inadequate capacity can make ordinary traffic spikes look like outages.
Networks should detect:
failed links;
device failures;
routing problems;
degraded performance.
A resilient architecture may:
DETECT FAILURE
β
βΌ
REROUTE / FAIL OVER
β
βΌ
ALERT
β
βΌ
REPAIR
Examples:
INTERNET
β
βΌ
DMZ
β
βΌ
APPLICATION
β
βΌ
DATABASE
Each transition should have clearly defined:
authentication;
authorization;
permitted protocols;
monitoring.
A DMZ is a network zone used to separate externally accessible services from more trusted internal resources.
INTERNET
β
FIREWALL
β
DMZ
β
FIREWALL
β
INTERNAL NETWORK
An Internet-facing system should not automatically receive unrestricted access to the internal enterprise.
INTERNET
β
βΌ
EDGE SECURITY
β
βΌ
DMZ
β
βΌ
INTERNAL FIREWALL
β
βββββββββββββββΌββββββββββββββ
βΌ βΌ βΌ
USER VLAN APP ZONE ADMIN ZONE
β
βΌ
DATA ZONE
β
βΌ
BACKUP ZONE
Supporting controls:
identity;
encryption;
logging;
IDS/IPS;
micro-segmentation;
endpoint security.
Use the NETWORK model when evaluating network-security scenarios.
What systems and data communicate?
Where does trust change?
Which path, protocol, port, and direction are used?
Use segmentation and least privilege.
Log, monitor, and inspect where appropriate.
Protect confidentiality, integrity, and authentication.
Design for availability, capacity, redundancy, and failure.
N
NAME ASSETS
β
βΌ
E
ESTABLISH BOUNDARIES
β
βΌ
T
TRACE TRAFFIC
β
βΌ
W
WALL OFF ACCESS
β
βΌ
O
OBSERVE
β
βΌ
R
REQUIRE SECURE PROTOCOLS
β
βΌ
K
KEEP RESILIENCE
A security device makes filtering decisions using source and destination IP addresses.
Which OSI layer is MOST directly involved?
A. Physical
B. Data Link
C. Network
D. Presentation
C
A switch forwards traffic using hardware interface addresses.
Which layer is MOST directly involved?
A. Layer 2.
B. Layer 7.
C. Layer 5.
D. Layer 1 only.
A
An application requires reliable, ordered transport.
Which protocol is MOST appropriate?
A. TCP.
B. UDP.
C. ARP.
D. Ethernet only.
A
A real-time voice application prioritizes low latency over guaranteed transport-layer retransmission.
Which transport protocol is commonly more appropriate?
A. UDP.
B. TCP only.
C. IPsec AH.
D. ARP.
A
Which statement about IPv6 is MOST accurate?
A. IPv6 uses 128-bit addresses and does not use broadcast addressing.
B. IPv6 uses 32-bit addresses.
C. IPv6 removes multicast.
D. IPv6 automatically eliminates cyberattacks.
A
An attacker compromises one cloud workload and begins scanning adjacent application servers.
Which traffic direction is MOST relevant?
A. East-west.
B. North-south only.
C. Physical only.
D. Satellite.
A
A workstation compromise provides direct access to production databases and backup systems.
What architectural weakness is MOST evident?
A. Insufficient segmentation.
B. Too much encryption.
C. Excessive bandwidth.
D. Too many certificates.
A
Network administrators must still access routers when the production network is unavailable.
Which architecture BEST supports this?
A. Out-of-band management.
B. Single in-band path only.
C. Public Internet Telnet.
D. Shared user VLAN.
A
An organization wants to protect web traffic from eavesdropping and tampering.
Which protocol is MOST appropriate?
A. TLS.
B. Telnet.
C. FTP without protection.
D. ARP.
A
An administrator needs secure remote command-line access to a Linux server.
Which protocol is MOST appropriate?
A. SSH.
B. Telnet.
C. HTTP.
D. SNMPv1.
A
SSH is specifically designed to provide secure remote login and encrypted, integrity-protected communication over untrusted networks.
Two corporate sites must protect IP traffic traversing the public Internet.
Which technology is MOST directly appropriate?
A. IPsec tunnel.
B. Plain HTTP.
C. Hub.
D. ARP.
A
Finance and guest devices use the same switching hardware but should belong to separate logical broadcast domains.
Which technology is MOST directly appropriate?
A. VLAN.
B. UPS.
C. RAID.
D. Hashing.
A
A service provider needs multiple customers to use the same router while maintaining distinct routing domains.
Which technology BEST fits?
A. VRF.
B. NAT only.
C. Ethernet hub.
D. SMTP.
A
A cloud application should allow Web Service A to communicate only with Database A while denying unrelated workloads.
Which design is MOST appropriate?
A. Micro-segmentation.
B. Flat internal network.
C. Disable all monitoring.
D. Publicly expose every workload.
A
Users report that video conferences have inconsistent delay despite adequate average bandwidth.
Which metric is MOST relevant?
A. Jitter.
B. Certificate validity.
C. Hash length.
D. VLAN ID.
A
A global website wants to serve content from locations closer to users and improve resilience.
Which technology is MOST appropriate?
A. CDN.
B. Single local hub.
C. Telnet.
D. Flat VLAN.
A
An enterprise wants centralized, programmable control of network forwarding policies.
Which architecture is MOST appropriate?
A. SDN.
B. Bus topology only.
C. FTP.
D. Static unmanaged hubs.
A
An organization wants a logically isolated network environment within a public-cloud provider.
Which concept BEST fits?
A. VPC.
B. VLAN cable.
C. Physical air gap necessarily.
D. Telnet domain.
A
A switch primarily forwards Layer 2 frames.
A router primarily forwards Layer 3 packets.
MAC:
Data-link addressing.
IP:
Network-layer addressing.
TCP provides reliable ordered transport, not inherent confidentiality or authentication.
RFC 9293 explicitly notes that TCP itself does not provide normal cryptographic confidentiality or authentication and relies on protocols such as TLS or IPsec when these properties are required.
UDP is a transport protocol.
Its security depends on:
application;
authentication;
encryption;
implementation.
IPv6 does not use broadcast addressing; multicast replaces those functions.
A VLAN creates logical network separation.
Security policy between trust zones may still require firewalls or other enforcement.
A VPN protects communication.
Endpoint compromise and user authorization remain separate concerns.
Removable media and physical access can still create attack paths.
Modern Zero Trust architecture does not grant implicit trust solely because a system is inside the corporate network.
Bandwidth and latency measure different characteristics.
A high-bandwidth satellite link can still have relatively high latency.
Bandwidth is capacity.
Throughput is actual delivered performance.
Latency:
Delay.
Jitter:
Variation in delay.
SSL is legacy.
Use supported modern TLS configurations.
SSH also provides host authentication and integrity protection in addition to encryption.
IPsec operates at the network layer and can protect broader IP traffic.
Excessive segmentation can create:
complexity;
misconfiguration;
operational burden.
Segmentation should reflect trust and risk.
Which OSI layer is primarily responsible for logical IP addressing?
A. Layer 1
B. Layer 2
C. Layer 3
D. Layer 6
C
Which layer uses MAC addresses?
A. Data Link.
B. Network.
C. Transport.
D. Application.
A
Which device primarily forwards packets between IP networks?
A. Router.
B. Hub.
C. Repeater.
D. Cable.
A
Which transport protocol provides reliable ordered byte-stream delivery?
A. TCP.
B. UDP.
C. ARP.
D. Ethernet.
A
Which transport protocol normally has lower overhead and no connection-establishment handshake?
A. UDP.
B. TCP.
C. TLS.
D. IPsec.
A
What does a port number identify?
A. Application/service endpoint.
B. Physical building.
C. MAC manufacturer only.
D. Encryption key.
A
Which protocol commonly uses TCP port 443?
A. HTTPS.
B. SSH.
C. Telnet.
D. SMTP only.
A
What is north-south traffic?
A. Traffic entering or leaving an environment.
B. Only server-to-server traffic.
C. Physical cable traffic.
D. Traffic flowing geographically north.
A
What is east-west traffic?
A. Lateral traffic among internal workloads or systems.
B. Internet traffic only.
C. Satellite traffic.
D. Power-grid communication.
A
What does a VLAN primarily provide?
A. Logical Layer 2 segmentation.
B. Physical encryption.
C. Certificate validation.
D. Key management.
A
Which technology creates separate logical routing tables on shared infrastructure?
A. VRF.
B. TLS.
C. HMAC.
D. UPS.
A
What is micro-segmentation?
A. Fine-grained network/workload isolation.
B. Increasing cable length.
C. Compressing packets.
D. Disabling routing.
A
What is the primary benefit of out-of-band management?
A. Separate administrative access path.
B. Higher user bandwidth.
C. Replacing authentication.
D. Eliminating configuration management.
A
What metric measures variation in packet delay?
A. Jitter.
B. Bandwidth.
C. Throughput.
D. Port number.
A
Which mode begins forwarding a frame before receiving it completely?
A. Cut-through.
B. Store-and-forward.
C. Tunnel mode.
D. Transport mode.
A
Which network plane primarily forwards user traffic?
A. Data plane.
B. Control plane.
C. Management plane.
D. Policy plane only.
A
Which plane is primarily associated with determining forwarding and routing behavior?
A. Control plane.
B. Data plane only.
C. Application plane.
D. Physical plane.
A
Which protocol is designed for secure remote login?
A. SSH.
B. Telnet.
C. FTP.
D. ARP.
A
Which protocol suite protects communications at the IP layer?
A. IPsec.
B. HTTP.
C. SMTP.
D. Ethernet.
A
Which concept rejects implicit trust based solely on network location?
A. Zero Trust.
B. Broadcast routing.
C. Store-and-forward.
D. VLAN tagging alone.
A
A company wants to protect a sensitive database from direct access by ordinary workstation networks.
What should the architect consider FIRST?
A. Appropriate network segmentation and access policy.
B. Increasing screen resolution.
C. Disabling all routing.
D. Installing an Ethernet hub.
A
A firewall allows connections based on source address, destination address, protocol, port, and established TCP session state.
Which layers are MOST directly relevant?
A. Network and Transport.
B. Physical only.
C. Presentation only.
D. Session only.
A
A remote administrator uses Telnet to manage routers across an untrusted network.
What is the BEST improvement?
A. Replace Telnet with appropriately configured SSH.
B. Increase Telnet timeout.
C. Use a larger monitor.
D. Disable encryption.
A
A company separates user systems and production servers using VLANs but permits unrestricted routing between the VLANs.
What is the GREATEST concern?
A. Logical segmentation exists, but meaningful security-policy enforcement is insufficient.
B. VLANs automatically block all communication.
C. Routing eliminates network risk.
D. Encryption is impossible between VLANs.
A
A cloud workload is allowed to communicate only with the exact services required for its function.
Which architecture principle is MOST clearly demonstrated?
A. Micro-segmentation and least privilege.
B. Flat networking.
C. Broadcast trust.
D. Unrestricted east-west traffic.
A
An organization has high-bandwidth network links, but users experience long delays when communicating with a distant satellite-connected site.
Which metric BEST explains the problem?
A. Latency.
B. Port number.
C. MAC address.
D. VLAN ID.
A
Voice calls sound uneven because packets arrive with inconsistent timing.
Which performance metric is MOST relevant?
A. Jitter.
B. Bandwidth only.
C. Certificate chain.
D. Hash collision.
A
A network-management system is reachable from every employee workstation using the same production path used for normal business traffic.
Which architecture would BEST reduce the risk?
A. Separate and strongly protected management-plane access, potentially using out-of-band management.
B. Enable Telnet for everyone.
C. Remove authentication.
D. Place all systems in one VLAN.
A
A security tool cannot inspect application traffic because all traffic is encapsulated inside an encrypted VPN tunnel.
Which concept BEST explains this limitation?
A. Multilayer protocol and encapsulation implications.
B. Lack of bandwidth.
C. DHCP.
D. Physical topology.
A
A security architect is selecting controls for a multinational microservices platform with extensive workload-to-workload communication.
What should receive particular attention?
A. East-west traffic and micro-segmentation.
B. Only Internet ingress.
C. Only physical cable length.
D. Removing all authentication between services.
A
| Layer | Name | Key Idea |
|---|---|---|
| 7 | Application | User/application network services |
| 6 | Presentation | Data representation |
| 5 | Session | Session management |
| 4 | Transport | TCP/UDP, ports |
| 3 | Network | IP, routing |
| 2 | Data Link | Frames, MAC, switching |
| 1 | Physical | Signals and media |
| Technology | Think |
|---|---|
| Ethernet | Layer 2 LAN |
| MAC | Data-link address |
| IPv4 | 32-bit IP |
| IPv6 | 128-bit IP |
| TCP | Reliable connection-oriented transport |
| UDP | Connectionless datagrams |
| TLS | Protected application communication |
| SSH | Secure remote administration |
| IPsec | Network-layer protection |
| VLAN | Logical Layer-2 segmentation |
| VRF | Logical routing separation |
| VPN | Protected logical tunnel |
| SDN | Programmable centralized network control |
| VPC | Logically isolated cloud network |
| CDN | Distributed content delivery |
| VoIP | Voice over IP |
| Metric | Main Question |
|---|---|
| Bandwidth | How much capacity exists? |
| Throughput | How much is actually delivered? |
| Latency | How long does delivery take? |
| Jitter | How much does delay vary? |
| SNR | How strong is the desired signal compared with noise? |
| Type | Example |
|---|---|
| Physical | Separate hardware/network |
| Air gap | No normal direct network path |
| Logical Layer 2 | VLAN |
| Logical Layer 3 | VRF |
| Encrypted logical connection | VPN |
| Fine-grained | Micro-segmentation |
| Administrative isolation | Out-of-band management |
Seven-layer conceptual model for network communication.
Practical layered model underlying Internet communications.
Adding protocol information as data moves down networking layers.
Removing and interpreting protocol headers as data moves upward.
Data-link-layer transmission unit.
Network-layer transmission unit.
Common term for a TCP transport unit.
Data-link-layer interface identifier.
Logical network-layer address.
Device primarily forwarding Layer 2 frames.
Device primarily forwarding Layer 3 packets.
Reliable, connection-oriented, ordered byte-stream transport.
Connectionless datagram transport.
Transport-layer application/service identifier.
Communication endpoint characterized by protocol/address/port information.
32-bit Internet Protocol addressing architecture.
128-bit Internet Protocol addressing architecture.
One-to-one delivery.
One-to-all delivery within an applicable IPv4 broadcast scope.
Delivery to a defined group.
Delivery to one of multiple interfaces sharing an address.
Network function responsible for forwarding normal traffic.
Network function determining forwarding behavior.
Administrative interface for network configuration and monitoring.
Switching technique that receives a complete frame before forwarding.
Switching technique that begins forwarding before the entire frame arrives.
Nominal communication capacity.
Actual achieved data-delivery rate.
Communication delay.
Variation in delay.
Signal-to-Noise Ratio.
Traffic entering or leaving an environment.
Lateral traffic between internal systems or workloads.
Division of network environments into distinct security zones.
Virtual Local Area Network.
Virtual Routing and Forwarding.
Virtual Private Network.
Intentional lack of normal network connectivity between environments.
Administrative communication sharing the production network path.
Administrative communication using a separate management path.
Fine-grained isolation among workloads or services.
Architecture avoiding implicit trust based only on network location.
Traffic entering an environment.
Traffic leaving an environment.
Interconnection between networks for traffic exchange.
Content Delivery Network.
Software-Defined Networking.
Software-Defined Wide Area Network.
Network Functions Virtualization.
Virtual Private Cloud.
Transport Layer Security.
Secure Shell.
Internet Protocol Security.
IPsec Encapsulating Security Payload.
Ability to understand network state and behavior through telemetry and monitoring.
Remember:
APPLICATION
β
βΌ
TRANSPORT
β
βΌ
NETWORK
β
βΌ
DATA LINK
β
βΌ
PHYSICAL
Then ask:
WHAT ASSET?
β
WHAT TRAFFIC?
β
WHICH LAYER?
β
WHICH TRUST BOUNDARY?
β
WHICH PROTOCOL?
β
WHICH CONTROL?
β
HOW IS IT MONITORED?
For CISSP questions:
Understand OSI conceptually rather than merely memorizing seven words.
Know where MAC, IP, TCP/UDP, and applications operate.
Switches primarily use Layer 2 information.
Routers primarily use Layer 3 information.
TCP provides reliable ordered transport but not inherent encryption.
UDP is lightweight and connectionless.
Ports identify application/service endpoints.
IPv4 uses 32-bit addresses.
IPv6 uses 128-bit addresses.
IPv6 does not use broadcast addressing.
Unicast = one destination.
Multicast = selected group.
Anycast = one member of a distributed group.
Segmentation reduces lateral movement.
VLANs create logical separation but do not automatically enforce complete security policy.
Micro-segmentation provides finer-grained workload control.
Air gaps reduce connectivity but do not eliminate risk.
Out-of-band management separates privileged management access.
East-west traffic is increasingly important in cloud and microservice architectures.
Management-plane compromise can threaten the entire network.
High bandwidth does not necessarily mean low latency.
Jitter matters to real-time communications.
Store-and-forward emphasizes full-frame processing.
Cut-through emphasizes lower latency.
SSL should be treated as legacy; use supported TLS.
SSH is preferable to insecure remote-shell protocols.
IPsec protects IP traffic and is widely associated with VPNs.
Zero Trust focuses on individual resources rather than simply trusting network location.
SDN centralizes programmable network control and therefore makes control-plane security important.
VPCs provide logicalβnot necessarily physicalβisolation.
Observability, capacity, fault detection, and traffic management are part of network security architecture.
Lesson Fourteen introduced the foundation of Communication and Network Security, which currently represents 13% of the CISSP examination.
You began with the OSI model:
7 APPLICATION
6 PRESENTATION
5 SESSION
4 TRANSPORT
3 NETWORK
2 DATA LINK
1 PHYSICAL
and learned that layered networking provides a structured way to understand where communication and security controls operate.
You then examined encapsulation:
DATA
β
SEGMENT
β
PACKET
β
FRAME
β
BITS
You studied fundamental addressing:
MAC
Data Link
IP
Network
PORT
Transport/Application endpoint
You learned that TCP provides reliable, ordered, connection-oriented transport while UDP provides lightweight datagram delivery. The current TCP standard describes TCP as a reliable, in-order byte-stream protocol that uses port numbers to identify application services and flows.
You examined IPv4 and IPv6. IPv6 expands address size from 32 to 128 bits and defines unicast, anycast, and multicast address types; it does not use broadcast addresses.
You then moved beyond protocol fundamentals into secure network architecture, including:
PHYSICAL SEGMENTATION
β
LOGICAL SEGMENTATION
β
VLAN / VRF / VPN
β
MICRO-SEGMENTATION
β
ZERO TRUST
You learned that network traffic should be considered in both directions:
NORTH-SOUTH
External β Internal
EAST-WEST
Internal β Internal
The importance of east-west controls has increased as enterprise networks have evolved toward cloud services, distributed workloads, and microservices. NIST SP 800-215 describes this shift and the associated use of modern frameworks such as Zero Trust Network Access and SASE.
You also examined secure protocols:
TLS
Application communication protection
SSH
Secure remote administration
IPsec
Network-layer protection / VPN
NIST describes TLS as a mechanism for protecting information transmitted electronically, while SSH provides encrypted remote communication with server authentication and integrity protection.
You also studied modern network architecture concepts required by the current CISSP outline, including:
SDN;
SD-WAN;
NFV;
VPCs;
CDNs;
wireless;
cellular connectivity;
network performance;
observability;
traffic shaping;
fault detection.
The central Lesson Fourteen principle is:
Network security is not simply about blocking packets at a perimeter. A secure network architecture understands every communication path, protocol layer, trust boundary, workload relationship, management interface, and dependencyβand applies segmentation, encryption, authentication, monitoring, and resilience according to risk.
Before proceeding, make sure you can explain without reviewing the lesson:
All seven OSI layers.
The TCP/IP model.
How OSI maps to TCP/IP.
What encapsulation means.
What decapsulation means.
The difference between a frame, packet, and segment.
What a MAC address is.
What an IP address is.
The role of a switch.
The role of a router.
The difference between switching and routing.
What IPv4 is.
What IPv6 is.
Why IPv6 does not use broadcast.
What unicast means.
What multicast means.
What anycast means.
What TCP does.
What UDP does.
The TCP three-way handshake.
The difference between TCP and UDP.
What a port is.
What a socket is.
Major common port associations.
What network topology means.
What star and mesh topologies look like.
What the data plane does.
What the control plane does.
What the management plane does.
Why the management plane deserves strong protection.
The difference between store-and-forward and cut-through.
The difference between bandwidth and throughput.
What latency means.
What jitter means.
What SNR means.
What north-south traffic is.
What east-west traffic is.
Why east-west traffic matters.
What physical segmentation means.
What logical segmentation means.
What an air gap is.
Why an air gap does not eliminate risk.
The difference between in-band and out-of-band management.
What a VLAN does.
What VRF does.
What a VPN does.
What micro-segmentation does.
How Zero Trust affects network design.
What ingress and egress mean.
What peering means.
Why wireless changes the physical attack boundary.
What Wi-Fi, Bluetooth, Zigbee, and satellite represent.
How 4G/5G can support enterprise connectivity.
What a CDN does.
What SDN means.
What SD-WAN means.
What NFV means.
What a VPC is.
What converged networking means.
What iSCSI does.
What VoIP does.
Why converged infrastructure can create shared failure risk.
What TLS protects.
Why SSL is legacy.
What SSH provides.
What IPsec provides.
The difference between IPsec transport and tunnel mode.
Why layered encryption can reduce monitoring visibility.
What network observability means.
Why capacity management is a security concern.
Why fault detection and failover matter.
Lesson Fifteen will continue Domain 4 with Objective 4.2 β Secure Network Components and expand the infrastructure mechanisms supporting secure network architecture.
It will cover:
network-device security;
routers;
switches;
gateways;
proxies;
firewalls;
next-generation firewalls;
load balancers;
IDS;
IPS;
network taps;
packet brokers;
secure device administration;
infrastructure redundancy;
power;
warranties;
vendor support;
End of Support;
firmware;
network-device hardening;
configuration baselines;
secure management protocols;
SNMP security;
logging;
transmission media;
copper;
fiber;
wireless media;
signal propagation;
electromagnetic interference;
crosstalk;
attenuation;
Network Access Control;
802.1X concepts;
endpoint posture;
host-based protection;
infrastructure trust;
original network-security diagrams;
CISSP scenarios and practice questions.
The central Lesson Fifteen question will be:
How should network devices, transmission media, management interfaces, access-control mechanisms, and endpoints be hardened so that the architecture designed in Lesson Fourteen remains trustworthy in operation?
This lesson is independently developed educational material for the SierraTec Secure CISSP Certification Preparation Course.
CISSP is administered by ISC2. SierraTec Secure's program is independent certification-preparation material and should not be represented as official ISC2 training unless separately authorized.
The current examination alignment was verified against the official CISSP Certification Exam Outline. Domain 4 currently represents 13% of the examination. Objective 4.1 covers OSI/TCP-IP models, IPv4/IPv6, secure protocols, multilayer and converged protocols, transport architecture, network-performance metrics, traffic flows, segmentation, edge networking, wireless/cellular networks, CDNs, SDN, VPCs, and monitoring and management.
Modern network-security context was supplemented by NIST SP 800-215 and NIST SP 800-207. TCP and IPv6 concepts were cross-checked against current IETF RFC material.
TLS concepts were checked against NIST SP 800-52 Rev. 2 and NIST's May 2026 review notice; SSH concepts were checked against RFC 4253; IPsec concepts were supplemented by NIST IPsec guidance.
The SierraTec Secure NETWORK framework, diagrams, explanations, knowledge checks, and practice questions are original instructional material and are not actual, recalled, leaked, or official CISSP examination questions.