Split Horizon

Duration: 2 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

The video lecture focuses on routing protocols, specifically detailing the "Split Horizon" technique to prevent routing loops. The instructor explains how nodes share routing information selectively rather than flooding the entire table. He illustrates this with a scenario involving nodes A and B and a destination X, showing how B suppresses routes learned from A to avoid confusion. The lecture then transitions to "Distance Vector Routing," defining it as a protocol where nodes maintain vectors of minimum distances and use next-hop routing to guide packets.

Chapters

  1. 0:00 2:00 00:00-02:00

    The instructor introduces "Split Horizon" using a slide with bullet points. He explains that instead of flooding the table, nodes send only part of it. He highlights a scenario where Node B knows the route to X is via A, so it doesn't advertise this back to A. He underlines key text like "eliminates the last line of its routing table" to emphasize the mechanism. He draws a red diagram on the screen representing a grid-like structure, likely illustrating the routing table exchange. He specifically points out that if B thinks the optimum route to reach X is via A, it does not need to advertise this piece of information to A.

  2. 2:00 2:22 02:00-02:22

    The slide switches to "Distance Vector Routing". The text defines the protocol as finding the least-cost route with minimum distance. It states that each node maintains a vector (table) of minimum distances. A network diagram appears with nodes A, B, C, D, E connected by links with specific costs (e.g., 5, 2, 4, 3). Routing tables for each node are displayed, showing columns for "To", "Cost", and "Next", illustrating how next-hop routing guides packets to the desired node. The instructor is visible on the left, looking at the screen.

The lesson progresses from a specific loop-avoidance technique (Split Horizon) to the broader context of Distance Vector Routing. Split Horizon is presented as a strategy within distance vector protocols to optimize table sharing and prevent routing loops by suppressing routes learned from a neighbor. The transition to the Distance Vector slide reinforces the foundational concept of maintaining distance vectors and using next-hop information for packet forwarding.