home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / rfc / rfc748 < prev    next >
Text File  |  1991-04-21  |  3KB  |  118 lines

  1.  
  2. NWG/RFC# 748                                          MRC 1-APR-78 44125
  3. Telnet Randomly-Lose Option
  4.  
  5.  
  6.  
  7. Network Working Group                                         M. Crispin
  8. Request for Comments 748                                           SU-AI
  9. NIC 44125                                                   1 April 1978
  10.  
  11.                       TELNET RANDOMLY-LOSE Option
  12.  
  13. 1.  Command name and code.
  14.  
  15.    RANDOMLY-LOSE        256
  16.  
  17. 2.  Command meanings.
  18.  
  19.    IAC WILL RANDOMLY-LOSE
  20.  
  21.       The sender  of this command  REQUESTS  permission  to, or confirms
  22.       that it will, randomly lose.
  23.  
  24.    IAC WON'T RANDOMLY-LOSE
  25.  
  26.       The sender of this command REFUSES to randomly lose.
  27.  
  28.    IAC DO RANDOMLY-LOSE
  29.  
  30.       The sender  of this command  REQUESTS that the receiver, or grants
  31.       the receiver permission to, randomly lose.
  32.  
  33.    IAC DON'T RANDOMLY-LOSE
  34.  
  35.       The command sender DEMANDS that the receiver not randomly lose.
  36.  
  37. 3.  Default.
  38.  
  39.    WON'T RANDOMLY-LOSE
  40.  
  41.    DON'T RANDOMLY-LOSE
  42.  
  43.    i.e., random lossage will not happen.
  44.  
  45. 4.  Motivation for the option.
  46.  
  47.    Several  hosts appear  to provide  random  lossage,  such  as  system
  48.    crashes,  lost data,  incorrectly functioning programs, etc., as part
  49.    of their services.   These services are often undocumented and are in
  50.    general  quite confusing  to the novice  user.   A general  means  is
  51.    needed to allow the user to disable these features.
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.                                  - 1 -
  60.  
  61. NWG/RFC# 748                                          MRC 1-APR-78 44125
  62. Telnet Randomly-Lose Option
  63.  
  64.  
  65.  
  66. 5.  Description of the option.
  67.  
  68.    The normal  mode does not allow random  lossage; therefore the system
  69.    is not allowed  to crash,  mung user files, etc.  If the server wants
  70.    to provide  random lossage, it must first ask for permission from the
  71.    user by sending IAC WILL RANDOMLY-LOSE.
  72.  
  73.    If the user wants  to permit  the server  to randomly lose, it replys
  74.    with  IAC  DO   RANDOMLY-LOSE.    Otherwise   it   sends   IAC   DONT
  75.    RANDOMLY-LOSE, and the server is forbidden from randomly losing.
  76.  
  77.    Alternatively, the user could request the server to randomly lose, by
  78.    sending  IAC DO RANDOMLY-LOSE,  and the server will either reply with
  79.    IAC WILL RANDOMLY-LOSE,  meaning that it will then proceed to do some
  80.    random  lossage  (garbaging  disk files is recommended for an initial
  81.    implementation).   Or,  it could send IAC WONT RANDOMLY-LOSE, meaning
  82.    that it insists upon being reliable.
  83.  
  84.    Since  this is implemented  as a TELNET  option,  it is expected that
  85.    servers  which do not implement  this option  will not randomly lose;
  86.    ie, they will provide 100% reliable uptime.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  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.                                  - 2 -