Windows commands Flashcards
1
Q
ping
A
Checking connectivity
2
Q
tracert
A
detailed checking connectivity
3
Q
ipconfig
A
TCP/IP info NC simple
4
Q
/?
A
command options
5
Q
ipconfig /all
A
advanced NC IP config info
6
Q
nslookup forward & reverse
A
DNS
forward IP -> Name
backward Name -> IP
7
Q
arp
A
think MAC
lists IP & mac of devices
8
Q
netstat
A
TCP connections
9
Q
nmap
A
all network ports TCP & UDP
hacker/security tool
10
Q
route
A
like tacert BUT can EDIT pathway to get connections
11
Q
FTP
A
tcp download/upload
12
Q
TFTP
A
UDP download/upload
13
Q
telnet
A
UNSECURE command terminal remote connection to network
devices.
plain text
14
Q
SSH
A
SECURE command terminal remote connection to network devices.
encrypted