๐ŸŽ„

CertoMetrics - 9% OFF Special Discount Offer - Ends In:

0d 00h 00m 00s
Coupon code: SALE2026

CompTIA Network+ (N10-009)

Get full access to the updated question bank and confidently prepare for your exam.

Vendor

CompTIA

Certification

Network

Content

213 Qs

Status

Verified

Updated

1 day ago

Test the Practice Engine

Experience our interactive testing environment with free demo questions

Launch Free Demo
Best Value Bundle

Premium Bundle

Complete Success Suite

$108 $69

Save $39 Instantly

  • โœ“
    Full PDF + Interactive Engine Everything you need to pass
  • โœ“
    All Advanced Question Types Drag & Drop, Hotspots, Case Studies
  • โœ“
    Priority 24/7 Expert Support Direct line to certification leads
  • โœ“
    90 Days Free Priority Updates Stay current as exams change

Success Metric

98.4% Pass Rate

Verified by 15k+ Students
Secure Checkout
Popular

Standard Simulation

Practice Engine

$59

One-Time Payment

  • Web-Based (Zero Install)
  • Real Testing Environment Virtual & Practice Modes
  • Interactive Engine Drag & Drop, Hotspots
  • 60 Days Free Updates

Compatible with All Devices

Chrome
Verified Secure Checkout

Basic Tier

PDF Study Guide

$49

Digital Access

  • โœ“ Exam Questions (PDF)
  • โœ“ Mobile Friendly
  • โœ“ 60 Days Updates
Download Free Sample PDF

Verified 43-Question Preview (N10-009)

Secure Checkout

Verified Community

The CertoMetrics Standard.

Recommend the #1 platform for verified CompTIA certification resources.

Success Network

Help a Colleague Succeed.

Invite a peer to get their own updated N10-009 prep kit.

Exam Overview

The CompTIA Network+ (N10-009) certification is a globally recognized credential that validates the essential skills and knowledge required to establish, maintain, and troubleshoot wired and wireless networks. Earning this certification signifies your ability to design and implement functional networks, configure and manage network devices, and understand critical security concepts. It serves as a foundational stepping stone for numerous IT careers, from network administration to cybersecurity, demonstrating to employers your proficiency in managing today's complex network infrastructures. Investing in Network+ enhances your professional credibility, opens doors to advanced roles, and ensures you possess the practical expertise vital for success in the ever-evolving technology landscape.

Questions

90 (maximum)

Passing Score

720/900

Duration

90 Minutes

Difficulty

Intermediate

Level

Professional

Skills Measured

Networking Fundamentals: Explaining the purpose of different network devices and their properties, network services, virtual network concepts, and the OSI/TCP-IP models.
Network Implementations: Implementing routing and switching technologies, configuring wireless technologies, deploying network cabling solutions, and understanding data center architectures.
Network Operations: Monitoring and analyzing network traffic, performing network hardening, managing network configurations, and implementing disaster recovery practices.
Network Security: Implementing network security devices, protocols, and methodologies, performing vulnerability scanning and penetration testing, and understanding common network attacks.
Network Troubleshooting: Troubleshooting common wired and wireless connectivity issues, network performance problems, and security incidents using appropriate tools and methodologies.

Career Path

Target Roles

Network Administrator Junior Network Engineer Network Support Specialist

Common Questions

Is the material up to date?

Yes. We update our question bank weekly to match the latest CompTIA standards. You get free updates for 90 days.

What format do I get?

You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).

Is there a guarantee?

Absolutely. If you fail the N10-009 exam using our materials, we offer a full money-back guarantee.

When do I get the download?

Instantly. The download link is available in your dashboard immediately after payment is confirmed.

Free Study Guide Samples

Previewing updated N10-009 bank (43 Questions).

QUESTION 1

The leadership team is updated on the results of an approved change request after a breach. Which of the following troubleshooting methodology steps is described in this example?

A
Establishing a theory of probable cause
B
Implementing the solution or escalating as necessary
C
Documenting findings, actions, outcomes, and lessons learned throughout the process
D
Establishing a plan of action to resolve the problem and identifying potential effects

Correct Option: C

โœ… Option C (Correct) Reasoning: Updating the leadership team on the results of an approved change request after a breach directly aligns with documenting findings, actions, outcomes, and lessons learned. This is the final step in the troubleshooting methodology, ensuring all stakeholders are informed and that knowledge is captured for future prevention.โŒ Why the other choices are incorrect:

Option A is incorrect: Establishing a theory of probable cause occurs early in the troubleshooting process, focusing on identifying the root issue. The scenario describes a post-resolution update.

