If I request an image from a server, would latency be the time it takes to receive the first byte of the image?
Asked
Active
Viewed 184 times
2 Answers
2
Wikipedia explains it rather well
Latency in a packet-switched network is measured either one-way (the time from the source sending a packet to the destination receiving it), or round-trip (the one-way latency from source to destination plus the one-way latency from the destination back to the source). Round-trip latency is more often quoted, because it can be measured from a single point. Note that round trip latency excludes the amount of time that a destination system spends processing the packet.

RedGrittyBrick
- 3,832
- 1
- 17
- 23
0
The round-trip for the request and the first network packet in the response actually.

Ignacio Vazquez-Abrams
- 45,939
- 6
- 79
- 84