TCPフラグ一覧

TCPフラグ(SYN/ACK/FIN/RST/PSH/URG)の参照ガイド。

TCP flags are control bits in the TCP header that manage the state of connections.

SYNBit 1

Synchronize — initiates a connection

Connection establishment (3-way handshake step 1&2)

ACKBit 4

Acknowledgment — acknowledges received data

Acknowledges all segments after initial SYN

FINBit 0

Finish — gracefully closes a connection

Connection termination (4-way close)

RSTBit 2

Reset — abruptly closes a connection

Error recovery, refuse connections, close immediately

PSHBit 3

Push — push data to application immediately

Real-time applications like SSH, Telnet

URGBit 5

Urgent — urgent pointer field is valid

Out-of-band data signaling (rarely used)

ECEBit 6

ECN-Echo — congestion notification

Explicit Congestion Notification support

CWRBit 7

Congestion Window Reduced

Tells peer congestion window was reduced

関連ツール

TCPフラグ一覧主な使い方・用途

  • TCPプロトコルの学習
  • パケット解析の参考
  • ネットワークトラブルシューティング

使い方(ステップ別)

  1. 1
    フラグ一覧を確認するSYN/ACK/FIN等の各フラグと用途が表示されます。

このツールの特徴

  • 全TCPフラグの説明
  • ビット位置の表示
  • 典型的な使用シナリオ説明

このツールについて

TCPフラグ(SYN/ACK/FIN/RST/PSH/URG)の参照ガイド。