CIDR supernetting

Duration: 5 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 provides a detailed walkthrough of supernetting within the context of Classless Inter-Domain Routing (CIDR). The instructor presents a specific problem requiring the aggregation of three distinct IP networks: 100.1.2.0/25, 100.1.2.128/26, and 100.1.3.192/26. The primary objective is to merge these networks into a single, larger supernet. The session begins by establishing the theoretical framework, where the instructor writes down the essential rules for supernetting on the whiteboard. He emphasizes that for networks to be merged, they must be contiguous in address space, and the starting network ID must be divisible by the total block size. The instructor then methodically analyzes each network, calculating their individual IP ranges and block sizes to verify these conditions. He utilizes binary conversion to identify the common prefix bits, which is the critical step in determining the correct subnet mask for the new supernet. The lecture concludes with the derivation of the final supernet address, demonstrating a practical application of CIDR aggregation principles.

Chapters

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

    The video begins with a slide showing the problem statement: "Consider the following networks and merger them to have a super..." listing 100.1.2.0/25, 100.1.2.128/26, and 100.1.3.192/26. The instructor writes the "Rules for Super netting in CIDR" on the board, specifically noting "All network should be contiguous" and "first net id should be divisible by size of the block". He starts the solution by analyzing the first network, 100.1.2.0/25. He writes the range 100.1.2.0 - 100.1.2.127 and calculates the block size as 128, circling the number 127 to mark the end of the range.

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

    The instructor moves to the second network, 100.1.2.128/26, writing its range as 100.1.2.128 - 100.1.2.191 and noting the block size is 64. He then analyzes the third network, 100.1.3.192/26, determining its range is 100.1.3.192 - 100.1.3.255. To find the supernet, he converts the third octet of the start and end addresses into binary, writing 100.1.00000010 and 100.1.00000011. He identifies the common prefix and writes the full potential supernet range as 100.1.2.0 - 100.1.3.255 on the board to visualize the aggregation.

  3. 5:00 5:22 05:00-05:22

    In the final segment, the instructor synthesizes his findings to provide the final answer. He writes the supernet address in red ink as 100.1.2.0/23. This confirms that the smallest block containing all three original networks is a /23 block starting at 100.1.2.0. He circles the final answer 100.1.2.0/23 to emphasize the result, completing the process of merging the three distinct networks into a single supernet.

The lecture effectively guides students through the practical application of supernetting. By breaking down the problem into analyzing individual network ranges and then using binary logic to find the common prefix, the instructor demonstrates a clear method for CIDR aggregation. The visual aids, including the written ranges and binary conversions, reinforce the theoretical rules of contiguity and divisibility, leading to the correct identification of the supernet 100.1.2.0/23. This step-by-step approach ensures students understand not just the "how" but also the "why" behind supernetting calculations.