CH14 Flashcards
Which switch can you use to view help for a Command?
/?
?
/hlp
/?Help
/?
What command can you use to determine a computer’s default gateway? (Choose All That Apply)
ipconfig
ipconfig /all
netstat
telnet
ipconfig
ipconfig /all
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?
netstat 192.168.1.1
192.168.1.1 Netstat
ping 192.168.1.1
192.168.1.1
ping 192.168.1.1
you want to ensure that the ping command only uses IPv4. Which switch should you use?
-4
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?
DHCP is Down
Name Resolution Didn’t Work
A Router is Not Configured Properly
The Default Gateway isn’t Configured.
Name Resolution Didn’t Work
It could also be a problem with DNS (Or another type of name resolution), or it could be the Host Name is not entered correctly in the ping command.
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?
DHCP is Down
Name Resolution didn’t work
A Router is Not Configured Properly
DNS isn’t Configured
A Router is Not Configured Properly
Usually indicates a problem with Routing.
It could be that a Router is not configured correctly or that one of the two systems does not have its default gateway configured correctly.
You can measure packet loss using the tracert command?
True
False
False
Tracert will identify the routers in the path, but it will not measure packet loss. Pathping can measure packet loss.
What tool can you use to view TCP/IP statistics including the number of packets that have been sent and received?
Netstat
Netstat (Network Statistics) can show statistics for protocols running on a system.
What is the command to view all open ports including known applications on a Windows Server 2008 System?
ipconfig /all
pathping
netstat
netstat -b
netstat -b
Shows all the connections that all applications are using to connect to the network.
Netstat (Without the -b switch) does not list the applications.
The Telnet client is installed by default in Windows Server 2008?
True
False
False
Telnet is not installed by default in Windows Server 2008. You can add Telnet as a Feature though.