Tagged articles
50 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Feb 24, 2026 · Fundamentals

Why a Successful Ping Doesn’t Guarantee a Healthy Network

Ping may confirm that a device is reachable, but its simple ICMP test hides many network complexities—such as bandwidth limits, firewall rules, and service failures—so a successful ping alone cannot guarantee overall network health, and understanding its five-step process reveals its inherent limitations.

ICMPLatencyPacket Loss
0 likes · 14 min read
Why a Successful Ping Doesn’t Guarantee a Healthy Network
NiuNiu MaTe
NiuNiu MaTe
Jan 28, 2026 · Fundamentals

Why a Successful Ping Doesn’t Prove Your Network Is Healthy – A Deep Dive into ICMP Mechanics

This article demystifies the ping command by explaining the ICMP protocol, interpreting TTL, latency and packet‑loss metrics, detailing the five‑step process from DNS lookup to reply, and highlighting ping’s inherent limitations such as its inability to gauge bandwidth, application‑layer issues, or firewall restrictions.

ICMPLatencyNetwork Diagnostics
0 likes · 13 min read
Why a Successful Ping Doesn’t Prove Your Network Is Healthy – A Deep Dive into ICMP Mechanics
Alibaba Cloud Observability
Alibaba Cloud Observability
Dec 22, 2025 · Operations

How to Pinpoint Packet Loss in Cloud‑Native Deployments with SysOM

This article walks through two real‑world cases of network packet loss in Alibaba Cloud ACK clusters, showing how SysOM’s intelligent diagnostics and systematic checks—covering iptables, kernel drops, hooks, and nftables rules—can quickly locate the root cause and restore service continuity.

Alibaba CloudOperationsPacket Loss
0 likes · 10 min read
How to Pinpoint Packet Loss in Cloud‑Native Deployments with SysOM
Alibaba Cloud Native
Alibaba Cloud Native
Dec 21, 2025 · Operations

How to Pinpoint and Resolve Packet Loss in Cloud‑Native Deployments with SysOM

This article walks through real‑world cases of network packet loss in Alibaba Cloud Kubernetes clusters, showing how SysOM’s diagnostics quickly locate root causes—ranging from kernel‑level drops to hidden netfilter hooks and nftables rules—and provides a step‑by‑step troubleshooting guide for cloud‑native operations teams.

Alibaba CloudOperationsPacket Loss
0 likes · 10 min read
How to Pinpoint and Resolve Packet Loss in Cloud‑Native Deployments with SysOM
Ops Community
Ops Community
Nov 19, 2025 · Operations

Why Are Your TCP Packets Dropping? A 3‑Day Capture Walkthrough to Kernel Parameter Fixes

This guide walks you through diagnosing intermittent TCP packet loss and latency spikes on Linux servers, from initial symptom checks and anti‑pattern warnings to detailed sender‑side, network‑link, and receiver‑side investigations using tcpdump, netstat, ss, and kernel tuning, complete with scripts, best‑practice tables and FAQ.

Kernel ParametersLinuxNetwork Diagnostics
0 likes · 37 min read
Why Are Your TCP Packets Dropping? A 3‑Day Capture Walkthrough to Kernel Parameter Fixes
Deepin Linux
Deepin Linux
Oct 22, 2025 · Operations

Why Your Linux Server Drops Packets and How to Debug It Step‑by‑Step

This article explains why Linux servers can experience mysterious packet loss, walks through a systematic debugging process from the link layer to the kernel TCP/IP stack, and provides practical solutions such as adjusting kernel parameters and increasing listen queue sizes to eliminate the issue.

LinuxPacket LossTCP/IP
0 likes · 58 min read
Why Your Linux Server Drops Packets and How to Debug It Step‑by‑Step
Liangxu Linux
Liangxu Linux
Aug 27, 2025 · Operations

Why Is My Linux Server Dropping Packets? A Step‑by‑Step Diagnosis

This article walks through a systematic Linux network‑troubleshooting process, examining packet loss at every protocol‑stack layer, using tools such as netstat, ethtool, iptables, tc, and tcpdump, and ultimately fixing the issue by removing a faulty netem rule and correcting the MTU size.

