パケットキャプチャの仕事が最近多いですが さっぱり分かりません。
どうしよう。 TCP/IPについてもう一度お勉強し直すしかないかなぁ。
[TCP Window Full] 受信側のバッファが一杯です [TCP ZeroWindow] 受信側のバッファが一杯で受けられない
Flow Control:
TCP provides a means for the receiver to govern the amount of data sent by the sender. This is achieved by returning a "window" with every ACK indicating a range of acceptable sequence numbers beyond the last segment successfully received. The window indicates an allowed number of octets that the sender may transmit before receiving further permission.
[TCP Dup ACK 6707#xxx]TCP Dup Ack=TCP Duplicate AC K受信側から同じ応答確認番号のACKを受け取れない番号を通知
[TCP Fast Retransmission]TCPの高速再転送が行われているパケット データ送信者がDupACKを複数回受け取ると、Retransmission Timeoutの経過を待つことなく再送を行います。
[TCP Out-Of-Order]順番の乱れたパケット [TCP Retransmission]TCPデータの送信者が、受信者からACKを受け取れなかった場合、TCPデータの再送を要求する