TCP Reno builds upon TCP Tahoe'scongestioncontrol, adding the Fast Recovery mechanism described in RFC 2001. With this mechanism, isolated packet losses no longer lead to cwnd
collapse and slow start. Instead, when a sender receives a single duplicate ACK, it halves the congestion window and enters the congestion avoidance phase.
Most widely used TCP implementations in today's (2006) operating systems conform to TCP Reno. As such, Reno forms the baseline for research on performance enhancements such as SACK, as well as modern congestion control mechanisms mostly intended for high-speed networks. The New Reno improvements have been implemented widely. The Vegas variants also build upon Reno, but has seen less use.
– Main.SimonLeinen - 22 Nov 2006 - 05 Sep 2009