This guide breaks down IP subnetting from absolute zero to "guru" level, focusing on the mental shortcuts used by professionals and instructors like Paul Browning. Phase 1: The Foundations (Zero to Novice)
Every IP address has two parts: a (street name) and a Host ID (house number). The subnet mask tells the computer exactly where the network part ends and the host part begins. How the Subnet Mask Works 1s in a subnet mask represent the Network portion. 0s in a subnet mask represent the Host portion.
IP subnetting is the process of dividing a large network into smaller, more manageable sub-networks. This is done by applying a subnet mask to an IP address, which determines the scope of the network. Subnetting is a crucial skill for network administrators, engineers, and anyone working with computer networks. ip subnetting from zero to guru pdf
Let’s solve a real-world scenario. You are given the network and need to create 4 subnets for 4 different departments. Step 1: Identify the Requirement Original Mask: /24 ( Need: 4 Subnets. Step 2: Borrow Bits
For example, a subnet mask of 255.255.255.0 in binary is: 11111111.11111111.11111111.00000000 CIDR Notation This guide breaks down IP subnetting from absolute
The subnet mask tells a computer which part of the IP address is the network and which part is the host.
Without subnetting, global networks would be cluttered with unnecessary traffic. Subnetting provides: How the Subnet Mask Works 1s in a
Your new prefix is . In binary, this mask is twenty-seven 1 s and five 0 s, which translates to 255.255.255.224 . Step 2: Determine the Magic Number (Block Size)
VLSM allows you to use different subnet masks for different subnets, saving address space. Instead of dividing a network into equal pieces, you divide it based on the specific need of each department. Subnet 192.168.1.0/24 for: Dept A: 100 hosts Dept B: 50 hosts Dept C: 20 hosts Solution: Dept A (100): Needs /25 (126 hosts). Range: .0 - .127 . Dept B (50): Needs /26 (62 hosts). Range: .128 - .191 . Dept C (20): Needs /27 (30 hosts). Range: .192 - .223 . Conclusion: Tips to Become a Subnetting Guru Practice Binary: Learn to convert 0-255 to binary quickly.
To calculate any subnetting problem, use these two essential mathematical formulas: = 2n2 to the n-th power is the number of bits borrowed). Number of Usable Hosts per subnet = is the remaining host bits).
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