CompTIA Network+ Cheat Sheet 2026: Ports, Protocols & Quick Reference

This free Network+ cheat sheet covers every critical concept you need to memorize before sitting for the exam. From port numbers and the OSI model to subnetting formulas and wireless standards, this reference guide distills the most frequently tested material into quick-reference tables. Use it as your brain dump template at the testing center — write down this information on your whiteboard as soon as the exam timer starts, then tackle questions with confidence knowing your reference material is right in front of you.

How to Use This Cheat Sheet Effectively

The most effective study strategy is to review this cheat sheet daily during the final week before your exam. Each day, cover the page and try to reproduce each table from memory. Any items you cannot recall become your focused study targets for that session. On exam day, arrive early and use the waiting time to mentally rehearse your brain dump sequence — most candidates start with the port table, then subnetting, then the OSI model.

Remember that the Network+ exam is not purely memorization. While this cheat sheet helps with recall-based questions, approximately 60% of the exam tests your ability to apply these concepts in scenario-based questions. Use practice tests alongside this reference to build both your factual knowledge and your analytical skills.

Essential Ports and Protocols

Port numbers are the single most memorization-heavy topic on the Network+ exam. You need to know the port number, the associated protocol, whether it uses TCP or UDP (or both), and its function. The exam frequently presents scenarios where you must identify which port to open in a firewall or which protocol is causing a connection issue.

PortProtocolTCP/UDPPurpose
20/21FTPTCPFile transfer (20=data, 21=control)
22SSH/SFTP/SCPTCPSecure shell, secure file transfer
23TelnetTCPRemote access (unencrypted — avoid in production)
25SMTPTCPSending outgoing email
53DNSTCP/UDPDomain name resolution (UDP for queries, TCP for zone transfers)
67/68DHCPUDPAutomatic IP address assignment (67=server, 68=client)
80HTTPTCPWeb traffic (unencrypted)
110POP3TCPReceiving email (downloads to client)
123NTPUDPNetwork Time Protocol — clock synchronization
143IMAPTCPReceiving email (syncs with server)
161/162SNMPUDPNetwork device monitoring and management
389LDAPTCPDirectory services (Active Directory)
443HTTPSTCPSecure web traffic (TLS encrypted)
445SMBTCPWindows file and printer sharing
636LDAPSTCPSecure LDAP over TLS
3389RDPTCPRemote Desktop Protocol

OSI Model Quick Reference

The OSI (Open Systems Interconnection) model is the foundational framework for understanding how network communication works. The Network+ exam tests your ability to identify which layer a given protocol, device, or process operates at. Use the mnemonic "Please Do Not Throw Sausage Pizza Away" to remember the layers from bottom (Layer 1) to top (Layer 7). You should also know the PDU (Protocol Data Unit) at each layer and which devices operate at that layer.

LayerNamePDUDevices & Protocols
7ApplicationDataHTTP, FTP, SMTP, DNS, DHCP, SNMP
6PresentationDataSSL/TLS, JPEG, ASCII, compression, encryption
5SessionDataNetBIOS, PPTP, RPC, session management
4TransportSegmentTCP (reliable), UDP (fast), port numbers
3NetworkPacketRouter, Layer 3 switch, IP, ICMP, ARP
2Data LinkFrameSwitch, bridge, MAC address, Ethernet, VLANs
1PhysicalBitsHub, cables, connectors, repeaters, media converters

Subnetting Quick Reference

Subnetting is one of the most challenging topics for Network+ candidates, but it is absolutely essential. The exam expects you to quickly calculate the number of usable hosts, identify network and broadcast addresses, and convert between CIDR notation and dotted decimal. The key formulas to memorize are: Hosts per subnet = 2^(host bits) - 2 and Number of subnets = 2^(borrowed bits). Practice these calculations until you can solve them in under 30 seconds each.

CIDRSubnet MaskUsable HostsBlock Size
/24255.255.255.0254256
/25255.255.255.128126128
/26255.255.255.1926264
/27255.255.255.2243032
/28255.255.255.2401416
/29255.255.255.24868
/30255.255.255.25224

