Latency in TCP/IP-over-Ethernet networks

Posted by aix on Server Fault See other posts from Server Fault or by aix
Published on 2010-12-23T14:00:54Z Indexed on 2011/11/28 9:59 UTC
Read the original article Hit count: 329

Filed under:
|
|
|
|

What resources (books, Web pages etc) would you recommend that:

  • explain the causes of latency in TCP/IP-over-Ethernet networks;
  • mention tools for looking out for things that cause latency (e.g. certain entries in netstat -s);
  • suggest ways to tweak the Linux TCP stack to reduce TCP latency (Nagle, socket buffers etc).

The closest I am aware of is this document, but it's rather brief.

Alternatively, you're welcome to answer the above questions directly.

edit To be clear, the question isn't just about "abnormal" latency, but about latency in general. Additionally, it is specifically about TCP/IP-over-Ethernet and not about other protocols (even if they have better latency characteristics.)

© Server Fault or respective owner

Related posts about linux

Related posts about networking