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.

Ping MySQL Server Using JDBC

This seems rather simple (not for me)... How does one ping a mysql server using the JDBC? i have successfully …

java mysql jdbc ping
Network communication with Windows 7 XP mode

To test a UDP device discovery function without needing a separate computer on my desk, I'd like to test it …

windows-7 windows-xp ping xp-mode
Sending ICMP packets in a C program

I'm trying to create an ICMP ping test program in C but am having difficulties with successfully sending the packets. …

c ping icmp sendto
How to ping using C sockets

Compiler: Code::Blocks(GNU GCC) Platform: Windows(x86) Includes: winsock.h winsock2.h (ws2_32 is linked as well) I am …

c windows sockets ping icmp
How to use java program to run command prompt commands?

this is my first time posting here, so I'm not really sure what to say/ask. Anyways, I am trying …

java command command-prompt ping prompt
Delphi (XE2) Indy (10) Multithread Ping

I have a room with 60 computers/devices (40 computers and 20 oscilloscopes Windows CE based) and I would like to know which …

multithreading delphi ping indy tthread
Request timeout for icmp_seq on MacOS

It all started when I was trying to connect to a VM setup on GCP for SFTP only. Everytime I …

ping macos-sierra icmp
What could cause a ping to fail if I am able to load the site's homepage in a browser?

I am able to load the website's homepage from a web browser, but pinging it from the command line is …

ping traceroute
Should I ping mysql server before each query?

So I was wondering whether I should or should not ping the mysql server (mysqli_ping) to ensure that the …

php mysql ping
How to decide the Ping interval for websocket connection

I understand the Ping is to help prevent proxies from closing idle connections. Is there any guidelines w.r.t. …

tcp websocket ping