Settings

Theme

The ping-verse: a deep dive into 14 ping-type utilities across OSI layers

netbeez.net

6 points by panosv 2 months ago · 2 comments

Reader

panosvOP 2 months ago

Everyone knows ping. But over the decades, the networking community has quietly built an entire family of specialized variants — each solving a problem that standard ICMP couldn't. A few examples of why you'd reach for something else:

tcping — when firewalls eat your ICMP and you need to test port availability

arping — L2 diagnostics and duplicate IP detection, no IP stack needed

fping — scan a /24 in seconds, all hosts in parallel

OWAMP — when you actually need one-way latency, not just RTT

dnsping — when the slowness lives in your resolver, not the network

I put together a comparison table of the most useful ones, across protocol, OSI layer, platform, multi-host support, and root requirements. The OSI layer column alone tells you a lot — if you're reaching for ping to debug something that lives at L4 or L7, you're probably using the wrong tool.

whatbackup 2 months ago

No love for Test-NetConnection (TNC) in Powershell or Netcat (nc -vz)?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection