TCP connection Setup

Source: Internet
Author: User


    #+BEGIN_SRC plantuml :file images/tcp_connect.png    &NBSP;TITLE&NBSP;TCP Connection established     autonumber    participant client     participant server    note over client ,  Server    client and server initial state are in closed    end note     client ->  server : syn (seq=x)     activate  Client    note left: 3 The 1th step of the handshake, \ nthe client is in Syn_sent state      Client <-- server : syn (seq=y,ack=x+1)     activate server The 2nd step of the     note right: 3 handshake, \ nthe server is in the SYN_RCVD state after that     client  ->  server :  (seq=x+1,ack=y+1)     deactivate client     deactivate serVer    note left of client: 3 the 3rd step of the handshake, \nclient confirm that the server syn,\ N and in the established state     note right of server: server SYN is confirmed by the client, \ Nserver also enters established state     note over client , server     3 handshake ends, both client and server enter established status      from now on both sides can transmit data     end  note    #+end_src

650) this.width=650; "title=" Tcp_connect.png "src=" http://s3.51cto.com/wyfs02/M02/6B/CE/ Wkiol1u3b7vwfsdtaaic6ti7fmk189.jpg "alt=" Wkiol1u3b7vwfsdtaaic6ti7fmk189.jpg "/>

This article is from the "Tiandaochouqin" blog, make sure to keep this source http://lavenliu.blog.51cto.com/5060944/1637216

TCP connection Setup

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.