Question

Difficulty: MediumQoS Per-Hop Behaviors, Classification, Marking, Queuing, and Traffic Shaping/Policing

A network administrator applies a Quality of Service (QoS) policy to an ingress interface of an enterprise router to cap incoming data transfers at a rate of 10 Mbps. During peak usage periods, application traffic exceeding 10 Mbps experiences immediate packet drops rather than transmission delays. Which statement accurately explains why this traffic behavior occurs?

  1. Traffic policing is configured on the interface, which drops or remarks out-of-profile traffic exceeding the rate limit without buffering packets.Answer
  2. B
    Traffic policing buffers non-conforming packets in software queues until the burst ends, but packet drops occur because the queue limit is reached.
  3. C
    Traffic shaping is active on the ingress interface, but shaping policies drop packets by default when applied in the inbound direction.
  4. D
    Traffic policing automatically converts excess traffic into low-priority Class of Service (CoS) frames, which are then dropped by ingress switch interfaces.

Answer

Traffic policing is configured on the interface, which drops or remarks out-of-profile traffic exceeding the rate limit without buffering packets.
Traffic policing meters bandwidth usage against a specified rate limit. When traffic exceeds this target rate (the Committed Information Rate), the policer immediately drops the non-conforming traffic or remarks its DSCP/IP Precedence value. Because policing does not buffer packets, bursty traffic above the limit experiences immediate packet loss.

Step-by-Step Solution

1
Analyze the observed traffic behavior
Excess traffic exceeding 10 Mbps is immediately dropped rather than delayed.
Identifying whether packets are dropped immediately or held in a queue distinguishes policing from shaping.
2
Compare Traffic Policing vs. Traffic Shaping mechanics
Traffic policing enforces a hard rate limit by dropping or remarking excess packets without buffering. Traffic shaping uses queues/buffers to delay excess packets and smooth out traffic peaks.
Policers do not buffer out-of-profile traffic, whereas shapers do.
3
Select the option describing policing mechanics accurately
The statement explaining that policing drops or remarks out-of-profile traffic without buffering correctly accounts for the immediate packet drops.
This directly aligns with standard Cisco QoS per-hop mechanisms.

Key Concept

Operational differences between QoS Traffic Policing (dropping/remarking without queues) and Traffic Shaping (buffering/smoothing)
Rate this question