SubNetting In CIDR
Duration: 4 min
This video lesson is available to enrolled students.
AI Summary
An AI-generated summary of this video lecture.
This educational video features an instructor named Sanchit Jain Sir from Knowledge Gate, teaching a lesson on "Subnetting in CIDR". The primary focus is solving a specific networking problem displayed on the screen: "Consider the network having IP Address 20.30.40.10/25 Divide this network into two subnets." The instructor uses a whiteboard to break down the IP address into its binary components and visualizes the address space using a large circle. He demonstrates the process of borrowing bits to create subnets, calculating the new subnet mask and the number of hosts per subnet. The lesson emphasizes the mathematical and visual aspects of CIDR notation to help students understand network division.
Chapters
0:00 – 2:00 00:00-02:00
The video begins with the title "Subnetting in CIDR" at the top of the screen. The problem statement is clearly visible: "Q Consider the network having IP Address 20.30.40.10/25 Divide this network into two subnets." The instructor starts by writing the first three octets of the IP address, "20 30 40", on the whiteboard. He then writes the binary representation of the last octet, "00001010", to show the bit structure of the number 10. A large circle is drawn in the center of the screen to represent the total IP address space available for the network. He writes "20.30.40.0" and "20.30.40.1" on the board, indicating the starting points for the potential subnets. He draws a vertical line down the middle of the circle to signify the division of the network into two equal halves. He writes "20.30.40.00" and "20.30.40.01" to illustrate the binary change in the subnet bits.
2:00 – 4:19 02:00-04:19
The instructor proceeds to define the specific subnets resulting from the division. He writes "20.30.40.0/26" inside the left half of the circle. In the right section, he writes "20.30.40.128/26". Above the circle, he writes the calculation "2^7 = 128" to demonstrate the number of addresses in each subnet. He explains that dividing a /25 network into two subnets requires borrowing one bit from the host portion, changing the mask from /25 to /26. He points to the left side to indicate the first subnet range and the right side for the second. He writes "20.30.40.0" and "20.30.40.1" again to reinforce the network addresses.
The lecture effectively demonstrates the practical application of CIDR subnetting through a step-by-step example. By converting the IP address to binary and using a visual circle diagram, the instructor clarifies how borrowing bits affects the network mask and address ranges. The calculation "2^7 = 128" highlights the host capacity for each new subnet. This method provides a clear, visual way for students to understand the relationship between the subnet mask and the address range, making the abstract concept of CIDR more concrete.