Question 938 of 1,819
Network Services and SecurityhardMultiple ChoiceObjective-mapped

Quick Answer

The answer is NetFlow, as it provides the conversation-level traffic analysis needed to identify exactly which hosts and applications are consuming bandwidth, closing the visibility gap left by SNMP’s interface-level utilization totals. While SNMP graphs show aggregate interface load, NetFlow records each flow’s source and destination IP, ports, and protocol, allowing an administrator to pinpoint the specific conversations responsible for high utilization. On the CCNA 200-301 v2 exam, this question tests your understanding of network monitoring tools and their appropriate use cases—a common trap is confusing SNMP’s interface statistics with NetFlow’s per-flow granularity. Remember that SNMP tells you *how much* traffic is on the wire, but NetFlow tells you *who* is talking to *whom* and *what* they are saying. A helpful memory tip: think of SNMP as a speedometer showing total speed, while NetFlow is a passenger manifest listing every conversation in the car.

CCNA Network Services and Security Practice Question

This 200-301 practice question tests your understanding of network services and security. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: netFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility.. 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.

An administrator sees high interface utilization through SNMP graphs but wants to identify which conversations are responsible. Which addition best closes that visibility gap?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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

NetFlow

NetFlow provides conversation-level visibility into which hosts and applications are consuming bandwidth, closing the gap left by SNMP's interface totals. A new DHCP scope assigns IP addresses but offers no traffic insight. An STP priority manages loop-free topology and does not affect monitoring. A larger OSPF metric influences routing path selection, not traffic analysis.

Key principle: NetFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility.

Answer analysis

Option-by-option breakdown

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

  • NetFlow

    Why this is correct

    This is correct because NetFlow adds detailed visibility into traffic conversations behind utilization.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    NetFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility.

  • Another DHCP scope

    Why it's wrong here

    This is wrong because DHCP scopes do not explain bandwidth conversations.

    When this WOULD be correct

    In a scenario where the question asks about expanding IP address availability in a network with multiple subnets experiencing address exhaustion, adding another DHCP scope could be the correct answer to ensure devices can obtain IP addresses.

  • A new STP priority

    Why it's wrong here

    This is wrong because STP priority is unrelated to traffic-conversation visibility.

    When this WOULD be correct

    In a scenario where the question asks about optimizing network performance by adjusting STP settings to prevent loops or improve redundancy, selecting a new STP priority could be correct. For example, if the question focuses on reducing broadcast storms in a VLAN environment, adjusting STP priority could be the right answer.

  • A larger OSPF metric

    Why it's wrong here

    This is wrong because OSPF metrics do not identify which flows are consuming bandwidth.

    When this WOULD be correct

    In a scenario where the question asks about optimizing OSPF routing performance or managing traffic flow in a congested network, increasing the OSPF metric for certain routes could be the correct answer. This would prioritize other routes and potentially alleviate congestion.

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 200-301 exam frequently reuses these exact scenarios with slightly different constraints.

NetFlowCorrect answer

Why this is correct

This is correct because NetFlow adds detailed visibility into traffic conversations behind utilization.

Another DHCP scopeWrong answer — click to see why

Why this is wrong here

A DHCP scope is used to assign IP addresses to hosts on a subnet; it does not provide any information about traffic flows or bandwidth consumption. Therefore, adding another DHCP scope would not help identify which conversations are responsible for high interface utilization.

★ When this WOULD be the correct answer

In a scenario where the question asks about expanding IP address availability in a network with multiple subnets experiencing address exhaustion, adding another DHCP scope could be the correct answer to ensure devices can obtain IP addresses.

Why candidates choose this

Students might confuse DHCP with network monitoring tools because DHCP is involved in network configuration, but it has no capability to report on traffic conversations.

A new STP priorityWrong answer — click to see why

Why this is wrong here

STP priority is a parameter used in Spanning Tree Protocol to influence root bridge election and loop prevention; it does not provide any visibility into traffic flows or bandwidth usage. Changing STP priority would not help identify which conversations are consuming bandwidth.

★ When this WOULD be the correct answer

In a scenario where the question asks about optimizing network performance by adjusting STP settings to prevent loops or improve redundancy, selecting a new STP priority could be correct. For example, if the question focuses on reducing broadcast storms in a VLAN environment, adjusting STP priority could be the right answer.

Why candidates choose this

