Chapter 5 Flashcards

1
Q

Which of the following utilities is used to confirm low level IP connectivity between two machines?

A

ping

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

Which of the following utilities is used to perform DNS hostname resolutions directly?

A

host

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

Which of the following utilities is used to trace a packet’s path as it traverses from IP network to IP network on its way to a destination?

A

traceroute

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

Which of the following command lines would capture transactions between a web browser and a web server using the HTTP protocol (with a well known port 80), but only transactions to a webserver at port 80, and record the transactions in the file http.capture (in binary format)?

A

tcpdump -w http.capture -s 1600 port 80

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

Which of the following utilities can be used to analyze entire transactions between network clients and servers?

A

wireshark

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