LinuxMTUPacket Loss
0 likes · 12 min read
Why Is My Linux Server Dropping Packets? A Step‑by‑Step Diagnosis
Raymond Ops
Raymond Ops
Jul 7, 2025 · Operations

Understanding Linux NIC Packet Reception and How to Fix Drop Issues

This article explains the Linux network interface card packet reception flow, how to identify and interpret RX errors, dropped packets and overruns, and provides practical commands and tuning methods such as adjusting ring buffers, IRQ affinity, RSS/RPS, and netdev_max_backlog to resolve packet loss.

InterruptsLinuxPacket Loss
0 likes · 12 min read
Understanding Linux NIC Packet Reception and How to Fix Drop Issues
Deepin Linux
Deepin Linux
Jun 28, 2025 · Fundamentals

Why Does TCP/UDP Lose Packets? Deep Dive into Causes and Fixes

This article explores the root causes of packet loss in TCP and UDP—including application bugs, kernel buffer limits, network congestion, protocol limitations, and handshake failures—and presents practical solutions such as code optimization, socket tuning, congestion‑control adjustments, and forward error correction techniques.

Packet LossTCPUDP
0 likes · 25 min read
Why Does TCP/UDP Lose Packets? Deep Dive into Causes and Fixes
Liangxu Linux
Liangxu Linux
Jun 19, 2025 · Operations

Why Is My Linux Server Dropping Packets? A Step‑by‑Step Debug Guide

This article walks through a systematic Linux network packet‑loss investigation, covering potential loss points across the protocol stack, using ethtool, netstat, iptables, tc netem, and MTU adjustments, and demonstrates how to verify and resolve the issue with hping3 and curl.

MTUPacket Lossethtool
0 likes · 13 min read
Why Is My Linux Server Dropping Packets? A Step‑by‑Step Debug Guide
Open Source Linux
Open Source Linux
Jun 19, 2025 · Operations

Why Is My Linux Server Dropping Packets? A Step‑by‑Step Deep Dive

This article walks through a systematic investigation of Linux network packet loss, covering potential loss points across the protocol stack, using tools like ethtool, netstat, iptables, tc, hping3, curl, and tcpdump to identify and resolve misconfigurations such as faulty netem rules and an incorrect MTU setting.

Packet Lossiptablesnetstat
0 likes · 13 min read
Why Is My Linux Server Dropping Packets? A Step‑by‑Step Deep Dive
Liangxu Linux
Liangxu Linux
Jun 11, 2025 · Operations

Why Is Your Linux Server Dropping Packets? A Step‑by‑Step Diagnosis

This article walks through a systematic Linux network packet‑loss investigation, covering every protocol layer from the NIC to the application, analyzing ethtool, netstat, tc, iptables rules, MTU settings, and finally applying fixes to restore reliable connectivity.

MTUPacket Lossiptables
0 likes · 12 min read
Why Is Your Linux Server Dropping Packets? A Step‑by‑Step Diagnosis
FunTester
FunTester
Apr 27, 2025 · Operations

Why Packet Loss Can Cripple HTTP Performance—and How to Measure Its Impact

This article explains how packet loss in TCP/IP networks triggers retransmissions that dramatically increase HTTP latency, reduce throughput, and cause cascading failures, then details an experiment using ChaosMesh to quantify these effects across different payload sizes and loss rates, and offers practical testing guidelines.

ChaosMeshHTTP performancePacket Loss
0 likes · 11 min read
Why Packet Loss Can Cripple HTTP Performance—and How to Measure Its Impact
Deepin Linux
Deepin Linux
Sep 18, 2024 · Operations

Understanding and Troubleshooting Linux Kernel Network Packet Loss

This article explains why Linux kernel network packet loss occurs, covering causes such as UDP checksum errors, firewall misconfigurations, rp_filter settings, buffer overflows, and hardware faults, and provides detailed diagnostic steps and practical solutions to identify and resolve each issue in Linux environments.

LinuxPacket Losskernel
0 likes · 77 min read
Understanding and Troubleshooting Linux Kernel Network Packet Loss
Liangxu Linux
Liangxu Linux
Jun 17, 2024 · Fundamentals

Understanding the Four Key Network Performance Metrics: Bandwidth, Latency, Jitter, and Packet Loss

The article explains the four essential network performance indicators—bandwidth, latency, jitter, and packet loss—defining each term, describing how they are measured, illustrating their impact with examples, and clarifying related concepts such as bits versus bytes, processing, queueing, transmission, and propagation delays.

LatencyPacket LossThroughput
0 likes · 7 min read
Understanding the Four Key Network Performance Metrics: Bandwidth, Latency, Jitter, and Packet Loss
Liangxu Linux
Liangxu Linux
Aug 6, 2023 · Operations

Why Does Your Network Lose Packets? 30+ Troubleshooting Steps Revealed

This article explains the concept of network packet loss, walks through the sending and receiving mechanisms of Ethernet frames, and provides a comprehensive, layer‑by‑layer checklist—including hardware NIC, driver, kernel, IP, TCP/UDP, and application‑level diagnostics—plus concrete Linux commands and configuration tweaks to locate and fix the root cause.

Packet LossTCPdiagnostics
0 likes · 36 min read
Why Does Your Network Lose Packets? 30+ Troubleshooting Steps Revealed
MaGe Linux Operations
MaGe Linux Operations
Jul 22, 2023 · Operations

Why Is Your Network Dropping Packets? A Complete Troubleshooting Guide

This article explains the common causes of network packet loss—from hardware NIC issues and driver problems to kernel stack and TCP/UDP layer faults—provides step‑by‑step diagnostic commands, and offers practical solutions to quickly identify and resolve packet loss in Linux environments.

Packet LossUDPtroubleshooting
0 likes · 36 min read
Why Is Your Network Dropping Packets? A Complete Troubleshooting Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 15, 2023 · Operations

How to Diagnose and Fix Network Packet Loss in Nginx on Linux

This guide walks through identifying severe packet loss affecting Nginx, using hping3, netstat, ethtool, iptables, and tcpdump, then resolves the issue by removing a faulty netem rule and correcting an MTU misconfiguration, ultimately restoring normal HTTP responses.

MTUPacket Lossiptables
0 likes · 19 min read
How to Diagnose and Fix Network Packet Loss in Nginx on Linux
MaGe Linux Operations
MaGe Linux Operations
Dec 20, 2022 · Fundamentals

Why UDP Drops Packets and How to Make It Reliable

This article explains UDP packet structure, why UDP lacks a send buffer, how fragmentation and buffer overflows cause packet loss, and presents practical solutions—including socket buffer tuning, delayed sending, retransmission strategies, redundancy, and RUDP—to achieve reliable communication over an inherently unreliable protocol.

Packet LossUDPfragmentation
0 likes · 24 min read
Why UDP Drops Packets and How to Make It Reliable
Su San Talks Tech
Su San Talks Tech
Nov 12, 2022 · Fundamentals

When Is UDP Faster Than TCP? Deep Dive into Socket Protocols

While UDP is often assumed to be faster than TCP, this article explains socket basics, the reliability mechanisms of TCP, scenarios where UDP can be slower, and how application-layer solutions like KCP or QUIC add reliability, helping readers understand when each protocol truly excels.

Network ProtocolsPacket LossReliability
0 likes · 13 min read
When Is UDP Faster Than TCP? Deep Dive into Socket Protocols
Liangxu Linux
Liangxu Linux
Sep 4, 2022 · Fundamentals

What Happens When TCP Handshake or Teardown Packets Are Lost?

This article explains how TCP connections behave when any of the three-way handshake or four-way termination packets are lost, detailing the kernel‑controlled retransmission mechanisms, timeout intervals, relevant sysctl parameters, and the exact sequence of events for each loss scenario.

Four-way terminationLinuxPacket Loss
0 likes · 13 min read
What Happens When TCP Handshake or Teardown Packets Are Lost?
IT Services Circle
IT Services Circle
Aug 4, 2022 · Fundamentals

Why TCP Does Not Guarantee No Packet Loss: Detailed Walkthrough of Data Packet Transmission and Common Loss Scenarios

