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.

Pinging from a C/C++ program

I want to write a C or C++ program, that given an IP address, Pings it and then performs further …

c++ c network-programming ping
How to ping IP addresses using JavaScript

I want to run a JavaScript code to ping 4 different IP addresses and then retrieve the packet loss and latency …

javascript ping latency
Batch ERRORLEVEL ping response

I'm trying to use a batch file to confirm a network connection using ping. I want to do batch run …

windows batch-file command-prompt ping
How to check internet access using bash script in linux?

In my school, the internet is not available(every night after 23:0 the school will kill the internet, to put us …

linux bash wifi ping
Is there a way to take an argument in a callable method?

I have created a piece of code which takes an IP address (from main method in another class) and then …

java multithreading arguments ping callable
Request timeout for icmp_seq

When I try to use the sudo ping -f (URL) command on the mac terminal, I receive the message: Request …

terminal timeout ping icmp
Calculate upload/download speed by ping

How to calculate the speed of an internet connection by some average ping rates.What are the calculations involved in …

networking network-programming performance ping
curl and ping - how to check whether a website is either up or down?

I want to check whether a website is up or down at a particular instance using PHP. I came to …

php curl webserver http-status-codes ping
How to ping MAC address in Linux

I want to ping a known MAC address, I tried to use nmap: sudo nmap -sP 192.168.15.1/24 | grep 20:64:32:3F:B1:A9 …

ip ping mac-address arp
TraceRoute and Ping in C#

Does anyone have C# code handy for doing a ping and traceroute to a target computer? I am looking for …

c# .net networking ping traceroute