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

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