May 21, 2026
Netflix and the Bandwidth Beast
Serving Netflix Video Traffic at 400Gb/S and Beyond (2022) [pdf]
Netflix says it can shove absurd amounts of video online, and commenters are losing it
TLDR: Netflix says it has massively boosted how much video one server can deliver by cutting wasted work and moving security chores closer to the machine. Commenters were split between impressed applause, confused cloud questions, and a loud "wait, why encrypt this so much at all?" debate.
Netflix just dropped a brag-heavy peek behind the curtain: it found ways to blast video at a staggering 400 gigabits per second and is already eyeing even more. In plain English, that means the company has been obsessively shaving off tiny delays and extra data shuffling so its servers can spend less time "thinking" and more time yeeting movies across the internet. The crowd, however, did what the crowd does best: immediately turned the engineering flex into a comment-section cage match.
The biggest drama? Why encrypt everything if the videos are already locked down anyway? One commenter basically asked why Netflix is paying the internet's equivalent of a luxury tax just to wrap already-protected movies in another layer of security. Others pushed back more indirectly, arguing this is just the modern rule now: if it's on the internet, it gets protected, full stop. Another mini-fandom formed around an unexpected hero: FreeBSD, the less-hyped operating system choice that had one user cheering, essentially, "nice seeing BSDs get some use." For infrastructure nerds, that was the tech-news version of spotting your indie band in a stadium.
Then came the delightfully confused-but-valid questions: if Netflix runs so much on Amazon Web Services, how is it using fancy custom network cards? Is this cloud, co-location, black magic, or all three? And in classic internet style, one commenter went full lab-rat energy, wondering how on earth you even fake enough viewers to test this kind of monster setup. The vibe was a mix of awe, suspicion, and "please explain this to me like I'm five"—which, honestly, is exactly where great tech drama lives.
Key Points
- •Netflix’s 2022 presentation describes a video-serving stack built around FreeBSD-current, NGINX, asynchronous sendfile, and kTLS for static pre-encoded media delivery.
- •The article says asynchronous sendfile avoids blocking NGINX workers on disk reads by allowing TCP transmission to resume when disk I/O completes.
- •Using asynchronous sendfile, the cited test system improved throughput from 23Gb/s to 36Gb/s.
- •The presentation states that userspace TLS disrupts sendfile efficiency by adding multiple copies and encryption-related memory traffic, increasing memory-bandwidth demands.
- •Netflix’s scaling roadmap includes Asynchronous Sendfile (2014), Kernel TLS (2016), Network-centric NUMA (2019), Inline Hardware NIC kTLS (2022), and initial 800G results.