dynamik wrote: I'll help you out, just because I've never seen anyone resurrect a 5.5 year old thread before You find the network by ANDing the bits of the subnet mask and ip address 10101100.00010010.00001111.00010001 (172.18.15.17) 11111111.11111111.11111000.00000000 (255.255.248.0) ============================== 10101100.00010010.00000000.00000000 So the network address is 172.168.0.0 You have 12 bits for the hosts, so 2^12-2 = 4094 You have 4 bits for the network, so 2^4 = 16 If you want to find the broadcast address, put 1s in for all your host bits: 10101100.00010010.00001111.11111111 = 172.168.15.255 For the next subnet, increment your subnet bits by 1. 10101100.00010010.00010000.00000000 = 172.168.16.0 And repeat...
dynamik wrote: Whoops. I did the binary right, but yea, 18 not 168. That one IP was off too, but fortunately it didn't matter in the grand scheme of things. Remember kids, don't drink and subnet
rc240sx wrote: I have a problem with the following question. Assuming a subnet mask of 255.255.224.0, which of the following would be valid host addresses? A. 124.78.103.0 B. 125.67.32.0 C. 125.78.160.0 D. 126.78.48.0 E. 176.55.96.0 F. 186.211.100.0 The answers are A,D and F. I dont know how to get the answers. Does anyone have an idea? Thanks
*StarFire wrote: rc240sx wrote: I have a problem with the following question. Assuming a subnet mask of 255.255.224.0, which of the following would be valid host addresses? A. 124.78.103.0 B. 125.67.32.0 C. 125.78.160.0 D. 126.78.48.0 E. 176.55.96.0 F. 186.211.100.0 The answers are A,D and F. I dont know how to get the answers. Does anyone have an idea? Thanks According to me none of the options are correct because Question is to find valid HOST addresses(which is not in the option).A, D and F are valid Network addresses... Question should be "which of the following would be valid NETWORK addresses?" Well,If I am wrong because of any misconception, Do correct me.
amtt81 wrote: » I dont care how old this is, its STILL GREAT, and always valid! It took me a while to get it, but I get it now. It is a great explanation.
Elias38 wrote: » It made me wonder what I was doing back than.
Elias38 wrote: » Hi everybody! Can't believe it has passed 10 years already since somebody started this post. It made me wonder what I was doing back than. Anyways need some help/explanation to a newbie with next question, please. What is he last valid host on the subnetwork 172.16.242.0 255.255.254.0?According to the subnettingquestions.com answer should be: 172.16.243.254Here is what I know for now.172.16.242.0 255.255.254.0 1 bit left in the 3rd octet which equals 1 when converted from binary. So 242 + 1 = 243 for the 3rd octet. and we have 8 bits left in the 4th octet which is 255 - 1 for the last host. Just want to make sure I'm doing it right and maybe there is some formula or anything else I should know?