All AppsNeuron Trainer HealthNeuron Trainer TradesNeuron Trainer TechNeuron Trainer NextNeuron Trainer MotionStudy GuidesTechnologyRoadmapPricingReviewsAboutFAQFor OrganizationsSupportGet the Apps →
Free CompTIA Network+ practice · Tech

CompTIA Network+ practice test: 4 free N10-009 questions with explanations

CompTIA Network+ (N10-009) is a maximum of 90 questions in 90 minutes, and you pass at 720 on a 100–900 scale. Because that scale starts at 100 rather than zero, 720 is not a straight percentage of the paper. CompTIA recommends A+ plus nine to twelve months of networking experience, and the certification lasts three years.

Formally the CompTIA Network+ (N10-009). Awarding body: CompTIA. Neuron Trainer is an independent study app and is not affiliated with, endorsed by or sponsored by the organization that owns this exam.

CompTIA Network+ at a glance, with the source for every line

Every row below is quoted from a document published by CompTIA and carries the date we checked it. Where CompTIA publishes nothing, the row says so instead of quoting a number from somewhere else.

Exam code
N10-009 (V9), launched 20 June 2024.Source: CompTIA, Network+ certification page, verified 7 August 2026
Questions
Maximum of 90, a mix of multiple choice and performance-based questions.Source: CompTIA, Network+ certification page, verified 7 August 2026
Time limit
90 minutes.Source: CompTIA, Network+ certification page, verified 7 August 2026
Passing score
720 on a scale of 100–900.Source: CompTIA, Network+ certification page, verified 7 August 2026
Recommended experience
CompTIA A+, plus 9 to 12 months in a junior network administrator or network support technician role.Source: CompTIA, Network+ certification page, verified 7 August 2026
How long it lasts
Three years from your certification date, renewable with continuing education units.Source: CompTIA, Certification Renewal Policy, verified 7 August 2026
Security+ passing score, for comparison
CompTIA publishes 750 on a scale of 100–900 for Security+ (SY0-701), against 720 for Network+.Source: CompTIA, Security+ certification page, verified 7 August 2026
Pass rate
Not published by CompTIA. CompTIA does not publish a Network+ pass rate.Checked against: CompTIA, Network+ certification page, verified 7 August 2026
Raw number of correct answers needed
Not published by CompTIA. CompTIA does not publish the raw number of correct answers this exam requires. It publishes the scaled passing score only, and gives no conversion between that scaled score and a number of questions.Checked against: CompTIA, Network+ certification page, verified 7 August 2026
Exam price
Not published by CompTIA. CompTIA states no exam price on the Network+ certification page. Vouchers are sold separately through the CompTIA Store rather than priced on the certification page, so there is no single published figure to quote.Checked against: CompTIA, Network+ certification page, verified 7 August 2026

Always verify: CompTIA retires Network+ versions roughly three years after launch and sets voucher pricing per region. Confirm the live exam code and price at comptia.org before you book.

What CompTIA publishes as the official CompTIA Network+ blueprint

These weights are CompTIA's, quoted from the source below. They are the only weights on this page that describe the real exam.

Published by CompTIA and verified on 7 August 2026.
AreaWeight CompTIA publishes
Networking concepts23%
Network implementation20%
Network operations19%
Network security14%
Network troubleshooting24%

Scroll the table sideways to see every column.

Source: CompTIA, Network+ certification page, verified 7 August 2026.

What our CompTIA Network+ question bank covers

What this app's question bank covers — our own category shares across 651 questions, not CompTIA's published blueprint.
CategoryQuestions in our bankShare of our bank
Networking Concepts
OSI model, TCP/IP, network types, services, network appliances
15023%
Network Implementation
Routing/switching, IPv4/IPv6, subnetting, wireless, cabling
13020%
Network Operations
Documentation, monitoring, SNMP, syslog, NetFlow, performance
12419%
Network Security
Zero trust, attacks, hardening, secure protocols, firewalls, IDS/IPS
9114%
Network Troubleshooting
Methodology, diagnostic tools, Layer 1-7 problem isolation
15624%

Scroll the table sideways to see every column.

Try it

4 questions from our CompTIA Network+ bank

Questions from our Network+ bank, weighted the way CompTIA weights the exam, with a full explanation on each.

