Chapter 5 - VLSM, Summarisation And TCP/IP Troubleshooting Flashcards
- 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
D. A point-to-point link uses only two hosts. A /30, or 255.255.255.252, mask provides two hosts per subnet.
- In the network shown in the diagram, how many computers could be in Network B?
A. 6
B. 12
C. 14
D. 30
C. Using a /28 mask, there are 4 bits available for hosts. Two-to-the-fourth power minus 2 = 14, or block size −2.
- 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
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.
- 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
C. To use VLSM, the routing protocols in use possess the capability to transmit subnet mask information.
- 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
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.
- 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.
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.
- 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.
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.
- 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. Pinging the remote computer would fail if any of the other steps fail.
- 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.
C. When a ping to the local host IP address fails, you can assume the NIC is not functional.
- 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.
C, D. If a ping to the local host succeeds, you can rule out IP stack or NIC failure.
- Which of the networks in the diagram could use a /29 mask?
A. Corporate
B. LA
C. SF
D. NY
E. None
E. A /29 mask yields only 6 addresses, so none of the networks could use it.
- 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. The most likely problem if you can ping a computer by IP address but not by name is a failure of DNS.
- When you issue the ping command, what protocol are you using?
A. DNS
B. DHCP
C. ARP
D. ICMP
D. When you issue the ping command, you are using the ICMP protocol.
- Which of the following commands displays the networks traversed on a path to a network destination?
A. ping
B. traceroute
C. pingroute
D. pathroute
B. The traceroute command displays the networks traversed on a path to a network
destination.
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
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