Option B is incorrect: Implementing the solution involves executing the planned fix. The scenario describes an update after the change request was approved and presumably implemented.

Option D is incorrect: Establishing a plan of action comes before implementation, outlining how to resolve the problem. The scenario details communication after the resolution process.

QUESTION 2

A company is concerned that the public can use network wall jacks in publicly available conference rooms to access company servers. Which of the following is the best way to mitigate the vulnerability?

A
Create a trusted zone.
B
Disable unused services.
C
Use MAC filtering.
D
Implement 802.1X.

Correct Option: D

โœ… Option D (Correct) Reasoning: 802.1X implements port-based authentication, requiring devices connecting to a network port (like a wall jack) to authenticate before gaining network access. This directly prevents unauthorized users from simply plugging into conference room jacks and accessing company resources. โŒ Why the other choices are incorrect:

Option A is incorrect: Creating a trusted the network but doesn't prevent unauthenticated devices from connecting to a wall jack within that no port-level authentication is enforced.

Option B is incorrect: Disabling unused services is a host security measure that reduces attack surface on servers, but it does not prevent unauthorized physical access to the network through wall jacks.

Option C is incorrect: MAC filtering restricts access based on MAC addresses. However, it can be easily bypassed through MAC spoofing and is administratively complex to manage for dynamic user environments like conference rooms.



Reference: https://www.techtarget.com/searchsecurity/definition/8021x
QUESTION 3

A new network is being created to support 126 users. Which of the following CIDR ranges provides the most efficient use of space?

A
10 2.2.0/23
B
10.2.2.0/24
C
10.2 2.0/25
D
10.2.2.0/26
E
169.254.0.0/16

Correct Option: C

โœ… Option C (Correct) Reasoning: A /25 CIDR range provides 2^(32-25) = 2^7 = 128 total IP addresses. Subtracting the network and broadcast addresses leaves 126 usable host IP addresses, which perfectly matches the requirement for 126 users, making it the most efficient choice. โŒ Why the other choices are incorrect:

Option A is incorrect: A /23 network has 510 usable hosts, which is inefficiently large for 126 users.

Option B is incorrect: A /24 network provides 254 usable hosts, exceeding the requirement and being less efficient than a /25.

Option D is incorrect: A /26 network only offers 62 usable hosts, which is insufficient for 126 users.

Option E is incorrect: 169.254.0.0/16 is an APIPA range, not suitable for a planned network of 126 users and is highly inefficient in terms of address space.



Reference: https://www.comptia.org/docs/default-source/it-certification/network-plus-exam-objectives-(n10-009).pdf
QUESTION 4

A network technician is troubleshooting a connectivity issue on a server. Which of the following commands is the most effective for checking whether the server is receiving network traffic?

A
traceroute
B
tcpdump
C
nslookup
D
arp

Correct Option: B

โœ… Option B (Correct) Reasoning: tcpdump is a powerful command-line packet analyzer that captures and displays network traffic on an interface. This allows a technician to directly observe if a server is receiving any network packets, making it highly effective for troubleshooting connectivity issues by verifying traffic flow.โŒ Why the other choices are incorrect:

Option A is incorrect: traceroute maps the network path and measures transit delays to a destination, showing hops. It does not display the actual network traffic being received by a server.

Option C is incorrect: nslookup queries DNS servers for name resolution. It does not monitor or display general network traffic being received by the server.

Option D is incorrect: arp displays and modifies the IP-to-MAC address cache for local network resolution. It does not provide insight into whether the server is actively receiving network traffic.



Reference: https://www.tcpdump.org/
QUESTION 5

A company is implementing a new internal network in which all devices use IPv6 addresses. Which of the following routing protocols will be best for this setup?

A
EIGRP
B
OSPFV3
C
BGP4
D
iBGP

Correct Option: B

โœ… Option B (Correct) Reasoning: OSPFv3 (Open Shortest Path First version 3) is a link-state Interior Gateway Protocol (IGP) specifically designed to support IPv6. It is highly efficient for routing within an internal network by establishing a complete network topology. โŒ Why the other choices are incorrect:

Option A is incorrect: EIGRP (Enhanced Interior Gateway Routing Protocol) does support IPv6 (EIGRP for IPv6), but OSPFv3 is an open-standard protocol explicitly built for IPv6, making it a more universal choice for internal IPv6 routing.

Option C is incorrect: BGP4 (Border Gateway Protocol version 4) is an Exterior Gateway Protocol (EGP), primarily used for routing between different autonomous systems on the internet, not typically for internal routing within a single company network.

