Tagged articles
88 articles
Page 1 of 1
Deepin Linux
Deepin Linux
May 7, 2026 · Operations

Don’t Claim You Can Troubleshoot Networks Until You Understand Packet Loss

This article explains what network packet loss is, its common causes—from hardware faults to congestion and misconfiguration—and provides a step‑by‑step, production‑ready methodology for diagnosing and resolving loss using tools such as ping, traceroute, Wireshark and tcpdump.

LinuxTCP/IPWireshark
0 likes · 31 min read
Don’t Claim You Can Troubleshoot Networks Until You Understand Packet Loss
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
ITPUB
ITPUB
Feb 23, 2026 · Operations

How to Quickly Test Network Speed on Linux Using Ping, Curl, iperf, and iftop

Learn several straightforward Linux commands—ping for latency, curl or wget for download throughput, iperf for precise bandwidth measurement, and iftop for real‑time traffic monitoring—to accurately assess network speed and stability, with example syntax and usage tips for both client and server setups.

LinuxNetwork SpeedcURL
0 likes · 5 min read
How to Quickly Test Network Speed on Linux Using Ping, Curl, iperf, and iftop
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
ITPUB
ITPUB
Dec 30, 2025 · Operations

Master Linux Network Speed Testing: From Ping to Advanced Tools

This guide walks you through a complete set of Linux network‑speed testing utilities—from the built‑in ping command to curl/wget downloads, Speedtest‑CLI, iperf3, iftop, nload, nethogs, bmon and vnstat—explaining installation, core metrics, usage examples, and practical tips for accurate measurement and troubleshooting.

Linuxiftopiperf3
0 likes · 10 min read
Master Linux Network Speed Testing: From Ping to Advanced Tools
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 10, 2025 · Operations

Why Does Ping Fail? 10 Common Causes and How to Fix Them

This article explains the ten most frequent reasons why a Ping command may fail—ranging from offline target hosts and IP misconfigurations to firewall blocks and DNS issues—and provides practical step‑by‑step troubleshooting methods and solutions to help you quickly resolve network connectivity problems.

ICMPLinuxWindows
0 likes · 9 min read
Why Does Ping Fail? 10 Common Causes and How to Fix Them
Linux Tech Enthusiast
Linux Tech Enthusiast
Sep 26, 2025 · Operations

Seven Practical Ways to Use the Ping Command

This article walks through seven common ping command usages—including basic connectivity checks, continuous ping, name resolution, custom packet counts and sizes, route recording, and batch subnet scanning—explaining each option's output, typical values, and security considerations.

DoSLinuxTTL
0 likes · 8 min read
Seven Practical Ways to Use the Ping Command
MaGe Linux Operations
MaGe Linux Operations
Aug 5, 2025 · Operations

Master Linux Network Troubleshooting: From Ping to Traceroute

This guide presents a systematic Linux network fault‑diagnosis process—including symptom identification, step‑by‑step use of ping, traceroute, port testing and DNS verification, advanced techniques, real‑world case studies, automation scripts, and best‑practice recommendations—to help operations engineers quickly locate and resolve network issues.

diagnosticspingshell script
0 likes · 11 min read
Master Linux Network Troubleshooting: From Ping to Traceroute
php Courses
php Courses
Jul 25, 2025 · Backend Development

How to Run and Parse Ping Results in PHP: A Complete Guide

Learn how to execute the Ping command from PHP, capture its output, format it into structured data, handle cross‑platform differences, ensure security with input validation, and display results in a user‑friendly HTML layout, enabling powerful network diagnostics within your web applications.

Backend DevelopmentNetwork DiagnosticsSecurity
0 likes · 8 min read
How to Run and Parse Ping Results in PHP: A Complete Guide
php Courses
php Courses
Jul 25, 2025 · Backend Development

How to Execute and Parse Ping Results in PHP for Structured Network Diagnostics

Learn how to run the ping command from PHP, format its raw output, parse statistics into a structured array, handle cross‑platform differences, ensure security with input validation, and display results in a user‑friendly HTML format for robust network diagnostics.

Backend DevelopmentNetwork DiagnosticsSecurity
0 likes · 7 min read
How to Execute and Parse Ping Results in PHP for Structured Network Diagnostics
Liangxu Linux
Liangxu Linux
Jul 19, 2025 · Operations

Mastering Linux Network Diagnostics with the mtr Command

