上一页 1 2 3 4 5 6 7 ··· 15 下一页
摘要: Flow Control and Window Management Every TCP segment (except those exchanged during connection establishment) includes a valid Sequence Number field, 阅读全文
posted @ 2018-10-07 23:14 geeklove 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Introduction An “interactive” TCP connection is one in which user input such as keystrokes, short messages, or joystick/mouse movements need to be del 阅读全文
posted @ 2018-10-06 21:20 geeklove 阅读(373) 评论(0) 推荐(0) 编辑
摘要: Destination Metrics Repacketization When TCP times out and retransmits, it does not have to retransmit the identi- cal segment. Instead, TCP is allowe 阅读全文
posted @ 2018-10-06 16:59 geeklove 阅读(264) 评论(0) 推荐(0) 编辑
摘要: Spurious Timeouts and Retransmissions Under a number of circumstances, TCP may initiate a retransmission even when no data has been lost. Such undesir 阅读全文
posted @ 2018-10-06 15:05 geeklove 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Example The first line of Figure 14-7 (number 40) indicates the first time ACK 23801 is received The window update at time 0.853 is an ACK with a dupl 阅读全文
posted @ 2018-10-05 19:47 geeklove 阅读(411) 评论(0) 推荐(0) 编辑
摘要: Retransmission Ambiguity and Karn’s Algorithm A problem measuring an RTT sample can occur when a packet is retransmitted. Say a packet is transmitted, 阅读全文
posted @ 2018-10-04 13:46 geeklove 阅读(648) 评论(0) 推荐(0) 编辑
摘要: TCP has two separate mechanisms for accomplishing retransmission, one based on time and one based on the structure of the acknowledgments. The second 阅读全文
posted @ 2018-10-04 01:01 geeklove 阅读(925) 评论(0) 推荐(0) 编辑
摘要: TCP Server Operation In particular, we wish to become familiar with how TCP servers use port numbers and how multiple concurrent clients are handled. 阅读全文
posted @ 2018-10-03 17:38 geeklove 阅读(268) 评论(0) 推荐(0) 编辑
摘要: Reset Segments A segment hav- ing this bit set to “on” is called a “reset segment” or simply a “reset.” In general, a reset is sent by TCP whenever a 阅读全文
posted @ 2018-10-02 21:34 geeklove 阅读(204) 评论(0) 推荐(0) 编辑
摘要: When initialized, TCP starts in the CLOSED state. Usually an imme- diate transition takes it to either the SYN_SENT or LISTEN state, depending on whet 阅读全文
posted @ 2018-10-02 12:15 geeklove 阅读(441) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 15 下一页