Network Trouble shooting Flashcards

1
Q

What tools can you use to troubleshoot latency

A
  • Ping
  • Traceroute
  • MTR
  • hping
  • tcpdump
  • Microsoft Network Monitor (Protocal Analyzer)
  • SNMP (Simple Network Management Protocol)
  • Protocol analyzers (Like wireshark)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can ping be used to troubleshoot latency issues?

A

It can verify the reachability of devices on a network, and provide data on how long it took an ICMP packet to reach its destination and back.

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

How can Traceroute be used to troubleshoot latency issues?

A

Traceroute provides response times on a hop-by-hop basis, so you end up with a list of all the devices between the source and destination and how responsive those hops are at that point in time.

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

How does Traceroute work?

A

The traceroute utility works by sending a UDP (for Linux-based systems) or ICMP (for Windows systems) with a TTL value of 1.

Once the packet reaches the first hop down the path to the destination, that device realizes the TTL limit is reached and responds back to the source device, which collects the round-trip time value. The next packet will then be set to a TTL of 2, then 3 and so-on until the final destination IP is reached.

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

What does SNMP mean

A

Simple Network Management Protocal.

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

How can Protocol analyzers be used to troubleshoot latency?

A

A protocol analyzer such as Wireshark can perform deep-packet inspection to determine exactly which packets are slow, where they are going and what they are doing.

If a user is complaining about an application being slow, that application may be distributed across multiple servers. The protocol analyzer can determine whether the problem is limited to a specific part of the overall distributed architecture.

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

List the OSI Model in order

A
  • Layer 1: Physical Layer
  • Layer 2: Data Link Layer
  • Layer 3: Network Layer
  • Layer 4: Transport Layer
  • Layer 5: Session Layer
  • Layer 6: Presentation Layer
  • Layer 7: Application Layer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

____ is a computer program which combines the functions of the traceroute and ping programs in one network diagnostic tool

A

MTR

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

How does tcpdump help with troubleshooting network latency issue’s?

A

It can help with diagnosing packet loss/latency issues by performing packet captures. Doing so can help isolate the issue at the networking and application layers.

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

Latency can either be measured as the ___________ or ___________

A

Round Trip Time (RTT) or the Time to First Byte (TTFB):

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

What would you be looking

A

A protocol analyzer such as Wireshark can perform deep-packet inspection to try and determine exactly which packets are slow, where they are going and what they are doing.

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

If a user is complaining about an application being slow, that application may be distributed across multiple servers in a distributed architecture. A _______________ can determine whether the problem is limited to a specific part of the overall distributed architecture.

A

protocol analyzer

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

Increasing TCP window size can be used to improve what?

(TCP Window Scaling)

A

Data troughput or speed.

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

____ is defined as the amount of time it takes a packet to get from the client to the server and back.

A

RTT

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

_____ is the amount of time it takes for the server to receive the first byte of data when the client sends a request.

A

TTFB

17
Q

___________ can also help reduce latency across your network as you can group together endpoints that communicate most frequently with each other.

A

Subnetting

18
Q

You can use a _____________ to help offload traffic to parts of the network with the capacity to handle some additional activity.

A

load balancer

19
Q
A
20
Q
A