What is the name of a Windows command-line utility that can be used to display TCP/IP configuration settings?
A) ifconfig
Used without any parameters, ipconfig displays the IP address, subnet mask, and default gateway for all adapters.
A) True
B) False
A) True
Which of the following answers lists an ipconfig command parameter used for displaying the full TCP/IP configuration information for all adapters?
C) /all
Which ipconfig parameter allows to view the physical address of a Network Interface Card (NIC)?
A) /all
Which of the following command-line commands in MS Windows are used for resetting the DHCP configuration settings for all adapters? (Select 2 answers)
a. ifconfig eth0 down
b. ipconfig /release
c. ifconfig eth0 up
d. ipconfig /renew
ipconfig /release
and
ipconfig /renew
A command-line utility in MS Windows used for displaying protocol statistics and current TCP/IP network connections is called:
B) netstat
Which netstat parameter allows to display all active TCP connections and the TCP and UDP ports on which the computer is listening?
C) -a
Which of the following command-line commands in MS Windows is used to display the contents of a routing table?
D) route print
Which of the options listed below allows for execution of a command if the requested operation in the command-line interface in MS Windows requires elevation?
F) mode
B) Run as administrator
Which of the netstat utility parameters listed below allows to display the contents of the IP routing table?
A) -r
Which netstat parameter allows to display the names of applications and executable file components that are accessing the network?
A) -b
What is the name of a command-line utility used for checking the reachability of a remote host?
C) ping
A command-line network administration utility that operates by sending Internet Control Message Protocol (ICMP) echo request packets to the destination host and waiting for a reply in order to test the communication with another computer on an Internet Protocol (IP) network is called ping.
A) True
B) False
A) True
The -t switch in the MS Windows' ping utility is used for:
C) Executing the ping command in a loop
Which of the following key combinations allows to stop the execution of the current command run in Windows Command Prompt?
C) Ctrl+C
Which of the following commands in MS Windows is used to display help information related to a specific network command-line utility?
A) [command] /?
What is the correct syntax for checking the IPv6 connectivity with another network node (host1) in MS Windows? (Select 2 answers)
a. ping host1 -6
b. ping 6 host1
c. ping host1.6
d. ping -6 host1
ping host1 -6
and
ping -6 host1
Which of the command-line commands listed below allows for sending an ICMPv6 echo request to another network node (host1) in Linux OS?
D) ping6 host1
A network command-line utility in MS Windows that tracks and displays the route taken by IPv4 packets on their way to another host is called:
D) tracert
A Linux command-line utility for displaying intermediary points (routers) the IPv4 packet is passed through on its way to another network node is known as:
A) traceroute
Which of the following commands in MS Windows displays the route taken by IPv6 packets on their way to another host?
D) tracert -6
A network command-line utility in Linux that tracks and displays the route taken by IPv6 packets on their way to another network node is known as: (Select 2 answers)
a. traceroute6
b. tracert6
c. traceroute -6
d. tracert -6
traceroute6
and
traceroute -6
Which of the following answers lists a Windows command-line utility designed to be of help in troubleshooting NetBIOS name resolution problems?
C) nbtstat
Which of the nbtstat parameters allows to resolve remote host (host1) by its name?
A) nbtstat -a host1
Which of the nbtstat parameters allows to resolve remote host (192.168.1.10) by its IP address?
A) nbtstat -A 192.168.1.10
Which of the following tools allows for obtaining a domain name to IP address mapping?
C) nslookup
Which of the following network administration command-line utilities can be used for DNS queries?
D) nslookup
Which command in MS Windows displays a table consisting of IP addresses and their resolved Ethernet or Token Ring physical addresses?
D) arp -a
Which of the network command-line utilities in MS Windows combines the features of ping and tracert?
B) pathping
Displays or refreshes IP setting for network interfaces (windows OS)
H) nslookup
I) ping
B) ipconfig
Behaves similarly to tracert by pinging every hop along the route to determine relative latency.
H) nslookup
I) ping
E) pathping
Displays diagnostic information for NetBIOS over TCP/IP
H) nslookup
I) ping
E) nbtstat
Displays or configures IP settings for network interfaces (unix-like OS)
H) nslookup
I) ping
A) ifconfig
Displays the hop-by-hop path to a given host, along with the round-trip time to each hop.
H) nslookup
I) ping
A) tracert/traceroute
Test reachability and latency of a given host.
A) tracert/traceroute
B) ifconfig
C) ipconfig
D) netstat
E) nbtstat
F) pathping
H) nslookup
I) ping
I) ping
Displays a variety of network information including, active connections, routing tables, and traffic statistics.