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
Use this N10-009 practice exam to prepare for CompTIA Network+ (N10-009) with realistic questions, detailed explanations, and focused study modes. The practice bank includes 699 questions for CompTIA N10-009, so you can review the exam steadily instead of relying on one long cram session.
As you practice, pay extra attention to recurring topics such as Networking Concepts, Network Implementation, Network Operations, Network Security, and Network Troubleshooting. Start with short sessions to identify weak areas, then move into timed quizzes once your accuracy is consistent.
The explanations are especially useful when you want to connect exam wording to the responsibilities and scenarios described in the official certification guidance. Use the free preview first, then unlock the full question bank when you are ready to build a complete study routine.
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. Tailspin Toys is setting up a DMZ to host their public-facing web server. The security architect proposes using a dual-firewall DMZ architecture. Which of the following BEST describes the security benefit of a dual-firewall DMZ compared to a single firewall with three interfaces? (Select one!)
Explanation
The primary security benefit of a dual-firewall DMZ architecture is the use of two separate firewall devices, ideally from different vendors. If both firewalls are from different manufacturers, a vulnerability or zero-day exploit affecting one vendor's product will not automatically compromise the second firewall. An attacker who successfully breaches the outer firewall still faces a completely different security barrier between the DMZ and the internal network. This defense-in-depth approach is significantly more secure than a single three-interface firewall where a single vulnerability could expose the internal network directly. A dual-firewall DMZ does not allow unfiltered communication between the internal network and DMZ; traffic between all zones is inspected by the inner firewall. It requires more hardware, not less, which is the trade-off for enhanced security. IDS/IPS sensors in the DMZ are still recommended regardless of firewall architecture.
2. A network administrator at Northwind Traders is configuring OSPF on a new multi-area deployment. The network consists of Area 0, Area 1, and Area 2. The administrator wants to prevent external LSAs (Type 4 and Type 5) from being flooded into Area 2 while still allowing inter-area routes from Area 0 to reach Area 2. Which OSPF area type should be configured for Area 2? (Select one!)
Explanation
A stub area blocks Type 4 (ASBR Summary) and Type 5 (External AS) LSAs from entering the area, reducing routing table size and LSA flooding overhead. Routers in stub areas receive a default route from the ABR to reach external destinations. Importantly, inter-area routes (Type 3 LSAs) are still permitted, so routes from Area 0 can reach Area 2 via summary LSAs. A normal area allows all LSA types including external Type 4 and 5, which does not meet the requirement. A totally stubby area (Cisco-proprietary extension) blocks Type 3, 4, and 5 LSAs, replacing all inter-area and external routes with a single default route — this would also prevent specific inter-area routes from Area 0 from reaching Area 2. An NSSA allows an ASBR within the stub area to redistribute external routes using Type 7 LSAs, which is for areas that need to redistribute external routes, not for blocking them.
3. A security team at Tailspin Toys discovers that an attacker gained unauthorized access to multiple VLANs from a single switch port. Upon investigation, the technician finds that the attacker's port is configured on the same VLAN as the native VLAN of trunk links, and the attacker sent frames with double 802.1Q tags. Which two actions should the network team take to prevent this attack from recurring? (Select two!)
Multiple correct answersExplanation
Double tagging VLAN hopping exploits the fact that the native VLAN is untagged on trunk links. When an attacker sends a frame with two 802.1Q tags where the outer tag matches the native VLAN, the first switch strips the outer tag (native VLAN processing) and forwards the frame with the inner tag intact, effectively delivering it to a different VLAN. Two mitigations address this: First, changing the native VLAN to an unused VLAN ID that no user devices are assigned to ensures that even if a double-tagged frame is sent using the old native VLAN, it will not reach any legitimate user VLAN. Second, configuring all user-facing ports explicitly as access ports with nonegotiate prevents any DTP negotiation that could allow an attacker's device to form a trunk link (switch spoofing attack). Enabling DTP would make the vulnerability worse by facilitating trunk formation. Port security on trunk links would not prevent double-tagging attacks. BPDU Guard on trunk ports is inappropriate and would err-disable legitimate trunk connections.
4. Northwind's IT team is implementing a new network access control policy requiring that any device connecting to a wired switch port must authenticate before being granted network access. Devices that cannot run a supplicant software agent, such as printers and IP phones, must still be allowed access using their hardware identity. Which combination of technologies should be deployed? (Select two!)
Multiple correct answersExplanation
802.1X port-based network access control requires a supplicant on the client device to authenticate through an authenticator (the switch) to an authentication server (RADIUS). For devices such as printers and IP phones that cannot run a supplicant, MAC Authentication Bypass (MAB) allows the switch to use the device's MAC address as the authentication credential, sending it to the RADIUS server for validation. Together, these two technologies satisfy the requirement for all device types. TACACS+ is used for device administration authentication, not for controlling client network access on switch ports. Port Security limits the number of MAC addresses but does not perform authentication. RADIUS accounting logs session information but does not itself enforce access control decisions.
5. A network technician at Northwind is deploying IP cameras in a parking lot. Each camera requires 25 watts of power. The technician connects four cameras to a Cisco switch that is PoE-capable with a total power budget of 65 watts. After connecting all four cameras, two of them fail to power on. What is the MOST likely cause? (Select one!)
Explanation
The total power demand calculation is straightforward: 4 cameras x 25 watts = 100 watts required, but the switch has only a 65-watt PoE power budget. When the switch's power budget is exceeded, it will power ports in priority order (typically lowest port number first) and deny power to remaining ports that would exceed the budget. The first two cameras (50W) would receive power, but the third camera would require 75W total, and the fourth would require 100W total, both exceeding the budget. This matches the symptom of exactly two cameras failing to power on. The cable concern is irrelevant because 802.3at (PoE+) supports up to 30W on Cat 5e and Cat 3 minimum, so Cat 5e handles 25W easily. 802.3bt Type 4 delivers up to 100W but 25W falls within standard PoE+ (802.3at) which supports up to 25.5W at the powered device. Camera IP configuration is unrelated to PoE activation, which is a physical layer function independent of Layer 3 addressing.
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