kriscamaro68 wrote: » Ok so I got this question on subnettingquestions.com and didn't see a way to answer it with your method: Question: You are designing a subnet mask for the 10.0.0.0 network. You want 3800 subnets with up to 3800 hosts on each subnet. What subnet mask should you use? Answer: 255.255.240.0 Here is also another one: Question: How many subnets and hosts per subnet can you get from the network 172.29.0.0 255.255.254.0? Answer: 128 subnets and 510 hosts Any way of explaining that out in your method. Thanks for that post I am finally starting to get subnetting.
MattGibson wrote: » Got a subnetting question that I couldn't figure out. Where was I wrong?
160 186 202 218 234 250
mattgibson wrote: » 160 186 202 218 234 250 so i figured the first host on the subnetwork would be 172.26.218.1 considering that 224 falls inbetween 218 and 234. Where was i wrong?
alexander007 wrote: » but how do you get that answer?....I need to see how to answer that...not just tha answer Thanks again
Quote: Originally Posted by kriscamaro68 Ok so I got this question on subnettingquestions.com and didn't see a way to answer it with your method: Question: You are designing a subnet mask for the 10.0.0.0 network. You want 3800 subnets with up to 3800 hosts on each subnet. What subnet mask should you use? Answer: 255.255.240.0 For your first question, how many bits do you need to borrow to accommodate 3800 subnets? The answer would be 12 bits as 2 ^ 12 = 4096. Your network address is a /8 by default as it is a Class A address so 8 + 12 = /20 mask.
gozila wrote: » Hi folks, I have two questions : 1) How can I count the next boundary? !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!? 2) may you explain It more by detail? My regards