home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / rfc / 700s / rfc736.txt < prev    next >
Text File  |  1992-10-14  |  3KB  |  120 lines

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