home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / ping.txt < prev    next >
Text File  |  1997-09-22  |  1KB  |  34 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR PING:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: ping - Sends ICMP echo request packets
  6.  
  7. Version: not stated
  8.  
  9. Author(s): Mike Muuss, U.S. Army Research Laboratory <mike@arl.mil>
  10.            Steve Deering (IP Multicast code)
  11.  
  12. On the CD-ROM in: network/ping.tar
  13.  
  14. Ftp source: ftp.CC.Berkeley.EDU:/pub/ping/
  15.  
  16. Size on the CD: 41 KB (uncompressed)
  17.  
  18. Description:
  19.  
  20.    The DARPA Internet is a large and complex aggregation of network
  21.    hardware, connected together by gateways.  Tracking a single-point
  22.    hardware or software failure can often be difficult.  Ping uses the ICMP
  23.    protocol's mandatory ECHO_REQUEST datagram to elicit an ICMP
  24.    ECHO_RESPONSE from a host or gateway.  ECHO_REQUEST datagrams
  25.    (``pings'') have an IP and ICMP header, followed by a struct timeval,
  26.    and then an arbitrary number of ``pad'' bytes used to fill out the
  27.    packet.
  28.  
  29.    -- Quoted from the manpage in the ping distribution
  30.  
  31. Advertised architectures: not listed
  32.  
  33. Prerequisites: C compiler
  34.