CompTIA Network+ N10-009 - Domains 3 4 5 Operations Security Troubleshooting

By Jordan Blake · Updated Jul 10, 2026

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

Topics covered

This quiz

Uncategorized25 (100%)

Uncategorized25 questions

Discussion

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

Q-5879

Question Q-5879 A company wants to monitor network device health and receive…

2 comments · last active May 25, 2026

  • boinklist · Jan 21, 8:48 PM

    SNMPv3 = auth + privacy; v1/v2c community strings are cleartext — know why v3 is preferred.

  • nodester101 · May 25, 12:54 PM

    MIB + OID walk with snmpwalk — traps are async alerts vs polling.

Q-5885

Question Q-5885 A network engineer captures traffic and observes that ARP replies…

2 comments · last active May 23, 2026

  • ozenga · Jan 19, 5:04 AM

    NTP keeps logs trustworthy across devices. Stratum levels — lower = closer to reference clock.

  • tophergrace2 · May 23, 12:26 AM

    Without time sync, correlating SIEM events across routers is painful — exam scenario often hints log timestamps off by hours.

Q-5897

Question Q-5897 A technician uses Wireshark to capture traffic and analyzes a…

2 comments · last active May 16, 2026

  • abrahamlincolnsaurus · Jan 13, 10:06 AM

    Intermittent drops every 2–3 min screams STP reconvergence or flapping link — check error counters and duplex mismatch.

  • TheRealRyu · May 16, 6:17 AM

    Half/full duplex mismatch = collisions and late collisions on old gear; still in troubleshooting objectives.

Q-5894

Question Q-5894 A company implements a network access control (NAC) solution. Devices…

2 comments · last active Apr 30, 2026

  • justw1c · Jan 20, 6:27 PM

    Cable certifier vs toner vs loopback plug — certifier validates standards compliance for install sign-off.

  • squomp1 · Apr 30, 8:55 PM

    Toner traces physical path; loopback tests NIC/port — match tool to 'which layer' in the question stem.

Q-5888

Question Q-5888 A technician runs `traceroute` to diagnose a slow connection. The…

2 comments · last active Apr 25, 2026

  • H2Panther · Jan 20, 5:52 PM

    ping tests ICMP reachability; tracert/traceroute shows path; nslookup/dig for DNS; pathping mixes both on Windows.

    +2 votes
  • sinlavenia · Apr 25, 3:24 PM

    tcpdump vs Wireshark — know when capture on host vs mirror port. telnet/ssh for remote admin (ssh only in prod).

Q-5882

Question Q-5882 What is the primary difference between an IDS (Intrusion Detection…

2 comments · last active Jan 27, 2026

  • ttfnsteph · Jan 26, 8:57 AM

    ACL order: first match wins. Implicit deny at end. Extended ACL near source, standard near destination (Cisco-ism still tested).

  • thebillis · Jan 27, 5:57 AM

    Deny statements are easy to misconfigure — one wrong ACE and you lock yourself out of SSH.

Q-5901

Question Q-5901 A company wants to implement a Zero Trust security architecture.…

2 comments · last active Jan 24, 2026

  • fedsclosingin · Jan 23, 7:25 PM

    Documentation: network diagram, IP schema, baselines, change log. Close ticket only after user confirms fix.

  • DanderGrimnebulin · Jan 24, 10:25 PM

    Escalate when you've hit your time box or need provider — ISP demarc is a common boundary.

Q-5891

Question Q-5891 A network administrator receives reports that users on one floor…

2 comments · last active Jan 20, 2026

  • QuelLoveNeYo · Jan 19, 1:11 PM

    Defense in depth for networks: firewall, IDS/IPS, NAC, segmentation, WPA3-Enterprise. Know IPS inline vs IDS tap.

  • HakunaMatataDoe · Jan 20, 1:11 AM

    802.1X + RADIUS for port auth — ties to Sec+ IAM if you're cross-studying.

Q-5878

Question Q-5878 A network administrator needs to monitor network traffic without interrupting…

2 comments · last active Jan 15, 2026

  • ri-se-de-piadas-seca · Jan 14, 4:12 PM

    SPAN/port mirroring copies traffic to analyzer without inline tap. RSPAN extends across switches.

  • manutdcyberfan · Jan 15, 2:12 AM

    Promiscuous mode on NIC captures all frames — need mirror because switch normally unicasts to MAC table.

Question catalog for this preview

Catalog listing of the 5 preview questions for this quiz.

Question 1

An attacker sends millions of ping requests to a network target from a botnet of compromised hosts, overwhelming the target's bandwidth. What type of attack is this?

Answer choices

  • A. Man-in-the-middle

  • B. DNS poisoning

  • C. DDoS (Distributed Denial of Service) (Correct)

  • D. ARP spoofing

Explanation

DDoS (Distributed Denial of Service) attacks use multiple compromised systems (botnet) to flood a target with traffic, exhausting resources (bandwidth, CPU, connections). This differs from DoS (single source) by the distributed, harder-to-block nature of the attack.

Question 2

What is the primary difference between an IDS (Intrusion Detection System) and an IPS (Intrusion Prevention System)?

Answer choices

  • A. IDS is hardware-based; IPS is software-based

  • B. IDS only detects and alerts on suspicious traffic; IPS can detect AND actively block/drop malicious traffic inline (Correct)

  • C. IDS works at Layer 7; IPS works at Layer 3

  • D. IDS requires a SPAN port; IPS does not

Explanation

An IDS is deployed out-of-band (using SPAN/tap) and can only detect and alert on threats. An IPS is deployed inline in the traffic path and can detect AND block threats by dropping malicious packets in real-time. IPS adds latency but provides active protection.

Question 3

A network admin runs `show interface GigabitEthernet0/1` on a Cisco router and sees "input errors" and "CRC errors" incrementing. What is the MOST likely physical cause?

Answer choices

  • A. Incorrect VLAN configuration

  • B. Incorrect routing table

  • C. Damaged or low-quality network cable, connector, or cable length exceeding specification (Correct)

  • D. Duplex mismatch on both sides set to full-duplex

Explanation

CRC errors and input errors on an interface indicate physical layer problems — damaged cables, bad connectors, excessive cable length, EMI interference, or bent/pinched fiber. These cause bit errors in frames, detected by CRC checks.

Question 4

A company implements a SIEM (Security Information and Event Management) system. What is the PRIMARY purpose of a SIEM in network operations?

Answer choices

  • A. To configure firewall rules automatically

  • B. To collect, correlate, and analyze log data from multiple sources to identify security threats and compliance violations (Correct)

  • C. To provide VPN connectivity for remote users

  • D. To manage IP address allocations

Explanation

A SIEM aggregates logs from firewalls, IDS/IPS, servers, applications, and network devices, then correlates events across sources to identify patterns indicative of security incidents. It provides real-time alerting, dashboards, and forensic capabilities.

Question 5

A company experiences a network outage. Post-incident, they want to identify the root cause and prevent recurrence. Which document is produced?

Answer choices

  • A. Change request

  • B. SLA revision

  • C. Root Cause Analysis (RCA) / Post-incident report (Correct)

  • D. Business impact analysis

Explanation

A Root Cause Analysis (RCA) or post-incident report documents: what happened, the timeline, contributing factors, the root cause, and corrective actions to prevent recurrence. This is standard practice in ITIL incident management.