Network command line tools Flashcards

1
Q

This is a command that you will use most of you network troubleshooting.

A

ipconfig.

it shows: IP address, default gateway.

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

this command is what you use to show all of your information; also the most useful network troubleshooting command tool

A

ipconfig /all

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

This command is to test reachability, it determines the round trip it takes to reach you.

A

ping

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

This command determines the route a packet takes to a destination. it also maps the entire path

A

tracert for windows

traceroute for linux and Mac

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

this command shows network statistics and all active connections

A

netstat -a

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

this command shows binaries (windows)

A

netstat -b

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

this is a command that you use so it doesn’t resolve the names.

A

netstat -n

example of use: netstat -a -n

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

this command helps you look for information from DNS servers. canonical names, ip addresses, cache times, etc.

A

nslookup

it can be used in reverse too.

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

with this command you need to be in administrative mode. and it allows you to use windows network command and view network resources.

A

net
examples:
net view
net view /workgroup:

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

This command maps a network share to a drive letter

A

net use {name of drive}: \\

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

this is a command that is used to view user information and to reset passwords

A

net user

net user * /domain

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