CompTIA · N10-009
CompTIA Network+ validates the skills needed to establish, maintain, and troubleshoot essential networks. It covers networking concepts, implementation, operations, security, and troubleshooting for junior network administrators.
Practice Questions
699
≈ 7 practice exams
Duration
90 minutes
Passing Score
720/900
Difficulty
AssociateLast Updated
Mar 2026
This Network+ practice exam follows how N10-009 is actually weighted: Network Troubleshooting leads at 24 percent, Networking Concepts close behind at 23 percent, Network Implementation at 20 percent, Network Operations at 19 percent, and Network Security at 14 percent. With 699 questions in the bank, troubleshooting and core concepts get matching depth instead of an even split across five domains that would under-prepare you for the real exam.
On test day you face a maximum of 90 questions in 90 minutes, mixing multiple choice with performance-based questions, and you need a scaled 720 on a 100 to 900 scale to pass. N10-009 launched June 20, 2024, and CompTIA typically retires exams about three years after launch, so expect it to remain current into 2027. The explanations here connect each answer back to the underlying protocol, topology, or troubleshooting methodology, which is exactly what the performance-based questions test.
CompTIA recommends holding A+ certification plus 9 to 12 months of hands-on experience in a junior network administrator or network support role first, but there is no formal prerequisite. CompTIA raised prices across its exam lineup around June 2026, moving the Network+ voucher to roughly $399. Start with the 30 free questions to benchmark yourself, then work through the full 699-question bank until your accuracy holds steady across all five domains.
CompTIA Network+ (N10-009) validates the skills required to establish, maintain, and troubleshoot essential enterprise and small office/home office (SOHO) networks. The certification covers networking concepts including the OSI model and protocols, network implementation such as routing and switching, network operations including documentation and monitoring, network security with encryption and access controls, and troubleshooting methodologies. The N10-009 exam, launched June 20, 2024, includes a maximum of 90 questions (a mix of multiple-choice and performance-based questions) delivered over 90 minutes. This vendor-neutral certification prepares professionals to support networks across multiple platforms and is recognized by the U.S. Department of Defense (DoD 8140) and accredited by ANSI.
Network+ is designed for IT professionals pursuing roles as junior network administrators, network support technicians, network operations specialists, technical support specialists, and system administrators. The certification targets candidates with basic IT knowledge who are advancing into network-focused positions and those seeking to validate their hands-on networking experience. It serves as an ideal intermediate stepping stone for IT professionals who have completed CompTIA A+ and are looking to specialize in networking infrastructure and operations.
CompTIA recommends a minimum of 9 to 12 months of hands-on experience in a junior network administrator or network support technician role. While not strictly required, holding CompTIA A+ certification beforehand is strongly recommended as it provides foundational IT knowledge. Candidates should have practical experience with network configuration, basic troubleshooting, and familiarity with networking concepts including TCP/IP, DHCP, DNS, and network topologies. Hands-on experience with networking tools, switches, routers, and wireless access points is beneficial for success, particularly for the performance-based questions that simulate real-world network administration tasks.
The N10-009 exam contains a maximum of 90 scored questions delivered over 90 minutes. The exam combines multiple-choice questions (including single and multiple-response formats) with performance-based questions (PBQs) that require candidates to solve networking problems in a simulated IT environment. The exam uses a scaled scoring system with a range of 100-900, and a passing score is 720. The exam is administered through CompTIA's testing partners both online and at testing centers, with results available immediately upon completion. The test was launched on June 20, 2024, with an estimated retirement date around 2027.
CompTIA Network+ certification significantly enhances career prospects in networking and IT operations. Professionals holding Network+ certification typically earn approximately 20% more than non-certified peers, with entry-level salaries ranging from $50,000 to $65,000, compared to around $40,000 for non-certified individuals. Career paths include technical support specialist, network operations specialist, system administrator, and junior network administrator positions. The certification is recognized by the U.S. Department of Defense (DoD 8140) and accredited by ANSI, making it valuable for government and enterprise roles. As professionals gain experience with Network+, advancement opportunities include senior network administrator, systems engineer, and network architect positions, with system administrators earning median salaries around $90,000 and systems engineers averaging $130,000 annually. Unlike vendor-specific certifications, Network+ prepares professionals to support multi-vendor network environments, making it universally applicable across diverse IT infrastructures and organizations.
5 sample questions with answers and explanations. The full bank has 699 questions, enough for 7 full-length practice exams.
Preview — answers shown1. A network engineer at Contoso is configuring IPv6 SLAAC on client devices. The engineer wants to understand the role of Router Advertisement flags in the autoconfiguration process. Which RA flag combination instructs clients to use SLAAC for address configuration and DHCPv6 only for additional options like DNS servers? (Select one!)
Explanation
M flag set to 0, O flag set to 1 is the correct configuration for stateless SLAAC with DHCPv6 for additional configuration. The M (Managed) flag set to 0 tells clients not to use DHCPv6 for address assignment, allowing SLAAC to generate addresses from the advertised prefix. The O (Other) flag set to 1 instructs clients to use DHCPv6 for obtaining other configuration parameters like DNS servers and domain names. M=1, O=0 indicates stateful DHCPv6 for addresses only, which is uncommon. M=1, O=1 indicates full stateful DHCPv6 for both addresses and options, not SLAAC. M=0, O=0 indicates pure SLAAC with no DHCPv6 involvement, meaning no DNS or other option configuration from a DHCPv6 server. Note that DHCPv6 never provides the default gateway—clients always learn this from Router Advertisements regardless of flag settings.
2. Tailspin's network engineer is configuring Rapid Spanning Tree Protocol (RSTP) on a switch. A port has just transitioned from the Discarding state. Which state will it enter next as it converges toward the Forwarding state? (Select one!)
Explanation
In RSTP, ports transition from Discarding to Learning to Forwarding. The Learning state allows the switch to populate its MAC address table without forwarding frames. RSTP simplified the original STP states: Blocking, Listening, and Disabled are replaced by the single Discarding state. RSTP achieves faster convergence (typically under 6 seconds) compared to traditional STP (30-50 seconds). The port cannot go directly from Discarding to Forwarding without the Learning phase.
3. A network engineer is designing a first-hop redundancy solution for a campus network that uses routers from both Cisco and Juniper. The primary requirement is vendor interoperability so that any compliant router can participate in gateway redundancy. Which protocol should the engineer implement? (Select one!)
Explanation
VRRP (Virtual Router Redundancy Protocol) is defined by the IETF as an open standard (RFC 3768/5798), making it the only first-hop redundancy protocol that operates in multi-vendor environments including Cisco, Juniper, and other manufacturers. In a VRRP group, the router with the highest priority is elected master and forwards traffic for the virtual IP address; all others remain in backup state and take over if the master fails. HSRP is a Cisco-proprietary protocol and cannot interoperate with non-Cisco devices, making it unsuitable for environments with Juniper routers. GLBP is also Cisco-proprietary and provides native load balancing through multiple Active Virtual Forwarders, but it likewise cannot be deployed in a mixed-vendor environment. The multi-vendor interoperability requirement is the decisive constraint that makes VRRP the only correct choice here.
4. A network administrator needs to capture traffic from multiple VLANs across several switches for analysis at a central monitoring station. The monitoring solution must support remote capture across the switched network. Which technology should be implemented? (Select one!)
Explanation
RSPAN (Remote SPAN) extends SPAN capabilities across multiple switches by using a dedicated RSPAN VLAN to carry mirrored traffic from source switches to a destination switch where the central monitoring station connects. This allows centralized traffic analysis from distributed sources across the network infrastructure. Standard SPAN only operates locally within a single switch, limiting it to monitoring ports on that specific device only. TAP devices provide passive physical layer visibility but require installation at each monitoring point and do not aggregate traffic from multiple distributed sources to a central location. Deploying port mirroring with destination ports on each individual switch would require multiple monitoring stations or complex aggregation, rather than a centralized single-pane solution. ERSPAN (Encapsulated RSPAN) further extends this by routing monitored traffic across Layer 3 boundaries using GRE encapsulation.
5. Northwind Traders is implementing port security on their access switches. The security policy requires that when an unauthorized MAC address is detected, the port should log a violation but continue forwarding traffic from authorized addresses. Which port security violation mode should be configured? (Select one!)
Explanation
Restrict mode logs violations via SNMP traps and syslog messages, increments the violation counter, but continues to forward traffic from known authorized MAC addresses while dropping frames from unauthorized addresses. Shutdown mode (the default) error-disables the entire port when a violation occurs, stopping all traffic. Protect mode drops unauthorized frames but does not log violations or increment violation counters. Dynamic mode refers to switch trunk negotiation and is not a port security violation mode.
A maximum of 90 questions in 90 minutes, mixing multiple-choice with performance-based questions.
A scaled 720 on a 100 to 900 scale.
CompTIA raised prices across its exam lineup around June 2026, moving the Network+ voucher to roughly $399. Check the official CompTIA store for the current price before buying.
Network Troubleshooting (24%), Networking Concepts (23%), Network Implementation (20%), Network Operations (19%), and Network Security (14%).
None formal. CompTIA recommends A+ certification plus 9 to 12 months of hands-on experience in a junior network administrator or network support role.
It launched June 20, 2024. CompTIA typically retires exams about three years after launch, so expect it to remain current into 2027, though no official retirement date has been announced yet.
CompTIA does not publish an official pass rate. Most candidates find the performance-based questions the hardest part, similar to Security+.
Many candidates move on to Security+ or vendor-specific networking certifications, such as Cisco CCNA, after Network+, since it is considered foundational networking knowledge.
CompTIA DataAI (DY0-001)
DY0-001 · 600 questions
CompTIA DataSys+ (DS0-001)
DS0-001 · 700 questions
CompTIA Linux+ (XK0-006)
XK0-006 · 699 questions
CompTIA PenTest+ (PT0-003)
PT0-003 · 699 questions
CompTIA Project+ (PK0-005)
PK0-005 · 696 questions
CompTIA SecAI+ Certification (CY0-001)
CY0-001 · 600 questions
$17.99
One-time access to this exam