Tag

Slow Start

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Sep 23, 2022 · Fundamentals

Understanding TCP Slow Start and the 14KB Rule for Web Performance

This article explains the TCP slow‑start algorithm, how its initial 10‑packet window translates to a practical 14 KB rule for web pages, and why keeping the first‑byte payload under this size dramatically reduces latency across various network conditions.

14KB RuleSlow StartTCP
0 likes · 11 min read
Understanding TCP Slow Start and the 14KB Rule for Web Performance
Architects' Tech Alliance
Architects' Tech Alliance
May 2, 2018 · Fundamentals

Fundamentals of TCP: Role, Packet Size, Sequencing, Assembly, Slow Start, and Loss Recovery

This article explains the basic principles of the TCP protocol, covering its purpose in ensuring reliable data transmission, packet size limits, sequence numbering, how packets are reassembled by the operating system, the slow‑start mechanism with ACK handling, and methods for detecting and retransmitting lost packets.

Data TransmissionNetworkingSlow Start
0 likes · 9 min read
Fundamentals of TCP: Role, Packet Size, Sequencing, Assembly, Slow Start, and Loss Recovery