350-501 · Question #175
An engineer needs to implement QOS mechanism on customer's network as some applications going over the internet are slower than others. Which two actions must the engineer perform when implementing…
The correct answer is A. Configure a queue with sufficient memory to buffer excess packets. D. Implement a scheduling function to handle delayed packets. Traffic shaping requires buffering excess packets in a queue and a scheduling mechanism to release them at a controlled rate, ensuring applications receive the desired Quality of Service.
Question
An engineer needs to implement QOS mechanism on customer's network as some applications going over the internet are slower than others. Which two actions must the engineer perform when implementing traffic shaping on the network in order to accomplish this task? (Choose two)
Options
- AConfigure a queue with sufficient memory to buffer excess packets.
- BConfigure the token values in bytes.
- CImplement packet remarking for excess traffic.
- DImplement a scheduling function to handle delayed packets.
- EConfigure a threshold over which excess packets are discarded.
How the community answered
(27 responses)- A78% (21)
- B4% (1)
- C11% (3)
- E7% (2)
Why each option
Traffic shaping requires buffering excess packets in a queue and a scheduling mechanism to release them at a controlled rate, ensuring applications receive the desired Quality of Service.
To implement traffic shaping, a queue must be configured with sufficient memory to buffer packets that exceed the configured rate, holding them for later transmission instead of dropping them.
While token values are fundamental to policing and shaping mechanisms, they are typically configured as rates (bits per second) rather than explicitly as 'token values in bytes' in the context of setting up shaping policy.
Packet remarking changes the QoS classification of packets, which is a policing action or a marking action, not a direct component of the shaping mechanism itself that controls the output rate.
A scheduling function is essential in traffic shaping to manage the release of buffered packets over time, ensuring a smoothed output rate and handling packets that were temporarily delayed due to rate limiting.
Discarding excess packets based on a threshold is characteristic of traffic policing, which drops traffic exceeding a rate, whereas shaping buffers and delays it.
Concept tested: Traffic shaping components and implementation
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_congest/configuration/xe-3s/qos-congest-xe-3s-book/qos-congest-policing-shaping.html
Topics
Community Discussion
No community discussion yet for this question.