---
title: "TCP b : Additive Increase Multiplicative Decrease & 'Slow Start' - Computerphile"
url: https://daily.dev/posts/tcp-b-additive-increase-multiplicative-decrease-slow-start---computerphile-9fpvnkjyn
source_url: https://www.youtube.com/watch?v=nKVML4YaBqs
type: video:youtube
source: "Computerphile"
published: 2026-06-15T14:37:06.159Z
updated: 2026-06-15T14:37:27.065Z
tags: ["python", "networking", "wireshark"]
reading_time: 26
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# TCP b : Additive Increase Multiplicative Decrease & 'Slow Start' - Computerphile

**[Computerphile](https://daily.dev/sources/computerphile)** · 26 min read · 0 upvotes · 0 comments

## Summary

A Computerphile video transcript explaining TCP congestion control mechanisms. Covers the congestion window concept, Additive Increase Multiplicative Decrease (AIMD), and the Slow Start algorithm. Explains how TCP detects packet loss via triple duplicate ACKs and timeouts, adjusts window size accordingly, and uses round-trip time to calibrate timeouts. Also demonstrates real-world TCP behavior using Wireshark packet captures and a Python script to visualize throughput, showing that actual network traffic is far messier than the clean sawtooth diagrams taught in classrooms. Notes that TCP Cubic is now the dominant flavor and that the protocol has remained largely unchanged since the 1980s.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=nKVML4YaBqs>

## Similar posts on daily.dev

- [Loading... \[13 kB\] \(Maurycy's blog\)](https://daily.dev/posts/loading-13-kb-maurycy-s-blog--cugkb3c8r) · Lobsters · 0 upvotes · 0 comments
- [The Internet is Cool. Thank you, TCP](https://daily.dev/posts/the-internet-is-cool-thank-you-tcp-3boxuwpqz) · Hacker News · 1 upvotes · 0 comments
- [How TCP Turns Round Trip Time and Jitter into Packet Loss](https://daily.dev/posts/how-tcp-turns-round-trip-time-and-jitter-into-packet-loss-rrgmmnhqq) · freeCodeCamp · 2 upvotes · 0 comments
- [How TCP Handshake Works](https://daily.dev/posts/how-tcp-handshake-works-hm2jha6hw) · System Design Codex · 13 upvotes · 2 comments

---

Tags: [#python](https://daily.dev/tags/python), [#networking](https://daily.dev/tags/networking), [#wireshark](https://daily.dev/tags/wireshark)

[View this post on daily.dev](https://daily.dev/posts/tcp-b-additive-increase-multiplicative-decrease-slow-start---computerphile-9fpvnkjyn)
