Revision Beginner � Intermediate CompTIA / Certification / Exam Prep

CompTIA Network+ N10-009

A revision reference for the Network+ N10-009 exam � covering networking fundamentals, subnetting, protocols and ports, network devices, wireless, security, and troubleshooting methodology. Based on official CompTIA exam objectives.

90 questions / 90 mins Pass mark: 720 / 900 CompTIA

// Exam Overview

DetailValue
Exam codeN10-009
Number of questionsUp to 90 (multiple choice + performance-based)
Duration90 minutes
Passing score720 out of 900
Recommended experience9�12 months in IT with networking exposure, CompTIA A+ helpful

Domain 1

Networking Fundamentals � 23%

Domain 2

Network Implementation � 19%

Domain 3

Network Operations � 17%

Domain 4

Network Security � 16%

Domain 5

Network Troubleshooting � 25%

// OSI & TCP/IP Models

OSI LayerNameProtocols / ExamplesTCP/IP layer
7ApplicationHTTP, FTP, DNS, SMTP, SNMP, TelnetApplication
6PresentationSSL/TLS, JPEG, MPEG, ASCII encodingApplication
5SessionNetBIOS, RPC, SMB session managementApplication
4TransportTCP, UDP � segments, ports, flow controlTransport
3NetworkIP, ICMP, OSPF, BGP � packets, routingInternet
2Data LinkEthernet, Wi-Fi (802.11), ARP, MAC addresses � framesNetwork Access
1PhysicalCables, connectors, hubs, bits � electrical/optical signalsNetwork Access

Mnemonic (top to bottom): "All People Seem To Need Data Processing" � Application, Presentation, Session, Transport, Network, Data Link, Physical.

TCP vs UDP

TCPUDP
ConnectionConnection-oriented � 3-way handshake (SYN, SYN-ACK, ACK)Connectionless � fire and forget
ReliabilityGuaranteed delivery � acknowledgements, retransmissionNo guarantee � packets may be lost
SpeedSlower � overhead of handshake and ACKsFaster � no overhead
Use casesHTTP, HTTPS, FTP, SMTP, SSH � where accuracy mattersDNS, DHCP, streaming, VoIP, gaming � where speed matters

// Subnetting

Subnetting is tested heavily � you need to be able to determine network address, broadcast address, usable host range, and subnet mask from a given IP/CIDR.

CIDRSubnet maskHosts per subnetSubnets (from /24)
/24255.255.255.02541
/25255.255.255.1281262
/26255.255.255.192624
/27255.255.255.224308
/28255.255.255.2401416
/29255.255.255.248632
/30255.255.255.252264
/32255.255.255.2551 (host route)

Private IP ranges (RFC 1918)

RangeCIDRClass
10.0.0.0 � 10.255.255.25510.0.0.0/8A
172.16.0.0 � 172.31.255.255172.16.0.0/12B
192.168.0.0 � 192.168.255.255192.168.0.0/16C
169.254.0.0 � 169.254.255.255169.254.0.0/16APIPA (link-local)
127.0.0.0 � 127.255.255.255127.0.0.0/8Loopback

APIPA (169.254.x.x) � a device assigns itself this address when it fails to obtain one via DHCP. If you see a 169.254.x.x address during troubleshooting, DHCP is the problem.

// Common Ports & Protocols

PortProtocolTransport
20 / 21FTP (data / control)TCP
22SSH / SFTP / SCPTCP
23Telnet (unencrypted)TCP
25SMTP (email sending)TCP
53DNSUDP (queries) / TCP (zone transfers)
67 / 68DHCP (server / client)UDP
69TFTPUDP
80HTTPTCP
110POP3TCP
119NNTPTCP
123NTP (time sync)UDP
137�139NetBIOSUDP / TCP
143IMAPTCP
161 / 162SNMP (get / trap)UDP
389LDAPTCP / UDP
443HTTPSTCP
445SMB / Active DirectoryTCP
465 / 587SMTPS / SMTP submissionTCP
514SyslogUDP
636LDAPS (secure)TCP
993 / 995IMAPS / POP3STCP
1433Microsoft SQL ServerTCP
1723PPTP VPNTCP
3306MySQLTCP
3389RDPTCP
5060 / 5061SIP (VoIP)UDP / TLS
8080 / 8443HTTP / HTTPS alternateTCP

// Network Devices

