Rules of Creating CIDR Block
Duration: 4 min
This video lesson is available to enrolled students.
AI summary & chapters
AI Summary
An AI-generated summary of this video lecture.
This lecture segment introduces the three fundamental rules for creating a valid CIDR block (network). The instructor presents a slide titled “Rules for Creating CIDR Block (Network)” listing: (1) all IP addresses in the block must be contiguous; (2) the block size, i.e., total number of IP addresses contained in the block, must be representable as a power of 2 (e.g., 2^1, 2^2, 2^3, 2^4, 2^5); and (3) the first IP address of the block must be divisible by the size of the block. The instructor then works through an example using the IP address 167.92.48.32, writing it on the board and performing related calculations involving values such as 256 and binary representations (e.g., “10000” and “11111”) to illustrate the divisibility rule. A division calculation (2300 / 106) is also shown on the right side of the board, though its exact role in the example is not fully clear from the sampled screenshots. The segment emphasizes how to verify whether a given IP address can serve as the base of a CIDR block by checking contiguity, power-of-2 size, and divisibility.
Chapters
0:00 – 2:00 00:00-02:00
The slide “Rules for Creating CIDR Block (Network)” lists three bullets: IP addresses must be contiguous, block size must be a power of 2 (shown as “2^1, 2^2, 2^3, 2^4, 2^5”), and the first IP address must be divisible by the block size. The instructor writes “167 92 48 32” on the right, adds small figures “6” and “3” beneath the last octet, and begins a bracketed column with “17” over “17,” indicating the start of a worked example next to the rules.
2:00 – 4:26 02:00-04:26
The instructor continues the example with 167.92.48.32, writing “256” and “257” on the board and drawing a binary representation with 16 host bits circled. A division calculation (2300 / 106) appears on the right side, and the instructor points to binary digits “10000” and “11111.” The final frame shows the three rules again with “256” and “167.92.48” on the right, reinforcing that block size must be a power of 2 and the base address must be divisible by it.
The core teaching point is that a valid CIDR block must satisfy three conditions: contiguity of addresses, power-of-2 size, and divisibility of the base address by the block size. The instructor uses 167.92.48.32 as a concrete example, writing it on the board and performing calculations involving 256 (a power of 2) and binary representations to demonstrate how the divisibility rule works. The presence of “10000” and “11111” suggests the instructor is showing how host bits or block boundaries align in binary. The division (2300 / 106) is visible but its exact purpose in the example is not fully clear from the sampled screenshots; it may relate to a different aspect of CIDR calculation or be part of an intermediate step. The segment is focused on rule application rather than deriving the rules from first principles.