1.2 – Other Network Commands Flashcards

1
Q

netuse

A

used to connect to a network share

a. net use x:\servername\ sharename
b. C:\Windows\System 32> net use r:\win11vm\pics

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

netstat

A

displays active network connections

a. netstat – a = displays all connections, including listening ports

b. C:\Windows\System 32> netstat – a
—–All connections & ports being used

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

tracert

A

uses ICMP to return a hop count

a. shows all paths a packet takes
b. show hiccups / bottlenecks
c. C:\Windows\System 32> tracert google.com

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

netuser

A

used to manage user accounts

a. create a user on the computer
b. C:\Windows\System 32> net user Christine password /add

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

pathping

A

performs a ping & a trace route at the same time

a. C:\Windows\System 32> pathping google.com
b. How we get there and if we can get there

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

nslookup

A

identifies the current DNS server & displays IP addresses for a provided name

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

hostname

A

displays a computer’s host name

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