|
PING itself works because there is a standard service on a well known port (ECHO). You send a packet, it sends it back. So you can send packets to any port you want, but unless they are attached to an ECHO server, they aren't ever coming back, and PING will just say that it 'Timed out'.
Sorry, this isn't true. PING doesn't use the "echo" service. PING is an internal function of the ICMP (Internet Control Message Protocol). You send an ICMP echo packet (or, more correctly, "datagram") and it sends back an echo reply. This is built into the core of the IP stack.
It has nothing to do with the "echo server" that people used to run on port 7.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.