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

  1.  
  2.  
  3. Network Working Group                                          J. Postel Request for Comments: 865                                            ISI                                                                 May 1983 
  4.  
  5.  
  6.  
  7.                        Quote of the Day 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 Quote of the Day Protocol are expected to adopt and implement this standard. 
  12.  
  13. A useful debugging and measurement tool is a quote of the day service. A quote of the day service simply sends a short message without regard to the input. 
  14.  
  15. TCP Based Character Generator Service 
  16.  
  17.    One quote of the day service is defined as a connection based    application on TCP.  A server listens for TCP connections on TCP port    17.  Once a connection is established a short message is sent out the    connection (and any data received is thrown away).  The service    closes the connection after sending the quote. 
  18.  
  19. UDP Based Character Generator Service 
  20.  
  21.    Another quote of the day service is defined as a datagram based    application on UDP.  A server listens for UDP datagrams on UDP port    17.  When a datagram is received, an answering datagram is sent    containing a quote (the data in the received datagram is ignored). 
  22.  
  23. Quote Syntax 
  24.  
  25.    There is no specific syntax for the quote.  It is recommended that it    be limited to the ASCII printing characters, space, carriage return,    and line feed.  The quote may be just one or up to several lines, but    it should be less than 512 characters. 
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  Postel                                                          [Page 1] 
  40.  
  41.