Network Commands Flashcards

1
Q

What is TRACEPATH?

A

-Shows paths taken by packet
-no need for superuser privileges
-Linux heavy

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

What is IPCONFIG?

A

-Gives IP, Subnet mask, and default gateways
-can release all networks and renew adapters
-Windows heavy

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

What is TRACEROUTE/TRACERT?

A

-Trace route IP takes to destination
-shows each hop with IP and the total time
-Linux & Windows
-troubleshooting and connectivity issues

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

What is PING?

A

-Tests connectivity and latency
-ICMP echo to hosts
-troubleshooting and connectivity issues

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

What is NSLOOKUP?

A

-some DNS info
-troubleshoots DNS problems
-displays IP addresses
-Windows & Linux

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

What is IFCONFIG?

A

-Configure kernel network interfaces
-used during botting
-debugging or tuning
-Linux heavy

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

What is NETSTAT?

A

-Shows active ports info
-troubleshooting and capacity
-shows routing info for adapters
-Windows, MacOS, Linux

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

What is DIG?

A

-retrieves entire DNS response message
-lookups and displays answers
-OS resolver libraries
-native to Linux

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

What is Address Resolution Protocol (ARP)?

A

-Shows IP and MAC address
-add, remove, modify cache entries
-broadcasts to entire network to find addresses

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

What is SCP?

A

-copies files between servers
-SSH to encrypt and authenticate

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

What is Route?

A

-Shows current route tables on host
-add or remove routes
-determines where to send traffic

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

What is WHOIS?

A

-used to figure out who owns a domain or block of IP addresses
-shows name, emails, physical addresses
-Linux heavy

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

What is FTP?

A

-Copies files from host to host
-uses TCP on internet and WANs

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

What is TCPDUMP?

A

-Shows packets being transmitted
-protocol analyzer
-shows contents of network packets

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

What is NMAP?

A

-finds hosts and open ports
-shows what is deployed on network
-Windows & Linux

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

What is TFTP?

A

-Transfers files client to server or server to client
-UDP and not TCP
-used on LAN

17
Q

What is FINGER?

A

-shows info about users on remote systems
-last logins and usernames
-Linux heavy

18
Q

What is TELNET/SSH?

A

-user can manage account and devices remotely
-can be encrypted