Chapter 17 - Troubleshooting Tools Flashcards
What command can you type from a command prompt to see the hops a packet takes to get to a destination host?
traceroute or tracert
What tool would you use to verify a complaint about a slow network?
Throughput tester
You need your IP address, subnet mask, default gateway, and DNS information. What command will you type from a Windows command prompt?
ipconfig /all
You need to log in as a dumb terminal to a server or Unix host and run programs. What application will you use?
Telnet
You need to add a route to your Windows server’s routing table. What command will you use?
route
You want to log in to a server and transfer files. What application will you use?
FTP
You need to check your name-resolution information on your host. What command will you type from the command prompt?
nslookup
You want to use netstat , but you want to see only the IP address, not the names of the hosts. Which modifier will you use?
netstat-n
You want the IP configuration on a Unix host. What command will you type at the command prompt?
ifconfig
Which Windows command will show you the routing table of your host or server?
route print
Which TCP/IP utility is most often used to test whether an IP host is up and functional?
A. ftp
B. telnet
C. ping
D. netstat
C. The program Packet Internet Groper ( ping ) is used to find out if a host has the IP stack initialized.
Which TCP/IP utility will produce the following result? Interface: 199.102.30.152 Internet Address Physical Address Type 199.102.30.152 A0–ee–00–5b–0e–ac dynamic
A. arp
B. netstat
C. tracert
D. nbtstat
A. The arp utility is used to display the contents of the ARP cache, which tracks the resolution of IP addresses to physical (MAC) addresses and will produce the displayed output.
Which Windows utility can you use to connect to a machine 50 miles away to troubleshoot?
A. Remote Desktop
B. netstat
C. arp
D. Wireshark
A. Microsoft has made what it calls Remote Desktop software available for free with Windows products since Windows NT. When this software is installed (installed by default in later versions) on both source and destination computers, a remote desktop connection can be made.
Which TCP/IP utility might produce the following output?
Reply from 204.153.163.2: bytes=32 time=1ms TTL=128 Reply from 204.153.163.2: bytes=32 time=1ms TTL=128
Reply from 204.153.163.2: bytes=32 time=1ms TTL=128 Reply from 204.153.163.2: bytes=32 time<10ms TTL=128
A. tracert
B. ping
C. WINS
D. ipconfig
B. The purpose of the ping utility is to test the communications channel between two IP hosts as well as how long it takes the packets to get from one host to another.
Which utility can you use to find the MAC and TCP/IP addresses of your Windows workstation?
A. ping B. ipconfig C. ipconfig /all D. tracert E. telnet
C. The ipconfig /all utility will display the current configuration of TCP/IP on a given workstation—including the current IP address, DNS configuration, WINS configuration, and default gateway.