nerdexam
Cisco

352-001 · Question #62

You have been hired to redesign a network due to issues with congestion. How will a router function if the QoS mechanism of congestion avoidance is integrated into the existing network design?

The correct answer is B. the router handles the possible buildup of congestion by using WRED. Congestion avoidance in QoS proactively drops packets before queues fill completely, and WRED is the standard Cisco mechanism that implements this behavior.

Design Considerations

Question

You have been hired to redesign a network due to issues with congestion. How will a router function if the QoS mechanism of congestion avoidance is integrated into the existing network design?

Options

  • Athe router handles the overflow of traffic by using FIFO
  • Bthe router handles the possible buildup of congestion by using WRED
  • Cthe router forces inbound and outbound traffic to stay within a defined profile by using rate limiting
  • Dthe router separates packets based on certain characteristics by using NBAR
  • Ethe router marks packets based on certain characteristics by using PBR

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    87% (39)
  • D
    4% (2)
  • E
    2% (1)

Why each option

Congestion avoidance in QoS proactively drops packets before queues fill completely, and WRED is the standard Cisco mechanism that implements this behavior.

Athe router handles the overflow of traffic by using FIFO

FIFO (First In First Out) is a basic queuing strategy with no intelligence about traffic priority or queue depth; it does not perform any congestion avoidance and simply drops all packets when the queue is full (tail-drop).

Bthe router handles the possible buildup of congestion by using WREDCorrect

WRED (Weighted Random Early Detection) is the QoS congestion avoidance mechanism that monitors queue depth and probabilistically drops packets - with higher drop probability for lower-priority traffic - before the queue reaches its maximum, preventing tail-drop and TCP synchronization issues.

Cthe router forces inbound and outbound traffic to stay within a defined profile by using rate limiting

Rate limiting (traffic policing) enforces a defined bandwidth contract by dropping or remarking traffic that exceeds a configured rate; this is a traffic conditioning mechanism, not a congestion avoidance mechanism.

Dthe router separates packets based on certain characteristics by using NBAR

NBAR (Network-Based Application Recognition) is a deep packet inspection classification tool used to identify application traffic, not a mechanism that manages or avoids congestion.

Ethe router marks packets based on certain characteristics by using PBR

PBR (Policy-Based Routing) directs packets to specific next hops based on defined criteria; it is a routing mechanism and does not mark packets for QoS treatment in the context of congestion avoidance.

Concept tested: QoS congestion avoidance using WRED

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/qos_conavd/configuration/xe-16/qos-conavd-xe-16-book/qos-conavd-wred-cfg.html

Topics

#WRED#congestion avoidance#QoS mechanisms

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice