Tagged articles
5 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Sep 4, 2025 · Operations

Mastering TCP Connection States and Linux Backlog Tuning

This article explains all TCP connection states, the three‑way handshake and four‑way termination, details half‑open and full‑open queues, shows how to monitor and troubleshoot listen and accept queue overflows, and lists key Linux kernel parameters for optimizing TCP performance.

BacklogConnection StatesLinux kernel
0 likes · 18 min read
Mastering TCP Connection States and Linux Backlog Tuning
Liangxu Linux
Liangxu Linux
Mar 11, 2025 · Fundamentals

Understanding TCP Connection States and Linux Backlog Tuning

This article explains the 11 TCP connection states, the three‑way handshake, the distinction between half‑open and full‑open queues, common backlog‑related problems, diagnostic commands, and key Linux kernel sysctl parameters for tuning TCP performance.

BacklogConnection StatesLinux
0 likes · 19 min read
Understanding TCP Connection States and Linux Backlog Tuning
MaGe Linux Operations
MaGe Linux Operations
Feb 19, 2025 · Fundamentals

Mastering TCP Connection States: From Handshake to Backlog Tuning

This article explains the eleven TCP connection states, details the three‑way handshake and four‑way termination processes, compares half‑ and full‑connection queues, and provides Linux kernel parameters and commands for tuning server backlog and handling common TCP issues.

BacklogConnection StatesHandshake
0 likes · 20 min read
Mastering TCP Connection States: From Handshake to Backlog Tuning
Open Source Linux
Open Source Linux
Oct 22, 2024 · Fundamentals

Mastering TCP: Understanding States, Handshakes, and Common Pitfalls

This article explains TCP connection states, the three-way handshake and four-way termination processes, provides essential Linux commands for monitoring connections, and offers practical tips for diagnosing network issues, handling SYN floods, TIME_WAIT problems, and implementing keepalive mechanisms to maintain reliable communication.

Connection StatesKeepaliveLinux
0 likes · 29 min read
Mastering TCP: Understanding States, Handshakes, and Common Pitfalls
Liangxu Linux
Liangxu Linux
Aug 24, 2020 · Fundamentals

Mastering TCP: How the Three‑Way Handshake and Four‑Way Teardown Work

This article explains TCP's core mechanisms, detailing the three‑way handshake and four‑way termination processes, the meaning of ACK, SYN, and FIN flags, and the eleven connection states with their roles in establishing and gracefully closing a reliable network connection.

Connection StatesFour-way terminationNetworking Fundamentals
0 likes · 8 min read
Mastering TCP: How the Three‑Way Handshake and Four‑Way Teardown Work