Basics of SubNetting

Duration: 11 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 introduction to the concept of Subnetting in computer networking. The instructor begins by outlining the challenges associated with maintaining very large networks, specifically Class A and Class B, noting that they are difficult for network administrators to manage. He highlights security concerns, explaining that keeping computers from different departments on the same network is less secure from a company's perspective. The lecture defines subnetting as the process where an organization granted a large block of addresses divides them into several contiguous groups, assigning each group to smaller networks called subnets. The session progresses to a conclusion slide that illustrates the hierarchical nature of this division, showing how a subnetwork can be further divided into sub-subnetworks. The instructor then lists the advantages, such as improved security and easier maintenance, alongside disadvantages like the difficulty in identifying specific stations and the inability to perform directed broadcasts from outside the network. Finally, the lecture concludes with a practical demonstration, working through a specific problem to divide a network with IP address 200.1.2.0 into two subnets, using binary representations to explain the splitting of the address range.

Chapters

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

    The instructor introduces the topic of Subnetting using a slide that lists the primary reasons for its implementation. The visible text states, "Maintenance of a very big network like class A and class B is very difficult for network administrator." He elaborates on this point, emphasizing the complexity of managing large address spaces. The slide further explains that "Having all the computer from different departments in a company on the same networks is less secure from company prospective." The instructor gestures towards the text to reinforce these points. He then reads the third point, which suggests that if an organization is granted a large block in Class A or B, "it could divide the addresses into several contiguous groups and assign each group to smaller networks (called subnets)." This section sets the theoretical foundation for why subnetting is necessary in real-world scenarios.

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

    The instructor continues to discuss the initial slide, elaborating on the concept of dividing large address blocks. He explains that organizations can split their allocated IP ranges into smaller, manageable sections to improve efficiency. Although the slide remains the same, the instructor's explanation deepens the understanding of how contiguous groups are formed. He mentions that in rare cases, addresses might be shared with neighbors, though the primary focus is on internal division. The visual content remains consistent with the bullet points regarding maintenance difficulties and security risks. The instructor uses hand gestures to emphasize the separation of departments and the logical grouping of addresses. This segment reinforces the necessity of subnetting before moving to the formal definition and conclusion.

  3. 5:00 10:00 05:00-10:00

    The slide changes to a "Conclusion" section, which summarizes the definition of subnetting. The text reads, "An organization (or an ISP) that is granted a range of addresses may divide the range into several subranges and assign each subrange to a subnetwork (or subnet)." The instructor explains that this division can be recursive, noting that "A subnetwork can be divided into several sub-subnetworks." A diagram appears on the screen showing a circle labeled "A Big Network" with an arrow labeled "Subnetting" pointing to a second circle divided into four quadrants labeled "Subnets." The instructor uses this visual aid to demonstrate how a single large network entity is partitioned. Later, the slide transitions to "Advantages" and "Disadvantages," listing points like "It improves the security" and "Identification of a station is difficult." Finally, the slide changes to a question: "Q Consider the network having IP Address 200.1.2.0. Divide this network into two subnets," marking the transition to practical application.

  4. 10:00 11:29 10:00-11:29

    The instructor begins solving the problem on a digital whiteboard. He writes the IP address "200.1.2.0" and explains the range of the network. He draws a large circle to represent the network and divides it vertically into two halves. He writes binary representations for the last octet, showing "00000000" at the bottom and "11111111" at the top, indicating the full range of 0 to 255. He explains that to divide this into two subnets, he must split the range at the midpoint, which is 128. He writes "200.1.2 0" for the first subnet and "200.1.2 128" for the second subnet. He further identifies the broadcast addresses, writing "200.1.2 127" for the first subnet and "200.1.2 255" for the second. This section provides a concrete method for calculating subnet boundaries using binary logic.

The video effectively bridges the gap between theoretical networking concepts and practical application. It starts by establishing the "why" of subnetting—managing large networks and improving security—before moving to the "what," defining the hierarchical division of address blocks. The inclusion of a visual diagram helps clarify the abstract concept of splitting a network. The discussion of pros and cons provides a balanced view of the technique's impact on network administration. Finally, the worked example solidifies the learning by demonstrating the binary arithmetic required to actually perform a subnet division, specifically showing how to split a Class C network range into two equal parts.