摘要
传输控制协议(TCP)在处理小字节流的数据传输存在效率不高的问题,而T/TCP能够减少数据传输分组,可以提高网络传输的效率.在LinuxKernel2-4-14上实现T/TCP协议,利用netperf测试协议的事务传输率,测试结果表明,当报文长度小于一个最大报文段长度(MSS)时,T/TCP的传输速率要高于TCP.
Transmission control protocol (TCP) is not efficient enough for processing small segment transactions. T/TCP applies a new concept to decrease the number of packets, which improves the efficiency of the network transmission. First the detailed implementation of the Linux operating system with Kernel 2-4-14 was proposed. Then some tests using netperf were carried out, and analysis of between, T/TCP and TCP based on the number of packets per session was presented. The simulation results show that compared to TCP, T/TCP yields more benefits to the network when the segment is less than MSS.
出处
《浙江大学学报(工学版)》
EI
CAS
CSCD
北大核心
2003年第2期202-207,共6页
Journal of Zhejiang University:Engineering Science
基金
浙江省综合信息网技术重点实验室资助.
关键词
T/TCP
TCP加速打开
连接记数
Computer networks
Computer operating systems
Internet
Packet networks