This guide explains what the mtr (My Traceroute) tool does, its key features, how to install it on various Linux distributions, and provides detailed usage examples and option explanations for effective network latency and packet‑loss troubleshooting.

Network Diagnosticsmtrping
0 likes · 10 min read
Mastering Linux Network Diagnostics with the mtr Command
Raymond Ops
Raymond Ops
May 19, 2025 · Operations

Master Network Connectivity Checks: From ethtool to nmap

This guide explains how to verify physical links, test ping latency, trace routes, check HTTP/HTTPS availability with wget and curl, assess TCP/UDP ports using netcat, telnet, and nmap, inspect local connections via netstat/ss, understand TCP states, and validate DNS resolution, providing practical command examples for each step.

Linuxconnectivity toolsethtool
0 likes · 12 min read
Master Network Connectivity Checks: From ethtool to nmap
Open Source Linux
Open Source Linux
May 9, 2025 · Operations

Mastering Linux Network Diagnostics: A Deep Dive into the mtr Command

Learn how the powerful mtr (My Traceroute) tool combines traceroute and ping to dynamically trace network paths, display latency and packet loss, interpret its detailed output, and use various command‑line options for reporting, filtering, and installation on Linux systems.

Network Diagnosticsmtrping
0 likes · 10 min read
Mastering Linux Network Diagnostics: A Deep Dive into the mtr Command
Liangxu Linux
Liangxu Linux
Feb 25, 2025 · Operations

How to Permanently Disable Ping Replies on Linux Systems

This guide explains how to check the current ping response setting on a Linux server, permanently disable it by editing sysctl.conf, apply the change with sysctl, and verify the effect, as well as offering temporary alternatives that last only until reboot.

Linuxping
0 likes · 3 min read
How to Permanently Disable Ping Replies on Linux Systems
MaGe Linux Operations
MaGe Linux Operations
Sep 23, 2024 · Operations

Master Network Connectivity Checks: Essential Linux Tools & Commands

Learn how to verify physical link status, test network reachability, trace routes, and diagnose TCP/UDP ports using Linux utilities such as ethtool, ping, tracepath, wget, curl, netcat, telnet, nmap, netstat, and ss, with practical command examples and interpretation tips.

connectivity testingethtoollinux-commands
0 likes · 15 min read
Master Network Connectivity Checks: Essential Linux Tools & Commands
Wukong Talks Architecture
Wukong Talks Architecture
Jul 25, 2024 · Fundamentals

Debugging APP Load Failures: MTU/MSS Analysis with Wireshark

This article walks through a real‑world case where an app’s content loading fails due to MTU/MSS mismatches, explains how packet captures reveal retransmissions and missing ACKs, demonstrates ping‑based MTU probing, and shows how oversized request parameters in a new version caused the issue.

MSSMTUTCP
0 likes · 5 min read
Debugging APP Load Failures: MTU/MSS Analysis with Wireshark
Bilibili Tech
Bilibili Tech
Jul 23, 2024 · Operations

Network Troubleshooting: MTU/MSS Issues and Packet Capture Analysis

The investigation used Wireshark captures to uncover that a new app version sent oversized TCP segments—due to altered MSS and path‑MTU mismatch—causing unacknowledged retransmissions, which were diagnosed with ping‑do‑not‑fragment tests and resolved by trimming the request parameters and confirming via TLS key logging.

MSSMTUPacket Capture
0 likes · 7 min read
Network Troubleshooting: MTU/MSS Issues and Packet Capture Analysis
Java Tech Enthusiast
Java Tech Enthusiast
Apr 5, 2024 · Fundamentals

Understanding Loopback Addresses, Ping, and Why 127.0.0.1 Works Offline

The IPv4 loopback address 127.0.0.1 (also reachable via the hostname localhost) is reserved for internal communication, so pinging it never leaves the host and works even with the network cable unplugged, while 0.0.0.0 is an unspecified address used only for binding to all interfaces and cannot be pinged.

IPv4IPv6Linux
0 likes · 13 min read
Understanding Loopback Addresses, Ping, and Why 127.0.0.1 Works Offline
Liangxu Linux
Liangxu Linux
Oct 23, 2023 · Fundamentals

Mastering Ping: From Basic Usage to Advanced Batch Techniques

This guide explains the Ping command’s fundamentals, how to interpret its output, advanced switches like -t, -a, -n, -l, -r, and provides practical batch‑ping scripts for testing multiple hosts, helping both beginners and administrators troubleshoot network connectivity efficiently.