DeviceOSI LayerFunction
HubLayer 1Repeats signals to all ports � creates a single collision domain. Legacy, not used in modern networks.
SwitchLayer 2Forwards frames based on MAC address � each port is its own collision domain. Builds MAC address table.
RouterLayer 3Routes packets between networks based on IP address � connects subnets and to the internet
Multilayer switch (L3 switch)Layer 2�3Switches at L2 speed but can also route at L3 � used for inter-VLAN routing
FirewallLayer 3�7Filters traffic based on rules � stateful (tracks connections) or stateless (filters packets individually)
ProxyLayer 7Intermediary between clients and servers � caching, content filtering, anonymisation
Load balancerLayer 4�7Distributes traffic across multiple servers � improves availability and scalability
IDS / IPSLayer 3�7IDS detects and alerts, IPS blocks � inline (IPS) or passive (IDS). NIDS = network, HIDS = host.
WAFLayer 7Application-aware firewall � blocks SQLi, XSS, and other web attacks at HTTP layer
Access point (WAP)Layer 2Wireless to wired bridge � extends network wirelessly

// Wireless Standards

StandardNameFrequencyMax speed
802.11aWi-Fi 15 GHz54 Mbps
802.11bWi-Fi 12.4 GHz11 Mbps
802.11gWi-Fi 32.4 GHz54 Mbps
802.11nWi-Fi 42.4 / 5 GHz600 Mbps
802.11acWi-Fi 55 GHz3.5 Gbps
802.11axWi-Fi 6 / 6E2.4 / 5 / 6 GHz9.6 Gbps

Wireless security protocols

ProtocolStatusNotes
WEPBroken � do not useRC4-based � crackable in minutes with tools like aircrack-ng
WPAWeak � deprecatedTKIP encryption � improved over WEP but still vulnerable
WPA2Current minimumAES-CCMP � KRACK vulnerability in 2017 but mitigated by patches
WPA3RecommendedSAE replaces PSK, protects against offline dictionary attacks, forward secrecy
WPA2-EnterpriseRequired for corporate802.1X authentication against RADIUS � individual credentials, not shared PSK

// Network Security

ConceptDefinition
NAC (802.1X)Network Access Control � authenticates devices before granting network access. Uses RADIUS server and supplicant on client.
VLANVirtual LAN � logical network segmentation at Layer 2. Traffic between VLANs requires a router.
ACLAccess Control List � firewall or router rules permitting or denying traffic based on IP, port, protocol
VPN tunnelling protocolsIPSec (L3), SSL/TLS VPN (L7), OpenVPN, WireGuard, L2TP/IPSec (common combination)
Port securitySwitch feature � limits MAC addresses allowed on a port, disables port on violation
DHCP snoopingBlocks rogue DHCP servers on switch ports not designated as trusted
Dynamic ARP inspectionValidates ARP packets against DHCP snooping table � prevents ARP poisoning
DNSSECAdds cryptographic signatures to DNS responses � prevents DNS spoofing

// Troubleshooting Methodology

CompTIA's seven-step troubleshooting methodology is directly tested. Know the steps and order.

StepAction
1Identify the problem � gather information, identify symptoms, question users
2Establish a theory of probable cause � consider the obvious first
3Test the theory � if confirmed, proceed; if not, establish a new theory
4Establish a plan of action � consider effects of solution before implementing
5Implement the solution or escalate
6Verify full system functionality � ensure the problem is resolved and no new issues introduced
7Document findings, actions, and outcomes

Troubleshooting tools

ToolUse
pingTests ICMP connectivity � basic reachability check
traceroute / tracertShows the path packets take � identifies where connectivity fails
nslookup / digDNS resolution testing � checks if DNS is resolving correctly
ipconfig / ifconfigShows IP configuration � check for APIPA (169.254.x.x = DHCP failure)
netstat / ssActive connections, listening ports
arp -aARP cache � check for duplicate MAC entries (ARP poisoning)
route print / ip routeRouting table � check for missing or incorrect routes
WiresharkPacket capture � full visibility into network traffic
Cable testerPhysical layer � verifies cable continuity and wiring

// Exam Tips

Domain 5 (Troubleshooting) is 25% of the exam. Master the 7-step methodology and know which tool to use for which type of problem. Scenario questions will describe a symptom and ask you to pick the right next step or tool.

Know your port numbers cold. The exam will list a protocol and ask the port, or show a port and ask what's running. Port questions appear frequently � write out the top 30 ports from memory as a daily exercise until they're automatic.

Subnetting will appear. Practice until you can calculate the network address, broadcast address, and host range quickly. Use the "magic number" method: subtract the last non-zero octet of the subnet mask from 256 to find the subnet increment.

Understand the OSI model in context. Questions often describe a problem and ask at which layer it occurs. Physical issues = Layer 1. MAC/VLAN = Layer 2. IP routing = Layer 3. TCP/UDP/port = Layer 4. Application = Layers 5�7.