Count to infinity is a problem associated with

2005

Count to infinity is a problem associated with

  1. A.

    link state routing protocol.

  2. B.

    distance vector routing protocol

  3. C.

    DNS while resolving host name.

  4. D.

    TCP for congestion control.

Attempted by 270 students.

Show answer & explanation

Correct answer: B

Answer: distance vector routing protocol.

Explanation:

  • What count-to-infinity means: routers repeatedly increase the metric for a route (for example hop count) because of routing loops, eventually reaching a protocol-defined 'infinity'.

  • Why it occurs in distance-vector protocols: these protocols share only distance information with neighbors rather than full topology, so incorrect route information can propagate and be incrementally increased without global knowledge to stop it.

  • Why link-state protocols avoid it: link-state protocols distribute full topology information and compute shortest paths locally, preventing the incremental metric increases that cause count-to-infinity.

  • Common mitigations in distance-vector protocols: split horizon, poison reverse, and hold-down timers reduce or prevent count-to-infinity.

Explore the full course: Gate Guidance By Sanchit Sir