ping : Java Glossary

ping
Ping is a common unix and Windows utility. You give it a domain name or IP (Internet Protocol) and it tells you the corresponding IP, and whether that site is up or not. It is the smaller brother of TraceRt that tells you about all the hops necessary to reach that destination. The other function of ping it to determine how long it takes to send a packet and get a response. You might ping several alternate sources and use the one with the shortest ping. Napster automatically displays ping times for all potential downloads.

According to Wayne Kovsky, ping implementations rely on ICMP (Internet Control Message Protocol), which is a low-level protocol designed for network administration and not supported in Java. Java supports the higher level datagrams and TCP/IP (Transmission Control Protocol/Internet Protocol) streams. It does not use a TCP/IP port.

But, you can simulate the functionality of ping, by opening a socket to the host and sending a message to some known port. This technique (with sample source code) is described in Peter van der Linden’s book. It will probably be sufficient for your requirements, even though it is not a real ping. Port 7, the echo port is commonly used.

You can use ping to estimate how many of your packets are getting through the first time.

rem Ping continuously with 1000 byte packets.

ping somewebsite.com  -t -1 1000

rem results will tell you of any errors, sorry no accumulated stats.

If ping fails, it might simply mean the server does not support the ping protocol. Many servers are dropping support to avoid a DOS (Denial Of Service attack).

book cover recommend book⇒Just Java 2, Sixth Edition
by:Peter van der Linden 978-0-13-148211-1paperback
publisher:Prentice Hall
published:2004-07-01
Covers Java 5 aka 1.5. Peter has a sense of humour and breaks the drudgery of reading with a funny story at the end of each chapter. He explains through simple examples. This is a book you can sit down and read and not fall asleep. I helped edit and proofread the chapters on enums and genericity.
Australian flag abe books anz abe books.co.uk UK flag
German flag abe books.de amazon.co.uk UK flag
German flag amazon.de abe books.ca Canadian flag
Spanish flag iberlibro.com amazon.ca Canadian flag
Spanish flag amazon.es Chapters Indigo Canadian flag
French flag abe books.fr abe books.com American flag
French flag amazon.fr amazon.com American flag
Italian flag abe books.it Barnes & Noble American flag
Italian flag amazon.it powells.com American flag
American flag download o’reilly safari sony e-books American flag
Greyed out stores probably do not have the item in stock
To avoid denial of service attacks, some sites ignore pings. In that case you must use tracert. It takes much longer, and so is less useful for hassling a server.

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/ping.html J:\mindprod\jgloss\ping.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.212]
You are visitor number 17,423.