Disadvantages of Telnet

  1. As it is somehow complex, it becomes difficult to beginners in understanding.
  2. Data is sent here in form of plain text, that’s why it is not so secured.
  3. Some capabilities are disabled because of not proper interlinking of the remote and local devices.

Introduction to TELNET

Pre-Requisite: Types of Network Protocol

TELNET stands for Teletype Network. It is a type of protocol that enables one computer to connect to the local computer. It is used as a standard TCP/IP protocol for virtual terminal service which is provided by ISO. The computer which starts the connection is known as the local computer

The computer which is being connected to i.e. which accepts the connection known as the remote computer.

During telnet operation, whatever is being performed on the remote computer will be displayed by the local computer. Telnet operates on a client/server principle. The local computer uses a telnet client program and the remote computers use a telnet server program. 

Similar Reads

Logging

The logging process can be further categorized into two parts:...

Network Virtual Terminal(NVT)

NVT (Network Virtual Terminal) is a virtual terminal in TELNET that has a fundamental structure that is shared by many different types of real terminals. NVT (Network Virtual Terminal) was created to make communication viable between different types of terminals with different operating systems....

TELNET Commands

Commands of Telnet are identified by a prefix character, Interpret As Command (IAC) with code 255. IAC is followed by command and option codes....

Advantages of Telnet

It provides remote access to someone’s computer system. Telnet allows the user for more access with fewer problems in data transmission. Telnet saves a lot of time. The oldest system can be connected to a newer system with telnet having different operating systems....

Disadvantages of Telnet

As it is somehow complex, it becomes difficult to beginners in understanding. Data is sent here in form of plain text, that’s why it is not so secured. Some capabilities are disabled because of not proper interlinking of the remote and local devices....

Modes of Operation

Most telnet implementations operate in one of the following three modes:...