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

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