Network Console Commands Flashcards

1
Q

Displays detailed configuration, including DHCP and DNS servers, Mac address, and NetBIOS status.

A

ipconfig /all

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

Releases the IP address obtained from a DHCP server so that the network adapter(s) will no longer have an IP address.

A

ipconfig /release

AdapterName

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

Forces a DHCP client to renew the lease it has for an IP address.

A

ipconfig /renew

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

Displays the DNS resolver cache. This contains host and domain names that have been queried recently.

A

ipconfig /displaydns

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

Clears the DNS resolver cache.

A

ipconfig /flushdns

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

Displays the IP address, subnet mask, and default gateway (router) for all network adapters to which TCP/IP is bound.

A

ipconfig

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

Used to test whether a host can communicate with another host on the same network or on a remote network.

A

ping

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

Used to trace the route a packet of information takes to get to its target.

A

tracert

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

Used to investigate open ports and connections on the local host.

A

netstat

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

Displays all the connections and listening ports.

A

netstat -a

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

Shows the process that has opened the port.

A

netstat -b

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

Displays ports and addresses in numerical format.

A

netstat -n

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

Used to troubleshoot DNS.

A

nslookup

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