Network Troubleshooting and Tools (4) Flashcards

1
Q

Ralph is the network administrator of his company’s network. He has had three users call the help desk to report that they are having problems connecting to the local application server. Comparing their stories, Ralph suspects that their Transmission Control Protocol (TCP) connections are being dropped. The users are not having problems connecting to any other hosts on the network. To troubleshoot this problem, Ralph decides to use a protocol analyzer. He wants to store and view only the traffic relating to the hosts and server that are having problems. How can Ralph do this?

Configure a display filter.

Configure a capture filter.

Set a trap on the analyzer.

A

Configure a capture filter.

Ralph wants to store and view only the traffic relating to the hosts that are experiencing problems. The best way to do this is to set a capture filter. Capture filters determine what is stored in the buffer. Display filters only determine what is displayed from the contents of the buffer. You do not set a trap on an analyzer—you set traps on Simple Network Management Protocol (SNMP) agents. Also, there is no need to configure both a capture filter and a display filter. If you set a capture filter that blocks all other traffic from entering the buffer, the display filter would be redundant

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

Ralph is the administrator of his company’s network. All of the users on the network are reporting that they are having difficulty connecting to a particular application server that is located on a perimeter network, on the other side of a router. The users are not having trouble connecting to local hosts. Which of the following troubleshooting tools can Ralph use to verify the network layer functionality of the application server and the router? (Choose all correct answers.)

ping

route

arp

traceroute

A

ping

traceroute

Ralph can use the ping and traceroute tools to verify the network layer functionality of the application server and the router. The ping tool tests the network layer through the exchange of Internet Control Message Protocol (ICMP) Echo and Echo Reply messages. The traceroute tool can verify that there is a functioning path between the users’ workstations and the application server. The route tool is used to administer the routing table on the local machine. The arp tool is used to view a computer’s Media Access Control (IP to MAC) address resolution table stored in memory

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

Ralph is a new hire for a consulting firm that frequently performs cable installations. He is trying to learn more about the tools needed to install internal cable runs. To that end, which of the following statements about cable crimpers has Ralph found to be true?

Cable installers use a crimper to attach keystone connectors to lengths of bulk cable.

Cable installers use a crimper to attach RJ45 connectors to lengths of bulk cable.

You need to purchase a separate crimper for each type of cable to which you want to attach connectors.

A

Cable installers use a crimper to attach RJ45 connectors to lengths of bulk cable.

A crimper is a plier-like device that cable installers use to create patch cables by attaching RJ45 connectors to lengths of bulk cable. Installers do not use a crimper to attach a cable end to a keystone connector. For this, they use a punchdown tool. It is not always necessary to purchase a crimper for each cable type. Although some crimpers are designed for a single cable/connector combination, there are many that have replaceable bits, enabling them to work on a variety of cables and connectors. Making patch cables yourself can represent a false economy. Buying bulk cable and connectors and making patch cables yourself can conceivably be cheaper than purchasing prefabricated cables. However, when you factor in the time needed to attach the connectors, the learning curve required to attach the connectors correctly, and the failure rate requiring the re-application of connectors, it might be more economical to purchase prefabricated patch cables in quantity instead

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

Which of the following troubleshooting tools enables you to copy all of the packets transmitted over a network to a buffer, interpret the protocols used in the packets, and display the output?

Event Viewer

Traffic monitor

Protocol analyzer

A

Protocol analyzer

A protocol analyzer copies all network traffic, interprets the protocol headers and fields, and displays the output. The Event Viewer displays system, application, and security event logs on a single computer. There is no network troubleshooting tool called a traffic monitor. A management console is a remote monitoring and management device that queries Simple Network Management Protocol (SNMP) agents

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

Which of the following are tools that run only on Unix or Linux systems?

iptables

ifconfig

route

A

route

Of the utilities listed, tcpdump, dig, iptables, and ifconfig are all tools that run on Unix/Linux systems only. The route utility runs on both Unix/Linux and Windows

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

Which of the following parameters enables you to specify the number of messages the ping tool transmits?

  • n
  • t
  • i
A

-n

Running the ping tool with the -n parameter enables you to specify the number of messages the ping tool should transmit with each execution. The -t parameter causes the ping tool to send messages to the target continuously until you manually stop it. The -i parameter enables you to specify the time-to-live (TTL) value of the messages ping transmits. The -a parameter resolves an IP address you specify as the target to a hostname

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

Which of the following cable testing tools are used only on fiber-optic networks?

OTDR

Multimeter

Tone generator

A

OTDR

An optical time domain reflectometer (OTDR) is a device that transmits light pulses over a fiber-optic network and measures the time interval and strength of the returning pulse, to measure the length of the cable run. An OTDR can be used to locate fiber-optic cable breaks, as well as characterize a cable run’s reflectance, optical return loss, and other characteristics. Multimeters, tone generators, and punchdown tools are all devices that work only with copper networks

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

Which of the following statements about cable certifiers are true? (Choose all correct answers.)

A cable certifier eliminates the need for tools like tone generators and wiremap testers.

Cable certifiers are the most inexpensive cable testing solution.

