Chapter 5 - VLSMs, Summarization, and Troubleshooting TCP/IP Flashcards

1
Q

Describe the benefits of variable length subnet masks (VLSMs).

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Understand the relationship between the subnet mask value and the resulting block size and the allowable IP addresses in each resulting subnet.

A

The relationship between the classful network being subdivided and the subnet mask used determines the number of possible hosts or the block size. It also determines where each subnet begins and ends and which IP addresses cannot be assigned to a host within each subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe the process of summarization or route aggregation and its relationship to subnetting.

A

Summarization is the combining of subnets derived from a classful network for the purpose of advertising a single route to neighboring routers instead of multiple routes, reducing the size of routing tables and speeding the route process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Calculate the summary mask that will advertise a single network representing all subnets.

A

The network address used to advertise the summary address is always the first network address in the block of subnets. The mask is the subnet mask value that yields the same block size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the four diagnostic steps Cisco recommends?.

A

The four simple steps that Cisco recommends for troubleshooting are ping the loopback address, ping the NIC, ping the default gateway, and ping the remote device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Identify and mitigate an IP addressing problem.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Understand the troubleshooting tools that you can use from your host and a Cisco router.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the summary address and the mask to be used that will summarize the subnet: 192.168.1.0/24 through 192.168.12.0/24

A

192.168.0.0/20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the summary address and the mask to be used that will summarize the subnet: 172.144.0.0 through 172.159.0.0

A

172.144.0.0 255.240.0.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the summary address and the mask to be used that will summarize the subnet: 192.168.32.0 through 192.168.63.0

A

192.168.32.0 255.255.224.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the summary address and the mask to be used that will summarize the subnet: 192.168.96.0 through 192.168.111.0

A

192.168.96.0 255.255.240.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the summary address and the mask to be used that will summarize the subnet: 66.66.0.0 through 66.66.15.0

A

66.66.0.0 255.255.240.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the summary address and the mask to be used that will summarize the subnet: 192.168.1.0 through 192.168.120.0

A

192.168.0.0/17

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the summary address and the mask to be used that will summarize the subnet: 172.16.1.0 through 172.16.7.0

A

172.16.1.0 255.255.248.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the summary address and the mask to be used that will summarize the subnet: 192.168.128.0 through 192.168.190.0

A

192.168.128.0 255.255.192.0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the summary address and the mask to be used that will summarize the subnet: 53.60.96.0 through 53.60.127.0

A

53.60.96.0 255.255.224.0

17
Q

What is the summary address and the mask to be used that will summarize the subnet: 172.16.10.0 through 172.16.63.0

A

172.16.0.0 255.255.192.0

18
Q

Describe the responsibilities of the IOS.

A

The Cisco router IOS software is responsible for network protocols and providing supporting functions, connecting high-speed traffic between devices, adding security to control access and preventing unauthorized network use, providing scalability for ease of network growth and redundancy, and supplying network reliability for connecting to network resources.