DEV Community

cloudytech147
cloudytech147

Posted on

What is Latency - working and fixing it

At whatever point you are chipping away at a high-dormancy network, you are clearly going to hit the network communication bottlenecks. This implies you can't send the information over the network at most extreme allowable speed. Furthermore, with the utilization of high-Latency networks, you will likewise contrarily affect communication bandwidth. The dormancy can cause both long-lasting and transitory effects on the network bandwidth. Its effect is principally reliant upon the wellspring of the deferrals.

image

Network Latency can be characterized as the general time taken by a solicitation to go from a sender to the beneficiary in the network and the recipient to deal with the ask for and send a proper reaction to the sender. In basic terms, it is the time taken by a solicitation to finish one full circle from the program to the server to back to the program. We as a whole endeavor to get the most minimal network idleness. Be that as it may, the dormancy in a network will consistently be available because of different constraints.

Can We Eliminate Network Latency?

The information on the web is moved at the speed of light by the utilization of optical strands. Be that as it may, the impact of deferral is because of the web foundation hardware. Subsequently, you can never dispose of the latency, it tends to be limited, yet it can never be zero. Additionally, even web crawlers give a lower positioning to sites that have high network latency.

Causes

  1. Distance
  2. Website Construction
  3. End-user Issues
  4. Physical Issues

How to Measure Latency?

  1. Round Trip Time (RTT)
  2. Time to First Byte (TTFB)
  3. Ping

Resolve Latency Issues

Replace the Router/Add a Router
Don’t Use Too Many Applications
Malware Removal
Use a Wired Connection
Use Cache

Conclusion

Thus, this is the thing that you need to think about latency. Latency relies upon numerous parts of both the network and the equipment you are utilizing to interface with the network.10 ms to 50 ms comes in the line of anticipated latency, anything past 50ms can be viewed as surprising latency, and if your network goes past 100ms latency, you need to contact your ISP and request that they fix the issue so you can utilize the network at its ideal speed.

Top comments (0)