CompTIA Network+ · Free practice Every answer explained. No signup, no email wall.
  1. Question 1 of 4

    A network engineer is mapping application protocols to the OSI model for a security audit. According to the CompTIA-defined OSI model, at which layer does TLS encryption and decryption primarily occur?
    Answer and explanation

    Correct answer: Presentation Layer (Layer 6)

    CompTIA classifies encryption, decryption, and data formatting functions such as TLS/SSL at Layer 6, the Presentation layer, even though TLS operates functionally between transport and application in real-world stacks. This is a classic exam gotcha. Session (5) handles session establishment/teardown (NetBIOS, RPC, SIP), not encryption. Transport (4) handles segmentation and end-to-end delivery (TCP/UDP). Application (7) is where HTTP itself resides; TLS wraps around it rather than being part of it.

  2. Question 2 of 4

    A technician runs a cable certifier on a newly terminated Cat 6 run and receives a 'split pair' fault. Which condition does this result indicate?
    Answer and explanation

    Correct answer: Two wires are connected to the correct pins but originate from different twisted pairs

    A split pair occurs when a technician wires two conductors to the correct pin positions but pulls them from two different physical twisted pairs instead of the same pair. Continuity tests still pass, but the loss of proper twisting eliminates the pairs' noise-cancellation benefit, producing excessive crosstalk. An exceeded length fault is reported separately as a 'length' failure. Missing connections are reported as an 'open' fault. A full end-to-end swap of transmit and receive pairs is reported as a distinct 'reversed pair' fault, not a split pair.

  3. Question 3 of 4

    A CDN provider wants multiple geographically distributed servers to share a single IP address so that client requests are automatically routed to the topologically nearest server. Which addressing method BEST accomplishes this?
    Answer and explanation

    Correct answer: Anycast

    Anycast assigns the same IP address to multiple hosts across different locations, and routing protocols deliver each packet to the nearest instance based on path metrics, which is how DNS root servers and CDNs load-balance globally. Unicast assigns one dedicated address per host and cannot share an address across many servers. Multicast delivers one-to-many traffic to a subscribed group but does not select a single nearest server. Broadcast is confined to a local segment and is never routed across a WAN, so it cannot scale to a global CDN.

  4. Question 4 of 4

    A technician suspects that malware on a workstation is communicating with an external command-and-control server. Which command-line utility would be MOST useful for viewing the workstation's currently active TCP connections and their remote IP addresses?
    Answer and explanation

    Correct answer: netstat

    netstat, particularly with the -a and -n switches, lists all active TCP/UDP connections along with the local and remote IP addresses and port numbers, making it well suited for spotting suspicious outbound sessions consistent with malware activity. ipconfig only displays local interface configuration such as IP address and gateway, not active sessions. arp shows IP-to-MAC address mappings for local-segment devices, not remote connections. nslookup queries DNS records and cannot reveal live TCP session data.

What actually trips people up on Network+

CompTIA’s OSI model is the one being examined

CompTIA places encryption and data formatting, including TLS, at Layer 6 Presentation. In a real stack TLS sits between transport and application and most engineers will tell you Layer 7. On this exam, answer Layer 6. Learn the model as CompTIA defines it and keep your production instincts in a separate drawer.

Cable faults have precise names and they are examinable

A split pair passes a continuity test and still fails certification, because two wires landed on the right pins from the wrong twisted pairs and lost their noise cancellation. Open, short, reversed pair, split pair and crosstalk are four different faults with four different symptoms. Learn them as a set.

Troubleshooting outweighs security, and it is scenario-shaped

At 24% it is the biggest domain, and it does not ask for definitions. It gives you symptoms and asks which command-line tool you reach for. Know what netstat, arp, nslookup, dig, ipconfig, tracert and pathping each actually return.

Unicast, multicast, broadcast and anycast are constantly confused

Anycast is the one people miss: one address shared by many geographically separate servers, with routing picking the nearest. It is how DNS root servers and CDNs work, and it is not multicast.

Ports and protocols are still rote memorization

There is no clever way around it. The exam will ask you for port numbers and whether they run over TCP, UDP or both. Drill the list until it is automatic, because these are free marks you either have or do not.

A 4-week study plan

Four weeks. Our Network+ bank holds 651 questions mapped to the five official domains, weighted the way CompTIA weights them.

Week 1: concepts and the OSI model

Networking concepts is 23%. Nail the OSI layers as CompTIA defines them, addressing types, ports and protocols. Drill ports daily in short bursts rather than one long session.

Week 2: implementation and operations

39% between them. Cabling standards, wireless, VLANs, routing basics, then documentation, monitoring and disaster recovery concepts.

Week 3: security, then troubleshooting

Network security is only 14%, so give it a focused pass and move on. Then start troubleshooting, the 24% domain, and give it the time the weighting says it deserves.

Week 4: simulate and close gaps

Run 90-question, 90-minute simulations. Use the per-domain breakdown to pick your two weakest domains and Topic Drill only those. Book the exam when your readiness score is green.

Is Network+ hard?

Network+ is the most mechanical exam in this family. Ports, cable standards, subnets and the OSI model reward rote work in a way Security+ does not, which makes it predictable: if you have done the memorization, the questions are fair. The bar is 720 out of 900, lower than the 750 CompTIA publishes for Security+. CompTIA publishes no pass rate.

