Text preview & study summary
CompTIA Network+ N10-009 - Domains 1 and 2 Fundamentals and Implementations
A free sample of 5 questions from this quiz, shown in full with answer choices and explanations. No interactivity — everything is visible on this page for study and review.
Want to test your knowledge? Launch the Interactive Exam Simulator
Question 1
A company has a switch loop causing a broadcast storm. What protocol prevents switching loops while maintaining redundant paths?
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?
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?
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?
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?
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.
