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

  1.  
  2.  
  3. Network Working Group                                          J. Postel
  4. Request for Comments: 866                                            ISI
  5.                                                                 May 1983
  6.  
  7.  
  8.  
  9.                               Active Users
  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 an Active Users Protocol are
  16. expected to adopt and implement this standard.
  17.  
  18. A useful debugging and measurement tool is an active users service.  An
  19. active users service simply sends a list of the currently active users
  20. on the host without regard to the input.
  21.  
  22. An active user is one logged in, such as listed in SYSTAT or WHO.
  23.  
  24. TCP Based Active Users Service
  25.  
  26.    One active users service is defined as a connection based application
  27.    on TCP.  A server listens for TCP connections on TCP port 11.  Once a
  28.    connection is established a list of the currently active users is
  29.    sent out the connection (and any data received is thrown away).  The
  30.    service closes the connection after sending the list.
  31.  
  32. UDP Based Active Users Service
  33.  
  34.    Another active users service service is defined as a datagram based
  35.    application on UDP.  A server listens for UDP datagrams on UDP port
  36.    11.  When a datagram is received, an answering datagram is sent
  37.    containing a list of the currently active users (the data in the
  38.    received datagram is ignored).
  39.  
  40.    If the list does not fit in one datagram then send a sequence of
  41.    datagrams but don't break the information for a user (a line) across
  42.    a datagram.  The user side should wait for a timeout for all
  43.    datagrams to arrive.  Note that they are not necessarily in order.
  44.  
  45. User List Syntax
  46.  
  47.    There is no specific syntax for the user list.  It is recommended
  48.    that it be limited to the ASCII printing characters, space, carriage
  49.    return, and line feed.  Each user should be listed on a separate
  50.    line.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57. Postel                                                          [Page 1]
  58.  
  59.