TELNET

 

TELNET or Terminal Network is a protocol that enables the computer to connect to another local computer. The computer that starts the connection is known as the local computer and the computer that it is connected to is known as the remote computer. 

 

TELNET commands

Some of the important TELNET commands are as follows:

 

CharacterDecimalBinaryMeaning
DO25311111101It implies requesting to enable.
DON’T25411111110It implies a request to disable.
WILL25111111011It means accepting to enable.
WON’T25211111100It means denying requests to enable or accepting requests to disable. 

 

Modes of TELNET

Various modes of TELNET are as follows:

  1. Default mode
  2. Character mode
  3. Line mode

 

Default mode

In this mode, the user types a character and the client echoes it on the screen. It is used when no other modes are invoked. 

 

Character mode

The characters that are typed are sent by the client to the server

 

Line mode

The client sends the whole line to the server, and the line editing is also done by the client.

 

Reference

TELNET