352-001 · Question #37
You are designing a network to support data, voice and video. Which two main factors will you address to improve network convergence? (Choose two.)
The correct answer is B. failure detection delay D. routing table recalculation delay. Network convergence time is driven primarily by how quickly a failure is detected and how long the routing protocol takes to recalculate paths after detection.
Question
You are designing a network to support data, voice and video. Which two main factors will you address to improve network convergence? (Choose two.)
Options
- Aevent propagation delay
- Bfailure detection delay
- Cforwarding engine update delay
- Drouting table recalculation delay
How the community answered
(22 responses)- A5% (1)
- B91% (20)
- C5% (1)
Why each option
Network convergence time is driven primarily by how quickly a failure is detected and how long the routing protocol takes to recalculate paths after detection.
Event propagation delay (the time for LSAs or topology updates to flood across the network) is a real but secondary factor, typically much smaller than detection and recalculation delays, and is not considered one of the two main factors to optimize.
Failure detection delay is one of the two dominant convergence factors; the longer it takes for a router to recognize a link or neighbor failure (via hello timers, BFD, or carrier signals), the longer the entire convergence process is delayed before it can even begin. Tuning detection with BFD or aggressive timers is the most impactful convergence optimization.
Forwarding engine update delay (FIB/CEF programming time after the RIB is updated) is generally very fast and has minimal impact on overall convergence time compared to detection and recalculation.
Routing table recalculation delay - the time for SPF (OSPF) or DUAL diffusing computation (EIGRP) to complete and update the RIB after a topology change is detected - is the other primary convergence bottleneck and directly determines how quickly valid paths are reinstalled.
Concept tested: Routing protocol convergence time component analysis
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-mt/iro-15-mt-book/iro-cfg.html
Topics
Community Discussion
No community discussion yet for this question.