Given a scenario, configure and verify network connection parameters Flashcards

1
Q

ping

A

“The ping command is used to verify that a remote host can respond to a network connection”

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

netstat

A

“The netstat command is useful for displaying a variety of network information. It is a key utility when troubleshooting network issues. The following table describes common options for the netstat command:

Option

Description

-t or –tcp

Display TCP information.

-u or –udp

Display UDP information.

-r or –route

Display the routing table.

-v or –verbose

Verbose; display additional information.

-i or –interfaces

Display information based on a specific interface.

-a or –all

Apply to all.

-s or –statistics

Display statistics for the output.

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

nslookup

A

“The nslookup command is designed to perform simple queries on DNS servers”

“While this command has often been referred to as obsolete, it is still often used on modern distributions. The nslookup command is normally run without options”

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

dig

A

“The dig command is useful for performing DNS queries on specific DNS servers”

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