5.9.7 Practice Exams

10 September 2022
4.7 (114 reviews)
15 test answers

Unlock all answers in this set

Unlock answers (11)
question
You work in an office that uses NetWare servers and Windows NT 4.0 servers.The network uses both the TCP/IP and IPX/SPX protocols. You are sitting at a workstation that uses Windows 95 OSR2.An application you are using is unable to contact Windows NT server named FileSrv2. Which command can you use to determine whether your computer can still contact the server?
answer
Ping
Explanation: If you are unable to contact the Windows NT server named FileSrv2, you can use the ping command to determine whether your computer can still contact the server.
question
Your computer is sharing information with remote computer using the TCP/IP protocol. Suddenly, the connection stops working and appears to hang. Which command can you use to check the connection?
answer
netstat checks the status of a TCP connection
question
You administer a NetBIOS-based network that uses the TCP/IP protocol.You are trying to troubleshoot a computer that is unable t ocontact a server by its Net BIOS name.Which command can you use to check the connection?
answer
Nbstat
question
Which command displays network activity statistics for TCP,UDP, and IP?
answer
Netstat -s
Explanation: The command that displays network activity statistics for TCP, UDP, and IP is the netstat command. This command displays a variety of information about the current state of the network, including active connections and their status, routing table information, and statistics about the traffic passing through the system. The netstat command can be used to troubleshoot network problems, or to simply monitor the activity on a system.
question
You have been called in to troubleshoot a connectivity problem on a newly installed Windows Server 2003 system.The system is operating satisfactorily and is able to communicate with other systems on the local network.However it is unable to access any systems on other segments of the corporate network. You suspect that the default gateway parameter for the system has not been configured,or may be configured incorrectly.Which of the following utilities are you most likely to use to view the default gateway information for the system?
answer
Ipconfig
question
While working on a Linux server, you are unable to connect to Windows Server 2003 system across the Internet.You are able to ping the default gateway on your own network, so you suspect that the problem lies outside of the local network. Which utility would you use to track the route a packet takes as it crosses the network?
answer
Traceroute
question
Which TCP/IP utility gives you the following output?
answer
tracert
question
Which TCP/IP utility gives you the following output? Local Area Connection: Node IpAddress:
answer
Nbstat -c
question
Which TCP/IP utility gives you the following output? Route Table Interface List
answer
Netstat -r
question
Which TCP/IP utility gives you the following output? Reply from 192.168.1.168
answer
Ping
question
Which TCP/IP utility gives you the following output? Active Connections
answer
Netstat -a
question
Which TCP/IP utility gives you the following output? Interface:192.168.1.111
answer
Arp -a
Explanation: --- 0x2The output is from the netstat" command."
question
Which TCP/IP utility gives you the following output? Ethernet adapter Local Area Connection:
answer
Ipconfig
Explanation: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Intel(R) PRO/1000 PL Network Connection Physical Address. . . . . . . . . : 00-0C-29-9E-85-07 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : fe80::a8a8:f7d0:e1b3:79b0%11(Preferred) IPv4 Address. . .The TCP/IP utility that gives you the following output is the ipconfig command.
question
Examine the following output: Active Connections Which of the following utilities produced this output?
answer
Netstat
Explanation: The output was produced by the Active Connections utility. This utility allows you to view all of the active connections on your computer. This can be useful if you want to see what programs are using your internet connection or if you want to troubleshoot a connection issue.
question
Which of the following tools would you use to vieq the MAC addresses associated with IP addresses that the local workstation has contacted recently?
answer
Arp
Explanation: The arp command can be used to view the MAC addresses associated with IP addresses that the local workstation has contacted recently.