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.

How to do a true Java ping from Windows?

I have a device on a network that I am attempting to ping through my Java program. Through my windows …

java windows networking ping
Request timed out when pinging wireless router

Recently I noticed the internet running very slowly on my laptop, which is connected to my wireless network (Netgear DGN2000). …

networking wifi ping wireless
find all ip address in a network

I am trying to do this C#. I need to find all ip address that are active in my network …

c# windows networking ping tcp-ip
How to detect nearest server to test latency/ping speed using Javascript?

I'm implementing a browser extension which should connect to the nearest server to test the ping speed. To have more …

javascript ping latency geoip speed-test
Local network pinging in python

Does anyone know how to use python to ping a local host to see if it is active or not? …

networking ping
Getting an unknown IP Address from known MAC address using ARP?

I am on a Windows platform (Win7) and I have a scenario where I know the MAC addresses of devices …

windows batch-file ping mac-address arp
Making a "ping" inside of my C# application

I need my application to ping an address I'll specify later on and just simply copy the Average Ping Time …

c# ping
Powershell - Test-Connection failed due to lack of resources

Test-connection intermittently fails with a lack of resources error: test-connection : Testing connection to computer 'SOMESERVER' failed: Error due to lack …

powershell ping
What is a SNMP ping?

I know what SNMP is and I know what ping is. What is meant by a 'SNMP ping'? SNMP can …

networking snmp ping
extract average time from ping -c

I want to extract from the command ping -c 4 www.stackoverflow.com | tail -1| awk '{print $4}' the average …

linux bash awk ping