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

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