Chapter 5 - VLSM, Summarisation And TCP/IP Troubleshooting Flashcards

1
Q
  1. On a VLSM network, which mask should you use on point-to-point WAN links in order to reduce the waste of IP addresses? A. /27 B. /28 C. /29 D. /30 E. /31
A

D. A point-to-point link uses only two hosts. A /30, or 255.255.255.252, mask provides two hosts per subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  1. In the network shown in the diagram, how many computers could be in Network B?

A. 6

B. 12

C. 14

D. 30

A

C. Using a /28 mask, there are 4 bits available for hosts. Two-to-the-fourth power minus 2 = 14, or block size −2.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  1. In the following diagram, in order to have IP addressing that’s as efficient as possible, which network should use a /29 mask?

A. A

B. B

C. C

D. D

A

D. For 6 hosts we need to leave 3 bits in the host portion since 2 to the third power = 8 and 8 minus 2 is 6. With 3 bits for the host portion, that leaves 29 bits for the mask, or /29.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. To use VLSM, what capability must the routing protocols in use possess? A. Support for multicast
    B. Multiprotocol support
    C. Transmission of subnet mask information

D. Support for unequal load balancing

A

C. To use VLSM, the routing protocols in use possess the capability to transmit subnet mask information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  1. What summary address would cover all the networks shown and advertise a single,

efficient route to Router B that won’t advertise more networks than needed?

A. 172.16.0.0/24 B. 172.16.1.0/24 C. 172.16.0.0/24 D. 172.16.0.0/20 E. 172.16.16.0/28 F. 172.16.0.0/27

A

D. In a question like this, you need to look for an interesting octet where you can combine networks. In this example, the third octet has all our subnets, so we just need to find our block size now. If we used a block of 8 starting at 172.16.0.0/19, then we cover 172.16.0.0 through 172.16.7.255. However, if we used 172.16.0.0/20, then we’d cover a block of 16, which would be from 172.16.0.0 through 172.16.15.255, which is the best answer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  1. In the following diagram, what is the most likely reason the station cannot ping outside of its network?

A. The IP address is incorrect on interface E0 of the router.

B. The default gateway address is incorrect on the station.

C. The IP address on the station is incorrect.

D. The router is malfunctioning.

A

C. The IP address of the station and the gateway are not in the same network. Since the address of the gateway is correct on the station, it is most likely the IP address of the station is incorrect.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  1. If a host is configured with an incorrect default gateway and all the other computers and router are known to be configured correctly, which of the following statements is TRUE?

A. Host A cannot communicate with the router.
B. Host A can communicate with other hosts in the same subnet. C. Host A can communicate with hosts in other subnets.

D. Host A can communicate with no other systems.

A

B. With an incorrect gateway, Host A will not be able to communicate with the router or beyond the router but will be able to communicate within the subnet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
  1. Which of the following troubleshooting steps, if completed successfully, also confirms that the other steps will succeed as well?

A. Ping a remote computer. B. Ping the loopback address. C. Ping the NIC.

D. Ping the default gateway.

A

A. Pinging the remote computer would fail if any of the other steps fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  1. When a ping to the local host IP address fails, what can you assume?

A. The IP address of the local host is incorrect. B. The IP address of the remote host is incorrect. C. The NIC is not functional.

D. The IP stack has failed to initialize.

A

C. When a ping to the local host IP address fails, you can assume the NIC is not functional.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  1. When a ping to the local host IP address succeeds but a ping to the default gateway IP address fails, what can you rule out? (Choose all that apply.)

A. The IP address of the local host is incorrect. B. The IP address of the gateway is incorrect. C. The NIC is not functional.

D. The IP stack has failed to initialize.

A

C, D. If a ping to the local host succeeds, you can rule out IP stack or NIC failure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  1. Which of the networks in the diagram could use a /29 mask?

A. Corporate

B. LA
C. SF

D. NY

E. None

A

E. A /29 mask yields only 6 addresses, so none of the networks could use it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  1. What network service is the most likely problem if you can ping a computer by IP address but not by name?

A. DNS B. DHCP

C. ARP D. ICMP

A

A. The most likely problem if you can ping a computer by IP address but not by name is a failure of DNS.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  1. When you issue the ping command, what protocol are you using?

A. DNS

B. DHCP

C. ARP

D. ICMP

A

D. When you issue the ping command, you are using the ICMP protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  1. Which of the following commands displays the networks traversed on a path to a network destination?

A. ping
B. traceroute

C. pingroute

D. pathroute

A

B. The traceroute command displays the networks traversed on a path to a network

destination.

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

What command generated the output shown below?

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128 Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

A. traceroute
B. show ip route

C. ping

D. pathping

A

C.Thepingcommandtestsconnectivitytoanotherstation.Thefullcommandis shown below.

C:\>ping 172.16.10.2
Pinging 172.16.10.2 with 32 bytes of data:

16.

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

Reply from 172.16.10.2: bytes=32 time<1ms TTL=128

Ping statistics for 172.16.10.2:

Packets: Sent = 4, Received = 4, Lost = Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 0ms, Average =

0 (0% loss), 0ms

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

In the work area, match the command to its function on the right.

A

The commands use the functions described in the answer table.

17
Q
  1. Which of the following network addresses correctly summarizes the three networks shown below efficiently?
  2. 0.0.0/16
  3. 1.0.0/16
  4. 2.0.0/16

A. 10.0.0.0/15

B. 10.1.0.0/8

C. 10.0.0.0/14

D. 10.0.0.8/16

A

C. The interesting octet in this example is the second octet, and it is a block size of four starting at 10.0.0.0. By using a 255.252.0.0 mask, we are telling the summary to use a block size of four in the second octet. This will cover 10.0.0.0 through 10.3.255.255. This is the best answer.

18
Q
  1. What command displays the ARP table on a Cisco router?

A. show ip arp

B. traceroute

C. arp -a

D. tracert

A

A. The command that displays the ARP table on a Cisco router is show ip arp.

19
Q

What switch must be added to the ipconfig command on a PC to verify DNS

configuration?

A. /dns
B. -dns
C. /all

D. showall

A

C. The/all switch must be added to the ip config command on a PC to verify DNS

configuration.

20
Q

Which of the following is the best summarization of the following networks:

192.168.128.0 through 192.168.159.0?

A. 192.168.0.0/24
B. 192.168.128.0/16
C. 192.168.128.0/19

D. 192.168.128.0/20

A

C. If you start at 192.168.128.0 and go through 192.168.159.0, you can see this is a block of 32 in the third octet. Since the network address is always the first one in the range, the summary address is 192.168.128.0. What mask provides a block of 32 in the third octet? The answer is 255.255.224.0, or /19.