Top "Ping" questions

Ping is a computer network administration utility used to test the reachability of a host on an Internet Protocol (IP) network and to measure the round-trip time for messages sent from the originating host to a destination computer.

Linux ping broadcast switch

When using ping on virtually every UNIX system available, pinging the broadcast address is simple: $ ping 192.168.11.255 However, when this is …

linux broadcast ping
Go Gorilla Websockets ~ On ping/pong fail (user disconnct) call function?

I'm writing a chat program with Golang and Gorilla's Websocket toolkit. I'm wondering if there is a way to run …

go websocket ping gorilla
how to ping each ip in a file?

I have a file named "ips" containing all ips I need to ping. In order to ping those IPs, I …

macos shell ping xargs
Problem with pinging broadcast address

When I try to ping the broadcast address on my LAN, it shows ICMP replies from only 3 hosts, everytime, even …

networking broadcast ping icmp
Implement Traceroute functionality in android

This is the first time I am asking any question so forgive me for my any mistake. I want to …

android ping traceroute
Suppress system("ping") output in C++

I have written a simple program that pings three sites and then reacts to whether they are reachable or not. …

c++ windows ping suppress
Why i'm getting PingException?

It was all working an hour ago and many days ago. The link i try to ping is: Link to …

c# exception ping pingexception
Creating a ping uptime service with PHP

I have a server that I can use PHP on and a router that can be pinged from the Internet. …

php performance ping
What's the best way to ping many network devices in parallel?

I poll a lot of devices in network (more than 300) by iterative ping. The program polls the devices sequentially, so …

delphi network-programming polling ping iocp
What is the difference between PING and HTTP HEAD?

I have an domain name to test. Ping is ~20 ms. 'HTTP HEAD' is ~500 ms. Why there are so big difference …

ping http-head