The genuine difficulty is that CompTIA examines its own model of networking, and it does not always match production. Encryption including TLS sits at Layer 6 in CompTIA’s framing; most working engineers would say Layer 7. Candidates with real-world experience lose marks by answering from the field rather than from the objectives.

In our own bank of 651 questions, network troubleshooting carries the most at 156 and networking concepts 150, the same order CompTIA weights them in at 24% and 23%. We would rather the drilling match the paper than spread evenly across the five domains.

The one number nobody can give you in advance is the price. CompTIA states no exam price on the Network+ certification page and sells vouchers through its store instead, so the figure you plan against is whatever your region quotes at booking. Budget for one attempt and drill until a second one is unlikely.

How the CompTIA Network+ differs from the exams beside it

Network+ sits between A+ and Security+ and it is the vendor-neutral one. Where CCNA wants you to type Cisco IOS commands, Network+ wants you to know what a split pair is and which layer of the OSI model CompTIA has decided TLS lives on. That last part matters: this exam tests CompTIA’s model of networking, which occasionally differs from how the technology behaves in production. Troubleshooting is the single heaviest domain at 24%, more than security.

Questions people actually ask about the CompTIA Network+

What is a passing score on CompTIA Network+?

720 on a scale of 100 to 900. Because the scale starts at 100, 720 is not 72% of the questions. CompTIA does not publish how many raw marks that works out to.

How many questions is CompTIA Network+?

A maximum of 90, mixing multiple choice with performance-based simulations, in 90 minutes. "Maximum" is CompTIA’s own wording, so you may see fewer.

Do you need A+ before Network+?

No. CompTIA recommends A+ plus 9 to 12 months of hands-on networking experience, but nothing stops you booking Network+ first. Plenty of people skip A+ and go straight here.

Is Network+ harder than Security+?

They are pitched at a similar level and share a 90-question, 90-minute format, but CompTIA publishes 750 for Security+ against Network+’s 720. Network+ is more mechanical: ports, cables, subnets. Security+ is more conceptual.

What is the current Network+ exam code?

N10-009, the V9 release, which launched on 20 June 2024. Check CompTIA’s Network+ page before booking, since it retires versions roughly three years after launch.

How long does Network+ last?

Three years from your certification date. Continuing education units renew it, and passing Security+ or another higher CompTIA certification renews it automatically.

How long should you study for Network+?

Four weeks is enough for most people with some hands-on networking behind them: one week on concepts and the OSI model, one on implementation and operations, one on security and troubleshooting, one on timed simulations. Double that if subnetting and port numbers are new to you.

Are these real Network+ exam questions?

No. These are original items written from CompTIA’s published N10-009 objectives, not recalled from a live sitting. Doing that breaches the candidate agreement and can cost you the certification. All 651 are ours, and each explains why the wrong port, cable type or subnet boundary is wrong.

Practice another Tech exam

IT, cloud & cybersecurity. Every one of these pages is built the same way: sourced facts, an honest admission where the sponsor publishes nothing, and free practice questions.

The app

Practice the CompTIA Network+ in the app

The Network+ app carries 651 questions mapped to the five N10-009 domains at CompTIA’s own weights, each with a full written explanation. It includes Smart Quiz, which targets what you keep missing per domain, Topic Drill for a single domain, a fixed-length 90-question Exam Simulator on a 90-minute clock, and an AI tutor configured for networking material. Network+ Exam Prep 2026 went live on the App Store on 7 August 2026, free to download. It has no ratings yet, so there is no star average on this page, and we would rather say that plainly than round nothing into a number.

  • Smart Quiz — keeps returning to the categories you keep missing
  • Topic Drill — one category at a time, on its own
  • Exam Simulator — a fixed-length timed paper (90 questions in 90 minutes, as this app sets it). It does not get harder as you go; the length and the mix are fixed.
  • AI tutor — re-explains any question in plain English
  • Progress tracking, reported per category
  • On-screen calculator
  • Study reminders
  • Light and dark themes

The app calls you ready at 80% on its own simulator. That is an in-app practice target we chose, not CompTIA's passing standard.

Get Network+ Exam Prep 2026 free on the App Store (opens in a new tab)

Listed on the App Store as Network+ Exam Prep 2026. Free to download; Premium unlocks the full bank and unlimited tutor explanations.

Subnetting until it is boring.

The Network+ app is on the App Store, free to download. The practice questions and verified N10-009 facts on this page are free too, with no signup and nothing to install.

Download free on the App Store (opens in a new tab)

Sources, and when we last checked them

This page was last reviewed on . The 7 facts quoted above were last checked against their sources on . Where CompTIA publishes nothing, the table above says so rather than guessing.

CompTIA and Network+ are trademarks of CompTIA, Inc. Neuron Trainer is an independent study aid and is not affiliated with, endorsed by, or sponsored by CompTIA.