ICMPbatch scriptingnetwork troubleshooting
0 likes · 8 min read
Mastering Ping: From Basic Usage to Advanced Batch Techniques
Open Source Linux
Open Source Linux
Oct 23, 2023 · Information Security

Visualizing Ping with Gping: Real‑Time Graphs, ICMP Insights & Installation Guide

This article introduces Gping, a cross‑platform tool that displays ping results as live line graphs, explains ICMP message structure, tunnel techniques, and stealth aspects, compares traditional and multi‑target ping visualizations, and provides detailed usage and installation instructions for Linux and Windows.

ICMPLinuxNetwork Monitoring
0 likes · 7 min read
Visualizing Ping with Gping: Real‑Time Graphs, ICMP Insights & Installation Guide
Liangxu Linux
Liangxu Linux
Oct 16, 2023 · Operations

Master Ping: Basics, Advanced Options, and Bulk Scanning Techniques

This guide explains the Ping command’s fundamentals, how to interpret its output, advanced options like -t, -a, -n, -l and -r, and provides batch scripts for pinging multiple hosts, enabling both beginners and administrators to troubleshoot network connectivity efficiently.

ICMPWindowsbatch scripting
0 likes · 8 min read
Master Ping: Basics, Advanced Options, and Bulk Scanning Techniques
Liangxu Linux
Liangxu Linux
Aug 10, 2023 · Fundamentals

Understanding ICMP: How Ping and Traceroute Diagnose Network Issues

The article explains the role of the Internet Control Message Protocol (ICMP) in detecting and reporting network errors, details its message structure and common types, and demonstrates practical uses of ICMP through ping and traceroute commands for diagnosing connectivity and routing problems.

ICMPNetwork DiagnosticsTCP/IP
0 likes · 8 min read
Understanding ICMP: How Ping and Traceroute Diagnose Network Issues
DeWu Technology
DeWu Technology
May 19, 2023 · Operations

Investigation and Resolution of In‑flight Wi‑Fi Connectivity Issues for a Mobile E‑Commerce App

The SRE team diagnosed an in‑flight Wi‑Fi outage for the DeWu e‑commerce app by reproducing the problem, capturing packets with ping, traceroute and tcpdump, discovered a firewall rule misclassifying the domain as a download site, and resolved it through a vendor‑issued policy update, restoring connectivity on both ATG and SATCOM links.

SRETCPWiFi
0 likes · 18 min read
Investigation and Resolution of In‑flight Wi‑Fi Connectivity Issues for a Mobile E‑Commerce App
Liangxu Linux
Liangxu Linux
Apr 22, 2023 · Operations

Essential Windows CMD Network Commands and How to Use Them

This guide presents a concise reference of common Windows command‑line networking tools—including arp, getmac, hostname, ipconfig, netstat, ping, route, telnet and tracert—explaining their purpose, key options, typical usage syntax and practical examples to help administrators troubleshoot and manage network connectivity.

ARPcmdipconfig
0 likes · 16 min read
Essential Windows CMD Network Commands and How to Use Them
Architect's Guide
Architect's Guide
Dec 27, 2022 · Fundamentals

Methods for Measuring Network Latency Across TCP/IP Layers

This article reviews various techniques for detecting network latency at each TCP/IP layer, including application‑layer tools like Telnet, transport‑layer utilities such as TCPPing, UDPPing and Tcproute, network‑layer protocols like ICMP with Ping and Tracert, and hardware‑based measurements at the link layer.

Network LatencyTCP/IPmtr
0 likes · 4 min read
Methods for Measuring Network Latency Across TCP/IP Layers
Open Source Linux
Open Source Linux
Nov 3, 2022 · Operations

Master Network Troubleshooting: Essential Steps and Tools for Reliable Connectivity

This guide walks you through the fundamental prerequisites, systematic methodology, and detailed step‑by‑step procedures—including physical link checks, IP/DNS configuration verification, gateway and router testing, public IP pinging, and DNS validation—required to diagnose and resolve common network connectivity issues in small‑to‑medium enterprise environments.

DNSOSI modelTCP/IP
0 likes · 13 min read
Master Network Troubleshooting: Essential Steps and Tools for Reliable Connectivity
Liangxu Linux
Liangxu Linux
Sep 18, 2022 · Fundamentals

How Does the Ping Command Really Work? A Deep Dive with Wireshark

