FrankTh wrote: » Congratulations. Almost a perfect score you had. Are you planning to get more certification in the future? FrankTh
abramsgunner wrote: » Let's see if I can do this..... For that subnet mask you convert the last octet to binary.. 11100000 (using Windows built-in calculator) Note the bits that aren't zero (111)00000 those show you which bits are the 'network mask' bits Convert the last octet for each IP address .125 = 1111101 <- calculator doesn't display leading zero, so add enough to show 8 bits = 01111101 .158 = 10011110 .165 = 10100101 .189 = 10111101 .199 = 11000111 Mask of (111)00000 tells us we need to look at first three bits...... .165 and .189 have identicle first three bits, so they should be on the same subnet. At least that's the way I think it works... LOL PS.. Best to post a question in it's own thread, makes it easier to find later.