Network+: 1678 practice test questions with explanations
7-day money-back guarantee — full refund within 7 days of purchase if you've completed under 20% of the questions. See pricing →
Certifications Tools Flashcards Career Paths Exam Guides Blog Pricing For Teams About

Language

✓ EnglishDeutschEspañolFrançaisPortuguês
Check readiness — free →

Network+ practice test: 1678 questions with full explanations

5 domains 1678 questions 90 min exam
Questions on the exam
90
Time allowed
90 minutes format →
Passing score
720 of 900 — vendor, checked September 4, 2026 detail →
Exam fee
$369 — vendor, checked September 5, 2026 detail →

1678 practice test questions for CompTIA Network+, grouped by exam domain. Every question below shows all four options, which one is correct, and why each of the other three is not — the wrong answers are where most candidates lose marks.

Not sure where you stand? Take the free 5-min Network+ readiness check →

Network+ exam format →  ·  Network+ passing score →  · Network+ exam cost →

Questions by domain

Sample questions

Compare current configuration and scanner behavior: Which action provides the strongest next evidence about th

Network Troubleshooting Medium
A logistics depot reports that handheld scanners became unreliable shortly after a network maintenance window. The technician has confirmed power, link status, and normal service availability, but has not compared current settings with the prior baseline. Which action provides the strongest next evidence about the changed condition?
  1. Compare current configuration and scanner behavior with the prior baseline and the maintenance record.
    This combines state, observed behavior, and documented maintenance to identify and corroborate the changed condition.
  2. Compare current settings with the prior baseline.
    This is useful, but it omits behavior and the maintenance record that can correlate the configuration change with the symptom.
  3. Review the change ticket.
    The ticket describes planned work but does not establish the current-versus-previous configuration.
  4. Compare the current scanner setting.
    One setting may miss a network change affecting scanner behavior.
The trap
Treating planned documentation as proof of the resulting state. Narrowing the comparison before knowing which setting changed. Using a partial comparison when stronger corroboration is available.

All 398 Network Troubleshooting questions →

Fiber carries light without electromagnetic coupling: Which feature directly addresses that requirement?

Networking Concepts Medium
A retail branch must connect a switch to a distant building where electrical interference is significant. Which feature directly addresses that requirement?
  1. Shielded copper limits electromagnetic coupling.
    Shielding reduces interference, but copper remains a conductive signaling medium.
  2. Twisted pair rejects some noise.
    Twisting improves noise rejection, but the cable still carries electrical signals through the interference zone.
  3. A repeater regenerates weakened signals after a long cable run.
    Regeneration addresses attenuation and timing, not copper’s susceptibility to electrical interference.
  4. Fiber carries light without electromagnetic coupling.
    Fiber uses light through nonconductive glass, avoiding electromagnetic interference and ground-potential issues.
The trap
Confuses improved noise rejection with immunity to electrical interference. Assumes shielding removes all electrical signaling vulnerabilities. Treats signal restoration as protection from electromagnetic coupling.

All 389 Networking Concepts questions →

