TCP Performance – Analyzing Normal TCP Retransmission Patterns

performancetcp

Our organisation's desktop computers have been performing not satisfactorily during their accessing of network resources. Out of suspicion, I perform a TCP retransmission statistics. Below picture is what I got.

I saw that the retransmissions (blue series) are happening in a regular pattern. Is this normal?
TCP retransmission graph

The graph is from this file:
https://drive.google.com/open?id=1ZczYMCykMvtaADj0A0AuUguMcY5v0Y7w

Best Answer

Some TCP retransmission is normal, but this looks excessive. Looks like you have packet loss and will have to "walk the line" and check physical connections, cabling, speed/duplex mismatches. Check out the link below.

https://www.performancevision.com/blog/network-packet-loss-retransmissions-and-duplicate-acknowledgements/

Cheers,

Errdisabled

Related Topic