Telnet is a client-server protocol based on character-oriented data exchange over TCP connections. Telnet allows remote control of computers via text-based input and output. For this purpose, a client-server connection is established by default via the TCP protocol and the TCP port 23, where the remotely controlled device acts as a server and waits for commands.
The Telnet client — the controlling entity in this procedure, also known as remote access or remote login — can be installed on a special device as well as on an ordinary computer. However, depending on the terminal device, the presentation of the transmitted data information differs.
The protocol of the TCP/IP protocol family can also be used to control applications that do not have any graphical user interface.
As early as 1969, during the time ARPANET was worked on for nine months, the development of Telnet (Teletype Network) was basically finished. However, it was not until 1973 that the protocol, which allows access to remote computers, received its final specification in RFC 495 (Request for Comments). As an official standard of the Internet Engineering Task Force (IETF), it was implemented by most platforms. Core protocol and basic working methods and extensions are described in the more recent RFC 854 and RFC 855 standards.