Private IP address ranges: Class A: 10.0.0.0 – 10.255.255.255 (/8). Class B: 172.16.0.0 – 172.31.255.255 (/12). Class C: 192.168.0.0 – 192.168.255.255 (/16). APIPA: 169.254.0.0/16 (assigned when DHCP fails). Loopback: 127.0.0.1. These ranges appear in almost every Network+ exam.

Essential Network Commands

The Network+ exam tests your knowledge of both Windows and Linux command-line networking utilities. You need to know the equivalent commands across both operating systems and understand when to use each tool in a troubleshooting scenario.

WindowsLinuxPurpose
ipconfig /allifconfig / ip addrDisplay IP configuration, MAC, gateway, DNS
pingpingTest connectivity and measure latency
tracerttracerouteTrace the path packets take to a destination
nslookupdigQuery DNS records for a domain
netstat -anss -tulnShow active connections and listening ports
arp -aarp -aDisplay ARP cache (IP-to-MAC mappings)
pathpingmtrCombined ping + tracert with loss statistics
nmapnmapPort scanning and network discovery

Wireless Standards Quick Reference

The Network+ exam covers all major 802.11 wireless standards. You need to know the frequency bands, maximum theoretical speeds, and which standards are backward compatible with each other. Pay special attention to Wi-Fi 6 (802.11ax) as it is heavily featured on the current exam.

StandardWi-Fi NameFrequencyMax Speed
802.11a5 GHz54 Mbps
802.11b2.4 GHz11 Mbps
802.11g2.4 GHz54 Mbps
802.11nWi-Fi 42.4 / 5 GHz600 Mbps
802.11acWi-Fi 55 GHz6.9 Gbps
802.11axWi-Fi 6/6E2.4 / 5 / 6 GHz9.6 Gbps

Network Topologies and Cable Types

Understanding physical and logical network topologies is essential for the Network+ exam. You should know the characteristics, advantages, and disadvantages of each topology, as well as the cable types and their maximum distances.

Test Your Network+ Knowledge

Put this cheat sheet to the test with realistic Network+ practice questions.

Start Free Practice Test →

Frequently Asked Questions

What ports should I memorize for Network+?

Essential ports: FTP (20/21), SSH (22), Telnet (23), SMTP (25), DNS (53), DHCP (67/68), HTTP (80), HTTPS (443), POP3 (110), IMAP (143), SNMP (161/162), LDAP (389), RDP (3389), and NTP (123). Know both TCP and UDP designations for each.

What are the 7 OSI layers?

From bottom to top: Physical (Layer 1), Data Link (Layer 2), Network (Layer 3), Transport (Layer 4), Session (Layer 5), Presentation (Layer 6), Application (Layer 7). Remember with "Please Do Not Throw Sausage Pizza Away."

Do I need subnetting for Network+?

Yes. You need to calculate subnet masks, network addresses, broadcast addresses, usable hosts, and convert CIDR notation. Practice until you can solve subnetting problems in under 30 seconds. Write your subnetting table on the whiteboard as part of your brain dump.

Can I bring notes into the Network+ exam?

No. CompTIA exams do not allow any reference materials. However, you get a whiteboard or erasable notepad at the testing center. Many candidates do a brain dump of memorized information — ports, subnetting tables, OSI layers — onto this notepad immediately when the exam starts before answering any questions.

What networking commands should I know?

Key commands: ipconfig/ifconfig (IP configuration), ping (connectivity test), tracert/traceroute (path tracing), nslookup/dig (DNS lookup), netstat (connection stats), arp (ARP table), nmap (port scanning), pathping (combined ping+tracert). Know both Windows and Linux equivalents.

What wireless standards are tested on Network+?

You need to know 802.11a (5 GHz, 54 Mbps), 802.11b (2.4 GHz, 11 Mbps), 802.11g (2.4 GHz, 54 Mbps), 802.11n/Wi-Fi 4 (2.4/5 GHz, 600 Mbps), 802.11ac/Wi-Fi 5 (5 GHz, 6.9 Gbps), and 802.11ax/Wi-Fi 6 (2.4/5/6 GHz, 9.6 Gbps). Know frequencies, max speeds, and backward compatibility.

Network+ Study Resources

N+ Acronyms Study Guide Exam Tips Passing Score Study Time 30-Day Plan

Practice by Topic

Fundamentals IP Addressing Security Troubleshooting Wireless