If I request an image from a server, would latency be the time it takes to receive the first byte of the image?

link|improve this question
feedback

2 Answers

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.

link|improve this answer
feedback

The round-trip for the request and the first network packet in the response actually.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.