pinkiaiii wrote: » got one question on practice test basically it was asking for 113 p2p links for wan,and to use address scheme that would preserve as many ips possible,the ip in use was class a 10.0.0.0 thus possible answers were 10.0.0.0/24 /23 /25 /26 -now simple calculations would point to use the /25 thus getting 126 hosts with plenty subnets.as where when checking answer it was /23 which would total to 510 hosts so its way out of preserving ips ? Second question on summarization asked to summarize networks from 172.16.1.0 to 172.16.13.0 so doing binary 1 = 0000.0001 13 = 0000.0111 thus summary address would be 172.16.1.0 /21 yet answer is /20 reasoning that because since addresses are most likely from different networks of /24 thus need to remove 4 bits ? thus not sure are sample questions given here are just mistakes,or am i missing something.thx
pinkiaiii wrote: » Second question on summarization asked to summarize networks from 172.16.1.0 to 172.16.13.0
Subnet: 172.16.[B]0.0[/B] Mask: 255.255.[B]0.0[/B]
volfkhat wrote: » The easiest answer is: Subnet: 172.16.[B]0.0[/B] Mask: 255.255.[B]0.0[/B] And this would be correct. However, try and figure out a smaller range :]
james43026 wrote: » Technically the practice test is wrong on both questions, as you wouldn't want to create a summarization / supernet that has addresses that don't exist, or even worse, they exist elsewhere in your topology. That just lead to a potential blackhole in your network.
pinkiaiii wrote: » Once you put that way it seems actually easy since class b and when you mention addresses are on same subnet then its sort of obvious,dunno if you can give me some random ips to solve ,when you mention smaller range ?