350-401 · Question #911
What is a characteristic of traffic shaping?
The correct answer is D. queues out-of-profile packets until the buffer is full. Traffic shaping is a quality of service mechanism that smooths out traffic flow by queuing 'out-of-profile' packets and delaying their transmission until they conform to the configured rate.
Question
Options
- Adrops out-of-profile packets
- Bcauses TCP retransmits when packets are dropped
- Ccan be applied in both traffic directions
- Dqueues out-of-profile packets until the buffer is full
How the community answered
(49 responses)- A2% (1)
- B4% (2)
- C6% (3)
- D88% (43)
Why each option
Traffic shaping is a quality of service mechanism that smooths out traffic flow by queuing 'out-of-profile' packets and delaying their transmission until they conform to the configured rate.
Dropping out-of-profile packets is characteristic of traffic policing, which immediately discards non-compliant traffic.
While traffic policing can cause TCP retransmits by dropping packets, traffic shaping aims to prevent drops by buffering, thus avoiding unnecessary retransmits.
While QoS mechanisms can often be applied in both traffic directions, the defining characteristic of traffic shaping is its buffering action, differentiating it from policing.
Traffic shaping buffers packets that exceed a configured rate limit and then transmits them at a compliant rate, rather than dropping them, effectively smoothing out the traffic flow until the buffer capacity is reached.
Concept tested: Traffic shaping characteristics
Source: https://www.cisco.com/c/en/us/td/docs/ios/qos/configuration/guide/12_2sr/qos_12_2sr_book/config_pol_shap.html
Topics
Community Discussion
No community discussion yet for this question.