home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 800s / rfc862.txt < prev    next >
Text File  |  1992-09-22  |  1KB  |  58 lines

  1.  
  2. Network Working Group                                          J. Postel
  3. Request for Comments: 862                                            ISI
  4.                                                                 May 1983
  5.  
  6.  
  7.  
  8.                              Echo Protocol
  9.  
  10.  
  11.  
  12.  
  13. This RFC specifies a standard for the ARPA Internet community.  Hosts on
  14. the ARPA Internet that choose to implement an Echo Protocol are expected
  15. to adopt and implement this standard.
  16.  
  17. A very useful debugging and measurement tool is an echo service.  An
  18. echo service simply sends back to the originating source any data it
  19. receives.
  20.  
  21. TCP Based Echo Service
  22.  
  23.    One echo service is defined as a connection based application on TCP.
  24.    A server listens for TCP connections on TCP port 7.  Once a
  25.    connection is established any data received is sent back.  This
  26.    continues until the calling user terminates the connection.
  27.  
  28. UDP Based Echo Service
  29.  
  30.    Another echo service is defined as a datagram based application on
  31.    UDP.  A server listens for UDP datagrams on UDP port 7.  When a
  32.    datagram is received, the data from it is sent back in an answering
  33.    datagram.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Postel                                                          [Page 1]
  57.  
  58.