Option D is incorrect: iBGP (Internal BGP) is used within a single autonomous system, but BGP itself is an EGP. It is not an optimal or standard choice for typical internal network routing protocol functions like OSPFv3.



Reference: https://datatracker.ietf.org/doc/html/rfc5340
QUESTION 6

A network technician is troubleshooting connectivity issues between two switches and determines that the crosstalk levels on the cable are high. Which of the following is most likely contributing to the high crosstalk?

A
Outside interference from adjacent cabling
B
Use of Cat 6 cabling
C
Inadequate termination
D
Lack of shielded twisted pair

Correct Option: C

โœ… Option C (Correct) Reasoning: Inadequate termination, such as untwisting wire pairs excessively before crimping or punching down, disrupts the delicate balance of the twists. These twists are essential for canceling electromagnetic interference between adjacent wire pairs, directly leading to high crosstalk. โŒ Why the other choices are incorrect:

Option A is incorrect: Outside interference from adjacent cabling refers to external electromagnetic interference (EMI), which is different from crosstalk. Crosstalk specifically denotes signal coupling between pairs within the same cable.

Option B is incorrect: Cat 6 cabling is an advanced standard designed to reduce crosstalk and improve signal integrity compared to older categories like Cat 5e, due to its tighter twists and improved construction.

Option D is incorrect: Lack of shielded twisted pair (STP) means the cable is UTP. While STP provides better immunity to external EMI, UTP cables are designed to mitigate crosstalk through their inherent twisted pair design when properly installed and terminated.



Reference: https://www.flukenetworks.com/blog/cabling-chronicles/troubleshooting-crosstalk-twisted-pair-cabling
QUESTION 7

A network engineer configures a NIC that has an IP address of 192.168.123.232. Which of the following classes is this address an example of?

A
Class A
B
Class ะ’
C
Class ะก
D
Class D

Correct Option: C

โœ… Option C (Correct) Reasoning: IP address 192.168.123.232 belongs to Class C. Class C addresses are identified by a first octet ranging from 192 to 223. The first octet '192' clearly places this address in Class C, commonly used for smaller networks.โŒ Why the other choices are incorrect:

Option A is incorrect: Class A IP addresses have a first octet ranging from 1 to 126. The address 192.168.123.232 does not start with a Class A octet.

Option B is incorrect: Class B IP addresses have a first octet ranging from 128 to 191. The address 192.168.123.232 does not start with a Class B octet.

Option D is incorrect: Class D IP addresses have a first octet ranging from 224 to 239. These are reserved for multicast communication, not for host addresses.



Reference: https://www.comptia.org/certifications/network
QUESTION 8

Which of the following is the best use case of a site-to-site VPN?

A
Securing access across an untrusted network
B
Encrypting data at rest
C
Filtering traffic between two internal subnets
D
Hosting public-facing applications that contain company resources

Correct Option: A

โœ… Option A (Correct) Reasoning: A site-to-site VPN creates a secure, encrypted tunnel between two networks over an untrusted network, such as the internet. This allows secure communication between geographically separated offices or an office and a cloud environment. โŒ Why the other choices are incorrect:

Option B is incorrect: Encrypting data at rest involves technologies like full disk encryption or database encryption, not site-to-site VPNs, which secure data in transit.

Option C is incorrect: Filtering traffic between internal subnets is primarily a function of firewalls or Access Control Lists (ACLs), not the core purpose of a site-to-site VPN.

Option D is incorrect: While applications might use VPNs to access backend resources, a site-to-site VPN's purpose is to connect private networks, not to directly host public-facing applications.

QUESTION 9

Which of the following concepts describes the idea of housing different customers in the same public cloud data center?

A
Elasticity
B
Hybrid cloud
C
Scalability
D
Multitenancy

Correct Option: D

โœ… Option D (Correct) Reasoning: Multitenancy is a cloud computing architecture where a single instance of a system or application serves multiple distinct customer organizations (tenants). In public clouds, customers share underlying physical infrastructure while maintaining logical separation of their data and applications.โŒ Why the other choices are incorrect:

Option A is incorrect: Elasticity describes the ability to dynamically scale computing resources up or down on demand to meet fluctuating workloads. It does not define shared customer housing.

Option B is incorrect: Hybrid cloud combines public cloud, private cloud, and on-premises infrastructure. It is an architectural model, not the concept of multiple customers sharing a single public cloud data center.

Option C is incorrect: Scalability is the ability of a system to handle an increasing workload by adding resources. It focuses on growth capacity, not the logical isolation of multiple users on shared infrastructure.



