Variable Length SubNetting

Duration: 6 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 comprehensive overview of subnetting strategies, specifically focusing on the distinction between Fixed Length Subnetting (FLS) and Variable Length Subnetting (VLSM). The instructor begins by defining FLS, also known as classful subnetting, where a network is divided into subnets that are identical in size, host capacity, and subnet mask. He then contrasts this with VLSM, or classless subnetting, which allows for subnets of varying sizes, host counts, and masks. The lecture transitions into a practical problem-solving session where the instructor applies VLSM concepts to a specific scenario involving the IP address 200.1.2.0. He demonstrates how to allocate IP space efficiently to meet specific host requirements of 126, 62, and 62 hosts, using visual diagrams and calculations on the whiteboard.

Chapters

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

    The instructor introduces the topic "Types of Subnetting" displayed on the screen. He lists two categories: "1. Fixed Length Subnetting" and "2. Variable Length Subnetting". He then focuses on a slide titled "Fixed Length Subnetting", which states that this method divides a network into subnets where "All the subnets are of same size," "All the subnets have equal number of hosts," and "All the subnets have same subnet mask." The instructor places checkmarks next to these three bullet points to emphasize their correctness. He explains that this is also known as classful subnetting.

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

    The lesson shifts to "Variable Length Subnetting". The slide text indicates that in this method, "All the subnets are not of same size," "All the subnets do not have equal number of hosts," and "All the subnets do not have same subnet mask." The instructor marks these points as correct. He then presents a problem: "Consider we have a big single network having IP Address 200.1.2.0. We want to do subnetting and divide this network into 3 subnets, such that first contains 126 hosts, and other two contains 62 hosts each?" He draws a large circle to represent the network and writes "256 - 2 = 254" to calculate total usable hosts.

  3. 5:00 6:19 05:00-06:19

    The instructor begins solving the VLSM problem by dividing the circle diagram. He splits the circle in half to accommodate the 126 hosts requirement, writing "128" and "126" in the first section. He then divides the remaining space into quarters to fit the 62 host requirements, writing "64" and "62" in those sections. He starts writing IP addresses like "200.1.2.0" and "200.1.2.128" and calculates subnet masks such as "255.255.255.128" and "255.255.255.192" to define the ranges for each subnet. He writes "127" and "191" to indicate broadcast addresses.

The video effectively bridges the gap between theoretical subnetting concepts and practical network design. By first establishing the rigid rules of Fixed Length Subnetting and then introducing the flexibility of Variable Length Subnetting, the instructor sets the stage for a real-world application. The detailed walkthrough of the 200.1.2.0 example serves as a crucial learning tool, showing students exactly how to calculate subnet masks and IP ranges when host requirements vary, ensuring efficient use of the available IP address space.