Design Techniques to Slow Down Flapping Link | Cisco Exam 352-001

Effective Techniques to Control Topology Information Distribution

Question

Which two techniques are used in a network design to slow down the distribution of topology information caused by a rapidly flapping link? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D. E. F.

BE.

The rapid flapping of a link can cause network instability and slow down the distribution of topology information, leading to network convergence issues. To address this problem, network designers use specific techniques that can slow down the distribution of topology information.

Two techniques that can be used in a network design to slow down the distribution of topology information caused by a rapidly flapping link are:

  1. IP event dampening: This technique is used to suppress or dampen the impact of rapid link state changes in a network. When a link flaps, it sends out multiple Link State Advertisements (LSAs) that propagate throughout the network, causing network instability. IP event dampening suppresses the distribution of these LSAs by delaying the re-advertisement of the link state change for a specific period. During this time, if the link remains stable, the LSAs are not advertised further. If the link continues to flap, the dampening timer is reset, and the process repeats.

  2. SPF throttling: Shortest Path First (SPF) is a critical algorithm used by routers to calculate the shortest path to a destination. When a link flaps, the SPF algorithm is triggered, causing the network to recalculate the shortest path to the destination. This process can cause network instability and delays in the distribution of topology information. SPF throttling slows down the SPF algorithm by delaying its execution for a specific period after a link state change is detected. During this time, if the link remains stable, the SPF algorithm is not executed. If the link continues to flap, the SPF timer is reset, and the process repeats.

The other options mentioned in the question are also related to link-state routing protocols, but they are not directly used to slow down the distribution of topology information caused by a rapidly flapping link.

  • Bidirectional Forwarding Detection (BFD) is a protocol used to detect faults in the path between two routers.
  • Link-state incremental SPF and Link-state partial SPF are optimization techniques used by the SPF algorithm to improve its performance.
  • LSA throttling is a mechanism used by OSPF to limit the rate at which LSAs are flooded throughout the network.

In summary, the two techniques used in a network design to slow down the distribution of topology information caused by a rapidly flapping link are IP event dampening and SPF throttling.