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

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