SubNetting Example
Duration: 5 min
This video lesson is available to enrolled students.
AI Summary
An AI-generated summary of this video lecture.
The video is a lecture on IP subnetting, specifically demonstrating how to divide a single network into multiple subnets. The instructor uses a visual approach, drawing a circle to represent the network and dividing it into quadrants to illustrate the four resulting subnets. He walks through the calculation of subnet IDs, host ranges, and broadcast addresses for a Class C network (200.1.2.0). The lesson culminates in a summary table displaying the calculated parameters for each of the four subnets. The instructor explains the borrowing of bits to create subnets and how this affects the number of available hosts.
Chapters
0:00 – 2:00 00:00-02:00
The instructor introduces the problem statement: 'Consider we have a big single network having IP Address 200.1.2.0. We want to do subnetting and divide this network into 4 subnets.' He draws a large circle on the whiteboard to represent the network. He divides the circle into four equal quadrants using a cross. He writes '24' and '8' above the circle, likely referring to the original subnet mask and the bits borrowed. He begins writing IP addresses in the quadrants, starting with '200.1.2.0' and '200.1.2.64'. He writes binary representations like '00111111' and the decimal equivalent '63' to explain the range calculation. He writes '200.1.2.128' and '200.1.2.192' in the other quadrants. He also writes '200.1.2.00' and '200.1.2.01' to show the progression of addresses and the binary structure.
2:00 – 4:54 02:00-04:54
The instructor continues filling in the details for each subnet. He writes '200.1.2.0' in the first quadrant and calculates the range as '[200.1.2.0, 200.1.2.63]'. He writes 'Total number of IP Addresses = 2^6 = 64' and 'Total number of hosts that can be configured = 64 - 2 = 62'. He identifies the 'Direct Broadcast Address' as '200.1.2.63'. He repeats this process for the second subnet ('200.1.2.64' to '200.1.2.127'), third ('200.1.2.128' to '200.1.2.191'), and fourth ('200.1.2.192' to '200.1.2.255'). Finally, a slide appears summarizing the '1st Subnet', '2nd Subnet', '3rd Subnet', and '4th Subnet' with all calculated values including subnet IDs, total IPs, host counts, ranges, and broadcast addresses. The slide explicitly lists 'IP Address of the subnet / Subnet id', 'Total number of IP Addresses', 'Total number of hosts that can be configured', 'Range of IP Addresses', 'Direct Broadcast Address', and 'Limited Broadcast Address' for each subnet.
The lecture effectively bridges the gap between theoretical subnetting concepts and practical calculation. By visually dividing a network into quadrants, the instructor makes the abstract concept of borrowing bits more concrete. The step-by-step derivation of subnet IDs, host ranges, and broadcast addresses for a Class C network provides a clear template for solving similar subnetting problems. The final summary table reinforces the key parameters students need to memorize or calculate for exam purposes. The instructor emphasizes the formula for calculating total hosts (2^n - 2) and the range of IP addresses.