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

  1.  
  2.  
  3. Network Working Group                                          J. Postel Request for Comments: 885                                            ISI                                                            December 1983 
  4.  
  5.                       TELNET END OF RECORD OPTION 
  6.  
  7.  This RFC specifies a standard for the ARPA Internet community.  Hosts on the ARPA Internet that need to mark record boundaries within Telnet protocol data are expected to adopt and implement this standard. 
  8.  
  9. 1.  Command Name and Code 
  10.  
  11.    END-OF-RECORD     25 
  12.  
  13. 2.  Command Meanings 
  14.  
  15.    IAC WILL END-OF-RECORD 
  16.  
  17.       The sender of this command requests permission to begin       transmission of the Telnet END-OF-RECORD (EOR) code when       transmitting data characters, or the sender of this command       confirms it will now begin transmission of EORs with transmitted       data characters. 
  18.  
  19.    IAC WON'T END-OF-RECORD 
  20.  
  21.       The sender of this command demands to stop transmitting, or to       refuses to begin transmitting, the EOR code when transmitting data       characters. 
  22.  
  23.    IAC DO END-OF-RECORD 
  24.  
  25.       The sender of this command requests that the sender of data start       transmitting the EOR code when transmitting data, or the sender of       this command confirms that the sender of data is expected to       transmit EORs. 
  26.  
  27.    IAC DON'T END-OF-RECORD 
  28.  
  29.       The sender of this command demands that the receiver of the       command stop or not start transmitting EORs when transmitting       data.  3.  Default 
  30.  
  31.    WON'T END-OF-RECORD 
  32.  
  33.    DON'T END-OF-RECORD 
  34.  
  35.    END-OF-RECORD is not transmitted. 
  36.  
  37.  Postel                                                          [Page 1] 
  38.  
  39.  
  40.  RFC 885                                                    December 1983 
  41.  
  42.  4. Motivation for the Option 
  43.  
  44.    Many interactive systems use one (or more) of the normal data    characters to indicate the end of an effective unit of data (i.e., a    record), for example, carriage-return (or line-feed, or escape).    Some systems, however, have some special means of indicating the end    of an effective data unit, for example, a special key.  This Telnet    option provides a means of communicating the end of data unit in a    standard way. 
  45.  
  46. 5.  Description of the Option 
  47.  
  48.    When the END-OF-RECORD option is in effect on the connection between    a sender of data and the receiver of the data, the sender transmits    EORs. 
  49.  
  50.    It seems probable that the parties to the Telnet connection will    transmit EORs in both directions of the Telnet connection if EORs are    used at all;  however, the use of EORs must be negotiated    independently for each direction. 
  51.  
  52.    When the END-OF-RECORD option is not in effect, the IAC EOR command    should be treated as a NOP if received, although IAC EOR should not    normally be sent in this mode. 
  53.  
  54. 6.  Implementation Considerations 
  55.  
  56.    As the EOR code indicates the end of an effective data unit, Telnet    should attempt to send the data up to and including the EOR code    together to promote communication efficiency. 
  57.  
  58.    The end of record is indicated by the IAC EOR 2-octet sequence.  The    code for EOR is 239 (decimal). 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. Postel                                                          [Page 2] 
  77.  
  78.