Network Troubleshooting Flashcards

1
Q

traceroute/tracert

A

used to trace the route from client to server, etc.

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

netstat

A

shows all active connections
-n lists numerically
-b shows executable file
-o shows process id
-a shows all active ports
-r shows routing table

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

Troubleshooting Methodology Step 1

A

Identify the Problem
1. Gather information
2. Question users
3. Identify symptoms
4. Determine if anything has changed
5. Duplicate problems if possible

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

Troubleshooting Methodology Step 2

A

Establish a Theory of Probable Cause
1. Question the obvious
2. Consider multiple approaches (top to bottom/bottom to top/divide and conquer)

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

Troubleshooting Methodology Step 3

A

Test the Theory to Determine the Cause
1. If theory is confirmed, determine next steps
2. If theory is not confirmed, reestablish new theory or escalate

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

Troubleshooting Methodology Step 4

A

Establish a plan of action

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

Troubleshooting Methodology Step 5

A

Impmlement the solution or escalate as necessary

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

Troubleshooting Methodology Step 6

A

Verify full system functionality and if applicable, implement preventative measures

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

Troubleshooting Methodology Step 7

A

Document findings, actions, outcomes, and lessons learned

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

Speed/Bandwidth of cable

A

Theoretical maximum data rate (size of the pipe)

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

Throughput

A

Amount of data transferred in a given timeframe (how much water is flowing through the pipe)

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

Protocol Analyzer

A

Gathers frames on the network (or in the air)
Can view traffic patterns, identify unknown traffic, etc.

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

iperf

A

used to measure speed and performance - requires server and client

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

Port Scanners

A

Used to identify IP addresses and open ports (OS, services, et.c)

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

NetFlow

A

Gathers traffic statistics from all traffic flows. Uses probes and collectors to create reports.

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

TFTP Server

A

Good for firmware upgrades: your device is the server and the network device is the client.

17
Q

Terminal Emulator

A

SSH - used for encrypted remote access to command prompt.

18
Q

ping

A

tests reachability using ICMP

19
Q

ipconfig/ifconfig/ip

A

determines IP address, subnet mask, and default gateway
/all gives you more details

20
Q

nslookup / dig

A

used to look up canonical names, IP addresses, cache timers, etc. dig is more advanced

21
Q

arp

A

arp -a : view local arp table

22
Q

hostname

A

view the FQDN and IP address of a device

23
Q

route

A

View device’s routing table
route print
(netstat -r does the same thing)

24
Q

telnet

A

remote console access (unencrypted)

25
Q

tcpdump

A

Captures packets from the command line

26
Q

nmap

A

Network mapper
Finds devices and identify open ports
Can discover the OS as well

27
Q

show interface

A

views the interfaces on a device

28
Q

show config

A

views the device configuration

29
Q

show route

A

shows routing table

30
Q

RSSI

A

Received Signal Strength Indication (measured in dBm, closer to zero is better) the amount of signal received

31
Q

EIRP

A

Effective Isotropic Radiated Power - the radiated signal strength (the actual amount of power being produced)

32
Q

EIRP

A

Effective Isotropic Radiated Power - the radiated signal strength

33
Q

Antenna Polarization

A

its position relative to the ground

34
Q

AP association time

A
35
Q

Client Disassociation

A

A type of attack that drops clients from the network. Older 802.11 standards are vulnerable.