码迷,mamicode.com
首页 > 其他好文 > 详细

TCP Handshake

时间:2018-03-27 10:22:11      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:class   com   and   lis   nbsp   clu   ima   sequence   enc   

Establish

1) A->B, Syn message include sequence number X

2) B->A, Ack with X+1 and Syn with sequence number Y 

3) A-> Ack with Y+1

 

Finsih

1) A-> B FIN  Seq=K  +ACK (seq=L)

2) B-> A ACK (seq=K+1)

3) B->A Fin (Seq =L), ACK=K+1 

4) A->B ACK = L+1

 

 

技术分享图片

 

TCP Handshake

标签:class   com   and   lis   nbsp   clu   ima   sequence   enc   

原文地址:https://www.cnblogs.com/anyu686/p/8655265.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!