Longest matching prefix: Which route-selection principle determines the chosen entry?\n\n```text\nRoute Next h

Network Implementation Medium
A credit-union router has the following installed routes. It forwards traffic to 10.20.30.44. Which route-selection principle determines the chosen entry?\n\n```text\nRoute Next hop Source\n10.20.0.0/16 192.0.2.1 OSPF\n10.20.30.0/24 192.0.2.2 static\n0.0.0.0/0 192.0.2.254 static\n```
  1. Protocol metric
    Metrics select among routes within a protocol, not between different destination prefix lengths in forwarding.
  2. Longest matching prefix
    10.20.30.44 matches both /16 and /24, but /24 is more specific, so longest-prefix forwarding selects it first.
  3. Administrative distance
    Administrative distance compares route sources for the same prefix; it does not override a more specific installed prefix.
  4. Default-route preference
    The default route matches broadly but is used only when no more specific installed route matches the destination.
The trap
Applying source preference before destination-prefix specificity. Using metric comparison instead of longest-prefix matching. Assuming the default route competes equally with specific routes.

All 348 Network Implementation questions →

Physical network diagram: Which documentation is most appropriate?

Network Operations Medium
A warehouse team is troubleshooting intermittent connectivity and needs to trace each switch, patch panel, cable run, and access point through the building. The team does not primarily need VLAN, subnet, or routing relationships. Which documentation is most appropriate?
  1. Physical network diagram
    A physical diagram traces hardware locations and cabling paths, directly supporting the requested connectivity investigation.
  2. Configuration baseline
    A configuration baseline records approved device settings but does not map installed hardware and cable paths.
  3. Logical network diagram
    A logical diagram shows protocols, VLANs, and subnets rather than the physical cable and hardware paths requested.
  4. IP address allocation table
    An address table records assignments and subnets but cannot show cable routes or equipment placement.
The trap
Confuses logical relationships with physical connectivity. Confuses addressing information with physical topology. Confuses device state documentation with infrastructure layout.

All 316 Network Operations questions →

TLS for browser traffic: Which feature directly satisfies the requirement?

Network Security Medium
A food distributor sends order data through a browser-based warehouse application across untrusted networks. The design must protect the browser application session without requiring a network tunnel. Which feature directly satisfies the requirement?
  1. WPA3 wireless access
    WPA3 protects a wireless local-area connection, not the browser session across untrusted networks.
  2. TLS for browser traffic
    TLS protects the browser application session with confidentiality and integrity across untrusted networks.
  3. Full-disk encryption
    Full-disk encryption protects stored data on devices, not data while it traverses networks.
  4. IPsec tunnel across untrusted networks
    IPsec can protect network-layer traffic, but the requirement specifically calls for securing the browser application session without a network tunnel.
The trap
Confuses local wireless protection with application-session protection. Confuses encryption at rest with encryption in transit. Chooses a valid network mechanism that does not match the stated application-session constraint.

All 227 Network Security questions →

Test one variable on the isolated terminal during: Which approach reproduces the issue safely?

Network Troubleshooting Easy
A retail branch experiences brief point-of-sale disconnects during busy periods. The manager authorizes testing after closing, and the technician can use one test terminal on an isolated switch port. Which approach reproduces the issue safely?
  1. Disable switching safeguards across the branch during the approved test window.
    Removing safeguards expands risk and is unnecessary when an isolated terminal is available.
  2. Change wireless channels and firmware together during business hours.
    Simultaneous production changes increase impact and obscure which change affected disconnects.
  3. Test one variable on the isolated terminal during the approved window.
    An authorized, isolated, single-variable test limits impact and preserves causal clarity.
  4. Reset every point-of-sale device before testing.
    A broad reset can disrupt operations and changes multiple device states without confirming the cause.
The trap
Confusing speed with controlled reproduction. Using a disruptive intervention instead of a contained experiment. Mistaking reduced controls for valid reproduction conditions.

All 398 Network Troubleshooting questions →

A MAC address identifies the network interface: Which addressing feature provides that local-link identificati

Networking Concepts Easy
A hotel switch must deliver traffic to the correct device on the same Ethernet segment. Which addressing feature provides that local-link identification?
  1. An IP address identifies the device’s logical network location.
    IP identifies logical Layer 3 locations and supports routing, but it is not the local Ethernet interface identifier.
  2. A TCP port identifies the receiving application process.
    TCP ports distinguish application endpoints after delivery reaches a host, not the local interface itself.
  3. A MAC address identifies the network interface on the local link.
    Ethernet uses MAC addresses to identify interfaces for delivery across the local data-link segment.
  4. A DNS name provides a human-readable name for network resolution.
    DNS names resolve through a service and do not directly identify an Ethernet interface on the local link.
The trap
Confuses logical network addressing with local-link hardware identification. Mistakes process multiplexing for device identification. Treats a naming service as a data-link address.

All 389 Networking Concepts questions →

A default route with a zero-length network prefix: Which route feature directly satisfies this requirement?

Network Implementation Medium
A university lab router must send traffic to destinations for which no specific route is installed. The design permits one catch-all forwarding choice. Which route feature directly satisfies this requirement?
  1. A default route with a zero-length network prefix
    A 0.0.0.0/0 route matches any IPv4 destination not covered by a more specific installed route.
  2. A floating static route with a higher preference value
    A floating static route provides backup selection, but its prefix still determines which destinations it can match.
  3. A virtual gateway address shared by redundant routers
    A virtual gateway improves first-hop availability but does not itself define routes for otherwise unknown destinations.
  4. A host route with a thirty-two-bit prefix
    A /32 route matches only one IPv4 destination and cannot provide catch-all forwarding for unknown networks.
The trap
Confusing the most specific route with a universal fallback. Assuming backup preference creates broad destination coverage. Confusing gateway redundancy with destination-route selection.

All 348 Network Implementation questions →

Network+ exam: the facts

How many questions are on the Network+ exam?

90, as published by the exam vendor.

How long is the Network+ exam?

90 minutes. Across 90 questions that is about 60 seconds per question.

What topics does the Network+ exam cover?

5 domains: Network Troubleshooting, Networking Concepts, Network Implementation, Network Operations, Network Security. Weights: Network Troubleshooting 0.24%, Networking Concepts 0.23%, Network Implementation 0.2%, Network Operations 0.19%, Network Security 0.14%.

How many Network+ practice test questions does Certsqill have?

1678, spread across 5 exam domains. Every one shows all options, which is correct, and why each of the others is not.

Would you pass Network+ today?

Five minutes, and you get a score per domain — not one number, but which section to open tonight.

Test your Network+ readiness — free
Certsqill Network+ question bank · 1678 questions across 5 domains · Every answer, right and wrong, comes with its own explanation.