Questions tagged [latency]

Latency is the time period between a signal being sent and a signal being received

Latency is the time period between a signal being sent and a signal being received. In computer networking this can be the time between a sending of a packet and receiving of a packet.

To illustrate we can use the ping command:

PING google.be (173.194.66.94) 56(84) bytes of data.
64 bytes from google.be (173.194.66.94): icmp_req=1 ttl=47 time=76.6 ms
64 bytes from google.be (173.194.66.94): icmp_req=2 ttl=47 time=74.8 ms
64 bytes from google.be (173.194.66.94): icmp_req=3 ttl=47 time=79.6 ms

The latency here is 76.6 ms.

329 questions
0
votes
4 answers

Remote desktop over 500ms latency: What is the best client to use?

We have a very slow RDP session from NYC to India (500ms) and we are looking for a client that will withstand this latency. What do you recommend in this circumstance? Is there a better remote desktop solution that handles this type of connection? …
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
0
votes
1 answer

What is the best way to detect how/where server latency occurs?

I'm managing a small social media site, and its been for the past few days experiencing intermittent server lags. The site will choke loading a page, and moments later, the same page will have no difficulty loading. What is the best way to detect…
Trip
  • 205
  • 4
  • 9
0
votes
3 answers

howto measure network bandwidth/perf

we have a corporate LAN of approx 200 nodes behind a firewall and recently upgraded bandwidth of ISP. Now we want to measure the performance / bandwidth (internet as well file copy perf on local network) OS is windows. How good are the online tools…
JMS77
  • 1,275
  • 5
  • 27
  • 45
0
votes
2 answers

Why same HTTP operation's connections number difference under the same surrouding?

Under the same pc to operation one HTTP operation. Lan operation has less connections number than wan's (or add network latency). Why is it so like as I said? What determines how many connections to do this? Anyone who need to know more detail…
0
votes
1 answer

fast way to find network user computer on domain hogging all wan bandwidth

i have a network of about 40 domain users and i have huge latency wan issues, like 1400ms for google.com pings. I have noticed that the problem goes away after everyone goes home for the day. I would like to know if i should use something like a hub…
dasko
  • 1,244
  • 1
  • 22
  • 30
0
votes
0 answers

getting task cancel error while trying to call web api endpoint (hosted in machine A) from machine B in one of the machine for entire domian

0 I have a web api app hosted over machine A which is called from various machine within a domain. var data = await model.GetDataAsync(); // Throttle the number of requests returned return Ok(data.Take(maxRequests)); Total number of result data =…
0
votes
0 answers

Is it possible to check the latency of internet connection to a of a remote location?

I plan to travel to a distant location and access a high performance computing system (located at where I currently am) while I have arrived at my destination then. However, I am worried about the internet latency of remote access causing problems…
0
votes
1 answer

What is the recommended configuration for lower latency(TTFB) for Route 53 for CloudFront in future proof way

I'm new to AWS. I use CloundFront for host a fully static website under custom domain name + https. Im trying to understand [without success] how to configure Route 53 to get best result location-wise for a single country and make it work for…
0
votes
0 answers

network-latency/ping degradation over time correlated with memory fragmentation

There is an Online Charging System (OCS) which handles Diameter Ro and Gy traffic. The OCS receives CCR Diameter messages and answers with CCA Diameter messages. And this response time - latency - degrades over time. Normal average latency is 20 ms,…
0
votes
0 answers

How can I geolocate to minimize latency to an AWS instance behind an Amazon Global Accelerator?

There is a server on AWS that I do not control that I need as low latency to as possible. I figured I would experimentally measure my latency from different AWS regions to narrow down the lowest latency region for my instance. I have reasons to…
colevs
  • 1
0
votes
0 answers

ssh tunnel high latency with multiple connections

hi I'm running an Ubuntu 20.04.5 server I'm using it for dynamic port forwarding kinda like a vpn but the problem is when I'm downloading something or there is multiple connections ping increases drastically 500ms-1000ms but if I run two tunnels…
Aria5641
  • 1
  • 1
0
votes
0 answers

Tools for testing transfer speed to an already mounted SMB?

Say I have mounted /mnt/mount_test as a samba mount and I want to test the transfer speed from my local system to that mount. I want to know: after the mount is mounted, what transfer speeds am I getting? I have this FIO script but I'm not sure if…
KoenDG
  • 75
  • 6
0
votes
1 answer

Find hoster with low latency to a specific webservice

We want to have a server with low latency to the service opensea.io. To find out which hoster is close to their servers we would simply rent a bunch of servers from different hosters and ping the service above. Do you have any better ideas for this…
0
votes
0 answers

Setup new router with SQM - Buffer Bloating solution

Scenario. I'm in Tbilisi, Georgia. I have very high ping to EU servers(100ms+) plus a huge buffer bloating problem, this test gave me the F rank: https://www.waveform.com/tools/bufferbloat I use an optical Fiber connection, 100 Mbps connection from…
MrVerde
  • 1
  • 1
0
votes
1 answer

S3 static website is loading pretty slow on private window mode only

I'm not sure is this is an S3 issue or something with my website but would like to ask the community for some help. Configuration: I have a static website (about 700KB) hosted on S3. My .css and .js is gzipped with the appropriate metadata set up.…