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

  1.  NWG/RFC# 736                                  MRC 31-OCT-77 23:28  42213 Telnet SUPDUP Option 
  2.  
  3.  
  4.  
  5. Network Working Group                                       Mark Crispin Request for Comments 736                                           SU-AI NIC 42213                                                31 October 1977 
  6.  
  7.                           TELNET SUPDUP Option 
  8.  
  9. 1.  Command name and code. 
  10.  
  11.    SUPDUP               21 
  12.  
  13. 2.  Command meanings. 
  14.  
  15.    IAC WILL SUPDUP 
  16.  
  17.       The sender of this command  REQUESTS permission to, or  confirms       that it will, use the SUPDUP display protocol 
  18.  
  19.    IAC WON'T SUPDUP 
  20.  
  21.       The sender of this command REFUSES to use the SUPDUP protocol. 
  22.  
  23.    IAC DO SUPDUP 
  24.  
  25.       The sender of this  command REQUESTS that  the receiver use,  or       grants the receiver permission to use, the SUPDUP protocol. 
  26.  
  27.    IAC DON'T 
  28.  
  29.       The sender of this command DEMANDS that the receiver not use the       SUPDUP protocol. 
  30.  
  31. 3.  Default. 
  32.  
  33.    WON'T SUPDUP 
  34.  
  35.    DON'T SUPDUP 
  36.  
  37.    i.e., the SUPDUP display protocol is not in use. 
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  Mark Crispin                                                       [page 1] 
  52.  
  53.  
  54. NWG/RFC# 736                                  MRC 31-OCT-77 23:28  42213 Telnet SUPDUP Option 
  55.  
  56.  4.  Motivation for the option. 
  57.  
  58.    Since the publication of RFC 734,  I have been requested to  design    an option to  the TELNET  protocol to provide  for SUPDUP  service.    This option allows a host to  provide SUPDUP service on the  normal    TELNET socket (27 octal) instead of 137 (octal) which is the normal    SUPDUP ICP socket. 
  59.  
  60. 5.  Description of the option. 
  61.  
  62.    A user  TELNET  program which  wishes  to use  the  SUPDUP  display    protocol instead of the NVT terminal service should send an IAC  DO    SUPDUP.  If  the  server  is  willing to  use  the  SUPDUP  display    protocol, it  should respond  with IAC  WILL SUPDUP;  otherwise  it    should refuse with IAC WONT SUPDUP. 
  63.  
  64.    For hosts  which normally  provide  SUPDUP terminal  services,  the    server can send IAC  WILL SUPDUP upon ICP  which the user may  then    accept or refuse. 
  65.  
  66.    If the SUPDUP option is  in effect, no further TELNET  negotiations    are allowed.   They  are  meaningless, since  SUPDUP  has  its  own    facilities to perform  the functions that are needed.  Hence, octal    377 will become an ordinary transmitted character (in this case  an    invalid %TD code) instead of an IAC. 
  67.  
  68.    Following the mutual  acceptance of the  SUPDUP option, the  SUPDUP    negotiation proceeds as described in RFC 734. 
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94. Mark Crispin                                                       [page 2]  
  95.