4.3 Software Tools Flashcards

1
Q

command used to view a hosts IP addressing information and TCP configuration settings

A

ipconfig (Windows) / ifconfig (UNIX/Linux)

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

command used to check connectivity between two devices on a network

A

ping

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

How do you test to see if TCP/IP has been installed and correctly configured on a local system?

A

Ping the loopback address

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

How can you verify that a local system’s IP address is correct?

A

Ping the system’s own IP address

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

How can you verify that a local system can connect to it’s default gateway, and that it is working?

A

Ping the system’s default gateway

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

command used to track the path of a packet as it travels across a network

A

tracert (Windows) / traceroute (UNIX / LINUX)

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

used to view and edit the IP address to MAC address resolution cache

A

arp

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

command used to display protocol statistics and TCP/IP connections on a host, as well as routing tables on a local or remote system

A

netstat

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

this netstat switch displays the current connections and listening ports

A

netstat -a

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

this nestat switch displays ethernet statistics

A

netstat -e

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

this nestat switch lists addresses and port numbers in numeric form

A

netstat -n

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

this nestat switch shows connections for a specifies protocol

A

netstat -p

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

this nestat switch shows routing tables

A

netstat -r

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

this nestat switch lists per-protocol statistics

A

netstat -s

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

command used to troubleshoot DNS-related problems

A

nslookup

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

this Windows / Linux command is used to show and modify routing tables

A

route

17
Q

this UNIX / LINUX command is used to perform manual DNS lookups. it is similar to nslookup, only differing from the lack of an interactive mode

A

dig

18
Q

this type of network diagnostic software is used to measure network throughput and capacity

A

throughput testers

19
Q

this type of network diagnostic software is used to troubleshoot connectivity issues. ping, pathping, tracert, and netstat, and WireShark are examples of these

A

connectivity software