Remote Terminal protocol Telnet for the computer network

Source: Internet
Author: User

TELNET is a simple remote terminal protocol. Users can register with TELNET (that is, log on) to another host on the remote (using a host name or IP address) in their location via a TCP connection.

TELNET can pass the user's keystroke to the remote host, and it can also return the remote host's output to the user's screen via a TCP connection. This service is transparent because the user feels as if the keyboard and monitor are directly attached to the remote host machine.

TELNET also uses the client server approach . The Telnet client process runs on the local system, while the Telnet server process runs on the remote host.

Similar to FTP, the main process in the server waits for a new request and produces a subordinate process to handle each connection.

Telnet defines how the data and commands should be passed through the Internet, defined as the so-called network virtual terminal NVT(Terminal).


The client software translates the user's keystrokes and commands into the NVT format and sends them to the server.

The server software converts the received data and commands from the NVT format to the desired format for the remote system.

When returning data to the user, the server converts the remote system format to the NVT format, and the local client converts from the NVT format to the format required by the local system.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Remote Terminal protocol Telnet for the computer network

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.