Latency option
Introduction
This document details the latency diagnostic features, including Ping and Traceroute tests, available on the system. These tools are essential to evaluate the speed, quality and route of the network connection.
Access to Features
Path: Devices Menu -> Select equipment -> Diagnostics tab -> Latent option
Context Analysis
The diagnosis of latency is crucial for:
- Identify connectivity problems
- Optimize network performance
- Solving quality of service issues
- Planning improvements in network infrastructure
Fundamental concepts
Ping test The Ping test sends data packages from one device to another, measuring the time needed to receive a response. Features:
- What? Allows testing with multiple destination addresses
- What? Measures connection latency
- Useful to check basic connectivity between devices Traceroute Traceroute tracks the path that data packets travel from a computer to an internet destination, showing each jump** between routers on the network. Features:
- Shows each jump** on the route to the destination
- What? Provides information on latency at each point
- Useful to identify necks or faults at specific points of the route
Flows and Processes
How to Perform the Ping Test
- Access Ping functionality
- Enter one or more destination addresses
- Set the number of packages to send (optional)
- Start the test
- Analyze the results presented How to Perform the Traceroute Test
- Access Traceroute functionality
- Enter the destination address
- Start the test
- Analyze the results, which will show each jump with their respective response time
Practical Examples
Traceroute Result Example``` Hop Host IP Address Time (ms) 1 Router Local 192.168.1.1 1.2 2 ISP Gateway 200.100.50.1 15.3 3 ISP Core Router 200.100.60.1 18.7 4 Internet Exchange 198.51.100.1 25.1 5 Destination Server 203.0.113.1 30.5
# Interpretation of the Results
- **Ping:**
- Low response time: Indicates good connection
- High response time: Can indicate congestion or problems on the route
- Package loss: Suggests instability in connection
- **Traceroute:**
- Consistent times: Indicates a stable route
- Sudden increase in latency: Can indicate a neck at that point of the route
- Asterisks * They indicate timeout, suggesting possible blockage or node problem.
Best Use Practices
1. Perform tests at different times to identify patterns
2. Compare results with different destinations to isolate problems
3. Use in conjunction with other diagnostic tools for complete analysis
4. Keep a record of results for long-term follow-up
Common Troubleshooting
- **High latency**: Check network congestion, wireless interference or hardware issues
- **Package loss**: Investigate physical connectivity problems or firewall settings
- **Interrupted route**: Contact the service provider if the problem persists in intermediate nodes
# Final considerations
Ping and Traceroute tools are essential for the diagnosis and maintenance of networks. Used correctly, they can help identify and resolve connectivity and performance problems quickly. It is important to consider safety aspects such as blocking ICMP firewall responses and potential exposure of network topology when using Traceroute in sensitive environments.
# Read it too
- [Opção Redirecionamento](../aba%20conectividade/opcao%20redirecionamento)
- [Opção Internet](../aba%20conectividade/opcao%20internet)
- [Opção Interfaces Wi-Fi](../aba%20conectividade/opcao%20interfaces%20wi-fi)
- [Opção Dispositivos Conectados](../aba%20conectividade/opcao%20dispositivos%20conectados)
- [Opção Speedtest](./opcao%20speedtest)
- [Opção Redes Próximas](./opcao%20redes%20proximas)1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
