((exclusive)): Ip Subnetting From Zero To Guru Pdf

Fuel
Login

((exclusive)): Ip Subnetting From Zero To Guru Pdf

10.0.0.0/24 (Provides 256 total IP addresses). Requirements: Sales Department: 50 hosts HR Department: 20 hosts IT Department: 10 hosts

Moving from the basics toward the "guru" level involves mastering the architecture of the address itself. This is the domain of the subnet mask—the tool that tells a router which part of an IP address identifies the specific network and which part identifies the specific host. The novice learns to see the address not as a flat line of numbers, but as a dynamic boundary. Here, the concept of Classless Inter-Domain Routing (CIDR) becomes the linchpin. The notation of the forward slash (e.g., /24, /26) transforms from a confusing symbol into a precise definition of a network's perimeter. The student begins to visualize the network ID, the broadcast address, and the usable range of host addresses. This is the "aha!" moment where the math transforms into topology. ip subnetting from zero to guru pdf

The subnet boundary right before 160 is 160 - 32 = 128 . Subnet ID: 192.168.1.128 Next Subnet ID: 192.168.1.160 The novice learns to see the address not

The sum of all these numbers is . When you add bits from left to right, you get the standard subnet mask values: 1 bit borrowed = 128 ( /25 or /9 or /17 ) 2 bits borrowed = 128 + 64 = 192 3 bits borrowed = 128 + 64 + 32 = 224 4 bits borrowed = 128 + 64 + 32 + 16 = 240 5 bits borrowed = 128 + 64 + 32 + 16 + 8 = 248 6 bits borrowed = 128 + 64 + 32 + 16 + 8 + 4 = 252 7 bits borrowed = 128 + 64 + 32 + 16 + 8 + 4 + 2 = 254 8 bits borrowed = 128 + 64 + 32 + 16 + 8 + 4 + 2 + 1 = 255 The Core Subnetting Formulas The student begins to visualize the network ID,

Since a full octet has 8 bits, and we are saving 5 bits for hosts, we borrow 3 bits for the network ( Add those 3 bits to our original /24 mask: . Step 2: Determine the Subnet Mask Value Look at the sum of the first 3 bits from left to right: .Our new custom subnet mask is 255.255.255.224 . Step 3: Find the Magic Number (Block Size) Subtract the custom subnet mask value from 256. 256−224=32256 minus 224 equals 32

Most beginners can subnet a /24 into /28 s. A guru can do – carving a network into differently sized chunks to avoid wasting addresses.