A network operations team is troubleshooting performance discrepancies across a Cisco enterprise switch interface connected to a media server. An ingress policy map containing a traffic policing engine is configured on the switch interface to enforce rate limits. During bursts of high bandwidth utilization, real-time video traffic exceeding the configured rate limit is dropped directly at the ingress interface. Conversely, a WAN edge router interface configured with traffic shaping handles similar bandwidth bursts above the rate limit without packet loss, introducing only minor queueing latency. Which operational difference between QoS mechanisms explains this outcome?
- Traffic policing meters traffic and immediately drops or remarks packets exceeding the rate limit without buffering, whereas traffic shaping meters traffic and buffers excess packets in memory to smooth out bursts.Answer
- BTraffic policing buffers non-conforming packets into an internal queue until interface bandwidth becomes available, whereas traffic shaping drops all excess packets unconditionally.
- CTraffic policing modifies TCP window sizes to dynamically throttle host transmission speeds, whereas traffic shaping relies on Random Early Detection (RED) to drop packets randomly before buffers fill up.
- DTraffic policing re-marks Layer 2 Class of Service (CoS) bits to DSCP 0 and queues them in Low Latency Queuing (LLQ), whereas traffic shaping drops untagged Ethernet frames.
Answer
Traffic policing meters traffic and immediately drops or remarks packets exceeding the rate limit without buffering, whereas traffic shaping meters traffic and buffers excess packets in memory to smooth out bursts.
The correct answer identifies the fundamental difference between policing and shaping: Traffic policing meters traffic against a token bucket and immediately drops or remarks out-of-profile traffic without storing it in memory. In contrast, traffic shaping retains excess packets in a buffer memory queue and releases them smoothed over time, causing latency rather than immediate packet drops.
Step-by-Step Solution
Key Concept
QoS Traffic Policing vs. Traffic Shaping Operational Mechanics
Estimated Time:2m 0s