Chapter 5 Exam Essentials Flashcards
Describe the benefits of variable length subnet masks (VLSMs)
VLSMs enable the creation of subnets of specific sizes and allow the division of a classless network into smaller networks that do not need to be equal in size. This makes use of the address space more efficient because many times IP addresses are wasted with classful subnetting.
Remember the four diagnostic steps.
The four simple steps that Cisco recommends for troubleshooting are:
- ) ping the loopback address
- ) ping the NIC (ip address of local host)
- ) ping the default gateway
- ) ping the remote device/server
Identify and mitigate an IP addressing problem
Once you go through the four troubleshooting steps that Cisco recommends, you must be able to determine the IP addressing problem by drawing out the network and finding the valid and invalid hosts addressed in your network.
Understand the troubleshooting tools that you can use from your host and a Cisco router
The ‘ping 127.0.0.1’ command tests your local IP stack, and ‘tracert’ is a Windows command to track the path a packet takes through an internetwork to a destination. Cisco routers use the command ‘traceroute’, or just ‘trace’ for short. Don’t confuse the Windows and Cisco commands. Although they produce the same output, they don’t work from the same prompts. The command ‘ipconfig /all’ will display your PC network configuration from a DOS prompt, and ‘arp -a’ (again from a DOS prompt) will display IP-to-MAC-address mapping on a Windows PC.