CompTIA Network+ N10-009 - Domains 1 and 2 Fundamentals and Implementations

By Jordan Blake · Updated Jul 10, 2026

Questions25
Passing Score75%
Format100% Multiple Choice
Sessions Logged668
Your progressLog in / Register to track times taken, best score, questions mastered, and coverage on this quiz.
Rating
Community rating 4.5 out of 5 from 36 ratings.
4.5 (36)

Topics covered

This quiz

Uncategorized25 (100%)

Uncategorized25 questions

Discussion

Log in to post a comment, reply, or expand a question.

Q-5861

Question Q-5861 A network engineer is designing a wireless deployment. Users in…

2 comments · last active Jun 6, 2026

  • tedmackey · Feb 17, 12:45 PM

    Single-mode fiber = long distance, laser, yellow jacket common. Multimode = shorter, LED/VCSEL, orange/aqua.

  • Bloop-a-Doop · Jun 6, 2:57 AM

    Connector types: LC small form, SC square — know patch panel vs backbone distances for exam scenarios.

Q-5874

Question Q-5874 Which protocol is used between ISPs to exchange routing information…

2 comments · last active May 31, 2026

  • Meese057 · Feb 5, 6:13 PM

    Cable categories: Cat5e gig, Cat6/6a 10G shorter runs. Plenum-rated for HVAC spaces — fire code question.

  • ThomasPDX · May 31, 11:58 PM

    Straight-through vs crossover vs rollover — modern auto-MDIX means crossover less hands-on, still on test.

Q-5855

Question Q-5855 A company has a switch loop causing a broadcast storm.…

2 comments · last active Feb 22, 2026

  • HakunaMatataDoe · Feb 21, 5:50 PM

    STP blocks loops by electing root bridge and blocking redundant paths. RSTP is faster convergence.

    +2 votes
  • URKLE_THROWAWAY · Feb 22, 7:50 AM

    Broadcast storm symptom: switch CPU pegged, lights blinking like crazy. Fix topology, don't just reboot forever.

Q-5870

Question Q-5870 A company wants to deploy SD-WAN to replace their MPLS…

2 comments · last active Feb 19, 2026

  • tiemen · Feb 18, 9:13 AM

    IPv6: shortened notation rules, ::1 loopback, link-local fe80::/10. Dual-stack coexistence with IPv4.

  • MBSUPERSPAZZ · Feb 19, 9:13 AM

    SLAAC vs DHCPv6 — stateless autoconfig doesn't hand DNS by itself; DHCPv6 can.

Q-5853

Question Q-5853 A network engineer is reviewing the OSI model. At which…

2 comments · last active Feb 16, 2026

  • wannab33 · Feb 15, 10:18 PM

    Router = Layer 3, switch = Layer 2, hub = Layer 1 dinosaur. 'Primarily operates' wording is key.

  • tauretta · Feb 16, 9:18 AM

    PDU names: L2 frame, L3 packet, L4 segment. Net+ still tests OSI even if you live in TCP/IP daily.

Q-5867

Question Q-5867 A network administrator uses a sniffer and sees ARP requests…

2 comments · last active Feb 12, 2026

  • mothergarage · Feb 12, 3:49 AM

    Wireless standards: Wi-Fi 6/6E/7 — know frequency bands and max theoretical vs real throughput.

  • LandboundMermaid · Feb 12, 7:49 PM

    2.4 GHz penetrates walls better; 5/6 GHz less congestion. Channel overlap on 2.4 = pick 1,6,11.

Q-5854

Question Q-5854 A network technician needs to configure a trunk port between…

2 comments · last active Feb 11, 2026

  • robinlime · Feb 10, 6:43 PM

    802.1Q tags VLAN ID on trunk. Native VLAN mismatch = stealthy intermittent issues — match both ends.

  • hian_gin · Feb 11, 2:43 PM

    Access port = one VLAN untagged; trunk carries multiple. Don't put voice and data on same VLAN without design.