Reference: https://cloud.google.com/learn/what-is-multitenancy
QUESTION 10

Which of the following best describes a characteristic of a DNS poisoning attack?

A
DNS address records are edited and changed on a DNS server.
B
An attacker sets up a malicious DNS server in place of a legitimate server.
C
DNS client requests are intercepted and false responses are returned.
D
False DNS records are injected into cache on a DNS server.

Correct Option: D

โœ… Option D (Correct) Reasoning: DNS poisoning, specifically DNS cache poisoning, involves injecting fraudulent DNS records into a DNS server's cache. This causes the server to return incorrect IP addresses for legitimate domain names to its clients, redirecting traffic to malicious sites.โŒ Why the other choices are incorrect:

Option A is incorrect: Editing and changing DNS address records directly on a DNS server implies unauthorized administrative access to the server itself, which is a broader compromise, not specific to cache poisoning.

Option B is incorrect: Setting up a malicious DNS server is a rogue server scenario. While it serves false information, DNS poisoning specifically refers to corrupting the cache of an existing legitimate server.

Option C is incorrect: Intercepting client requests and returning false responses describes a Man-in-the-Middle attack. While related to DNS abuse, DNS poisoning is more precise about how the false information enters the DNS infrastructure (i.e., the cache).



Reference: https://www.cloudflare.com/learning/dns/dns-cache-poisoning/
QUESTION 11

In the troubleshooting methodology, which of the following actions comes after verifying that the initial problem has been resolved?

A
If necessary, escalating the issue
B
Attempting to replicate the problem
C
Documenting findings
D
Implementing the plan

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 12

A network engineer wants to implement an 802.1X architecture in which BYOD devices must access a trusted wireless network securely. Which of the following should the engineer implement?

A
ACL
B
MAC filtering
C
Port security
D
NAC

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 13

Which of the following fiber connectors uses a twist-on connection?

A
ST
B
SC
C
LC
D
MPO

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 14

Which of the following does a router use to determine the preferred route?

A
Shortest prefix match
B
Routes learned from EIGRP
C
Longest prefix match
D
Routes learned from OSPF

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 15

Which of the following is the best networking appliance for interconnecting multiple logical networks and forwarding data packets between them while minimizing latency?

A
Firewall
B
Router
C
Layer 2 switch
D
Load balancer

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 16

A media company is implementing a global streaming service. Which of the following should the company apply to each regional point of presence in order to comply with local laws?

A
ACL
B
Port security
C
Key management
D
Content Altering

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 17

A systems administrator is looking for operating system information, running services, and network ports that are available on a server. Which of the following software tools should the administrator use to accomplish this task?

A
nslookup
B
nmap
C
traceroute
D
netstat

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 18

Which of the following best describes the amount of time between a disruptive event and the point that affected resources need to be back to fully functional status?

A
RTO
B
MTBF
C
PRO
D
MTTR

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 19

Which of the following is the best use case for PAT?

A
Using BGP for internet routing
B
Using a single public IP
C
Using redundant internet service providers
D
Using a dual-stack IP scheme

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 20

A network administrator prepares a VLAN for a new office while planning for minimal IP address waste. The new office will have approximately 800 workstations. Which of the following network schemes meets the requirements?

A
10.0.100.0/22
B
172.16.8.0/23
C
172.16.15.0/20
D
192.168.4.0/21

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 21

Which of the following impacts the availability of a web-based customer portal?

A
MAC flooding
B
ARP spoofing
C
DoS
D
Rouge devices

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 22

Which of the following terms describes the capability in a public cloud to add or remove compute resources based on need?

A
Scalability
B
Availability
C
Elasticity
D
Multitenancy

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 23

A network engineer needs to correlate findings and receive alerts if there are brute force attacks, DDoS attacks, or port scanning happening within their network. Which of the following network monitoring technologies should the engineer implement?

A
Packet capture
B
SNMPv3
C
SIEM
D
Syslog collector

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 24

Which of the following should a network engineer check to verify that updates are still being released for a device?

A
Baseline configuration
B
EOL documentation
C
Asset inventory licensing
D
Software development life cycle

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 25

Which of the following would describe a data recovery goal?

A
MTBF
B
RPO
C
BCP
D
MTTR

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 26

A network administrator needs a solution to isolate and potentially identify any threat actors that are attempting to breach the network. Which of the following should the administrator implement to determine the type of attack used?

A
MFA
B
Screened subnet
C
Captive portal
D
Honeypot

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 27

