analyze packet loss with wireshark

Lost packets can extremely slow down a network and even completely bring down at high load.

Poorly laid cables, network segments that are too long (above but also below 100 meters) but also too many switches can cause the network to become out of sync.

With Wireshark you can easily test your own connection for lost packet segments and retransmissions:

  • tcp.analysis.lost_segment – Indicates we’ve seen a gap in sequence numbers in the capture. Packet loss can lead to duplicate ACKs, which leads to retransmissions.
  • tcp.analysis.retransmission – Displays all retransmissions in the capture. A few retransmissions are OK, excessive retransmissions are bad. This usually shows up as slow application performance and/or packet loss to the user.

some lost segments to web destinations are ok, but massive lost packets on connections to a local server are bad.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.