2026 Securities Licensing Study Guides (SIE, Series 7 & Series 66) are now live
OpenExamHub ยท Source-Cited Licensing Prep2026 Examination Standards

CompTIA Network+ (N10-009) Exam-Day Cheat Sheet

High-yield OSI layer mappings, critical service ports, IPv4 CIDR subnetting matrices, 802.11 Wi-Fi standards, cabling specifications, and the CompTIA 7-step troubleshooting methodology for last-minute cramming.

๐Ÿ“Œ Quick Summary / Core Test Principles:N10-009 Quick Rules: OSI: Physical (bits), Data Link (frames/MAC), Network (packets/IP), Transport (segments/TCP/UDP), Session, Presentation, Application; TCP Ports: 20/21 FTP, 22 SSH, 23 Telnet, 25 SMTP, 53 DNS, 80 HTTP, 110 POP3, 143 IMAP, 443 HTTPS, 3389 RDP; UDP Ports: 53 DNS, 67/68 DHCP, 69 TFTP, 123 NTP, 161/162 SNMP, 514 Syslog; Subnetting: /24=254, /25=126, /26=62, /27=30, /28=14, /29=6, /30=2; Wi-Fi: 802.11a (5GHz/54M), 802.11b (2.4GHz/11M), 802.11g (2.4GHz/54M), 802.11n (2.4+5GHz/600M), 802.11ac (5GHz/6.9G), 802.11ax (2.4+5+6GHz/9.6G); Cabling: 100m max for copper; Troubleshooting: 1. Identify -> 2. Establish theory -> 3. Test theory -> 4. Plan action -> 5. Implement -> 6. Verify & Prevent -> 7. Document!
Core Architecture

1. OSI 7-Layer Architecture, PDUs & Device Matrix