Cable certifiers must be reconfigured whenever a new cable specification is standardized.

Cable certifiers can only test copper-based cables.

A

A cable certifier eliminates the need for tools like tone generators and wiremap testers.

Cable certifiers must be reconfigured whenever a new cable specification is standardized.

Cable certifiers can detect all of the faults that tone generators and wiremap testers can detect, and they can do a great deal more, such as specify whether a cable run meets the performance specifications defined in a cable standard. When testing a new cable type, the specifications defined in the cable standard must be added to the device. Cable certifies are far more expensive than most other cable testing solution. Cable certifiers are available that support various cable media, including copper and fiber optic

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

Alice is the network administrator of her company’s network. The company has just moved into a building that has existing Category 6 (CAT6) unshielded twisted pair cabling. However, none of the cable connections has been labeled, and Alice is trying to identify and document where each cable run starts and ends. Which tools can Alice use for this purpose? (Choose all correct answers.)

A packet sniffer

A loopback connector

A tone generator and locator

A wiremap tester

A

A tone generator and locator

A wiremap tester

Alice can use a tone generator and locator or a wiremap tester to identify and test cable connections. By connecting the tone generator and or the remote wiremap unit to one end of a cable run, she can use the locator or the master wiremap unit to find the other end. This can enables her to identify a starting point and an ending point for a cable run. A loopback connector is used to test the transmission and reception capabilities of a port. A packet sniffer captures and analyzes network traffic; it cannot identify cables

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

Ralph is a network administrator who has had a Windows user report difficulties accessing certain other computers on the network. Ralph determines that the user is only experiencing problems when trying to connect to a system on the far side of a router. Ralph therefore decides to inspect the routing table on the user’s computer. Which of the following tools can he use to do this? (Choose all correct answers.)

nbtstat

route

nslookup

netstat

A

route

netstat

The route print tool displays the contents of the routing table on a Windows computer. So does the netstat -r command. The nbtstat and nslookup tools cannot display the routing table

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

Which of the following command-line utilities can run on both Windows and Unix/Linux systems? (Choose all correct answers.)

ping

traceroute

ifconfig

iptables

nslookup

A

ping

nslookup

The ping and nslookup utilities can both run on Windows or Unix/Linux systems. The traceroute command runs only on Unix/Linux, although there is a Windows version called tracert. The ifconfig and iptables commands only exist on Unix and Linux systems

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

Which of the following command-line utilities can only run on Unix and Linux systems?

ipconfig

tracert

ifconfig

A

ifconfig

The ifconfig command runs only on Unix and Linux systems. The ping and netstat utilities run on both Windows and Unix/Linux systems. The ipconfig and tracert commands run only on Windows, although there is a Unix/Linux version of tracert called traceroute

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

Which of the following command-line utilities can only run on Windows systems?

ping

ipconfig

traceroute

A

ipconfig

The ipconfig command runs only on Windows, although there is a similar Unix/Linux-only command called ifconfig. The ping and netstat utilities run on both Windows and Unix/Linux systems. The traceroute utility runs only on Unix/Linux systems, although there is a Windows version called tracert

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

Ralph is working on his company’s perimeter network, which has five web servers running Linux, a Cisco router, a CSU/DSU providing a leased line connection, and a Windows-based firewall. While trying to troubleshoot a network communications failure, Ralph types the following command on one of the systems: traceroute adatum.com. Which of the following systems might Ralph be working on? (Choose all correct answers.)

The Windows-based firewall

The Cisco router

The CSU/DSU console

One of the Linux web servers

A

The Cisco router

One of the Linux web servers

Both Linux and the Cisco IOS operating systems have the traceroute utility. Windows has a version of the utility, but it’s called tracert. The CSU/DSU cannot run a traceroute command

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

Which of the following netstat commands can tell you how many IPv6 packets have been received on a particular Windows workstation?

netstat -a

netstat -s

netstat -e

A

netstat -s

The netstat -s command displays packet counts and other traffic statistics for the IPv6, IPv4, ICMP, TCP, and UDP protocols. The netstat -a command displays all of a workstation’s current connections and ports on which it is listening. The netstat -e command displays Ethernet statistics, such as the number of bytes and packets sent and received. The netstat -r command displays the computer’s routing table

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

Which of the following commands can Ralph use to display the number of bytes that a Windows workstation has transmitted?

netstat

tcpdump

ipconfig

A

netstat

Running netstat with the -e parameter on a Windows workstation displays Ethernet statistics, including the number of bytes and packets the workstation has sent and received. The ipconfig command displays TCP/IP configuration data; it does not display network traffic statistics. The tcpdump and iptables commands both run only on Unix and Linux workstations

17
Q

Ralph is working on his company’s perimeter network, which has five web servers running Linux, a Cisco router, a CSU/DSU providing a leased line connection, and a Windows-based firewall. While trying to troubleshoot a network communications failure, Ralph types the following command on one of the systems: ping 192.168.1.76. Which of the following systems might Ralph be working on? (Choose all correct answers.)

The Windows-based firewall

The Cisco router

The CSU/DSU console

