Class B

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.

This educational video provides a detailed lecture on Internet Protocol (IP) addressing, specifically focusing on the characteristics and calculations for Class B and Class A networks. The instructor uses a slide presentation to explain the structural differences between these classes, including the allocation of bits for Network IDs (NetID) and Host IDs (HostID). Key concepts covered include identifying address classes based on binary prefixes, determining the range of the first octet in dotted decimal notation, and calculating the total number of available networks and hosts. The lecture also addresses reserved addresses and their specific purposes, such as loopback and broadcasting, while providing real-world examples of organizations that utilize these large network classes.

Chapters

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

    The session begins with a slide titled 'Class B,' outlining its fundamental properties. The text explicitly states that in Class B, the NetID is 16 bits and the HostID is 16 bits. The instructor explains the method to identify a Class B address, noting that the first two bits are reserved to '10' in binary notation. This leads to a specific range for the first octet, displayed on the slide as [128, 191] in dotted decimal notation. The lecture proceeds to calculate the capacity of Class B networks. The slide shows the total number of connections is $2^{30}$ (1,073,741,824). It further details that the total number of networks available is $2^{14}$ (16,384). Finally, the calculation for the number of hosts that can be configured in every network is shown as $2^{16} - 2$, which equals 65,534. The instructor emphasizes that Class B is typically used by organizations requiring medium-sized networks.

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

    The topic shifts to 'Class A' addresses. The slide indicates that for Class A, the NetID is 8 bits and the HostID is 24 bits. Identification relies on the first bit being reserved to '0' in binary notation, resulting in a first octet range of [0, 127]. The instructor calculates the total number of connections as $2^{31}$ (2,147,483,648). A significant portion of this segment is dedicated to calculating the number of networks. The slide states there are $2^7 - 2 = 126$ networks. The instructor draws a diagram on the right side of the screen to visualize the 8-bit NetID and 24-bit HostID split. He writes $2^7 = 128$ and explains that 2 networks are unavailable because IP Address 0.0.0.0 is reserved for broadcasting requirements, and IP Address 127.0.0.1 is reserved for the loopback address used for software testing. Consequently, the usable range of the first octet is adjusted to [1, 126].

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

    The lecture concludes the Class A discussion by focusing on host capacity. The slide states there are $2^{24} - 2$ HostIDs in Class A. The instructor explains that the total number of hosts is 2 less because two specific addresses are reserved: when all Host ID bits are 0, it represents the Network ID, and when all Host ID bits are 1, it represents the Broadcast Address. The slide notes that Class A is used by organizations requiring very large size networks, citing Indian Railways as an example. The instructor points to a table at the bottom of the slide that summarizes Class A through E, showing their prefixes (0, 10, 110, 1110, 1111) and the corresponding first byte ranges (0 to 127, 128 to 191, 192 to 223, 224 to 239, 240 to 255). He draws a final diagram illustrating the bit allocation for Class A and Class B.

The video systematically breaks down IP address classes, moving from Class B to Class A. It emphasizes the mathematical derivation of network and host capacities based on bit allocation. The instructor uses visual aids, including slides with formulas and hand-drawn diagrams, to clarify the binary structure and reserved address constraints, providing a comprehensive overview of Classful IP addressing.