Telnet
is a network protocol that allows a user to communicate with a remote
device. It is a virtual terminal protocol used mostly by network
administrators to remotely access and manage devices. Administrator can
access the device by “telnetting” to the IP address or hostname of a
remote device.
To
use telnet, you must have a software (Telnet client) installed. On a
remote device, a Telnet server must be installed and running. Telnet
uses TCP port 23.
One
of the greatest disadvantages of this protocol is that all data,
including usernames and passwords, is sent in clear text, which is a
potential security risk. This is the main reason why Telnet is rarely
used today and is being replaced by a much secure protocol called SSH.
The word “telnet” can also refer to the software that implements the telnet protocol.
On Windows, you can start a Telnet session by typing the telnet IP_ADDRESS or HOSTNAME command:
On Windows, you can start a Telnet session by typing the telnet IP_ADDRESS or HOSTNAME command:
No comments:
Post a Comment