An enterprise router connects a branch office to the head office over a sub-rate Metro Ethernet circuit with a Committed Information Rate (CIR) of 20 Mbps on a 100 Mbps physical Ethernet handoff. Users report that during peak hours, TCP file transfers experience severe throughput degradation due to packet drops and retransmissions, while real-time UDP streams undergo frequent drops during bursts. An audit of the egress WAN interface reveals a QoS policy enforcing the 20 Mbps bandwidth limit using traffic policing. Which explanation correctly identifies why traffic shaping should be implemented instead of traffic policing on this egress interface?
- Traffic shaping buffers excess out-of-profile packets in queues and transmits them smoothly over time up to the CIR rate, whereas traffic policing immediately drops or remarks packets exceeding the rate limit without buffering.Cevap
- BTraffic policing buffers non-conforming burst traffic until interface queue capacity opens, whereas traffic shaping immediately drops out-of-profile packets to prevent TCP window size expansion.
- CTraffic policing dynamically adjusts physical Layer 1 interface signaling speeds to match CIR limits, whereas traffic shaping alters Layer 2 framing headers to drop non-conforming packets.
- DTraffic shaping operates exclusively at Layer 2 using CoS bits to prioritize bursty data frames, whereas traffic policing operates at Layer 3 by rewriting IP TOS precedence values to drop packets.
Cevap
Traffic shaping buffers excess out-of-profile packets in queues and transmits them smoothly over time up to the CIR rate, whereas traffic policing immediately drops or remarks packets exceeding the rate limit without buffering.
Traffic shaping mitigates bursty traffic drops on sub-rate interfaces by storing out-of-profile packets in software queues and pacing their transmission at the CIR rate over time. Traffic policing does not buffer packets; non-conforming traffic exceeding the CIR is immediately dropped or remarked, leading to high TCP retransmissions and stream degradation during bursts.
Adım Adım Çözüm
Anahtar Kavram
Difference between QoS Traffic Policing and Traffic Shaping