This article explains the inner workings of the ping command by capturing and analyzing ICMP and ARP traffic with Wireshark, detailing the protocol basics, packet formats, ARP caching behavior, and how to interpret latency measurements for accurate network troubleshooting.

ARPICMPWireshark
0 likes · 6 min read
How Does the Ping Command Really Work? A Deep Dive with Wireshark
Python Programming Learning Circle
Python Programming Learning Circle
Jun 16, 2022 · Backend Development

Python Script to Keep Campus Network Connection Alive

This article explains how to use a Python script that continuously pings an external address and automatically logs into a campus web authentication portal via HTTP POST when the connection drops, ensuring the computer stays online for remote access, and provides the full source code and setup instructions.

Base64Campus WiFiHTTP POST
0 likes · 4 min read
Python Script to Keep Campus Network Connection Alive
Efficient Ops
Efficient Ops
Jun 5, 2022 · Operations

Master Network Diagnostics with MTR: Install, Run, and Analyze Results

This guide explains what the MTR tool is, how to install it on Windows, Linux, macOS, and Android, demonstrates basic commands, details key parameters, and shows how to interpret loss, latency, and other metrics to troubleshoot network connectivity issues.

Network DiagnosticsWindowsmtr
0 likes · 10 min read
Master Network Diagnostics with MTR: Install, Run, and Analyze Results
MaGe Linux Operations
MaGe Linux Operations
May 28, 2022 · Fundamentals

The Surprising Origin of Ping: From 1983 Code to Modern Gaming Lag

This article traces the history of the ping utility—from its spontaneous creation by Michael Muuss in 1983, through its adoption across Unix, Windows, macOS and Linux, to its role in measuring network latency for gamers and the technical principles behind ICMP echo requests.

ICMPLatencyNetwork Diagnostics
0 likes · 11 min read
The Surprising Origin of Ping: From 1983 Code to Modern Gaming Lag
Liangxu Linux
Liangxu Linux
Dec 21, 2021 · Operations

Master Linux Network Commands: ifconfig, ping, traceroute, and More

This guide explains how to use essential Linux networking utilities—including ifconfig, ping, traceroute, netstat, dig, nslookup, route, host, arp, ethtool, iwconfig, and hostname—covering their purpose, common options, and practical command‑line examples for system administration tasks.

digifconfignetstat
0 likes · 11 min read
Master Linux Network Commands: ifconfig, ping, traceroute, and More
Su San Talks Tech
Su San Talks Tech
Oct 13, 2021 · Fundamentals

Why Can You Ping 127.0.0.1 Even When the Network Is Down?

This article explains the nature of the 127.0.0.1 loopback address, why pinging it works without a physical network connection, the differences between 127.0.0.1, localhost and 0.0.0.0, and how the kernel processes loopback traffic using a virtual network interface.

IP addressKernelSocket
0 likes · 13 min read
Why Can You Ping 127.0.0.1 Even When the Network Is Down?
Efficient Ops
Efficient Ops
Jul 28, 2021 · Operations

Master Network Troubleshooting with MTR: Install, Use, and Analyze Results

Learn how to install and use the powerful MTR network diagnostic tool across Windows, Linux, macOS, and Android, understand its combined ping/traceroute output, master key command-line options, and interpret loss, latency, and stability metrics to effectively troubleshoot connectivity issues.

LinuxNetwork DiagnosticsWindows
0 likes · 10 min read
Master Network Troubleshooting with MTR: Install, Use, and Analyze Results
Open Source Linux
Open Source Linux
Jul 13, 2021 · Operations

Master 9 Essential Network Commands for Troubleshooting

This guide explains nine common Windows network commands—ping, ipconfig, arp, traceroute, route, nslookup, nbtstat, netstat, and net—detailing their purpose, basic syntax, useful options, and step‑by‑step troubleshooting procedures to help diagnose connectivity issues.

ARPNetwork DiagnosticsWindows commands
0 likes · 17 min read
Master 9 Essential Network Commands for Troubleshooting
php Courses
php Courses
Apr 2, 2021 · Backend Development

Implementing Ping Using ICMP Raw Sockets in PHP

This tutorial explains how to use PHP's raw socket functions to construct and send an ICMP echo request packet, calculate its checksum, receive the reply, and wrap the logic into a reusable ping($host, $retry) function for backend network diagnostics.

BackendICMPNetwork programming
0 likes · 6 min read
Implementing Ping Using ICMP Raw Sockets in PHP
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Mar 12, 2021 · Fundamentals

