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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  Network Working Group                                         E. Killian Request for Comments: 779                                            LLL                                                               April 1981 
  8.  
  9.  
  10.  
  11.                       TELNET SEND-LOCATION Option 
  12.  
  13.  
  14.  
  15.  1.  Command name and code. 
  16.  
  17.    SEND-LOCATION   23 
  18.  
  19. 2.  Command meanings. 
  20.  
  21.    IAC WILL SEND-LOCATION 
  22.  
  23.       The sender REQUESTS or AGREES to use the SEND-LOCATION option to       send the user's location. 
  24.  
  25.    IAC WON'T SEND-LOCATION 
  26.  
  27.       The sender REFUSES to use the SEND-LOCATION option. 
  28.  
  29.    IAC DO SEND-LOCATION 
  30.  
  31.       The sender REQUESTS that, or AGREES to have, the other side use       SEND-LOCATION commands send the user's location. 
  32.  
  33.    IAC DON'T SEND-LOCATION 
  34.  
  35.       The sender DEMANDS the other side not use the SEND-LOCATION       option. 
  36.  
  37.    IAC SB SEND-LOCATION <location> IAC SE 
  38.  
  39.       The sender specifies the user's location to the other side via a       SEND-LOCATION subnegotiation.  <location> is a sequence of ASCII       printable characters; it is terminated by the IAC SE. 
  40.  
  41. 3.  Default. 
  42.  
  43.    WON'T SEND-LOCATION 
  44.  
  45.    DON'T SEND-LOCATION 
  46.  
  47.  
  48.  
  49. Killian                                                         [page 1] 
  50.  
  51.  
  52. RFC 779                                                       April 1981 TELNET SEND-LOCATION Option 
  53.  
  54.  
  55.  
  56. 4.  Motivation for the option. 
  57.  
  58.    Many network sites now provide a listing of the users currently    logged in giving their names and locations (see the NAME/FINGER    protocol, RFC 742).  The location is useful for physically locating    the user if he or she is nearby, or for calling them (a nearby phone    number is often included). However, for users logged in via the    network, the location printed is often no more than the originating    site name. This TELNET option allows the user's TELNET program to    send the user's location to the server TELNET so that it can be    displayed in addition to the site name.  This functionality is    already present in the SUPDUP protocol (RFC 734). 
  59.  
  60. 5.  Description of the option. 
  61.  
  62.    When the user TELNET program knows the user's location, it should    offer to transmit this information to the server TELNET by sending    IAC WILL SEND-LOCATION.  If the server's system is able to make use    of this information (as can the ITS sites), then the server will    reply with IAC DO SEND-LOCATION.  The user TELNET is then free to    send the location in a subnegotiation at any time. 
  63.  
  64.  
  65.  
  66.  
  67.  
  68.   
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  Killian                                                         [page 2] 
  91.  
  92.