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.

Fastest way to ping a network range and return responsive hosts?

Constraints: 1. Speed matters. 2. I am allowed to ping once. I'm debating whether to use Python or shellscripting. Is there a …

linux performance bash networking ping
Multiple ping script in Python

I'm unable to find any good easy to learn documentation on python and networking. In this instance, I'm just trying …

python networking ping
Why can I ping a server but not connect via SSH?

When I ping my server, it responds: user@localhost:~$ ping my.server PING my.server (111.111.111.11) 56(84) bytes of data. 64 bytes from …

ssh ping
Which Protocols are used for PING?

Okay, I know that the answer to this question is ICMP - all my textbooks are saying so, the Internet …

networking protocols ping
Can't ping a local VM from the host

My work laptop is is a member of a domain (the OS is Windows 8). Created a new VM, locally on …

windows-8 virtual-machine ping dhcp hyper-v
Pinging an IP address using PHP and echoing the result

I have the following function that I doesn't work so far. I would like to ping an IP address and …

php ping shell-exec
Bash loop ping successful

I'm thinking that this needs to be changed to a while clause, at the moment it'll wait till all 10000 pings …

bash shell unix while-loop ping
How can I write a Linux bash script that tells me which computers are ON in my LAN?

How can I write a Linux Bash script that tells me which computers are ON in my LAN? It would …

linux bash ping
PHP: Why isn't exec() returning output?

I'm writing a PHP script to be used to check for network connections with Linux shell command ping calling it …

php exec ping
how to ping ip addresses in php and give results

Possible Duplicate: Pinging an IP address using PHP and echoing the result How do you ping an ip addresses in …

php ip-address ping