Question

Difficulty: MediumNetwork Performance Monitoring and Metrics

A network administrator is evaluating enterprise network telemetry tools and performance metrics. Match each monitoring scenario or metric requirement on the left with the corresponding metric or telemetry mechanism on the right.

  • Measuring time variations between packet arrivals that cause choppiness in real-time VoIP callsJitter
  • Periodically polling device CPU metrics and interface counters with encrypted payloads and authenticationSNMPv3 authPriv
  • Aggregating IP traffic flow statistics, protocol breakdown, and conversation byte counts across router interfacesNetFlow / IPFIX
  • Measuring the total elapsed round-trip time required for a packet to travel from source to destination and backLatency

Answer

The correct pairings match packet delay variation to Jitter, authenticated and encrypted metric polling to SNMPv3 authPriv, traffic flow breakdown statistics to NetFlow / IPFIX, and total round-trip travel time to Latency.
Each monitoring scenario directly maps to its corresponding baseline metric or protocol: delay fluctuation in real-time calls is jitter; encrypted/authenticated device polling uses SNMPv3 authPriv; aggregating IP conversation and flow data uses NetFlow/IPFIX; and total transit delay is latency.

Step-by-Step Solution

1
Identify the performance issue related to packet delay variation in real-time voice calls.
Variation in arrival time between consecutive packets is defined as jitter.
VoIP streams require consistent packet delivery timing; variations result in audio buffer underruns/overruns.
2
Determine the management protocol required for secure, encrypted polling of system metrics.
SNMPv3 with authPriv provides both authentication and privacy (encryption).
Lower SNMP security levels like noAuthNoPriv or authNoPriv lack encryption for polled management data.
3
Match traffic flow analysis and protocol breakdown requirements to telemetry protocols.
NetFlow and IPFIX export flow records containing source/destination IPs, ports, and byte counts.
SNMP polls device counters, whereas flow technologies aggregate granular conversation metadata.
4
Associate total transit time measurement with the correct baseline performance metric.
Total delay for packet transmission and receipt is latency.
Latency measures overall transit time across a link or network path.

Key Concept

Network Performance Metrics and Telemetry Mechanisms
Rate this question