468 views

1 Answer

1 votes
1 votes
Hosts providing important network services such as HTTP and FTP incur a per-connection memory load from TCP that can adversely affect their connection rate and throughput. The memory requirement is directly tied to the number of connections; caching and other sharing methods will not alleviate it. We have observed HTTP throughput reductions of as much as 50% under SunOS 4.1.3 due to this loading.

This paper advocates off-loading the memory requirements to the growing number of clients. This reduces server memory requirements as connection rate at that server grows due to increases in the number of clients and the bandwidth available on the network. Our approaches control server memory load better with growing client load than per-transaction techniques such as persistent HTTP connections. Our approaches also interoperate with persistent connections to take advantage of their other benefits.

This paper describes the causes of the memory loading, called TIME-WAIT loading, and defines three methods of alleviating it that scale with increasing number of clients. We present measurements of the systems and a comparison of their properties.

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
3
Sahil_Lather asked Jan 27, 2023
351 views
A host sends two packets and receives two acknowledgments. The time is shown as hour:minute:seconds.Segment 1 was sent at 0:0:00.Segment 2 was sent at 0:0:07.ACK for segm...
0 votes
0 votes
1 answer
4
Sahil_Lather asked Jan 27, 2023
501 views
Consider the slow start phase for a congestion control in a TCP connection. Initially, the window size is 4 MSS and the threshold is 36 MSS. After which transmission wind...