Practical exam blueprint for candidates preparing for CompTIA Network+ (N10-009), with readiness areas, scenario prompts, weak spots, and final-review checks.
How to Use This Exam Blueprint
Use this page as a practical readiness map for the CompTIA Network+ (N10-009) exam. It is organized around the major skills a Network+ candidate is expected to demonstrate: networking concepts, implementations, operations, security, and troubleshooting.
For each area, ask:
Can I explain the concept without notes?
Can I recognize it in a scenario?
Can I choose the best tool, protocol, device, or configuration approach?
Can I eliminate plausible but wrong answers?
Can I troubleshoot from symptoms instead of memorized definitions?
If an item feels familiar but you cannot apply it to a scenario, mark it for review.
Topic-Area Readiness Map
Readiness area
What to know
What “ready” looks like
Network fundamentals
OSI/TCP-IP models, encapsulation, ports, protocols, IP addressing, subnetting, routing, switching
You can map symptoms, devices, and protocols to the correct layer and explain traffic flow end to end
Explain link aggregation, redundancy, and loop-prevention goals.
Compare static routing, dynamic routing, and default routing.
Recognize routing protocol concepts such as administrative distance, metrics, convergence, and neighbor relationships.
Compare private WAN, broadband, cellular, satellite, and VPN connectivity choices.
Choose wireless standards, frequencies, channels, antennas, and security settings for a scenario.
Explain how virtualization, containers, cloud networking, and software-defined networking affect network design.
Identify where load balancers, proxies, IDS/IPS, firewalls, and VPN concentrators fit.
Operations and Security Tasks
Identify which network document is needed: topology diagram, rack diagram, IPAM record, asset inventory, baseline, or change record.
Choose appropriate monitoring methods, logs, metrics, alerts, and thresholds.
Explain SNMP, syslog, NetFlow-like flow data, packet capture, and event correlation at a practical level.
Distinguish backup, redundancy, high availability, fault tolerance, and disaster recovery.
Apply least privilege, segmentation, secure management, and hardening principles.
Compare authentication factors and common identity/access controls.
Identify secure versus insecure protocol choices.
Recognize common attack types and select appropriate mitigations.
Explain why physical security, environmental controls, and cable management matter.
Use a structured troubleshooting process instead of jumping to a fix.
Networking Concepts Checklist
Models, Encapsulation, and Traffic Flow
Skill
Check yourself
OSI model
Can you place hubs, switches, routers, firewalls, TCP, IP, Ethernet, DNS, and TLS at the appropriate conceptual layer?
TCP/IP model
Can you compare it with OSI without overfocusing on layer-number trivia?
Encapsulation
Can you describe data becoming segments, packets, frames, and bits?
Headers
Can you identify which header contains MAC addresses, IP addresses, and port numbers?
MTU and fragmentation
Can you explain why oversized packets can fail or require fragmentation?
Broadcast, multicast, unicast, anycast
Can you choose the correct traffic type for a scenario?
Client-server and peer-to-peer
Can you identify which model is being described?
North-south and east-west traffic
Can you distinguish user-to-data-center traffic from internal service-to-service traffic?
Common Ports and Protocols
You do not need to think like a port-number database, but you should recognize frequently tested services and whether they are secure, insecure, connection-oriented, or name/address related.
Service/protocol
What to know for readiness
DNS
Name resolution, records, recursive/authoritative roles, caching, common failure symptoms
Use caution with special-purpose subnets in real environments. For exam readiness, focus on understanding the general method and recognizing scenario intent.
IPv6 Readiness
IPv6 concept
What to review
Address format
Hexadecimal groups, abbreviation rules, zero compression
Loopback
::1
Link-local
Used on local links; commonly starts with fe80
Global unicast
Routable IPv6 addressing concept
Multicast
IPv6 uses multicast heavily instead of broadcast
SLAAC
Automatic addressing concept
DHCPv6
Managed addressing or additional configuration details
Neighbor Discovery
IPv6 neighbor resolution and router discovery concepts
Dual stack
Running IPv4 and IPv6 together
Tunneling/transition
When IPv6 traffic crosses IPv4 infrastructure
Routing and Switching Concepts
Area
Can you do this?
MAC address learning
Explain how switches build and use MAC address tables
ARP
Explain how IPv4 hosts map IP addresses to MAC addresses
Default gateway
Explain why off-subnet traffic goes to a router
VLANs
Explain segmentation at Layer 2
Trunking
Explain carrying multiple VLANs between devices
Inter-VLAN routing
Explain how VLANs communicate through Layer 3
STP concepts
Explain why loops are dangerous and how loop prevention helps
Link aggregation
Explain bandwidth and redundancy benefits
Static routes
Identify when a manually configured route is appropriate
Dynamic routing
Explain why routing protocols exchange route information
Metrics
Explain why one route is preferred over another
Default route
Identify where unknown-destination traffic is sent
NAT/PAT
Explain inside/outside translation and port overload concepts
Network Implementation Checklist
Cables, Connectors, and Physical Media
Topic
Readiness check
Twisted pair copper
Know common Ethernet cabling use cases and interference concerns
“Database should only accept traffic from app servers”
East-west filtering and least privilege
“Rules are correct but traffic still fails”
Routing, NAT, statefulness, asymmetric path, local host firewall
Troubleshooting Checklist
Structured Troubleshooting Method
Know the sequence conceptually and use it in scenarios:
Identify the problem.
Establish a theory of probable cause.
Test the theory.
Establish a plan of action.
Implement the solution or escalate.
Verify full system functionality.
Document findings, actions, and outcomes.
Readiness cue: if an answer jumps to replacing hardware before gathering evidence, it is often not the best troubleshooting choice.
Tool and Command Selection
Tool/command
Best used for
ping
Basic reachability and latency clue using ICMP
traceroute / tracert
Path discovery and where traffic may stop
ipconfig / ifconfig / ip
Local IP address, gateway, DNS, interface details
nslookup / dig
DNS resolution testing
arp
Local IP-to-MAC mapping checks
netstat / ss
Listening ports and active connections
route / ip route
Local route table and default gateway
tcpdump / packet analyzer
Packet-level inspection
nmap conceptually
Port/service discovery when authorized
Cable tester
Pinout, continuity, opens, shorts
Toner/probe
Trace cable location
Loopback plug
Test network interface or port behavior
Optical power meter
Fiber signal strength/loss checks
Wi-Fi analyzer
Signal, channel, interference, and SSID visibility
Environmental monitor
Temperature, humidity, power, and facility conditions
Example command-review block:
ping <destination>
tracert <destination> # Windows path test
traceroute <destination> # Linux/macOS path test
ipconfig /all # Windows IP, gateway, DNS, DHCP details
ip addr # Linux interface addressing
ip route # Linux route table
nslookup <hostname>
dig <hostname>
arp -a
netstat -ano # Windows connections/listeners
ss -tulpen # Linux listeners/connections
Symptom-to-Cause Readiness Table
Symptom
Likely areas to investigate
One host cannot reach anything
IP configuration, cable, switch port, VLAN, NIC, gateway
One host can reach local subnet but not internet
Default gateway, routing, firewall, DNS if only names fail
Host has self-assigned address
DHCP failure, VLAN issue, DHCP scope, relay issue, cable/switch problem
Can ping IP but not hostname
DNS server, DNS record, client DNS settings, cache
Some users affected, same VLAN
Switch, DHCP scope, ACL, gateway, local segment issue
All users at one site affected
WAN link, edge router/firewall, ISP/provider, power, routing
Wireless slow but wired fine
RF interference, channel overlap, weak signal, AP capacity, roaming
Voice calls choppy
Jitter, latency, packet loss, QoS, congestion
Intermittent drops
Bad cable, duplex mismatch, failing port, interference, power, loops
Wireless coverage is unreliable after office remodel
Site survey and RF analysis
Devices receive addresses from the wrong subnet
VLAN/DHCP relay/scope/rogue DHCP investigation
Troubleshooting Decision Path
flowchart TD
A[User reports network problem] --> B{One user or many?}
B -->|One user| C[Check local link, IP config, VLAN, DNS]
B -->|Many users| D{Same area or different areas?}
D -->|Same area| E[Check switch, AP, VLAN, DHCP scope, local uplink]
D -->|Different areas| F[Check core routing, firewall, WAN, DNS, shared services]
C --> G{Can reach IP address?}
G -->|Yes, but not name| H[Focus on DNS]
G -->|No| I[Focus on IP, gateway, route, firewall, physical path]
E --> J[Verify recent changes and device health]
F --> J
H --> K[Verify fix and document]
I --> K
J --> K
“Best Answer” Judgment Prompts
If two answers seem correct
Prefer the answer that…
Both could fix the issue
Follows the troubleshooting method and verifies cause
Both are security controls
Applies least privilege with minimal disruption
Both improve availability
Addresses the stated failure mode
Both involve documentation
Matches the artifact to the task: topology, baseline, IPAM, change record
Both involve monitoring
Collects the metric or log that proves the issue
Both involve wireless
Addresses RF reality, not just SSID settings
Both involve routing
Uses the most specific and operationally appropriate route
Both involve cabling
Matches media, connector, distance, and environment
Common Weak Areas and Traps
Conceptual Traps
Confusing DNS failure with total connectivity failure.
Treating TCP and UDP as “secure” versus “insecure” instead of reliable versus connectionless behavior.
Forgetting that switches forward frames using MAC addresses, while routers forward packets using IP addresses.
Assuming VLANs can communicate without a Layer 3 device or service.
Confusing NAT with firewall filtering.
Thinking hidden SSID is strong wireless security.
Treating more AP power as the universal fix for wireless coverage.
Ignoring client device transmit power in wireless design.
Forgetting that time synchronization affects log correlation.
Choosing replacement before testing a theory.
Subnetting Traps
Misreading the prefix length.
Forgetting that block size changes by octet.
Including network and broadcast addresses as normal hosts in typical IPv4 subnet questions.
Choosing a subnet that does not provide enough usable host addresses.
Failing to identify whether two hosts are on the same subnet.
Overlooking the default gateway’s subnet.
Forgetting longest-prefix match when reading routes.
Security Traps
Opening broad firewall rules when a narrow rule would satisfy the requirement.
Allowing management access from user or guest networks.
Using insecure management protocols when secure alternatives are expected.
Treating guest Wi-Fi as safe without segmentation.
Forgetting physical security for network closets, ports, and devices.
Ignoring default credentials and unused services.
Confusing authentication with authorization.
Missing the role of logging and monitoring after prevention controls.
Troubleshooting Traps
Skipping recent changes.
Testing only by hostname and missing DNS as the issue.
Testing only from one client and assuming a sitewide outage.
Ignoring cable and physical-layer indicators.
Forgetting DHCP relay when clients in a remote VLAN cannot get addresses.
Misdiagnosing a firewall block as a routing issue.
Misdiagnosing a routing issue as a DNS issue.
Not verifying full functionality after a fix.
Not documenting the final cause and action.
Final-Week Review Checklist
Seven to Five Days Out
Revisit every weak topic area in this checklist.
Redo subnetting until you can solve common CIDR questions quickly.
Review common ports and protocols in scenario form, not just flashcards.
Practice reading routing, DNS, DHCP, and wireless symptoms.
Review cable types, connector types, transceivers, and tools.
Review VLAN, trunking, inter-VLAN routing, and segmentation scenarios.
Review wireless interference, channel planning, roaming, and authentication.
Review monitoring outputs, logs, metrics, and documentation artifacts.
Four to Two Days Out
Take a mixed practice set under timed conditions.
For each missed question, identify the reason: knowledge gap, misread wording, or poor elimination.
Create a one-page last-review sheet with ports, subnetting reminders, commands, and troubleshooting flow.
Practice tool-selection questions: cable tester versus toner, ping versus traceroute, DNS tool versus packet capture.
Review secure protocol replacements and remote access security.
Review change management and documentation scenarios.
Review high-availability and disaster recovery terms.
Day Before
Do light review only; avoid trying to learn large new topics.
Recheck subnetting shortcuts and common protocol roles.
Review the troubleshooting methodology.
Review your most common mistakes.
Prepare identification, appointment details, and exam logistics.
Sleep instead of cramming late.
Exam-Day Mindset
Read the scenario before looking for keywords.
Identify whether the question asks for the first step, best solution, likely cause, or most secure option.
Eliminate answers that are technically true but do not solve the stated problem.
Watch for scope: one user, one VLAN, one site, all users, wired only, wireless only, names only, IP only.
For troubleshooting questions, prefer evidence-based next steps.
Mark difficult questions and return if allowed by your exam interface.
Do not let one hard subnetting or command question consume too much time.
Practical Next Step
Use this checklist to label each area as ready, needs review, or needs practice. Then focus practice on scenario questions that force you to choose tools, interpret symptoms, apply subnetting, secure a design, or troubleshoot step by step for CompTIA Network+ (N10-009).