Question 102 of 520
Network OperationshardMultiple ChoiceObjective-mapped

N10-009 Network Operations Practice Question

This N10-009 practice question tests your understanding of network operations. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A network administrator is configuring a monitoring system to collect metrics from network devices. The administrator needs to ensure that the monitoring system can automatically discover the devices and obtain detailed information about their configuration and status, such as interface descriptions and software versions. Which protocol is best suited for this purpose?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

SNMP

SNMP (Simple Network Management Protocol) is the correct choice because it is specifically designed for network management and monitoring. It allows a management system to automatically discover devices (via SNMP walks or queries to MIBs) and retrieve detailed configuration and status information, such as interface descriptions and software versions, by reading OIDs from the device's MIB. This matches the requirement for automatic discovery and detailed data collection.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • SNMP

    Why this is correct

    SNMP (especially with SNMPv2c or v3) allows a management station to query device MIBs for detailed information such as interface descriptions, software versions, and status. It can also be used for discovery by polling known community strings.

    Related concept

    Read the scenario before looking for a memorised answer.

  • LLDP

    Why it's wrong here

    LLDP is used to advertise and discover directly connected neighbors (device ID, port ID, capabilities). It does not provide detailed configuration or status information about non-neighbor devices.

    When this WOULD be correct

    A question asking which protocol allows network devices to advertise their identity and capabilities to directly connected neighbors for topology discovery, without requiring a management station to poll them.

  • NetFlow

    Why it's wrong here

    NetFlow is used for traffic flow analysis (IP traffic statistics). It does not provide device configuration or inventory data.

    When this WOULD be correct

    A question asking which protocol is best for monitoring network traffic patterns, bandwidth usage, or flow-level statistics (e.g., 'A network administrator needs to analyze traffic flows to identify top talkers and application usage. Which protocol should be used?').

  • Syslog

    Why it's wrong here

    Syslog is used for collecting log messages from devices. While it may contain some informational messages, it is not designed for structured inventory or configuration polling.

    When this WOULD be correct

    A question asking which protocol is best for centralized logging of events, errors, and alerts from network devices to a monitoring server for troubleshooting and security analysis.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The N10-009 exam frequently reuses these exact scenarios with slightly different constraints.

SNMPCorrect answer

Why this is correct

SNMP (especially with SNMPv2c or v3) allows a management station to query device MIBs for detailed information such as interface descriptions, software versions, and status. It can also be used for discovery by polling known community strings.

LLDPWrong answer — click to see why

Why this is wrong here

LLDP is used for discovering directly connected neighbors and their capabilities, but it does not provide detailed configuration or status information like interface descriptions or software versions; SNMP is designed for that purpose.

★ When this WOULD be the correct answer

A question asking which protocol allows network devices to advertise their identity and capabilities to directly connected neighbors for topology discovery, without requiring a management station to poll them.

Why candidates choose this

Candidates may confuse LLDP's neighbor discovery capability with the broader device discovery and detailed information retrieval that SNMP provides.

NetFlowWrong answer — click to see why

Why this is wrong here

NetFlow is designed for network traffic flow analysis and accounting, not for device discovery or retrieving configuration details like interface descriptions and software versions.

★ When this WOULD be the correct answer

A question asking which protocol is best for monitoring network traffic patterns, bandwidth usage, or flow-level statistics (e.g., 'A network administrator needs to analyze traffic flows to identify top talkers and application usage. Which protocol should be used?').

Why candidates choose this

Candidates may confuse NetFlow with SNMP because both are used for network monitoring, but NetFlow focuses on traffic data rather than device configuration and status.

SyslogWrong answer — click to see why

Why this is wrong here

Syslog is used for collecting and forwarding log messages from network devices, not for automatic discovery or retrieving detailed configuration and status information like interface descriptions and software versions.

★ When this WOULD be the correct answer

A question asking which protocol is best for centralized logging of events, errors, and alerts from network devices to a monitoring server for troubleshooting and security analysis.

Why candidates choose this

Candidates may confuse Syslog with SNMP because both are used for monitoring, but Syslog focuses on log messages while SNMP provides structured data retrieval and discovery.

Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse LLDP's neighbor discovery capability with SNMP's management and monitoring functionality, mistakenly thinking LLDP can provide detailed device configuration and status information when it only advertises basic identity and capabilities.

Detailed technical explanation

How to think about this question

SNMP operates using a manager-agent model where the monitoring system (manager) sends GET requests to agents on devices to read OIDs defined in MIBs (e.g., RFC 1213 for MIB-II). For automatic discovery, an SNMP walk (GETNEXT requests) can traverse the entire MIB tree to enumerate all managed objects, including interface descriptions (ifDescr) and software versions (sysDescr). In real-world scenarios, SNMPv3 provides encryption and authentication, making it suitable for secure monitoring in enterprise environments.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the N10-009 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related N10-009 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free N10-009 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this N10-009 question test?

Network Operations — This question tests Network Operations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: SNMP — SNMP (Simple Network Management Protocol) is the correct choice because it is specifically designed for network management and monitoring. It allows a management system to automatically discover devices (via SNMP walks or queries to MIBs) and retrieve detailed configuration and status information, such as interface descriptions and software versions, by reading OIDs from the device's MIB. This matches the requirement for automatic discovery and detailed data collection.

What should I do if I get this N10-009 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More N10-009 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This N10-009 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the N10-009 exam.