Telnet

Telnet is a protocol that enables you to log onto and use a remote computer as though you were connected directly to it within the local network.

The system (usually a PC) that you are physically in front of is the Telnet client. The Telnet server is the remote computer to which the client is attached. TCP/IP supports both the Telnet client and server.

One of the most important Telnet functions is its ability to negotiate the transmission of data streams between the Telnet client and the server. This type of negotiation makes it possible for either the client or the server to initiate or honor a request.

Several different emulation types are available for negotiating requests and converting them to output. For Telnet, the preferred type is 5250 emulation. Telnet also supports 3270 and VTxxx type workstations as well as Request for Comments (RFC) 4777 (TN5250E) printer support modes. This topic introduces Telnet and provides information about administering Telnet on your system.

Note: By using the code examples, you agree to the terms of the Code license and disclaimer information.