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 do I determine if a port is open on a Windows server?

I'm trying to install a site under an alternative port on a server, but the port may be closed by …

windows-server-2003 port ping
ping response "Request timed out." vs "Destination Host unreachable"

When I ping an IP address, what is the difference between Request timed out and Destination host unreachable returned from …

networking ping icmp
Pinging servers in Python

In Python, is there a way to ping a server through ICMP and return TRUE if the server responds, or …

python python-3.x ping icmp
Docker - Ubuntu - bash: ping: command not found

I've got a Docker container running Ubuntu which I did as follows: docker run -it ubuntu /bin/bash however it …

ubuntu docker ping
Ping with timestamp

On the Windows command prompt cmd, I use ping -t to 10.21.11.81 Reply from 10.21.11.81: bytes=32 time=3889ms TTL=238 Reply from 10.21.11.81: bytes=32 …

cmd timestamp ping
How to ping an IP address

I am using this part of code to ping an ip address in java but only pinging localhost is successful …

java ping host
How to test an Internet connection with bash?

How can an internet connection be tested without pinging some website? I mean, what if there is a connection but …

bash connection ping
Checking host availability by using ping in bash scripts

I want to write a script, that would keep checking if any of the devices in network, that should be …

bash networking ping connectivity
Ping a site in Python?

How do I ping a website or IP address with Python?

python network-programming ping
Send a ping to each IP on a subnet

Is there a command line based way to send pings to each computer in a subnet? Like for(int i = 1; …

networking shell ping arp