Chapter 10 - Command-Line Tools Flashcards

1
Q

dig command

A

Can resolve a FQDN to an IP address on UNIX hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

host command

A

Can resolve a FQDN to an IP address on hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ipconfig command

A

A Microsoft Windows command that can be used to display IP address configuration parameters on a PC. In addition, if DHCP is used by the PC, the ipconfig command can be used to release and renew a DHCP lease, which is often useful during troubleshooting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

nbtstat command

A

Displays NetBIOS information for IP-based networks. The nbt prefix of the nbtstat command refers to NetBIOS over TCP/IP, which is called NBT (or NetBT). This command can, for example, display a listing of NetBIOS device names learned by a Microsoft Windows-based PC.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

netstat command

A

Can display a variety of information about IP-based connections on a Windows or UNIX host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

nslookup command

A

Can resolve a FQDN to an IP address on Microsoft Windows and UNIX hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ping command

A

One of the most commonly used command-line commands. It can check IP connectivity between two network devices. Multiple platforms (for example, routers, switches, and hosts) support the ping command.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

route command

A

Can add, modify, or delete routes in the IP routing table of Microsoft Windows and UNIX hosts. In addition, the route command can be used to view the IP routing table of Microsoft Windows hosts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

traceroute command

A

A UNIX command that displays every router hop along the path from a source host to a destination host on an IP network. Information about the router hop can include the IP address of the router hop and the round-trip delay of that router hop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

tracert command

A

A Microsoft Windows-based command that displays every router hop along the path from a source host to a destination host on an IP network. Information about a router hop can include such information as the IP address of the router hop and the round-trip delay of that router hop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly