400-007 · Question #113
As part of workspace digitization, a large enterprise has migrated all their users to Desktop as a Sen/ice (DaaS), by hosting the backend system in their on-premises data center. Some of the branches
The correct answer is C. WRED. Branch users connect to the on-premises DaaS backend over WAN links, which are subject to congestion. Local and head office users are on the LAN and avoid this bottleneck. The periodic disconnections are symptomatic of WAN queue congestion causing TCP sessions to reset or time ou
Question
As part of workspace digitization, a large enterprise has migrated all their users to Desktop as a Sen/ice (DaaS), by hosting the backend system in their on-premises data center. Some of the branches have started to experience disconnections to the DaaS at periodic intervals, however, local users in the data center and head office do not experience this behavior. Which technology can be used to mitigate this issue?
Options
- Atail drop
- Btraffic shaping
- CWRED
- Dtraffic policing
How the community answered
(42 responses)- A10% (4)
- B5% (2)
- C67% (28)
- D19% (8)
Explanation
Branch users connect to the on-premises DaaS backend over WAN links, which are subject to congestion. Local and head office users are on the LAN and avoid this bottleneck. The periodic disconnections are symptomatic of WAN queue congestion causing TCP sessions to reset or time out. WRED (Weighted Random Early Detection) is a congestion-avoidance mechanism that proactively drops lower-priority packets as queue depth increases - before the queue fills completely. This prevents TCP global synchronization (where all TCP flows simultaneously back off), keeps latency predictable, and maintains stable interactive sessions like those used by DaaS. Tail drop (A) reactively drops all packets only when the queue is full, worsening global sync. Traffic shaping (B) buffers and smooths egress traffic but does not prioritize or protect sensitive flows. Traffic policing (D) drops or re-marks excess traffic at a hard rate limit, which can actively cause the very disconnections being reported.
Topics
Community Discussion
No community discussion yet for this question.