Exam facts at a glance
- Up to 90 questions, multiple choice, multiple response, and PBQs.
- 90 minutes.
- $358 USD per attempt.
- Passing score: 720/900 (scaled, roughly 80%).
- Valid 3 years.
- Retake wait: 14 calendar days, every failed attempt.
- Pearson VUE test center or Pearson OnVUE online. Closed book.
- Full exam-format details: Network+ Exam Guide 2026.
OSI model layers
| Layer | Name | Examples |
|---|---|---|
| 7 | Application | HTTP, DNS, SMTP, FTP |
| 6 | Presentation | TLS/SSL, encoding, compression |
| 5 | Session | Session establishment, NetBIOS |
| 4 | Transport | TCP, UDP, port numbers |
| 3 | Network | IP, ICMP, routing |
| 2 | Data Link | MAC addresses, switches, VLANs |
| 1 | Physical | Cables, connectors, signaling |
Mnemonic: “All People Seem To Need Data Processing” (7 to 1, Application to Physical).
Port numbers to memorize cold
| Port | Protocol | Transport |
|---|---|---|
| 20 / 21 | FTP (data / control) | TCP |
| 22 | SSH | TCP |
| 23 | Telnet | TCP |
| 25 | SMTP | TCP |
| 53 | DNS | TCP/UDP |
| 67 / 68 | DHCP (server / client) | UDP |
| 69 | TFTP | UDP |
| 80 | HTTP | TCP |
| 110 | POP3 | TCP |
| 123 | NTP | UDP |
| 143 | IMAP | TCP |
| 161 / 162 | SNMP (agent / trap) | UDP |
| 389 | LDAP | TCP |
| 443 | HTTPS | TCP |
| 445 | SMB | TCP |
| 514 | Syslog | UDP |
| 636 | LDAPS | TCP |
| 989 / 990 | FTPS (data / control) | TCP |
| 993 | IMAPS | TCP |
| 3389 | RDP | TCP |
Subnetting quick-reference
| CIDR | Subnet mask | Total addresses | Usable hosts |
|---|---|---|---|
| /24 | 255.255.255.0 | 256 | 254 |
| /25 | 255.255.255.128 | 128 | 126 |
| /26 | 255.255.255.192 | 64 | 62 |
| /27 | 255.255.255.224 | 32 | 30 |
| /28 | 255.255.255.240 | 16 | 14 |
| /29 | 255.255.255.248 | 8 | 6 |
| /30 | 255.255.255.252 | 4 | 2 |
Formula: usable hosts = 2(32−CIDR) − 2. The −2 always accounts for the network address and the broadcast address. Full walkthrough with worked examples: Subnetting Explained.
IPv6 address types
- Global unicast — publicly routable, equivalent to a public IPv4 address.
- Link-local —
fe80::/10, auto-assigned, never routed off the local segment. - Unique local —
fc00::/7, private-range equivalent, not internet-routable. - Multicast —
ff00::/8, one-to-many delivery, replaces IPv4 broadcast (IPv6 has no broadcast). - Anycast — one address shared by multiple hosts; the network routes to the nearest one.
Cable and connector standards
| Standard | Max speed | Max distance |
|---|---|---|
| Cat5e | 1 Gbps | 100 m |
| Cat6 | 10 Gbps | 55 m (1 Gbps at full 100 m) |
| Cat6a | 10 Gbps | 100 m |
| Cat8 | 25/40 Gbps | 30 m |
| Single-mode fiber | Very high | 10+ km |
| Multi-mode fiber | High | ~550 m (OM3/OM4) |
PoE tiers: PoE (15.4W) → PoE+ (30W) → PoE++ Type 3 (60W) → PoE++ Type 4 (100W).
Wireless standards
| Standard | Wi-Fi name | Band(s) |
|---|---|---|
| 802.11n | Wi-Fi 4 | 2.4 / 5 GHz |
| 802.11ac | Wi-Fi 5 | 5 GHz |
| 802.11ax | Wi-Fi 6 | 2.4 / 5 GHz |
| 802.11ax (6 GHz) | Wi-Fi 6E | 6 GHz |
2.4 GHz non-overlapping channels: 1, 6, 11 — the exam expects you to know these by heart for interference/troubleshooting questions.
Routing protocols at a glance
- OSPF — link-state, open standard, fast convergence, uses cost as metric.
- EIGRP — Cisco-originated, advanced distance-vector, uses composite metric (bandwidth + delay).
- BGP — path-vector, the protocol that runs the internet, used for site-to-site and ISP connections.
- RIP — distance-vector, hop-count metric (max 15 hops), legacy but still referenced.
- Static routing — manually configured, no overhead, does not adapt to topology changes.
Security acronyms and attack types
- On-path attack (formerly MITM) — attacker intercepts traffic between two parties.
- ARP spoofing — forging ARP replies to redirect traffic on the local segment.
- MAC flooding — overwhelming a switch's MAC table to force it into hub-like broadcast behavior.
- VLAN hopping — exploiting trunk misconfiguration to access another VLAN.
- DNS poisoning — corrupting DNS cache to redirect users to malicious destinations.
- 802.1X — port-based network access control, typically paired with RADIUS and EAP.
- Zero Trust — continuous verification, least privilege, micro-segmentation; “never trust, always verify.”
- SASE — SD-WAN plus security services (SWG, CASB, ZTNA) converged into one cloud-delivered service.
High availability and disaster recovery
- RTO (Recovery Time Objective) — how long to get back online. About time.
- RPO (Recovery Point Objective) — how much data loss is acceptable. About data.
- Hot site — fully operational duplicate, near-instant failover.
- Warm site — partially equipped, hours to days to activate.
- Cold site — basic facility only, days to weeks to activate.
- 3-2-1 backup rule — 3 copies of data, on 2 different media types, with 1 copy off-site.
CLI troubleshooting tools
| Tool | Tests |
|---|---|
ping | Basic reachability (ICMP) |
traceroute / tracert | Path and hop-by-hop latency |
ipconfig / ifconfig / ip a | Local interface configuration |
nslookup / dig | DNS resolution |
netstat / ss | Active connections and listening ports |
arp | IP-to-MAC mapping table |
| tcpdump / Wireshark | Packet capture and inspection |
The 7-step troubleshooting methodology
- 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 and implement preventive measures
- Document findings, actions, and lessons learned
This exact order is a common PBQ drag-and-drop item — memorize it precisely, including that documentation is always last.
Top trap-question patterns
- Usable hosts vs total addresses — always subtract 2 (network + broadcast) unless the question explicitly asks for total addresses.
- Cat6 vs Cat6a distance — Cat6 only hits 10 Gbps at 55 m; the full 100 m run drops it to 1 Gbps. Cat6a holds 10 Gbps at 100 m.
- RTO vs RPO — time question is RTO, data question is RPO.
- “MITM” as a distractor — CompTIA uses “on-path attack” now; MITM as an option is usually wrong or outdated phrasing.
- EIGRP vs OSPF metric confusion — OSPF uses cost, EIGRP uses a composite bandwidth/delay metric.
Exam-day pocket guide
- Up to 90 questions, 90 minutes. PBQs eat disproportionate time (5-8 min each) — budget accordingly.
- Flag anything past 2 minutes and return at the end.
- “Usable hosts” almost always means subtract 2. Re-read the question stem for “usable” vs “total.”
- If a question uses “of the cloud / in the cloud”-style precise vendor terminology, take it at face value — it is testing the term directly, not a trick.
- On drag-and-drop troubleshooting-step PBQs, documentation is always the last step.
- Passing score is scaled (720/900) — do not try to count correct answers during the exam.
Frequently asked questions
Can I use this cheat sheet during the Network+ exam?
No. N10-009 is closed book under proctored conditions, whether at a Pearson VUE test center or online via Pearson OnVUE. Use this cheat sheet for review before the exam, especially in the final 48-72 hours.
What is the single most important section to memorize?
Subnetting math and the port-number table. Subnetting is the single most-tested skill across every domain of the exam (not just Domain 1), and port numbers get reused constantly in troubleshooting and security scenarios throughout Domains 3, 4, and 5.
Does this cheat sheet cover the performance-based questions (PBQs)?
It covers the reference facts PBQs draw on (cable standards, port assignments, troubleshooting order), but PBQs test hands-on interaction — dragging cables, labeling diagrams, reading console output. Pair this cheat sheet with actual lab practice in Packet Tracer or GNS3.
Is there a printable PDF version?
Use your browser print function (Ctrl/Cmd+P) and select "save as PDF" for a clean printable copy of this page. A dedicated downloadable PDF is planned for a future update.
Pair the cheat sheet with practice
The cheat sheet is for review. The CertSharp question bank is for testing whether you have actually internalized it. 30 free questions, no signup. $11.99 lifetime for the full 500.