Commands Flashcards

1
Q

netstat -a

A

Network Statistics; -a shows all active connections; -b show binaries (windows); -n just IP addresses

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

iperf

A

tool For active measurements of the maximum achievable
bandwidth and used for network tuning

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

NetFlow

A

Cisco protocol used for network flow analysis. A
NetFlow analyzer is used to collect IP network traffic as it enters or exits an
interface and can identify such values as the source and destination of traffic,
class of service, and the causes of congestion

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

tracert
/traceroute

A

Tracks the path a packet takes as it travels across a network.
1. tracert is used on Windows systems;
2. traceroute is used on UNIX, Linux,and macOS systems.

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

ping

A

Tests connectivity between two devices on a network with IPv4

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

hostname

A

Displays the name assigned to the host.

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

arp

A

Address Resolution Protocol command; -a will show IP with MAC address

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

arp
ping

A

Uses ARP to test connectivity between systems rather than the
Internet Control Message Protocol (ICMP), as done with a regular
ping

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

netstat

A

Enables you to view the current TCP/IP connections on a system.

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

telnet

A

Allows remote access to a host. Because it is not secure, its usage is
usually discouraged in favor of newer, more secure options such as
SSH.

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

ipconfig /ifconfig

A

1.Enables you to view and renew a TCP/IP configuration on a
Windows system.
2.Enables you to view a TCP/IP configuration on a UNIX, Linux, or
macOS system

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

nslook
up/dig

A

manual DNS lookups.
1. nslookup can be used on Windows,
UNIX, macOS, and Linux systems.
2. dig can be used on UNIX,
Linux, and macOS systems.

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

tcpdump

A

Acts as a Linux-based packet analyzer.

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

route

A

Enables you to view and configure the routes in the routing table.

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

nmap

A

Acts as a popular vulnerability scanner.

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

Private Address

A

Address range
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.255.255
192.168.0.0 to 192.168.255.25

17
Q

If scope is exhausted it asssign what address

A

169.254.0.0 APIP range