TCP Tahoe was an early version of TCP that used slow start and congestion avoidance to control congestion, but had drawbacks. It set the congestion window size (cwnd) and slow start threshold (ssthresh) to control transmission. On a timeout, it set ssthresh to half the cwnd and reset cwnd to 1, slowing recovery. This drained the connection and required slow start to refill it, decreasing efficiency.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
97 views8 pages
TCP Versions: Tahoe: Kameswari Chebrolu
TCP Tahoe was an early version of TCP that used slow start and congestion avoidance to control congestion, but had drawbacks. It set the congestion window size (cwnd) and slow start threshold (ssthresh) to control transmission. On a timeout, it set ssthresh to half the cwnd and reset cwnd to 1, slowing recovery. This drained the connection and required slow start to refill it, decreasing efficiency.