LayerPDUCore FunctionalityRepresentative ProtocolsHardware / Devices
Layer 7: ApplicationDataUser-facing network interfaces and application service communication.HTTP, HTTPS, DNS, DHCP, SSH, SNMP, SMTPApplication Layer Gateways, NGFWs, Proxies
Layer 6: PresentationDataData formatting, character encoding, compression, and encryption/decryption.TLS/SSL, ASCII, JPEG, GIF, MPEGSoftware encryption/compression engines
Layer 5: SessionDataEstablishes, manages, coordinates, and terminates dialog sessions between endpoints.NetBIOS, RPC, SOCKS, SIPSession managers, SIP gateways
Layer 4: TransportSegment (TCP) / Datagram (UDP)End-to-end communication, port addressing, flow control, and error recovery.TCP (connection-oriented, reliable), UDP (connectionless, low-latency)Layer 4 Load Balancers, Stateful Firewalls
Layer 3: NetworkPacketLogical IP addressing, path determination across subnets, and packet routing.IPv4, IPv6, ICMP, IPsec, OSPF, BGP, RIPRouters, Layer 3 Multilayer Switches
Layer 2: Data LinkFramePhysical MAC addressing, media access control (MAC), and error detection (FCS/CRC).Ethernet (802.3), Wi-Fi (802.11), 802.1Q VLANs, ARP, STPLayer 2 Switches, Bridges, Wireless APs, NICs
Layer 1: PhysicalBitsPhysical electrical, optical, or radio transmission of unstructured raw bitstreams.10GBASE-T, 1000BASE-SX, T568A/B, DSLHubs, Repeaters, Cables, Fiber Transceivers
๐Ÿ’ก Pro Tip:Remember top-down encapsulation: Data -> Segment -> Packet -> Frame -> Bits (Don't Spill Peanutbutter For Breakfast).
Port Memorization

2. High-Yield Network Ports & Protocols Quick-Ref

Port NumberProtocol / AcronymTransportStandard Operational PurposeSecurity Consideration
20 / 21FTP (File Transfer Protocol)TCPFile transfer (Port 20 data, Port 21 control)Plaintext credentials; replace with SFTP or FTPS
22SSH / SFTPTCPEncrypted CLI remote management and secure file transferStandard secure management replacement for Telnet
23TelnetTCPUnencrypted remote command-line terminal accessStrictly prohibited in production; cleartext credentials
25SMTP (Simple Mail Transfer Protocol)TCPServer-to-server email forwardingLegacy unencrypted; client submission uses port 587
53DNS (Domain Name System)UDP & TCPHostname resolution to IP addresses (UDP), Zone transfers (TCP)DNSSEC prevents cache poisoning
67 / 68DHCP (Dynamic Host Configuration)UDPAutomatic IP addressing (Server 67, Client 68)Protect with DHCP Snooping on untrusted switch ports
69TFTP (Trivial File Transfer Protocol)UDPBootstrap and firmware transfer without authenticationNo security, used only on isolated management VLANs
80HTTP (Hypertext Transfer Protocol)TCPUnencrypted World Wide Web browsingCleartext; modern networks enforce HTTPS redirects
110POP3 (Post Office Protocol v3)TCPEmail retrieval downloading messages to local clientUnencrypted; use POP3S on port 995
123NTP (Network Time Protocol)UDPClock synchronization across network devices and serversCrucial for cryptographic certificates and log correlation
143IMAP (Internet Message Access Protocol)TCPSynchronized email folder access across multiple devicesUnencrypted; use IMAPS on port 993
161 / 162SNMP (Simple Network Management Protocol)UDPNetwork monitoring (161 polling queries, 162 traps)SNMPv1/v2c use cleartext community strings; use SNMPv3 AuthPriv
389LDAP (Lightweight Directory Access Protocol)TCPCentralized user and directory queries (Active Directory)Unencrypted; replace with LDAPS on port 636
443HTTPS (HTTP Secure)TCPEncrypted web communications using TLSStandard web encryption standard
445SMB (Server Message Block)TCPWindows network file sharing and network printersDo not expose to public WANs; vulnerable to worms
587SMTP SubmissionTCPAuthenticated, encrypted email submission with STARTTLSModern client-to-server outbound email submission
636LDAPS (LDAP over SSL/TLS)TCPEncrypted directory authentication using TLS certificatesSecure replacement for LDAP port 389
993IMAPS (IMAP over SSL/TLS)TCPEncrypted multi-device email synchronizationStandard secure mobile/desktop email retrieval
995POP3S (POP3 over SSL/TLS)TCPEncrypted email downloadSecure legacy email retrieval
3389RDP (Remote Desktop Protocol)TCPMicrosoft graphical remote desktop administrationShould be protected behind VPN or remote gateway
๐Ÿ’ก Pro Tip:Common exam trap: DNS uses UDP 53 for standard lookups, but switches to TCP 53 for zone transfers or responses over 512 bytes!
Subnetting Math

3. IPv4 Subnetting & CIDR Quick Calculation Table

CIDR PrefixDotted-Decimal Subnet MaskBlock Size (Increment)Total IP AddressesUsable Host Addresses
/24255.255.255.0256256254 (2^8 - 2)
/25255.255.255.128128128126 (2^7 - 2)
/26255.255.255.192646462 (2^6 - 2)
/27255.255.255.224323230 (2^5 - 2)
/28255.255.255.240161614 (2^4 - 2)
/29255.255.255.248886 (2^3 - 2)
/30255.255.255.252442 (2^2 - 2) (Point-to-point link)
/31255.255.255.254222 (RFC 3021 point-to-point without broadcast)
/32255.255.255.255111 (Single host / loopback interface)
๐Ÿ’ก Pro Tip:To find block size quickly: Subtract the non-255 octet from 256 (e.g. for /27 with mask .224: 256 - 224 = 32). Network IDs increment by that number!
Wireless Matrix

4. IEEE 802.11 Wireless Standards Evolution

StandardCommon Industry NameFrequency BandsMaximum Theoretical Data RateKey Architectural Innovations
802.11bWi-Fi 1 (Legacy)2.4 GHz11 MbpsDSSS modulation, 3 non-overlapping channels (1, 6, 11)
802.11aWi-Fi 2 (Legacy)5 GHz54 MbpsOFDM modulation, avoided 2.4 GHz interference, short range
802.11gWi-Fi 3 (Legacy)2.4 GHz54 MbpsOFDM in 2.4 GHz band, backward compatible with 802.11b
802.11nWi-Fi 42.4 GHz & 5 GHz600 MbpsMIMO (up to 4 spatial streams), 40 MHz channel bonding
802.11acWi-Fi 55 GHz only6.93 GbpsMU-MIMO (downlink only), 80 & 160 MHz channel bonding, 256-QAM
802.11axWi-Fi 6 & 6E2.4 GHz, 5 GHz & 6 GHz9.6 GbpsOFDMA (Resource Units), bidirectional MU-MIMO, 1024-QAM, BSS Coloring, TWT
802.11beWi-Fi 72.4 GHz, 5 GHz & 6 GHz46 Gbps320 MHz channels, 4096-QAM, Multi-Link Operation (MLO)
๐Ÿ’ก Pro Tip:Wi-Fi 6E is NOT a new protocol; it is 802.11ax operating in the pristine, wide 6 GHz band (up to 1,200 MHz of clean spectrum)!
Media Standards

5. Copper & Fiber Cabling Specifications

Cable Category / TypeMaximum Data RateMaximum Certified DistanceBandwidth FrequencyPrimary Deployment Use Case
Cat 5e (UTP/STP)1 Gbps (1000BASE-T)100 meters (328 ft)100 MHzStandard legacy horizontal desktop patching
Cat 6 (UTP/STP)10 Gbps (10GBASE-T)55 meters (10G) / 100 meters (1G)250 MHzModern commercial horizontal runs; 10G in small offices
Cat 6a (Augmented)10 Gbps (10GBASE-T)100 meters (328 ft)500 MHzFull 100m 10G enterprise data center and backbone cabling
Cat 7 (Shielded S/FTP)10 Gbps / 40 Gbps100 meters (10G) / 50 meters (40G)600 MHzStrictly shielded industrial and high-EMI environments
Cat 8 (Shielded S/FTP)25 Gbps / 40 Gbps30 meters (98 ft)2000 MHz (2 GHz)Top-of-Rack (ToR) data center switch-to-server interconnects
OS2 Single-Mode Fiber10G / 40G / 100G / 400GUp to 40 km (25 miles)1310 nm & 1550 nm laserCampus and long-distance WAN backbones (9 ยตm core)
OM4 Multimode Fiber10G / 40G / 100GUp to 400 meters (10G) / 150m (40G)850 nm VCSEL/LEDIntra-building riser runs and data center short reaches (50 ยตm core)
๐Ÿ’ก Pro Tip:Cat 6 can only do 10G up to 55 meters; if a question specifies 10G at 90+ meters, the answer MUST be Cat 6a!
Methodology Sequence

6. CompTIA 7-Step Troubleshooting Methodology

Step NumberPhase NameMandatory Technician ActionsExam Trap to Avoid
Step 1Identify the problemGather information, duplicate problem if possible, question users, identify symptoms, determine if anything has changed.Never jump to theories before gathering symptoms and checking what changed!
Step 2Establish a theory of probable causeQuestion the obvious, consider multiple approaches (top-to-bottom, bottom-to-top, divide-and-conquer).Do not implement solutions during this step; only formulate hypotheses.
Step 3Test the theory to determine causeIf theory is confirmed, proceed to Step 4. If theory is disproved, establish a new theory or escalate.Do not execute permanent production fixes in Step 3; only test the hypothesis.
Step 4Establish a plan of actionDesign the exact solution and identify potential unintended side effects on network operations.Never apply a major configuration without considering side effects and downtime.
Step 5Implement the solution or escalateExecute the corrective action or escalate to higher-tier engineering if beyond authority.Always follow change management windows when implementing.
Step 6Verify full system functionalityTest user applications, inspect port error counters, and implement preventive measures.A ticket is NOT resolved until verified with the user and error counters remain zero.
Step 7Document findings, actions, and outcomesLog complete post-mortem, update network topology diagrams, and write knowledge base entries.CompTIA strictly mandates documentation as the mandatory final step.
๐Ÿ’ก Pro Tip:CompTIA exams heavily test troubleshooting order: 1) Identify -> 2) Theory -> 3) Test Theory -> 4) Plan of Action -> 5) Implement -> 6) Verify -> 7) Document.