This article explains how TCP packets travel from user space to the destination, highlights typical points where packet loss can occur—including connection establishment, flow‑control queues, NIC buffers, and end‑to‑end network hops—and shows how to diagnose and mitigate these issues using Linux tools.

LinuxPacket LossTCP
0 likes · 17 min read
Why TCP Does Not Guarantee No Packet Loss: Detailed Walkthrough of Data Packet Transmission and Common Loss Scenarios
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Nov 24, 2021 · Cloud Computing

How Proactive Link Monitoring Transforms Cloud Network Reliability

This article explains Huawei Cloud Stack's proactive link monitoring system, detailing its point‑line‑plane architecture, golden metrics of packet loss and latency, detection techniques, system components, and key innovations such as strategy optimization, alarm aggregation, and visualized performance dashboards for cloud data‑center networks.

LatencyNetwork ReliabilityPacket Loss
0 likes · 13 min read
How Proactive Link Monitoring Transforms Cloud Network Reliability
Architects' Tech Alliance
Architects' Tech Alliance
Nov 7, 2021 · Fundamentals

Understanding QoS Technology: Principles, Metrics, Service Models, and Enterprise Applications

This article explains the origins of QoS, its key performance metrics such as bandwidth, latency, jitter and packet loss, compares the Best‑Effort, IntServ and DiffServ service models, and describes how DiffServ components are deployed in enterprise networks to manage traffic and improve service quality.

LatencyNetworkingPacket Loss
0 likes · 15 min read
Understanding QoS Technology: Principles, Metrics, Service Models, and Enterprise Applications
Liangxu Linux
Liangxu Linux
Oct 10, 2021 · Operations

Mastering MTR: Install, Run, and Decode Network Paths

This guide explains what MTR (My Traceroute) is, how to install it on Windows, Linux, macOS and Android, demonstrates basic commands and key options such as -r, -s, -c, and -n, and provides detailed instructions for interpreting loss, latency and other columns to troubleshoot network routing issues.

LatencyLinuxNetwork Diagnostics
0 likes · 10 min read
Mastering MTR: Install, Run, and Decode Network Paths
Liangxu Linux
Liangxu Linux
Apr 26, 2021 · Operations

How to Diagnose and Fix Network Packet Loss on Linux Servers

This article explains the common causes of network packet loss on Linux, walks through the packet transmission process, outlines a layer‑by‑layer troubleshooting framework, and provides concrete commands, configuration tweaks, and hardware checks to identify and resolve loss at the NIC, driver, kernel, IP, TCP, UDP, and application layers.

LinuxPacket LossTCP/IP
0 likes · 36 min read
How to Diagnose and Fix Network Packet Loss on Linux Servers
Efficient Ops
Efficient Ops
Apr 12, 2021 · Operations

Mastering Network Packet Loss: Diagnosis and Solutions for Linux Servers

This guide explains the fundamentals of network packet loss, illustrates how packets are sent and received, and provides step‑by‑step troubleshooting methods for hardware NIC, driver, kernel stack, TCP/UDP, and application‑level issues on Linux systems, complete with command examples and visual diagrams.

Packet Lossethtoolnetwork
0 likes · 34 min read
Mastering Network Packet Loss: Diagnosis and Solutions for Linux Servers
Efficient Ops
Efficient Ops
Jul 12, 2020 · Operations

How Full-Path Packet Loss Monitoring Transforms Network Reliability

This article explains the concept of full‑path packet loss monitoring, its importance for banking networks, the causes of packet loss, and detailed technical implementations—including traffic splitting, collection, automatic analysis engines, TCP retransmission detection, and algorithms for pinpointing loss locations—to dramatically reduce troubleshooting time.

Network MonitoringOperationsPacket Loss
0 likes · 11 min read
How Full-Path Packet Loss Monitoring Transforms Network Reliability
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 12, 2020 · Operations

How VTrace Automates Cloud‑Scale Packet‑Loss Diagnosis

VTrace is an automated diagnostic system that leverages big‑data processing to instantly reconstruct traffic paths and pinpoint the root causes of persistent packet loss in cloud‑scale overlay networks, dramatically simplifying network operations and cutting troubleshooting time from hours to minutes.

