Given the IP address 192.168.10.0 and a subnet mask of 255.255.255.128, answer the following questions:
Forget long division. The fastest method uses block size (256 – octet mask).
: 192.168.10.127 (Next Network ID 128 minus 1) Solution to Exercise 2 ip subnetting exercises and solutions pdf better
Subnetting relies entirely on binary math. Memorize this sequence immediately: Subnet Mask Bit Values (Cumulative)
Always understand why an answer is wrong. Given the IP address 192
: The custom subnet mask needed (in CIDR), the maximum number of subnets created, and the details of the first available subnet block. Exercise 3: Determining Valid Host Status
: Network ID: 172.16.0.0 , Host Range: 172.16.0.1 to 172.16.1.254 , Broadcast: 172.16.1.255 . Solution to Exercise 3 Analyze the Mask : 255.255.255.224 is a /27 prefix. Calculate the Magic Number : Memorize this sequence immediately: Subnet Mask Bit Values
Maya spent an hour on this. She tried a /28 (16 addresses) for the cameras—wasted 2. A /27 (32) for the IoT—wasted 10. And a /29 (8) for the servers—failed, because 9 devices don’t fit. The solution revealed the trick: use a /28 for the cameras (14 used), a /27 for the IoT (22 used), and for the 9 servers, you must use a /28 (16 addresses) even though it wastes 7. “Sometimes, you can’t be perfect,” the PDF’s margin note read. “You just have to be functional.”
Before diving into a PDF of exercises, ensure you have a firm grasp on the following pillars of IP addressing.