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

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Network Working Group                                         C. Hedrick Request for Comments: 1079                            Rutgers University                                                            December 1988 
  10.  
  11.                        Telnet Terminal Speed Option 
  12.  
  13. Status of This Memo 
  14.  
  15.    This RFC specifies a standard for the Internet community.  Hosts on    the Internet that exchange terminal speed information within the    Telnet protocol are expected to adopt and implement this standard.    Distribution of this memo is unlimited. 
  16.  
  17.    This standard is modelled on RFC 930 [1], the telnet terminal type    option.  Much of the text of this document is copied from that RFC. 
  18.  
  19. Motivation 
  20.  
  21.    Most operating systems have provisions to keep track of the speed    (bit rate) of directly attached terminals and modems.  This    information is used to control various timing-dependent display    processes, e.g., the number of padding characters used for delay.    Some software also has user interfaces that are tuned differently for    fast and slow terminals.  The purpose of this option is to provide    similar information for telnet connections. 
  22.  
  23. 1. Command Name and Code 
  24.  
  25.       TERMINAL-SPEED 
  26.  
  27.       Code = 32 
  28.  
  29. 2. Command Meanings 
  30.  
  31.       IAC WILL TERMINAL-SPEED 
  32.  
  33.          Sender is willing to send terminal speed information in a          subsequent sub-negotiation. 
  34.  
  35.       IAC WON'T TERMINAL-SPEED 
  36.  
  37.          Sender refuses to send terminal speed information. 
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  Hedrick                                                         [Page 1] 
  44.  RFC 1079              Telnet Terminal Speed Option         December 1988 
  45.  
  46.        IAC DO TERMINAL-SPEED 
  47.  
  48.          Sender is willing to receive terminal speed information in a          subsequent sub-negotiation. 
  49.  
  50.       IAC DON'T TERMINAL-SPEED 
  51.  
  52.          Sender refuses to accept terminal speed information. 
  53.  
  54.       IAC SB TERMINAL-SPEED SEND IAC SE 
  55.  
  56.          Sender requests receiver to transmit his (the receiver's)          terminal speed. The code for SEND is 1. (See below.) 
  57.  
  58.       IAC SB TERMINAL-SPEED IS ... IAC SE 
  59.  
  60.          Sender is stating his terminal speed. The code for IS is 0.          (See below.) 
  61.  
  62. 3. Default 
  63.  
  64.       WON'T TERMINAL-SPEED 
  65.  
  66.          Terminal speed information will not be exchanged. 
  67.  
  68.       DON'T TERMINAL-SPEED 
  69.  
  70.          Terminal speed information will not be exchanged. 
  71.  
  72. 4. Description of the Option 
  73.  
  74.    WILL and DO are used only to obtain and grant permission for future    discussion. The actual exchange of status information occurs within    option subcommands (IAC SB TERMINAL-SPEED...). 
  75.  
  76.    Once the two hosts have exchanged a WILL and a DO, the sender of the    DO TERMINAL-SPEED is free to request speed information.  Only the    sender of the DO may send requests (IAC SB TERMINAL-SPEED SEND IAC    SE) and only the sender of the WILL may transmit actual speed    information (within an IAC SB TERMINAL-SPEED IS ... IAC SE command).    Terminal speed information may not be sent spontaneously, but only in    response to a request. 
  77.  
  78.    The terminal speed information is an NVT ASCII string.  This string    contains the decimal representation of the transmit and receive    speeds of the terminal, separated by a comma, e.g., 
  79.  
  80.          9600,100 
  81.  
  82.  
  83.  
  84. Hedrick                                                         [Page 2] 
  85.  RFC 1079              Telnet Terminal Speed Option         December 1988 
  86.  
  87.     No leading zeros may be included.  No extraneous characters such as    spaces may be included. 
  88.  
  89.       The following is an example of use of the option: 
  90.  
  91.          Host1: IAC DO TERMINAL-SPEED 
  92.  
  93.          Host2: IAC WILL TERMINAL-SPEED 
  94.  
  95.       (Host1 is now free to request status information at any time.) 
  96.  
  97.          Host1: IAC SB TERMINAL-SPEED SEND IAC SE 
  98.  
  99.          Host2: IAC SB TERMINAL-SPEED IS "1200,1200" IAC SE 
  100.  
  101.       (This command is 15 octets.) 
  102.  
  103. 5. Implementation Suggestions 
  104.  
  105.    Many systems allow only certain discrete terminal speeds.  In such    cases it is possible that a speed may be received that does not match    one of the allowed values.  We suggest that you pick the nearest    speed that is allowed, rounding in a "safe" direction.  Safety will    depend upon the use of the speed information.  If it is being used    for padding, it is best to round up, since too much padding is better    than too little. 
  106.  
  107. Reference 
  108.  
  109.    [1]  Solomon, M., and Wimmers, E., "Telnet Terminal Type Option",         RFC 930, January, 1985 
  110.  
  111. [AAuthor's Address: 
  112.  
  113.    Charles Hedrick    Rutgers University    Center for Computer and Information Services    Hill Center, Busch Campus    P.O. Box 879    Piscataway, NJ 08855-0879 
  114.  
  115.    Phone: (201) 932-3088 
  116.  
  117.    Email: HEDRICK@ARAMIS.RUTGERS.EDU 
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. Hedrick                                                         [Page 3] 
  126.  
  127.