Command Line Terms and meaning. Flashcards

1
Q

Displays information pertaining to your network adapter. namely TCP/IP connections.

A

Ipconfig

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

This command displays much more information. Namely the MAC address.

A

ipconfig/all

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

this displays the hostname of the computer

A

hostname

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

this command releases any IP configurations received from a DHCP server.

A

ipconfig /release

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

this command reconfigured the computer with the same IP address it used before. this may also reconfigure based on the computer’s registry

A

ipconfig / renew

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

This command is used to test the existence of other host on the network.

A

Ping

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

This command is used to test the local computer.

A

ping localhost, ping lookback

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

this command is used to test the local computer, but this test is placed on the network segment. This is the best way to test on a IPV4 network

A

ping 127.0.0.1

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

this command allows you to specify the amount of data you can used during the test.

A

ping -l

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

This command shows the TCP connections by itself.

A

netstat

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

This command shows the TCP and UDP connections.

A

netstat -A

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