MS Self-Pace 70-291 Book - IP Addressing Troubleshooting

I am currently working the Case Scenario Exercise on page 2-51 of the Microsoft Self-Pace 70-291 Book and would like to know if there is some sort of methodical approach in troubleshooting IP Addressing issues. I have a pretty good handle on IP Addressing, but when a diagram is presented that has all the computers, hubs, router(s) along with their current IP configuration, then asked to identify the configuration error, it's a handful.
Any help is greatly appreciated.
Thanks in advance.
JLuna
Any help is greatly appreciated.
Thanks in advance.
JLuna
Comments
You have to remember that a router pretty much segregates a network into separate broadcast zones, so the clients on one section of the router will acces it via one default gateway address, and the clients on the other side will access it via a different address.
That scenario is pretty easy to figure out. The gateway address is not pointing to the correct interface on the router. I think number 2 and 3 are more interesting.
Thanks!
JLuna
The second case scenario is just b****ks in my opinion, but the third one is soluble.
Just use the equation to determine if the two addresses are on the same subnet. You've got 131.107.127.1 and 131.107.128.1 on a /21 network. the /21 becomes 255.255.248.0.
256 - 248 = 8. so 127 / 8 = 15 (disregard remainder), and 128 / 8 = 16. Because the numbers are different, then they are on different subnets. So the clients are on the same segment, but different subnets.
Thanks for that. I thought I was the only person that was having trouble with this question.
Thanks to grey fox for posting that as well. I was beginning to think that I was the only one a bit confused about it.
Here is an excellent white paper I came across the Internet while looking for some more information on Variable Length Subnet Mask (VLSM). It is lengthy, but definitely worth a read.
http://searchnetworking.techtarget.com/searchNetworking/downloads/IPAddressing.pdf
No I thought exactly the same thing this morning when I looked at it!
"Documentation is like sex: when it is good, it is very, very good; when it is bad, it is better than nothing." - Dick Brandon
Binary placeholders in an 8 bit number are 128,64,32,16,8,4,2,1
Subnet mask #s would be 128,192,224,240,248,252,254,255.
If you can't remember the possible subnet mask #s, you can reconstruct them before you actually start the exam or once you start the exam, you can use the calculator to help you. To generate the subnet #'s start with 128, and start adding the placeholder value on the right. 128+64=192, 192+32=224, etc.
I didn't have the luxury of any calculator in the CCNA exam so I had to memorize the common numbers.
Keep playing with the numbers, you'll start seeing the common patterns.
Current: A+, N+, CST, CNST, MCSA 2003
WIP: MCSE 2003
"If you can't remember the possible subnet mask #s, you can reconstruct them before you actually start the exam or once you start the exam, you can use the calculator to help you. To generate the subnet #'s start with 128, and start adding the placeholder value on the right. 128+64=192, 192+32=224, etc."
This is an excellent suggestion and plan on doing it when I take the exam!
Thank!
JLuna