ExamCompass: Network+ Quiz - Network Utilities Command Line
nbtstat -A 192.168.1.10
nbtstat switch that allows to resolve remote host by IP address (192.168.1.10)
nbtstat -a host6
nbtstat switch that allows to resolve remote host by name (host6)
traceroute6 traceroute -6
Linux command that displays route taken by IPv6 packets.
traceroute
Linux command that tracks and displays the route taken by IPv4 packets to another node?
ifconfig
Name of a command-line utility that can be used to display TCP/IP configurations in Linux?
ipconfig
Name of a command-line utility that can be used to display TCP/IP configurations?
[command] /?
What switch is used to display help info related to a specific network command-line utility?
Run as administrator
Allows the execution of a command which requires elevated credentials.
nslookup
Can be used for DNS queries?
nbtstat
Command designed to help troubleshoot NetBIOS name resolution problems.
nslookup
Command for obtaining a domain name to IP address mapping?
pathping
Command that combines the features of ping and tracert?
arp -a
Command that displays a table consisting of IP addresses and their resolved physical addresses?
tracert -6
Command that displays route taken by IPv6 packets.
tracert
Command that tracks and displays the route taken by IPv4 packets to another host?
ping6 host5
Command to send ICMPv6 echo request to another node (host5) in Linux?
Stops the current command.
Ctrl+C in the command prompt does this...
netstat
Displays protocol statistics and current TCP/IP network connections.
ping
Internet Control Message Protocol (ICMP) echo request is used by this utility.
ping host2 -6 ping -6 host2
Syntax for checking IPv6 connectivity with another node (host2)?
ping
Used for checking the reach ability of a remote host?
IP address, subnet mask, default gateway
Used without any parameters, ipconfig displays the?
ipconfig /release ipconfig /renew
What commands/switches are used to reset DHCP configuration?
route print
Which command displays the content of a routing table?
-a
Which netstat switch displays all active TCP connections and TCP/UDP ports?
/all
Which switch is used with ipconfig to display full TCP/IP configuration?
/all
Which switch is used with ipconfig to display the physical address of a NIC card?
Displays the names of applications and executable file components that access the network.
netstat -b
Displays the contents of the IP routing table.
netstat -r
Executes ping command in a loop.
ping -t does this...