How Does the ping Command Really Work? Unveiling ICMP Basics

This article explains the ping command’s purpose and inner workings by detailing the ICMP protocol, its message formats, query and error types, the step‑by‑step packet flow between hosts, and how to enable ICMP in cloud security groups for reliable network testing.

ICMPcloud security groupsnetwork fundamentals
0 likes · 7 min read
How Does the ping Command Really Work? Unveiling ICMP Basics
Open Source Linux
Open Source Linux
Mar 12, 2021 · Fundamentals

How Does Ping Work? A Step-by-Step Walkthrough of ICMP and ARP

This article explains the Ping utility’s operation by detailing how ICMP echo requests travel through the network stack, how ARP resolves MAC addresses, and how routers and switches forward packets, using a concrete PC‑to‑PC example to illustrate each step.

ARPICMPTCP/IP
0 likes · 7 min read
How Does Ping Work? A Step-by-Step Walkthrough of ICMP and ARP
Liangxu Linux
Liangxu Linux
Mar 7, 2021 · Operations

Master Network Troubleshooting: A Step‑by‑Step Guide for Every Engineer

This comprehensive guide walks you through essential network troubleshooting fundamentals—from OSI and TCP/IP basics and common equipment, to systematic checks of physical links, IP/DNS settings, gateway connectivity, external ping tests, and DNS validation—empowering you to quickly isolate and resolve connectivity issues.

LinuxOSI modelTCP/IP
0 likes · 12 min read
Master Network Troubleshooting: A Step‑by‑Step Guide for Every Engineer
Open Source Linux
Open Source Linux
Jun 29, 2020 · Operations

Top 6 Free Tools to Measure Network Latency and Boost Performance

This article explains what network latency is, how it is measured with metrics like RTT and TTFB, discusses the built‑in Ping utility and its limitations, and recommends six free tools that help network administrators monitor and reduce latency effectively.

Network LatencyRTTfree tools
0 likes · 12 min read
Top 6 Free Tools to Measure Network Latency and Boost Performance
Programmer DD
Programmer DD
May 31, 2020 · Operations

Master Windows Network Troubleshooting: Essential Commands Explained

This guide details essential Windows network troubleshooting commands—including ping, ipconfig, arp, traceroute, route, nslookup, netstat, and net—explaining their purposes, syntax, common options, and how to interpret results to diagnose connectivity, DNS, routing, and service issues.

Network DiagnosticsWindows commandsipconfig
0 likes · 17 min read
Master Windows Network Troubleshooting: Essential Commands Explained
Liangxu Linux
Liangxu Linux
May 25, 2020 · Operations

Automate Network Ping Checks with Bash while/until Loops

This guide shows how to use Bash while and until loops to repeatedly run a ping command, pause between attempts, and stop automatically once the network connection succeeds, including a quick trick to repeat the previous command until it succeeds.

BashShellping
0 likes · 5 min read
Automate Network Ping Checks with Bash while/until Loops
Liangxu Linux
Liangxu Linux
Mar 24, 2020 · Fundamentals

Mastering the Ping Command: Essential Options and Practical Examples

This guide explains the core functions of the ping utility, details each common option such as -t, -a, -n, -l, and -r, demonstrates how to interpret bytes, time and TTL values, and shows practical batch‑ping techniques for network troubleshooting.

TCP/IPWindowsnetwork troubleshooting
0 likes · 7 min read
Mastering the Ping Command: Essential Options and Practical Examples
ITPUB
ITPUB
Feb 25, 2020 · Fundamentals

Mastering the Ping Command: Advanced Options and Real‑World Use Cases

This guide explains the ping utility’s core functions, interprets its output fields such as bytes, time and TTL, and walks through essential options like -t, -a, -n, -l, -r, plus a batch‑ping technique for scanning entire subnets, helping readers troubleshoot and analyze network performance effectively.

LinuxTCP/IPWindows
0 likes · 7 min read
Mastering the Ping Command: Advanced Options and Real‑World Use Cases
Liangxu Linux
Liangxu Linux
Feb 23, 2020 · Operations

Mastering the Ping Command: Advanced Options and Real‑World Use Cases

This guide explains the fundamentals of the ping utility, interprets its output fields such as bytes, time and TTL, and walks through advanced switches like -t, -a, -n, -l, -r, plus batch‑ping techniques for comprehensive network diagnostics.