Big DataPacket LossSIGCOMM
0 likes · 12 min read
How VTrace Automates Cloud‑Scale Packet‑Loss Diagnosis
Liangxu Linux
Liangxu Linux
May 4, 2020 · Operations

How to Diagnose and Fix Linux UDP Packet Drops

This guide explains the Linux packet‑receiving process, shows how to identify where UDP drops occur, and provides practical commands and kernel tuning tips to troubleshoot network‑card, driver, system, and application‑level packet loss.

Packet LossUDPdropwatch
0 likes · 13 min read
How to Diagnose and Fix Linux UDP Packet Drops
Beike Product & Technology
Beike Product & Technology
Dec 13, 2018 · Operations

How to Simulate Network Latency and Packet Loss in Docker with Pumba

This guide explains how to use the Pumba tool to emulate network latency and packet loss for Docker containers, covering the underlying netem commands, required dependencies, step‑by‑step examples for delay and loss scenarios, and tips for integrating the simulations into microservice testing pipelines.

DockerPacket Lossmicroservices testing
0 likes · 12 min read
How to Simulate Network Latency and Packet Loss in Docker with Pumba
Efficient Ops
Efficient Ops
Oct 14, 2018 · Operations

How to Diagnose and Fix UDP Packet Loss on Linux Servers

Learn step-by-step how to verify UDP packet loss on Linux, interpret driver and kernel statistics, adjust ring buffers and socket buffers, and use tools like ethtool, netstat, dropwatch, and perf to pinpoint and resolve network drops caused by hardware, configuration, or system load.

LinuxPacket LossUDP
0 likes · 13 min read
How to Diagnose and Fix UDP Packet Loss on Linux Servers
dbaplus Community
dbaplus Community
May 15, 2018 · Operations

Why High‑Throughput Redis Still Drops Packets: Deep Dive into Linux Network Stack and Interrupt Optimization

The article investigates massive packet loss in Meituan‑Dianping's Redis service despite 10 Gbps NIC upgrades, traces the issue to kernel receive‑buffer drops and single‑CPU interrupt handling, and presents a step‑by‑step optimization using backlog tuning, CPU and Redis affinity, and NUMA‑aware placement to eliminate drops and improve latency.

InterruptsLinuxNUMA
0 likes · 30 min read
Why High‑Throughput Redis Still Drops Packets: Deep Dive into Linux Network Stack and Interrupt Optimization
Qunar Tech Salon
Qunar Tech Salon
Mar 21, 2018 · Operations

Root Cause Analysis and Optimization of Network Packet Loss in High‑Traffic Redis Services

The article investigates why massive Redis deployments experience network packet loss despite using 10 Gbps NICs, explains how Linux kernel counters such as net.if.in.dropped are derived from /proc/net/dev, walks through the driver‑to‑kernel processing path, and proposes CPU‑affinity, interrupt‑affinity and NUMA‑aware tuning to eliminate the drops.

CPU affinityLinux kernelNUMA
0 likes · 28 min read
Root Cause Analysis and Optimization of Network Packet Loss in High‑Traffic Redis Services
Meituan Technology Team
Meituan Technology Team
Mar 15, 2018 · Operations

Root Cause Analysis and Optimization of Network Packet Loss in High‑Traffic Redis Services

Through kernel‑level analysis we discovered that Redis packet loss stemmed from rx_dropped buffer exhaustion caused by interrupt‑handling backlogs, and resolved it by assigning NIC interrupts to specific cores on one NUMA node while binding Redis processes to the other, eliminating loss under dual‑10 GbE load.

Linux kernelNAPIPacket Loss
0 likes · 33 min read
Root Cause Analysis and Optimization of Network Packet Loss in High‑Traffic Redis Services
High Availability Architecture
High Availability Architecture
Sep 7, 2017 · Operations

How to Identify and Diagnose Packet Drops on Linux

This article explains how to detect whether inbound or outbound packets are being dropped on a Linux system, shows how to use netstat, dropwatch, and perf to pinpoint the cause, and provides step‑by‑step commands and example outputs for debugging packet loss.

Linux networkingPacket Lossdebugging
0 likes · 5 min read
How to Identify and Diagnose Packet Drops on Linux