Layered troubleshooting: map symptoms to OSI layers, then choose the best tool or command.
Infrastructure decisions: switch vs router vs firewall, VLAN vs subnet, IDS vs IPS, RADIUS vs TACACS+, WPA2 vs WPA3.
Operations: monitoring, logging, change control, backups, diagrams, baselines, and documentation.
This page is IT Mastery review support. It is not affiliated with CompTIA. For final scope decisions, compare your study plan against the current official CompTIA Network+ (N10-009) exam objectives.
Review the tables first. They condense the most testable decision points.
Mark weak areas. Do not reread everything equally; target gaps.
Use original practice questions. Apply the concepts in scenario format.
Review explanations, not just scores. Network+ questions often test why one answer is better than another.
Return to this page after misses. Treat missed questions as signals for focused topic drills.
Link lights, pinouts, attenuation, interference, damaged cable
Notes and examples
Encapsulation and Addressing
Concept
Address used
Scope
Common trap
MAC address
Layer 2 hardware address
Local broadcast domain/VLAN
MAC changes at each routed hop
IP address
Layer 3 logical address
End-to-end across routed networks
IP usually stays same across hops unless NAT occurs
TCP/UDP port
Layer 4 service identifier
Host application/process
Port identifies the service, not the host
Frame
L2 unit
Local segment/VLAN
Frames do not cross routers unchanged
Packet
L3 unit
Routed path
Routers forward packets based on routing table
Broadcast, Collision, and Failure Domains
Device/design
Broadcast domain impact
Collision domain impact
Notes
Hub
One shared broadcast domain
One shared collision domain
Legacy; half-duplex behavior; collisions expected
Switch
Same VLAN is one broadcast domain
Each switch port is separate collision domain
Full-duplex eliminates normal collisions
VLAN
Separates broadcast domains logically
Depends on switch ports
Inter-VLAN traffic requires L3 routing
Router/L3 switch
Separates broadcast domains
Separates L2 segments
Default gateway for hosts
Firewall
Separates and filters networks
Depends on interfaces/zones
Policy controls allowed traffic
Wireless AP
Bridges WLAN to LAN
Shared RF medium per channel
Contention/interference affects all clients
Ports and Protocols
Default Port Reference
Protocol/service
Port(s)
Transport
Purpose
Exam traps
FTP data/control
20/21
TCP
File transfer
Credentials/data not encrypted; active/passive behavior matters
SSH
22
TCP
Secure remote shell
Also used by SCP/SFTP
SFTP
22
TCP
File transfer over SSH
Not the same as FTPS
Telnet
23
TCP
Remote CLI
Insecure plaintext
SMTP
25
TCP
Mail transfer server-to-server
Submission often uses 587; encrypted variants differ
DNS
53
UDP/TCP
Name resolution
UDP common; TCP for zone transfers/large responses
DHCP server/client
67/68
UDP
Dynamic addressing
Client uses 68, server uses 67; needs relay across routers
TFTP
69
UDP
Simple file transfer
No authentication; often boot/config transfer
HTTP
80
TCP
Web traffic
Plaintext
Kerberos
88
TCP/UDP
Authentication tickets
Time synchronization is critical
POP3
110
TCP
Mail retrieval
Client downloads mail; secure POP3 uses 995
NTP
123
UDP
Time synchronization
Critical for logs, Kerberos, certificates
NetBIOS
137-139
TCP/UDP
Legacy Windows name/session services
Often replaced by SMB over 445
IMAP
143
TCP
Mail access/sync
Secure IMAP uses 993
SNMP
161
UDP
Monitoring queries
Use SNMPv3 for authentication/encryption
SNMP traps
162
UDP
Device-generated alerts
Trap receiver listens here
LDAP
389
TCP/UDP
Directory queries
LDAPS uses 636
HTTPS
443
TCP
HTTP over TLS
Certificate/name/trust errors common
SMB/CIFS
445
TCP
File/print sharing
Common lateral movement target
Syslog
514
UDP/TCP
Log forwarding
TLS-secured syslog commonly uses 6514
SMTPS
465
TCP
SMTP over TLS
587 is common for submission with STARTTLS
SMTP submission
587
TCP
Authenticated mail submission
Preferred over unauthenticated relay
LDAPS
636
TCP
LDAP over TLS
Certificate trust matters
IMAPS
993
TCP
IMAP over TLS
Secure mail access
POP3S
995
TCP
POP3 over TLS
Secure mail retrieval
Microsoft SQL Server
1433
TCP
Database access
Know as common application service port
RADIUS auth/accounting
1812/1813
UDP
AAA for network access
Centralized auth; encrypts password, not full packet
MySQL/MariaDB
3306
TCP
Database access
Common server application port
RDP
3389
TCP/UDP
Remote desktop
Secure with VPN/MFA/restricted access
PostgreSQL
5432
TCP
Database access
Common server application port
SIP
5060/5061
TCP/UDP
VoIP signaling
5061 is TLS-secured SIP
Syslog over TLS
6514
TCP
Encrypted log forwarding
Prefer for sensitive logs
Notes and examples
VPN and Security-Related Ports/Protocols
Technology
Port/protocol
Use
Distinction
IPsec AH
IP protocol 51
Integrity/authentication
Does not encrypt payload
IPsec ESP
IP protocol 50
Encryption/integrity
Common IPsec payload protection
IKE
UDP 500
IPsec negotiation
Used before tunnel establishment
IPsec NAT-T
UDP 4500
IPsec through NAT
Encapsulates IPsec for NAT traversal
L2TP
UDP 1701
Tunneling
Often paired with IPsec
OpenVPN
Often UDP/TCP 1194
SSL/TLS VPN
Port can vary by configuration
HTTPS VPN portal
TCP 443
SSL/TLS remote access
Often firewall-friendly
TACACS+
TCP 49
Device administration AAA
Encrypts full payload; separates auth/accounting/authorization
RADIUS
UDP 1812/1813
Network access AAA
Common for 802.1X, VPN, Wi-Fi enterprise
Ports and protocols to know cold
Protocol/service
Port or identifier
TCP/UDP
Exam-use decision
FTP control/data
21 / 20
TCP
Legacy file transfer; not encrypted
SSH / SFTP
22
TCP
Secure remote CLI and secure file transfer
Telnet
23
TCP
Insecure remote CLI
SMTP
25
TCP
Mail transfer between servers
DNS
53
UDP/TCP
Name resolution; TCP often for large replies/zone transfers
DHCP server/client
67 / 68
UDP
Automatic IP configuration
TFTP
69
UDP
Simple file transfer, often network device images/configs
HTTP
80
TCP
Unencrypted web
NTP
123
UDP
Time synchronization
SNMP
161 / 162
UDP
Monitoring and traps/informs
LDAP
389
TCP/UDP
Directory access
HTTPS
443
TCP
Encrypted web
SMB
445
TCP
Windows file/printer sharing
SMTPS / submission variants
465 / 587
TCP
Encrypted or authenticated mail submission scenarios
LDAPS
636
TCP
LDAP over TLS
IMAP / IMAPS
143 / 993
TCP
Mail retrieval, server-side mailbox
POP3 / POP3S
110 / 995
TCP
Mail retrieval, often download-oriented
RDP
3389
TCP/UDP
Remote desktop
SIP
5060 / 5061
TCP/UDP
VoIP signaling; 5061 commonly TLS
IPsec AH
IP protocol 51
N/A
Integrity/authentication, no payload encryption
IPsec ESP
IP protocol 50
N/A
Encryption and/or integrity
IKE / NAT-T
500 / 4500
UDP
IPsec negotiation and NAT traversal
Common trap: Port numbers alone rarely answer the whole question. Combine the port with the scenario: encryption requirement, file-transfer type, remote access method, or monitoring need.
IPv4, IPv6, and Subnetting
IPv4 Formulas
For a subnet with \(h\) host bits:
\[
\text{usable IPv4 hosts} = 2^{h} - 2
\]
For borrowed subnet bits \(b\):
\[
\text{number of subnets} = 2^{b}
\]
For the interesting mask octet:
\[
\text{block size} = 256 - \text{mask octet}
\]
Exceptions: /31 is commonly used for point-to-point links, and /32 identifies a single host route.
Private and Special IPv4 Ranges
Range
Purpose
Exam cue
10.0.0.0/8
Private RFC 1918
Large internal networks
172.16.0.0/12
Private RFC 1918
172.16.0.0-172.31.255.255 only
192.168.0.0/16
Private RFC 1918
Home/small office common
127.0.0.0/8
Loopback
Tests local TCP/IP stack
169.254.0.0/16
APIPA/link-local
DHCP failure clue
224.0.0.0/4
Multicast
One-to-many group traffic
255.255.255.255
Limited broadcast
Local segment only
0.0.0.0
Unspecified/default
Default route or unconfigured source
Common CIDR Reference
CIDR
Mask
Total addresses
Usable hosts
Increment
/8
255.0.0.0
16,777,216
16,777,214
1 in 1st octet
/16
255.255.0.0
65,536
65,534
1 in 2nd octet
/20
255.255.240.0
4,096
4,094
16 in 3rd octet
/21
255.255.248.0
2,048
2,046
8 in 3rd octet
/22
255.255.252.0
1,024
1,022
4 in 3rd octet
/23
255.255.254.0
512
510
2 in 3rd octet
/24
255.255.255.0
256
254
1 in 3rd octet
/25
255.255.255.128
128
126
128 in 4th octet
/26
255.255.255.192
64
62
64 in 4th octet
/27
255.255.255.224
32
30
32 in 4th octet
/28
255.255.255.240
16
14
16 in 4th octet
/29
255.255.255.248
8
6
8 in 4th octet
/30
255.255.255.252
4
2
4 in 4th octet
/31
255.255.255.254
2
Special
Point-to-point use
/32
255.255.255.255
1
1 host route
Single host
Fast Subnetting Process
Convert prefix to dotted mask.
Find the interesting octet: the octet that is not 0 or 255.
Calculate block size: 256 minus the mask value in that octet.
Count subnets in block-size increments.
Network address is the lower boundary; broadcast is one less than next boundary.
Usable range is network + 1 through broadcast - 1, except special /31 and /32 cases.
The “minus 2” accounts for the network and broadcast addresses in traditional IPv4 subnets. Be aware that point-to-point and special-use cases may be handled differently, but exam subnetting questions usually expect the traditional calculation unless the scenario says otherwise.
Fast IPv4 subnet table
CIDR
Mask
Block size in last octet
Total addresses
Traditional usable hosts
/24
255.255.255.0
256
256
254
/25
255.255.255.128
128
128
126
/26
255.255.255.192
64
64
62
/27
255.255.255.224
32
32
30
/28
255.255.255.240
16
16
14
/29
255.255.255.248
8
8
6
/30
255.255.255.252
4
4
2
Subnetting decision method
When given an IPv4/CIDR address:
Find the block size. For /26, the last-octet block size is 64.
List subnet starts. 0, 64, 128, 192.
Place the host IP. Example: 192.168.1.70/26 is in the 64–127 block.
Identify network and broadcast. Network is .64; broadcast is .127.
Identify usable range. .65 through .126.
Common trap: If asked for “number of subnets,” confirm the original network size. If asked for “number of hosts,” use the host bits in the final subnet.
IPv6 essentials
IPv6 type
Common prefix/example
What to know
Global unicast
2000::/3
Publicly routable IPv6 space
Link-local
fe80::/10
Local segment only; required for many IPv6 functions
Unique local
fc00::/7, commonly fd00::/8
Private/internal-style addressing
Multicast
ff00::/8
IPv6 uses multicast instead of broadcast
Loopback
::1
Local host
Unspecified
::
No address/unknown address
SLAAC
Router Advertisement based
Host self-configures address information
DHCPv6
Stateful or stateless
Can assign addresses or provide options
Key IPv6 reminders:
IPv6 has no broadcast; it uses multicast.
A common LAN prefix size is /64.
Neighbor Discovery replaces many ARP-like IPv4 functions.
Link-local addresses matter for local communication and routing-adjacent functions.
Do not assume IPv6 means “no DHCP”; DHCPv6 may still be used.
Switching, VLANs, and Ethernet
Layer 2 Feature Reference
Feature
Purpose
Choose/use when
Common trap
Access port
Carries one VLAN untagged
End-user device, printer, access point management VLAN
SMB port 445, permissions, name resolution, firewall
Cloud, Virtualization, and Modern Network Architectures
Concept
What it does
Exam distinction
IaaS
Virtual machines, networks, storage
Customer manages OS and above
PaaS
Managed runtime/platform
Less OS/network control
SaaS
Complete application service
Vendor manages most stack
Public cloud
Shared provider infrastructure
Elastic, provider-managed physical layer
Private cloud
Dedicated organization-controlled cloud
More control/customization
Hybrid cloud
Mix of on-prem and cloud
Connectivity, identity, routing matter
VPC/VNet
Isolated virtual network
Cloud equivalent of logical network boundary
Security group
Instance/NIC-level filtering concept
Often stateful in cloud platforms
Network ACL
Subnet-level filtering concept
Often stateless in cloud platforms
Virtual router/gateway
Routes between networks
Cloud/on-prem connectivity
Load balancer
Distributes traffic to targets
Layer 4 or Layer 7 behavior
SDN
Software-defined control plane
Centralized programmability
NFV
Network functions as software
Virtual firewalls/routers/load balancers
Overlay network
Logical network over physical underlay
VXLAN/encapsulation concepts
Spine-leaf
Datacenter topology
Predictable east-west traffic paths
North-south traffic
Client/server into or out of datacenter/cloud
Perimeter/security inspection
East-west traffic
Server-to-server internal traffic
Segmentation/microsegmentation
Notes and examples
Cloud, virtualization, and modern networking
Concept
What to remember
Virtual switch
Software switching between VMs/hosts/networks
Virtual router/firewall
Network function implemented in software
SDN
Separates/centralizes control logic from forwarding behavior
Control plane
Makes forwarding decisions
Data plane
Forwards packets
Management plane
Configuration, monitoring, administration
Overlay
Virtual network built on top of another network
Underlay
Physical/logical network carrying overlay traffic
East-west traffic
Server-to-server/internal traffic
North-south traffic
Client-to-server or external-internal traffic
Cloud subnet
Logical segmentation in cloud network
Security group
Instance/interface-level filtering concept
Network ACL
Subnet/network-level filtering concept
Elasticity
Resources scale with demand
High availability
Design to reduce single points of failure
Common trap: In cloud scenarios, “the firewall” may exist at several layers: instance host firewall, security group, subnet ACL, cloud route table, network virtual appliance, and on-prem firewall.
High-Yield Distinctions and Common Traps
Distinction
Remember
TCP vs UDP
TCP is connection-oriented with acknowledgments; UDP is connectionless and lower overhead
DNS over UDP vs TCP
UDP is common; TCP is used for zone transfers and large responses
DHCP ports
Server UDP 67, client UDP 68
SFTP vs FTPS
SFTP uses SSH on 22; FTPS is FTP secured with TLS
SSH vs Telnet
SSH encrypted; Telnet plaintext
HTTPS vs TLS
HTTPS is HTTP over TLS; TLS can protect many protocols
IDS vs IPS
IDS alerts; IPS blocks inline
Stateful firewall vs ACL
Stateful tracks sessions; ACL filters mainly by defined packet criteria
VLAN vs subnet
VLAN is Layer 2 segmentation; subnet is Layer 3 addressing
Switch vs router
Switch forwards frames by MAC; router forwards packets by IP
Same subnet communication
Does not require default gateway
Inter-subnet communication
Requires router/L3 switch/default gateway
APIPA vs private IP
APIPA 169.254.0.0/16 implies local auto-addressing, often DHCP failure
Loopback vs default route
127.0.0.1 tests local stack; 0.0.0.0/0 is default route
RADIUS common for access; TACACS+ common for device admin and command authorization
WPA2-Personal vs Enterprise
Personal uses shared passphrase; Enterprise uses 802.1X/RADIUS
Bandwidth vs latency
Bandwidth is capacity; latency is delay
Jitter vs packet loss
Jitter is delay variation; loss is missing packets
MTU issue vs bandwidth issue
MTU causes fragmentation/black-hole symptoms; bandwidth causes saturation
STP blocking vs failed link
STP may intentionally block a redundant path
Native VLAN mismatch
Can cause leakage or unexpected untagged traffic behavior
Duplex mismatch
Link works but has errors, collisions, and poor throughput
DHCP relay
Required when clients and DHCP server are separated by routers
DNS failure vs connectivity failure
If IP works but names fail, troubleshoot DNS
Certificate failure vs network failure
Network may be fine while TLS trust/name/date validation fails
Final Review Checklist
Memorize common ports, especially secure vs insecure protocol pairs.
Practice subnetting until network/broadcast/usable range can be found without hesitation.
For any scenario, identify the OSI layer before choosing a tool or fix.
Know when to segment with VLANs, subnets, ACLs, firewalls, and NAC.
Review wireless bands, security modes, interference, and roaming symptoms.
Tie monitoring tools to evidence: SNMP counters, syslog events, flow data, and packet captures.
Apply the troubleshooting method in order, including verification and documentation.
Next step: use this Cheat Sheet as a checklist while completing timed CompTIA Network+ (N10-009) practice questions, then revisit any row that explains a missed decision point.
Core network models
OSI layer quick decisions
Layer
Common items
Typical symptoms
Useful checks/tools
7 Application
DNS, HTTP/S, SMTP, SMB, SNMP
App fails but network path works
nslookup, dig, browser errors, app logs
6 Presentation
Encryption, encoding, compression
TLS/certificate or format issues
Certificate inspection, TLS settings
5 Session
Session setup/teardown
Auth/session timeout problems
Logs, connection tracking
4 Transport
TCP/UDP, ports, segmentation
Port blocked, TCP reset, UDP timeout
netstat, ss, packet capture
3 Network
IP, routing, ICMP
Wrong gateway, no route, subnet issue
ping, traceroute, route table
2 Data link
Ethernet, MAC, VLAN, STP
VLAN mismatch, loops, MAC issues
switch MAC table, interface status
1 Physical
Cables, optics, RF, power
No link light, CRC errors, weak signal
cable tester, TDR/OTDR, link LEDs
Notes and examples
Common trap: Do not jump to DNS for every “cannot reach server” issue. First decide whether the client has an IP, a gateway, name resolution, and a usable path.
TCP/IP model shortcut
TCP/IP layer
OSI relationship
Think of it as
Application
OSI 5–7
User-facing services and protocols
Transport
OSI 4
TCP/UDP ports and reliability
Internet
OSI 3
IP addressing and routing
Network access
OSI 1–2
Frames, MAC, cabling, switching
Switching review
Switch behavior
Concept
What it does
Common exam angle
MAC address table
Maps MAC addresses to switch ports
Unknown unicast flooding vs learned forwarding
Access port
Carries one VLAN for an endpoint
User placed in wrong VLAN
Trunk port
Carries multiple VLANs
Missing allowed VLAN or native VLAN mismatch
802.1Q
VLAN tagging standard
Tagged frames across trunks
Native VLAN
Untagged VLAN on trunk
Security and mismatch issues
STP
Prevents Layer 2 loops
Blocked port may be normal, not broken
Port security
Restricts MAC addresses
Protects against unauthorized devices
Port mirroring/SPAN
Copies traffic to analyzer
Packet capture/IDS troubleshooting
LACP
Bundles links dynamically
Requires matching settings on both sides
Notes and examples
VLAN decision points
Scenario
Likely issue
User gets IP from wrong subnet
Wrong access VLAN or DHCP scope mapping
Host can reach same VLAN but not other VLANs
Missing/incorrect default gateway or inter-VLAN routing
Some VLANs work across trunk but others do not
Allowed VLAN list or trunk configuration problem
Trunk forms but untagged traffic behaves oddly
Native VLAN mismatch
Broadcast storm or unstable MAC table
Layer 2 loop; STP problem
Common trap: VLANs are Layer 2 segmentation. To communicate between VLANs, you need Layer 3 routing.
Cables, media, and physical infrastructure
Copper and fiber
Medium
Use case
Key review point
UTP Ethernet
Common endpoint cabling
Susceptible to EMI compared with shielded options
STP Ethernet
Higher-interference environments
Shielding must be handled correctly
Plenum-rated cable
Air-handling spaces
Fire/smoke safety requirement scenario
Riser-rated cable
Vertical runs between floors
Building-cabling scenario
Single-mode fiber
Longer distance
Smaller core, laser-based optics
Multimode fiber
Shorter distance
Common within buildings/data centers
Coaxial
Cable broadband/legacy
Know connector/context clues
Notes and examples
Connectors and transceivers
Item
Recognition
RJ45
Twisted-pair Ethernet connector
LC
Small fiber connector, common in modern equipment
SC
Square push-pull fiber connector
ST
Bayonet-style fiber connector
MPO/MTP
Multi-fiber connector, high-density links
SFP
Modular transceiver form factor
SFP+
Common for 10 Gb-class links
QSFP family
Higher-density/higher-throughput transceiver family
Physical troubleshooting tools
Tool
Best use
Cable tester
Wiremap, opens, shorts, miswires
Cable certifier
Validates cable performance against standards
Toner/probe
Trace copper cable paths
TDR
Locate copper cable faults by distance
OTDR
Locate fiber faults by distance
Loopback plug
Test port/interface transmit-receive path
Light meter
Fiber signal level testing
Punchdown tool
Terminate copper cabling
Crimper
Attach modular connectors
Common trap: A link light does not prove the cable is certified for the required speed or quality. Intermittent errors may require better testing.
Distributes client traffic across back-end services
Proxy
Intermediates client requests
VPN concentrator
Terminates VPN tunnels
Wireless LAN controller
Centralizes AP management
Access point
Provides wireless network access
Modem/ONT
Provider handoff for certain WAN services
Notes and examples
Architecture terms
Term
Meaning
LAN
Local network
WAN
Wide area connectivity
WLAN
Wireless LAN
PAN
Personal area network
MAN
Metropolitan area network
CAN
Campus area network
SAN
Storage area network
DMZ
Segmented zone for externally accessible services
SOHO
Small office/home office
Data center
Centralized compute/network/storage facility
Spine-leaf
Data center switching design focused on predictable east-west traffic
Three-tier
Access, distribution, core design model
Network operations
Documentation and change control
Item
Why it matters
Network diagrams
Faster troubleshooting and impact analysis
IP address management
Prevents duplicate IPs and undocumented subnets
Rack diagrams
Speeds physical work
Cable labels
Reduces outage risk during moves/changes
Baselines
Shows what “normal” looks like
Standard operating procedures
Makes operations repeatable
Change request
Documents proposed work and risk
Backout plan
Defines how to recover if change fails
Maintenance window
Reduces production impact
Post-change validation
Confirms the change achieved its goal
Notes and examples
Common trap: In scenario questions, the best technical action may not be the best operational action if change approval, risk, or documentation is missing.
Monitoring, logs, and baselines
Data source
What it helps answer
Interface counters
Errors, drops, utilization
Syslog
Event history and device messages
SNMP polling
Device health and metrics
Flow data
Who is talking to whom, and how much
Packet capture
Exact packet behavior
Wireless controller logs
Roaming/auth/RF issues
Authentication logs
Login failures and access events
Environmental sensors
Temperature, humidity, power issues
Power and environment
Topic
Review point
UPS
Short-term power continuity and graceful shutdown
Generator
Longer-term backup power
PDU
Power distribution in racks
Redundant power supplies
Device-level resilience
HVAC
Temperature control
Hot/cold aisles
Data center airflow management
Grounding/bonding
Electrical safety and signal integrity
Fire suppression
Protects facility while limiting equipment damage
Troubleshooting methodology
Use a structured approach instead of guessing.
flowchart TD
A[Identify the problem] --> B[Establish a theory]
B --> C[Test the theory]
C -->|Theory confirmed| D[Plan the fix]
C -->|Theory not confirmed| B
D --> E[Implement or escalate]
E --> F[Verify full functionality]
F --> G[Document findings and changes]
Notes and examples
Symptom-to-layer shortcuts
Symptom
Start with
No link light
Layer 1: cable, port, power, transceiver
Link up but no DHCP address
VLAN, DHCP server, relay, scope
IP address present but no off-subnet access
Default gateway, mask, routing
Can ping IP but not hostname
DNS
One application fails, others work
Port, service, firewall, application
Intermittent slowness
Errors, duplex, congestion, RF, CPU/memory
Only remote users affected
VPN, WAN, DNS split tunnel, authentication
Only one VLAN affected
SVI/router interface, ACL, DHCP scope, trunk
New change caused outage
Rollback/backout plan, compare change record
High latency but no packet loss
Congestion, routing path, QoS, WAN
Packet loss under load
Saturation, errors, drops, policing
VoIP choppy
Jitter, latency, packet loss, QoS, duplex/RF
Command and tool recognition
Tool/command
Use
ping
Basic reachability and latency
traceroute / tracert
Path and hop behavior
ipconfig / ifconfig / ip
Local IP configuration
nslookup / dig
DNS testing
arp
Local IP-to-MAC cache
route / netstat -r
Routing table
netstat / ss
Listening ports and sessions
tcpdump / Wireshark
Packet capture/analysis
nmap
Port scanning and service discovery
Cable tester
Physical copper validation
OTDR
Fiber fault location
Spectrum analyzer
RF interference analysis
Common trap:ping failure does not always mean the host is down. ICMP may be blocked while TCP/UDP services still work.
Scenario decision rules
If a client cannot reach the Internet
Check in this order:
Link status and Wi-Fi association.
IP address, subnet mask/prefix, gateway, DNS.
APIPA or duplicate IP indicators.
Ping gateway.
Ping known external IP.
Resolve external hostname.
Check firewall/proxy/VPN policy.
Compare with another client in the same VLAN.
If a server is unreachable by name
Test
Interpretation
Ping by IP succeeds
Path works; investigate DNS/application
Ping by IP fails
Investigate network path, firewall, host status
DNS resolves wrong IP
DNS record/cache issue
DNS resolves correctly but app fails
Port, service, TLS, firewall, app issue
Works internally but not externally
NAT, public DNS, firewall, DMZ routing
Notes and examples
If a VLAN change breaks access
Check:
Access port VLAN assignment.
Trunk allowed VLANs.
Native VLAN mismatch.
Inter-VLAN routing interface/SVI.
DHCP scope and relay.
ACL/firewall rules.
Endpoint cached address or lease.
If wireless performance is poor
Band and channel utilization.
Co-channel and adjacent-channel interference.
AP placement and power levels.
Client density and capabilities.
Roaming behavior.
Authentication delays.
QoS for voice/video.
Non-Wi-Fi interference sources.
Common candidate mistakes
Mistake
Better approach
Memorizing ports without use cases
Tie each port to service, security, and troubleshooting clues
Treating every failure as DNS
First separate link, IP, routing, DNS, and application
Forgetting the default gateway
Off-subnet communication depends on it
Confusing VLANs with subnets
VLANs are Layer 2; subnets are Layer 3
Assuming strong Wi-Fi signal means good performance
Consider interference, channel overlap, and congestion
Ignoring rule order
Firewall/ACL order can change the result
Skipping documentation/change control
Operations questions often reward process discipline
Overlooking time sync
Bad time breaks logs, certificates, and authentication
Miscounting subnet hosts
Use host bits and subtract network/broadcast for traditional IPv4
Picking the most advanced tool first
Choose the simplest tool that proves or disproves the theory
What to drill after this Cheat Sheet
Use IT Mastery practice to convert recognition into exam-speed decision-making. Prioritize:
Subnetting topic drills until you can identify network, broadcast, and usable range quickly.
Ports and protocol drills with scenario wording, not just flashcards.
Troubleshooting questions that force layer isolation.
Wireless scenarios involving interference, authentication, and roaming.
Security controls where multiple answers are plausible.
Mock exams only after targeted topic drills expose fewer gaps.
The best next step is to move into a CompTIA Network+ (N10-009) question bank with original practice questions and detailed explanations, then use missed questions to choose your next focused review topic.