Windowsbatch scriptingnetwork troubleshooting
0 likes · 7 min read
Mastering the Ping Command: Advanced Options and Real‑World Use Cases
Liangxu Linux
Liangxu Linux
Dec 16, 2019 · Fundamentals

Master Windows Network Troubleshooting: Essential Commands and Their Usage

This guide explains the most common Windows networking commands—ping, ipconfig, arp, traceroute, route, nslookup, netstat, and net—detailing their purpose, syntax, useful options, and example outputs to help you diagnose connectivity, routing, and configuration issues efficiently.

Windowscommand-lineipconfig
0 likes · 17 min read
Master Windows Network Troubleshooting: Essential Commands and Their Usage
Efficient Ops
Efficient Ops
Aug 29, 2019 · Fundamentals

Unveiling the Ping Command: How ICMP and ARP Work Together

This article walks through the complete ping process, from setting up a Wireshark capture on two PCs to dissecting ICMP and ARP packets, explaining how ping uses ICMP, how ARP resolves MAC addresses, and why ARP caching affects subsequent ping measurements.

ARPICMPPacket Capture
0 likes · 8 min read
Unveiling the Ping Command: How ICMP and ARP Work Together
JD Tech Talk
JD Tech Talk
Aug 28, 2019 · Fundamentals

Understanding ARP and ICMP Protocols: Principles and Packet Analysis

This article explains the fundamentals of the ARP (Address Resolution Protocol) and ICMP (Internet Control Message Protocol), describing how they operate in LAN environments, detailing their packet structures, and illustrating their practical use through ping and tracert commands with packet capture analysis.

ARPICMPNetwork Protocols
0 likes · 7 min read
Understanding ARP and ICMP Protocols: Principles and Packet Analysis
Efficient Ops
Efficient Ops
May 22, 2019 · Operations

Master Network Troubleshooting: A Step‑by‑Step Guide for IT Professionals

This comprehensive guide walks IT engineers through essential network‑troubleshooting fundamentals—covering OSI/TCP‑IP basics, device roles, common commands, and a systematic, data‑flow‑focused workflow—to quickly pinpoint and resolve connectivity issues in small‑to‑medium enterprise environments.

OSI modelTCP/IPnetwork troubleshooting
0 likes · 17 min read
Master Network Troubleshooting: A Step‑by‑Step Guide for IT Professionals
ITPUB
ITPUB
Sep 28, 2018 · Fundamentals

How Does the Ping Command Work? A Deep Dive into ICMP Mechanics

This article explains the purpose and inner workings of the ping command, detailing how ICMP echo requests and replies are constructed, transmitted across network layers, and how related tools like traceroute leverage ICMP error messages to diagnose connectivity.

ICMPTCP/IPconnectivity
0 likes · 8 min read
How Does the Ping Command Work? A Deep Dive into ICMP Mechanics
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 7, 2018 · Fundamentals

Why Does Ping Fail? From Theory to Real‑World Network Troubleshooting

This article walks through fundamental networking concepts such as routing tables, ifconfig, and ARP, demonstrates how a ping request is processed across subnets and gateways, shows real‑world packet captures, and explains how a misconfigured HSRP caused intermittent connectivity issues, offering practical troubleshooting steps.

ARPNetworkingping
0 likes · 16 min read
Why Does Ping Fail? From Theory to Real‑World Network Troubleshooting
MaGe Linux Operations
MaGe Linux Operations
Jul 6, 2018 · Operations

Master Network Troubleshooting: Essential Windows Commands Explained

This guide walks you through essential Windows networking commands—ping, ipconfig, arp, traceroute, route, nslookup, netstat, and net—explaining their syntax, options, and practical use cases for diagnosing connectivity, routing, and configuration issues across local and remote networks.

Windows commandsipconfignetstat
0 likes · 16 min read
Master Network Troubleshooting: Essential Windows Commands Explained
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Sep 8, 2016 · Operations

How to Diagnose App “Unavailable” Issues with Ping&DNS: A Step‑by‑Step Guide

This article walks readers through practical techniques for identifying and resolving common “unavailable” app problems—such as white screens, slow loading, or error codes—by using the lightweight Ping&DNS Android tool to check domain names, IP connectivity, DNS resolution, and traceroute data, empowering both novice users and professionals.

DNSOperationsmobile app
0 likes · 8 min read
How to Diagnose App “Unavailable” Issues with Ping&DNS: A Step‑by‑Step Guide