Chapter 24 TCP Futures and Performation
2016-09-20 23:07:12 0 举报
AI智能生成
TCP/IP 卷一详解版
作者其他创作
大纲/内容
24.1 Introduction
TCP has operated for many years over data links ranging from 1200bit/sec dialup SLIP links to Ethernets.
24.2 Path MTU Discovery
In Section 2.9 we described the concept of the path MTU. It is the minimum MTU on any network that is currently in the path between two hosts.
Big Packets or Small Packets
Convertional wisdom says that bigger packets are better because sending fewer big packet "costs less" than sending more smaller packets .
24.3 Long Fat Pipes
In Section 20.7 we showed the capacity of a connection as XXXXXXX and called this the bandwidth-delay product. This is also called the size of the pipe between the end points.
Gigabit Networks
When networks reach gigabit speeds, things change .
24.4 Window Scale Option
Then window scale option increases the definition of the TCP window from 16 to 32 bits . Instead of changing the TCP header to accommodate the lager window,the header still holds a 16-bit value, and an option is defined that applies a scaling operation to the 16-bit value. TCP then maintains the "real " window size internally as a 32-bit value.
24.5 Timestamp Option
The timestamp option lets the sender place a timestamp value in every segment . The receiver reflects this value in the acknowledgment , allowing the sender to calculate an RTT for each receiver ACK.
24.6 PAWS: Protection Against Wrapped Sequence Numbers
TCP provides a virtual-circuit transport service.There are three distinct phases in the life of a connection: establishment , data transfer , and termination .
24.7 T/TCP: A TCP Extension for Transactions
Published numbers in the mid-1980s showed TCP throughput on an Ethernet to be around 100,000 to 200,000 bytes per second .
24.8 TCP Performance
24.9 Summary
0 条评论
下一页