TCPフラグ一覧
TCPフラグ(SYN/ACK/FIN/RST/PSH/URG)の参照ガイド。
TCP flags are control bits in the TCP header that manage the state of connections.
Synchronize — initiates a connection
Connection establishment (3-way handshake step 1&2)
Acknowledgment — acknowledges received data
Acknowledges all segments after initial SYN
Finish — gracefully closes a connection
Connection termination (4-way close)
Reset — abruptly closes a connection
Error recovery, refuse connections, close immediately
Push — push data to application immediately
Real-time applications like SSH, Telnet
Urgent — urgent pointer field is valid
Out-of-band data signaling (rarely used)
ECN-Echo — congestion notification
Explicit Congestion Notification support
Congestion Window Reduced
Tells peer congestion window was reduced
関連ツール
TCPフラグ一覧の主な使い方・用途
- ✓TCPプロトコルの学習
- ✓パケット解析の参考
- ✓ネットワークトラブルシューティング
使い方(ステップ別)
- 1フラグ一覧を確認する— SYN/ACK/FIN等の各フラグと用途が表示されます。
このツールの特徴
- ●全TCPフラグの説明
- ●ビット位置の表示
- ●典型的な使用シナリオ説明
このツールについて
TCPフラグ(SYN/ACK/FIN/RST/PSH/URG)の参照ガイド。