Tcp状态变迁详解

   A connection progresses through a series of states during its  lifetime.  The states are:  LISTEN, SYN-SENT, SYN-RECEIVED,
  ESTABLISHED, FIN-WAIT-1, FIN-WAIT-2, CLOSE-WAIT, CLOSING, LAST-ACK,  TIME-WAIT, and the fictional state CLOSED.  CLOSED is fictional
  because it represents the state when there is no TCB, and therefore,  no connection.  Briefly the meanings of the states are:
    LISTEN - represents waiting for a connection request from any remote    TCP and port.
    SYN-SENT - represents waiting for a matching connection request    after having sent a connection request.
    SYN-RECEIVED - represents waiting for a confirming connection    request acknowledgment after having both received and sent a    connection request.
    ESTABLISHED - represents an open connection, data received can be    delivered to the user.  The normal state for the data transfer phase    of the connection.
    FIN-WAIT-1 - represents waiting for a connection termination request    from the remote TCP, or an acknowledgment of the connection    termination request previously sent.
    FIN-WAIT-2 - represents waiting for a connection termination request    from the remote TCP.
    CLOSE-WAIT - represents waiting for a connection termination request    from the local user.
    CLOSING - represents waiting for a connection termination request    acknowledgment from the remote TCP.
    LAST-ACK - represents waiting for an acknowledgment of the
    connection termination request previously sent to the remote TCP    (which includes an acknowledgment of its connection termination    request).
未完待续       
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值