Students might think that STP priority affects traffic paths and thus could help identify conversations, but STP only controls the logical topology for loop prevention, not traffic monitoring.

A larger OSPF metricWrong answer — click to see why

Why this is wrong here

OSPF metric is used for routing path selection based on cost; it does not provide any information about actual traffic flows or bandwidth consumption. Adjusting OSPF metrics might change routing paths but does not offer visibility into which conversations are responsible for high utilization.

★ When this WOULD be the correct answer

In a scenario where the question asks about optimizing OSPF routing performance or managing traffic flow in a congested network, increasing the OSPF metric for certain routes could be the correct answer. This would prioritize other routes and potentially alleviate congestion.

Why candidates choose this

Students might associate OSPF metrics with traffic engineering and assume they can help identify bandwidth hogs, but metrics only influence routing decisions, not monitoring.

Analysis generated from the official 200-301blueprint 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

Avoid assuming all network monitoring tools provide the same level of detail. Understand the specific capabilities of each tool.

Detailed technical explanation

How to think about this question

NetFlow is a Cisco technology that captures detailed information about IP traffic flows passing through a router or switch interface. Unlike SNMP, which only provides aggregate interface statistics such as bandwidth utilization, NetFlow records metadata about individual conversations, including source and destination IP addresses, ports, protocols, and byte counts. This granular visibility enables network administrators to identify exactly which hosts and applications are generating traffic, facilitating precise traffic analysis and troubleshooting. When an administrator observes high interface utilization via SNMP graphs, the data only indicates that the interface is busy but does not reveal the traffic composition. Adding NetFlow closes this visibility gap by exporting flow records to a collector, which aggregates and analyzes the data to show conversation-level details. This allows network engineers to pinpoint bandwidth hogs, detect anomalies, and optimize network performance based on actual traffic patterns rather than just raw counters. A common exam trap is confusing interface-level metrics with flow-level visibility. For example, DHCP scopes or OSPF metrics do not provide traffic conversation details, and STP priorities relate only to Layer 2 topology decisions. NetFlow uniquely provides conversation-level insights, making it the correct choice for identifying which conversations cause high utilization. Practically, deploying NetFlow helps in capacity planning and security monitoring by revealing detailed traffic behavior beyond simple interface counters.

KKey Concepts to Remember

  • NetFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility.
  • SNMP provides only aggregate interface statistics such as bandwidth utilization, without revealing which hosts or applications generate the traffic.
  • Adding NetFlow to a network device allows exporting flow records to a collector for detailed traffic analysis and troubleshooting.
  • DHCP scopes configure IP address pools and do not provide any information about traffic conversations or bandwidth usage.
  • STP priority influences Layer 2 topology decisions and does not affect or reveal traffic flow visibility or bandwidth consumption.
  • OSPF metrics determine routing path costs but do not identify which traffic flows consume bandwidth on an interface.
  • NetFlow helps network administrators pinpoint bandwidth hogs and optimize network performance by revealing detailed traffic patterns.
  • Confusing routing or Layer 2 configuration parameters with traffic analysis tools is a common exam mistake to avoid.

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

NetFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility.

Real-world example

How this comes up in practice

A network engineer at a university connects two campus buildings via a fibre link. Both routers run OSPF, but no adjacency forms — even though both routers can ping each other. The engineer finds one router is in area 0 and the other in area 1. OSPF adjacency requires matching area numbers, hello/dead timers, and network type. IP reachability alone is not enough.

What to study next

Got this wrong? Here's your next step.

Review netFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility., then practise related 200-301 questions on the same topic to reinforce the concept.

Related practice questions

Related 200-301 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 200-301 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 200-301 question test?

Network Services and Security — This question tests Network Services and Security — NetFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility..

What is the correct answer to this question?

The correct answer is: NetFlow — NetFlow provides conversation-level visibility into which hosts and applications are consuming bandwidth, closing the gap left by SNMP's interface totals. A new DHCP scope assigns IP addresses but offers no traffic insight. An STP priority manages loop-free topology and does not affect monitoring. A larger OSPF metric influences routing path selection, not traffic analysis.

What should I do if I get this 200-301 question wrong?

Review netFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility., then practise related 200-301 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

NetFlow captures detailed metadata about IP traffic flows, including source and destination addresses, ports, and protocols, enabling conversation-level visibility.

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

Last reviewed: May 17, 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 200-301 practice question is part of Courseiva's free Cisco 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 200-301 exam.