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

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