Network Working Group Marvin Solomon
Request for Comments: 884 Edward Wimmers
University of Wisconsin - Madison
December 1983
TELNET TERMINAL TYPE OPTION
1. Command Name and Code
TERMINAL-TYPE 24
2. Command Meanings
IAC WILL TERMINAL-TYPE
Solomon & Wimmers [Page 1]
RFC 884 December 1983 3. DefaultDON'T TERMINAL-TYPE
4. Motivation for the Option
This option allows a telnet server to determine the type of terminal connected to a user telnet program. The transmission of such information does not immediately imply any change of processing. However, the information may be passed to a process, which may alter the data it sends to suit the particular characteristics of the terminal. For example, some operating systems have a terminal driver that accepts a code indicating the type of terminal being driven. Using the TERMINAL TYPE and BINARY options, a telnet server program on such a system could arrange to have terminals driven as if they were directly connected, including such special functions as cursor addressing, multiple colors, etc., not included in the Network Virtual Terminal specification. This option fits into the normal structure of TELNET options by deferring the actual transfer of status information to the SB command.
5. Description of the Option
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-TYPE...).
Solomon & Wimmers [Page 2]
RFC 884 December 1983
Host1: IAC DO TERMINAL-TYPE
6. Implementation Suggestions
The "terminal type" information may be any NVT ASCII string meaning- ful to both ends of the negotiation. The list of suggestions below is intended to minimize confusion caused by alternative "spellings" of the terminal type. For example, confusion would arise if one party were to call a terminal "IBM3278-2" while the other called it "IBM-3278/2". There is no negative acknowledgement for a terminal type that is not understood, but certain other options (such as switching to BINARY mode) may be refused if a valid terminal type name has not been specified. In some cases, a particular terminal may be known by more than one name, for example a specific type and a more generic type. In such cases, the sender of the TERMINAL-TYPE IS command should reply to successive TERMINAL-TYPE SEND commands with the various names, from most to least specific. In this way, a telnet server that does not understand the first response can prompt for alternatives. However, it should cease sending TERMINAL-TYPE SEND commands after receiving the same response two consecutive times. Similarly, a sender should indicate it has sent all available names by repeating the last one sent.
Solomon & Wimmers [Page 3]
RFC 884 December 1983
Here are a few terminal types useful in the TOPS20 environment:
Solomon & Wimmers [Page 4]
RFC 884 December 1983
The type "UNKNOWN" should be used if the type of the terminal is unknown or unlikely to be recognized by the other party.