Lesson 14 Flashcards
netstat
A command-line tool that measures network statistics for a computer. It can also show all open ports and identify applications that are using the ports.
pathping
A command-line tool that combines the features of ping and tracert. It measures packet loss for each router between the source and destination.
ping
A command-line tool that checks connectivity with a remote system. It sends out four packets, and if the target computer is up, it can send back four echo packets back, indicating it’s up. Ping uses ICMP, which is often blocked.
tracert
A command-line tool that identifies all the routers between a source computer and a destination computer.
What is the command to view all open ports including known applications on a Windows Server 2008 system?
netstat -b
You use the ping command to check connectivity with a server named FS1 and receive the following error: “Destination Host Unreachable.” What is the most likely reason for this error?
Name resolution didn’t work.
True or false. You can measure packet loss using the tracert command.
False
Which of the following utilities will produce the output shown in the figure below?
Reply from 205.138.192.8: bytes=32 time=337ms TTL=53
Ping statistics for 205.138.192.8
…..
ping
True or false. The Telnet client is installed by default in Windows Server 2008
False
What command can you use to determine a computer’s default gateway? (Choose all that apply.)
ipconfig
ipconfig /all
What switch can you use to view help for a command?
/?
You want to verify a computer can connect with the default gateway. It has an IP address of 192.168.1.1. What command should you use?
ping 192.168.1.1
Which of the following is used to find problems in the network and to determine the amount of traffic on the network as a performance measurement?
netstat
Which of the following utilities will produce the output as shown in the image below?
Active Connections
Proto Local Address Foreign Address
TCP LAPTOP5:1093 cs31.msg.dcn.yahoo.com:5050
netstat
The ____ utility displays the statistics and state of current TCP/IP connections?
NETSTAT
You use the ping command to check connectivity with a server named DC1 and receive the following error: “Ping request could not find host dc1. Please check the name and try again.” What does this error mean?
Name resolution didn’t work.
Mark works as a Network Administrator for TechMart Inc. His Windows computer is configured to automatically receive an IP address. It also has APIPA enabled. Mark is using the IP command to check the TCP/IP on his computer. He wants to check whether the computer has connectivity with a server on the same subnetwork. He observes that it has an IP address of 0.0.0.0. Which of the following is the reason of this problem?
Windows is unable to detect a connection to the network media.
You work as a network administrator for Tech Perfect Inc. Rick, a new colleague, needs information regarding his computer’s IP address lease start date and expiry date. Which of the following commands will help him?
ipconfig /all
Select the various ping switch commands according to their usages in the following figure.
Ping 4 Ping t Ping a Ping w Ping 6
Which of the following are used to identify a router that is facing problems?
pathping
tracert
You work as a Network Administrator for Tech Perfect Inc. The company has a TCP/IP-based network. You want to know the current TCP/IP network configuration settings, DHCP server IP address, and DHCP lease expiration date of your network. Which of the following utilities will you use?
ipconfig
Which of the following command-line utilities is used to show the state of current TCP/IP connections?
netstat