Multiple choice

What is a routing loop?

  1. A packet bouncing back and forth between two loopback interfaces on a route.

  2. A condition where a return path from a destination is different from the outbound path forming a loop.

  3. A condition where a packet is constantly transmitted within a series of routers without ever reaching its intended destination.

  4. The distribution of routes from one routing protocol into another.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A routing loop occurs when packets continuously circulate between routers without reaching their destination. This typically happens due to inconsistent routing tables, slow convergence, or incorrect route redistribution. Unlike load balancing where different paths are used, a routing loop is a pathological condition that wastes bandwidth and prevents packet delivery. Option C accurately describes this condition.