Yance Notes

Tag: #network protocol

← All posts

Network Protocol [2] - TCP Congestion Control

A systematic overview of TCP congestion control algorithms: from classic Tahoe/Reno/NewReno to SACK and HSTCP, through BIC and CUBIC for high-performance networks, and a deep dive into delay-based approaches like Vegas and BBR, with comprehensive comparisons.

Tech Articles TCPCongestion ControlWindowNetwork ProtocolSliding Window

Network Protocol [1] - TCP Retransmission Mechanism

An in-depth analysis of TCP's retransmission mechanisms: from classic RTO estimation algorithms (Karn and Jacobson) to the Linux kernel's practical implementation, and optimization techniques like fast retransmit and selective acknowledgment (SACK).

Tech Articles TCPNetwork ProtocolRetransmissionRTORTT