home *** CD-ROM | disk | FTP | other *** search
/ Handbook of Infosec Terms 2.0 / Handbook_of_Infosec_Terms_Version_2.0_ISSO.iso / text / rfcs / rfc0862.txt < prev    next >
Text File  |  1996-05-07  |  1KB  |  43 lines

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