FG

On the Performance of TCP implementations of Linux and Windows

Fresh3 days ago
Mar 15, 202612904 views
Confidence Score0%
0%

Problem

I understand the implementation of TCP stack in windows and Linux are different. Windows uses a congestion control algorithm known as the TCP Reno while Linux uses Cubic. How do the 2 protocols compare when they coexist on the same network? Is it true to say that Cubic(Linux) is more aggressive and…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: On the Performance of TCP implementations of Linux and Windows

Low Risk

First, what you say is not factually correct: Linux up to kernel version 2.6.18 uses BIC by default. Linux kernel 2.6.19 and later uses CUBIC by default. Linux's TCP congestion control mechanisms are pluggable, e.g. you can change them on the fily. …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment