"Let's quickly go through one more: Enter the last valid host on the network that the host 172.30.118.230/23 is a part of: Step 1. Convert the shorthand subnet mask to decimal. /23 = 255.255. + Seven additional subnet bits. Go to your **** sheet, start at the bottom (12 and count up seven, starting with 128. You should get to 254. Thus, our decimal subnet mask is 255.255.254.0. Step 2. Determine the block size. The block size is listed in the block size column parallel to your decimal mask. The block size is 2. Step 3. What is my Network ID? Since we are working in the third octet and the block size is 2, the first network is 172.30.118.0. (2 * 59 = 11. We are simply looking for the largest multiple of the block size without going over the given octet number (11. Step 4. What is the next Network ID? Again, we look at our block size of 2 to determine the next network is 172.30.120.0 (118 + 2). Network ID (First IP in the subnet): 172.30.118.0 Broadcast address (last IP in the subnet): 172.30.119.255 First Usable IP (the address after the network ID): 172.30.118.1 Last Usable IP (the address before the broadcast address): 172.30.119.254 (This is the answer to the specific question that was asked.)"
Dyasis wrote: » May I bug you for this, this is about the only thing I am really having an issue with... ... Is it because the block size is 2?
Enter the maximum number of valid subnets and hosts per subnet that you can get from the network 172.20.0.0/27
Enter the maximum number of valid subnets and hosts per subnet that you can get from the network 172.25.0.0/22
Ivanjam wrote: » @Dyasis - all possible subnets are valid subnets. You subtract 2 from the number of possible hosts to get the number of valid hosts because the first host address is always used as the network address and the last as the broadcast address are are therefore excluded from the list of valid hosts.