Network Trouble shooting Flashcards
What tools can you use to troubleshoot latency
- Ping
- Traceroute
- MTR
- hping
- tcpdump
- Microsoft Network Monitor (Protocal Analyzer)
- SNMP (Simple Network Management Protocol)
- Protocol analyzers (Like wireshark)
How can ping be used to troubleshoot latency issues?
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 can Traceroute be used to troubleshoot latency issues?
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 does Traceroute work?
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.
What does SNMP mean
Simple Network Management Protocal.
How can Protocol analyzers be used to troubleshoot latency?
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.
List the OSI Model in order
- 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
____ is a computer program which combines the functions of the traceroute and ping programs in one network diagnostic tool
MTR
How does tcpdump help with troubleshooting network latency issue’s?
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.
Latency can either be measured as the ___________ or ___________
Round Trip Time (RTT) or the Time to First Byte (TTFB):
What would you be looking
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.
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.
protocol analyzer
Increasing TCP window size can be used to improve what?
(TCP Window Scaling)
Data troughput or speed.
____ is defined as the amount of time it takes a packet to get from the client to the server and back.
RTT