Q-5858

Question Q-5858 What is the primary function of OSPF's "Hello" packets?

2 comments · last active Feb 9, 2026

  • SilverBadger90 · Feb 8, 7:14 PM

    Subnetting: AND mask with IP to get network address. /26 = 64 hosts block — practice until it's muscle memory.

  • mvp0818 · Feb 9, 4:14 AM

    CIDR notation beats classful A/B/C on N10-009 but they still reference legacy classes in explanations.

Q-5864

Question Q-5864 A network engineer enables RSTP on all switches. What is…

2 comments · last active Feb 3, 2026

  • knattymama · Feb 3, 11:02 AM

    DNS resolves names; DHCP hands addresses; NAT/PAT for IPv4 conservation. Port 53 vs 67/68 — memorize.

  • Ben10do · Feb 3, 7:02 PM

    APIPA 169.254.x.x when DHCP fails — ties to troubleshooting domain quiz later.

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

A company has a switch loop causing a broadcast storm. What protocol prevents switching loops while maintaining redundant paths?

Answer choices

  • A. VLAN (Virtual LAN)

  • B. STP (Spanning Tree Protocol) / RSTP (Correct)

  • C. LACP (Link Aggregation Control Protocol)

  • D. RIP (Routing Information Protocol)

Explanation

STP (802.1D) and RSTP (802.1w — Rapid STP) prevent Layer 2 loops by logically blocking redundant paths while maintaining them for failover. LACP (802.3ad) bundles multiple links into one logical link. VLANs segment broadcast domains but don't prevent loops.

Question 2

A network administrator wants to combine two 1-Gbps links between two switches into a single 2-Gbps logical link with redundancy. Which technology accomplishes this?

Answer choices

  • A. STP

  • B. VLAN trunking

  • C. LACP (Link Aggregation) / Port Channel / EtherChannel (Correct)

  • D. Port mirroring

Explanation

LACP (Link Aggregation Control Protocol, 802.3ad) creates port channels/EtherChannels by bundling multiple physical links into one logical link, increasing bandwidth and providing redundancy. If one link fails, traffic continues on the remaining links.

Question 3

A network administrator uses a sniffer and sees ARP requests being sent from one workstation for every IP address on the subnet in sequence. What is MOST likely occurring?

Answer choices

  • A. Normal DHCP process

  • B. ARP poisoning/spoofing

  • C. Network reconnaissance or ARP scanning (possible network scanning/attack) (Correct)

  • D. Spanning tree convergence

Explanation

Sequential ARP requests for all IPs on a subnet is characteristic of a network scanner performing ARP scan/host discovery (e.g., nmap -sn, arp-scan). It may indicate authorized IT scanning or an attacker performing reconnaissance to discover active hosts.

Question 4

Which wireless standard is also known as "Wi-Fi 6" and introduces OFDMA and Target Wake Time (TWT) for improved efficiency?

Answer choices

  • A. 802.11ac

  • B. 802.11ax (Correct)

  • C. 802.11n

  • D. 802.11ad

Explanation

802.11ax (Wi-Fi 6, released 2019) introduces OFDMA (for better multi-user efficiency), MU-MIMO, BSS Coloring (reduce inter-BSS interference), and TWT (Target Wake Time, improves IoT device battery life). Wi-Fi 6E extends to 6 GHz band.

Question 5

A network administrator configures a router with a static route: `ip route 10.20.0.0 255.255.0.0 192.168.1.1`. What does the IP address 192.168.1.1 represent in this command?

Answer choices

  • A. The destination network

  • B. The subnet mask

  • C. The next-hop router or gateway IP address (Correct)

  • D. The source interface

Explanation

In the `ip route [destination] [mask] [next-hop or exit-interface]` syntax, 192.168.1.1 is the next-hop router's IP address. Traffic destined for the 10.20.0.0/16 network will be forwarded to 192.168.1.1, which will route it further.