A network engineer needs to prioritize traffic over a link with the goal of more effectively utilizing the connection. Which of the following should the engineer implement?

A
CDN
B
VPN
C
TTL
D
QoS

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 28

Which of the following is the final step in the ticket management process?

A
Escalating to senior management
B
Performing functional and non-functional testing
C
Documenting findings, outcomes, and lessons learned
D
Establishing a detailed action plan

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 29

A network administrator configures a new network discovery tool and is concerned that it might disrupt business operations. Which of the following scan types should the administrator configure?

A
Authenticated
B
Ad hoc
C
Unauthenticated
D
Scheduled

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 30

A network administrator wants an automatic alert to be sent when a switchโ€™s link status changes, administered through SNMP. Which of the following SNMP technologies will allow for this alert?

A
Trap
B
Object identifier
C
String
D
MIB

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 31

Which of the following network access methods is used to securely access resources, such as a corporate cloud or network, as if they were directly connected?

A
Jump box/host
B
Secure Shell
C
Client-to-site VPN
D
GRE tunnel

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 32

A laptop user gets an error when trying to access the company's intranet site. A technician runs ipconfig /all with the following results:

Which of the following is most likely causing the issue?

A
Short DHCP lease duration
B
IIS server malfunction
C
Address pool exhaustion
D
IDS misconfiguration

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 33

Which of the following helps a network administrator understand security risk from external malicious actors and offers insights on which threats to mitigate?

A
Compliance benchmarks
B
CIA triad
C
SAML
D
Honeypot

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 34

An administrator wants to find the top destination for traffic across the infrastructure on a specific day. Which of the following should the administrator use?

A
SNMP
B
Packet capture
C
NetFlow
D
traceroute

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 35

Three new employees report that they are unable to access company resources, but they can connect to each other's devices. Which of the following would most likely need to be modified to resolve the issue?

A
The routing table on the gateway
B
The DNS configuration on the router
C
The pool on the DHCP server
D
The firewall on the workstation

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 36

A network administrator needs to configure the core switches where multiple connections between data centers are used. Given the following requirements:

โ€ข Fault tolerance and redundancy

โ€ข Vendor interoperability

โ€ข Increased bandwidth

โ€ข Cost effectiveness

โ€ข Simplified management

Which of the following should the administrator configure?

A
Spanning tree
B
Interface speeds to 10GB
C
Link aggregation
D
Jumbo frames

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 37

A network administrator manages multiple computers and notices that three computers are no longer communicating with the network. Which of the following commands best identifies whether other devices are restricting packet traffic?

A
ipconfig
B
traceroute
C
nmap
D
ping

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 38

Which of the following ports does RDP use?

A
22
B
53
C
443
D
3389

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 39

Which of the following places the most responsibility on the customer for a cloud-based environment?

A
PaaS
B
NaaS
C
IaaS
D
SaaS

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 40

Which of the following traffic types requires communication to a single source at a time?

A
Broadcast
B
Unicast
C
Multicast
D
Anycast

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 41

New APs need to be added to the network to increase Wi-Fi coverage. However, no Ethernet connections are available. Which of the following will accomplish this task?

A
Enabling PoE
B
Band steering
C
Mesh deployment
D
Directional antennas

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 42

An imaging workstation at a hospital is experiencing intermittent connectivity loss. Which of the following would most likely be used to resolve the issue at the least expense?

A
Single-mode fiber
B
Twinaxial cable
C
Spanning tree
D
Shielded twisted pair

Premium Solution Locked

Unlock all 213 answers & explanations

QUESTION 43

Which of the following VPN configurations forces a remote user to access internet resources through the corporate network?

A
Clientless
B
Site-to-site
C
SSE
D
Full-tunnel

Premium Solution Locked

Unlock all 213 answers & explanations

Full Question Bank Locked

You have reached the end of the free study guide preview. Upgrade now to unlock all 213 questions and the full simulation engine.

Customer Reviews

5 / 5
(15,000+ verified)
5
100%
4
0%
3
0%
2
0%
1
0%

Global Community Feedback

DM

David M.

Verified Student

"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."

SJ

Sarah J.

Premium Member

"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."

MC

Michael C.

Verified Buyer

"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"

Need Assistance?

> Our expert support team is available to assist you with any inquiries about our exam materials.

Contact Support
Average response: < 24 Hours

Get Exam Updates

> Subscribe to receive instant notifications on new questions and exclusive flash sales.

* Join 5,000+ students getting weekly updates

Support Chat โ— Active Now

๐Ÿ‘‹ Hi! How can we help you pass your exam?

Enter email to start chatting