command prompts Flashcards

1
Q

ipconfig

A

displays the current TCP/IP network configuration values such as ip address, mac address.

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

ipconfig/all

A

shows detailed TCP/IP network configuration values.

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

ipconfig/release

A

releases the current ip address in the case of a dual ip address or bad ip address.

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

ipconfig/renew

A

lets go of the current ip address and asks for a new one.

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

ipconfig/flushDNS

A

erases and repropagates the DNS settings.

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

ping -t <destination></destination>

A

will ping the computer continuously until you tell it to stop.

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

ping

A

tests whether another host is available over the network.

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

ping -n <destination></destination>

A

will ping the computer a certain number of times.

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

ping -l <destination></destination>

A

will ping a computer but you can specify the amount of bytes per packet sent.

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

tracert

A

traces the route from your computer to another and pings each router on the way.

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

netstat

A

shows the current network statistics and open sessions to the local computer.

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

NSlookup

A

used to obtain domain name or IP address mapping, DNS records, and other DNS-related information.

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

netview

A

lets you see computers currently available on the network.

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

netshare

A

lets you share folders for other users to view.

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

netuse

A

allows you to map network drivers.

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

netstart/stop

A

starts/stops services.

16
Q

localhost

A

the loopback address of the computer.