Fping software
have been tested by datapicks.com team against viruses,
spyware, adware and was founded to be 100% clean.
We will recheck this software periodically to assure users that it remain clean. Note: this award offered by datapicks.com
should be used only by the author/publisher of the Fping software.
Fping 2.14 Antivirus Report
Archive: fping214.zip
inflating: Fping 2000_XP.reg
inflating: Fping NT.reg
inflating: Fping.exe
inflating: FPING.TXT
Scanning FPING.TXT
FPING.TXT: OK
Scanning Fping 2000_XP.reg
Fping 2000_XP.reg: OK
Scanning Fping.exe
Fping.exe: OK
Scanning Fping NT.reg
Fping NT.reg: OK
Scanning fping214.zip
fping214.zip: OK
Ping is one of the most useful network debugging tools available. The first ping
program was written by Mike Muuss in December 1983 for use on Unix machines. Muuss
named his program after the sonar sounds used for echolocation by submarines,
although some say ping stands for "Packet InterNet Grouper". Ping sends a small
packet of information containing an ICMP ECHO_REQUEST to a specified computer,
which then sends an ECHO_REPLY packet in return. The ping program then evaluates
this reply, and a report is shown. You can check several things with the ping
program: can you reach another computer, how long does it take to bounce a packet
off of another site (what is the distance), ... You can ping either a domain name,
or an IP address. Functionality to show domain names when using IP addresses is
supported. Even routing options are available, alas only 9 routes can be shown due
to the structure of the IP header (RFC 792). Why did I write my own ping program?
There are two main reasons: a) It wanted to know how the ping program worked. I
found it really intriguing and was very curious and b) There was a need for a
better ping program here at the lab where I work.