One of the Linux web servers

A

The Windows-based firewall

The Cisco router

One of the Linux web servers

Windows, Linux, and the Cisco IOS operating systems all include the ping utility. The CSU/DSU cannot run a ping command.

18
Q

Alice is troubleshooting a Windows server, and while doing so she runs the following command: ping 127.0.0.1. The command completes successfully. What has Alice proven by doing this?

That the computer’s network adapter is functioning properly

That the computer’s TCP/IP networking stack is loaded and functioning

That the computer’s IP address is correct for the network

A

That the computer’s TCP/IP networking stack is loaded and functioning

The IP address 127.0.0.1 is a dedicated loopback address that directs outgoing IP traffic directly into the incoming IP traffic buffer. A successful ping test using that address indicates that the computer’s TCP/IP stack is functioning properly, but the traffic never reaches the network adapter or the network, so the test does not confirm that the adapter is functioning or that the computer has a correct IP address for the network

19
Q

Ed suspects that his workstation is experiencing TCP/IP communication problems. Which of the following commands can he use to confirm that the computer’s TCP/IP stack is loaded and functioning? (Choose all correct answers.)

ping loopback

ping localhost

ping 127.0.0.1

ping 127.0.0.0

A

ping localhost

ping 127.0.0.1

The IP address 127.0.0.1 is a dedicated loopback address that directs outgoing IP traffic directly into the incoming IP traffic buffer. The hostname localhost resolves to the 127.0.0.1 address on every TCP/IP system. Ed can therefore ping either the hostname or the IP address to test that his TCP/IP stack is functional. Loopback is not a hostname for the loopback address, and 127.0.0.0 is a network address, not a host address, so it will not work in this situation

20
Q

Ralph is the administrator of his company’s network. He has a Dynamic Host Configuration Protocol (DHCP) server configured to supply Internet Protocol (IP) addresses and configuration information to all of the Windows computers on the network. One of the Windows users reports that she cannot connect to the network. Which of the following commands can Ralph run on her computer to verify the status of the computer’s IP settings and configuration parameters?

ifconfig

ipconfig

msinfo32

A

ipconfig

ipconfig is a Windows command that displays a computer’s current IP address and TCP/IP configuration settings, including whether the computer has obtained its address from a DHCP server. The ifconfig command displays the same information for Unix and Linux systems. Msinfo32 is a Windows program that generates a graphical display of the computer’s hardware and software configuration, but not its IP address and TCP/IP settings. The tracert command in Windows displays the path that packets take through the internetwork to reach a specified destination, but it does not display DHCP information

21
Q

Which of the following are the three main categories of information that you can display by running the netstat command on a Windows computer? (Choose all correct answers.)

Connection state

Active connections

Routing table

Interface statistics

A

Active connections

Routing table

Interface statistics

When you run the netstat command without any switch options, it displays the computer’s active connections. Running netstat -e displays the computer’s interface statistics. Running netstat -r displays the routing table. There is no netstat switch that displays the computer’s connection state

22
Q

Which of the following tools can you use to create your own twisted pair patch cables? (Choose all correct answers.)

Punchdown tool

Crimper

Pliers

Wire stripper

A

Crimper

Wire stripper

A crimper is a device used for attaching connectors to patch cables. A wire stripper, while not essential to the process, can simplify the task of preparing the cable. A punchdown tool is used for attaching keystone connectors to cable ends, for use in wall plates and patch panels. A standard set of pliers is not used in the process of attaching connectors

23
Q

Which of the following cable installation tools is likely to be the most expensive?

A crimper

A cable certifier

A punchdown tool

A

A cable certifier

Crimpers and punchdown tools are relatively simple and inexpensive mechanical devices that cable installers use to connect bulk cable to connectors. A wiremap tester is an electronic device for cable testing, but it is still relatively simple. A cable certifier is a complex electronic device that can perform a battery of tests on a cable run, confirm that the cable conforms to the required wiring standards, and maintains records of the testing procedure. Cable certifiers are by far the most expensive of the devices listed

24
Q

Which of the following route commands displays the contents of a Windows computer’s IPv6 routing table only?

route print

route print -6

route list -6

A

route print -6

The route print command displays both the IPv4 and IPv6 routing tables. To display only the IPv6 routing table, you add the -6 parameter to the route print command. route list and route list -6 are not valid commands

25
Q

Ralph has to spend the day completing a twisted pair cable installation in his office. Contractors have already pulled the cables through the walls and ceilings. Ralph only has to attach connectors to the ends of the cables, both internal cable runs and patch cables. Which of the following tools will Ralph need? (Choose all correct answers.)

Telepole

Crimper

Punchdown tool

Pigtail splicer

A

Crimper

Punchdown tool

A crimper is a plier-like tool that cable installers use to attach RJ45 connectors to patch cables. A punchdown tool is a tool that cable installers use to attach keystone connectors to cable ends, for use in wall plates and patch panels. A telepole is a device used to run cables through walls, floors, and ceilings, but since the cable runs have already been pulled, Ralph will not need this tool. A pigtail splicer is a tool used only in fiber-optic cable installations