IPv4 uses 32-bit dotted-decimal addresses with public, private, and special-purpose ranges. IPv6 uses 128-bit hexadecimal to solve address exhaustion.
Private vs Public Classification
For each address, select Private or Public.
Chapter 8 of 20
Subnetting & CIDR
Subnetting divides IP address space into smaller segments. CIDR notation (e.g. /26) replaces classful addressing and enables efficient allocation.
Subnet Calculator
IPv4 Address
Prefix (/)
Mask bits (cyan = network, dark = host):
Quick Quiz: /26
What is the subnet mask?
How many usable hosts?
Chapter 9 of 20
IP Routing
Routers forward packets between networks using routing tables. Static routes are manually configured; dynamic protocols learn routes automatically.
Routing Concepts Check
Q1: Which routing type requires manual configuration?
Q2: Which protocol uses hop count (max 15)?
Q3: Which protocol uses Link-State Advertisements?
Q4: BGP connects different ______.
Chapter 10 of 20
Routing Protocols
IGPs (RIP, OSPF, EIGRP) route within autonomous systems. BGP routes between them. Each protocol has a distinct metric, algorithm, and convergence behavior.
Protocol Comparison
Protocol
Type
Metric
Algorithm
Max Hop
RIP v2
IGP/DV
Hop count
Bellman-Ford
15
OSPF
IGP/LS
Cost (BW)
Dijkstra SPF
None
EIGRP
IGP/Hybrid
BW + Delay
DUAL
255
BGP
EGP/PV
AS Path
Best Path
None
Quick Check
Q1: 16 hops in RIP means...?
Q2: OSPF administrative distance is?
Q3: Which connects different autonomous systems?
Chapter 11 of 20
Switching & VLANs
Switches forward frames using MAC tables. VLANs segment broadcast domains. 802.1Q trunk links carry tagged frames; access ports strip the tag.
VLAN Port Simulator
Click ports to toggle between VLAN 10 and VLAN 20.
Fa0/1 VLAN 10
Fa0/2 VLAN 20
Fa0/3 VLAN 10
Fa0/4 VLAN 20
Fa0/5 VLAN 10
Trunk: OFF
Trunk ports carry frames from multiple VLANs using 802.1Q tags.
Quick Check
Q1: VLAN tagging standard?
Q2: Layer 2 loop prevention?
Chapter 12 of 20
Wireless Technology
IEEE 802.11 defines Wi-Fi standards across 2.4 GHz and 5 GHz bands. WPA3 with SAE provides the strongest current wireless security.
Wi-Fi Standards Explorer
Click a standard to see its specs.
Select a standard above.
Quick Check
Q1: 2.4 GHz non-overlapping channels?
Q2: WPA2 encryption algorithm?
Chapter 13 of 20
Network Statistics, Metrics & SNMP
SNMP provides a framework for monitoring and managing network devices. Agents report to managers via GET, SET, and unsolicited Trap messages.
SNMP Simulator
Click an SNMP operation above.
NMS# ready
Quick Check
Q1: Unsolicited SNMP alert message?
Q2: MIB stands for?
Chapter 14 of 20
Organizational Documents & Policies
Policies and plans govern preparation, response, and recovery. BCP, DRP, IRP, and SLAs form the framework for operational resilience.
Policy & Plan Browser
Click a card to see its definition.
BCP
DRP
IRP
AUP
SLA
Select a document above.
Quick Check
Q1: Which plan focuses on IT system restoration?
Q2: Employee technology use is governed by?
Chapter 15 of 20
High Availability & Disaster Recovery
HA eliminates single points of failure through redundancy and failover. DR planning defines RTO and RPO targets to guide recovery from major outages.
HA & Recovery Concepts
Hot Site
Fully operational mirror -- RTO: minutes
Warm Site
Pre-configured hardware -- RTO: hours
Cold Site
Empty facility -- RTO: days/weeks
RTO
Recovery Time Objective (target window)
RPO
Recovery Point Objective (acceptable data loss)
True/False
Select only TRUE statements.
Chapter 16 of 20
Common Security Concepts
The CIA Triad (Confidentiality, Integrity, Availability) anchors all security decisions. Defense-in-depth layers multiple controls to limit blast radius of any single failure.
CIA Triad Explorer
Select a pillar to explore it.
Quick Check
Q1: Data altered without authorization violates?
Q2: A fingerprint scanner is which factor?
Chapter 17 of 20
Common Types of Attacks
Network attacks exploit weaknesses in protocols, software, and human behavior. ARP poisoning, DoS floods, phishing, and MitM are essential N10-009 topics.
Attack Identification
Click an attack to see its definition and defense.
Chapter 18 of 20
Network Hardening Techniques
Hardening reduces attack surface: disable unused services, close unnecessary ports, apply patches, enforce strong credentials, and layer firewalls with IDS/IPS.
Hardening Checklist
Check each control to improve security posture.
Security Posture: 0%
Chapter 19 of 20
Remote Access Security
VPNs create encrypted tunnels over public networks. IPSec secures site-to-site; SSL/TLS VPN serves remote users. Zero Trust rejects implicit network trust entirely.
Remote Access Models
Click a card to see details.
RADIUS
TACACS+
IPSec
SSL VPN
Zero Trust
Split Tunnel
Select a model.
Quick Check
Q1: Zero Trust core principle?
Q2: TACACS+ vs RADIUS: TACACS+ encrypts?
Chapter 20 of 20
Physical Security
Physical security controls protect infrastructure from unauthorized access, theft, and environmental damage. It is the outermost layer of defense-in-depth.