Basics of Distance Vector Routing

Duration: 9 min

This video lesson is available to enrolled students.

Enroll to watch — GATE Guidance by Sanchit Sir

AI summary & chapters

AI Summary

An AI-generated summary of this video lecture.

This lecture introduces Distance Vector Routing, a protocol where each node maintains a table of minimum distances to every other node and the next hop for forwarding packets. The instructor uses a five-node network graph (A, B, C, D, E) with weighted links to demonstrate how routing tables are initialized and updated. Initially, each node's table is filled with direct link costs; for example, Node A has a cost of 0 to itself, 5 to B, and 2 to C. Nodes without direct links initially show infinity (∞) as the cost. The lecture then explains how nodes exchange information with their neighbors: Node A learns about E via C, and Node C learns about D via A. A key update is shown where Node D's cost to reach B changes from infinity to 8, illustrating how indirect routes are discovered through neighbor tables. The core principle is that the least-cost route between any two nodes is the one with minimum distance, and tables guide packets by specifying the next stop in the route.

Chapters

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

    The video defines Distance Vector Routing as a protocol where the least-cost route between any two nodes is determined by minimum distance. Each node maintains a vector (table) of minimum distances to every other node, which also guides packets by showing the next hop. A network graph with five nodes (A, B, C, D, E) and weighted links is displayed alongside empty routing tables. The instructor begins filling Node A's table, starting with a cost of 0 to itself and entering direct link costs such as 5 to B and 2 to C.

  2. 2:00 5:00 02:00-05:00

    The instructor continues initializing routing tables for all nodes based on direct link costs. Node D's table shows a cost of 3 to A and infinity to others, while Node C's table lists costs of 2 to A, 4 to B, and 4 to E. Node E's table shows costs of 3 to B, 4 to C, and infinity to D. This phase establishes the initial state of each node's knowledge before any neighbor exchanges occur, emphasizing that nodes only know their immediate neighbors at the start.

  3. 5:00 8:44 05:00-08:44

    The lecture shifts to how nodes share tables with neighbors to learn about distant nodes. The instructor explains that Node A learns about E via C, and Node C learns about D via A. A red arrow highlights Node D's table as its cost to reach B is updated from infinity to 8, demonstrating the discovery of an indirect route. The slide reiterates that each node maintains a vector of minimum distances and next-hop guides, with the five-node graph centered to show the weighted links used in these calculations.

The lecture progresses from defining Distance Vector Routing to demonstrating its initialization and update mechanisms. Key concepts include the routing table structure (To, Cost, Next), direct link costs, and infinity for unknown routes. The worked example uses a five-node graph to show how nodes start with limited knowledge and expand it through neighbor exchanges. The update of Node D's cost to B from infinity to 8 is a critical demonstration of how indirect routes are calculated. Students should focus on understanding that tables guide packets via next-hop information and that updates propagate as neighbors share their distance vectors.

Loading lesson…