TCP三次握手过程大致流程图

Wireshark分析TCP三次握手过程

Wireshark分析三次握手

1.客户端发起第一次握手,SYN为标志位、生成的随机***seq为Sequence number(raw) : 4044533600(记做J),表示请求建立连接

Wireshark分析TCP三次握手过程

2. 服务端收到请求,SYN为标志位、ACK=1、Acknowledgment number (raw): 40445336019(即ack=J+1)、服务端生成的***seq为Sequence number(raw) : 1320395112(记做K),表示服务端接收到客户端请求并给出回应

Wireshark分析TCP三次握手过程

3. 客户端在次发出请求,ACK=1、Acknowledgment number (raw): 1320395113(即ack=K+1),此时三次握手完成

Wireshark分析TCP三次握手过程

 

 

相关文章:

  • 2021-04-04
  • 2021-07-04
  • 2021-05-05
  • 2021-09-16
  • 2021-07-11
  • 2021-08-17
  • 2021-07-27
  • 2021-06-13
猜你喜欢
  • 2021-11-19
  • 2021-08-27
  • 2021-10-07
  • 2022-12-23
  • 2021-12-19
  • 2021-07-18
相关资源
相似解决方案