null
null
Telnet
-is an application protocol used on the Internet or Local Area Network to provide a
bidirectional interactive text-oriented communication facility using a virtual terminal
connection and its control information is interspersed in-band with user data in an
8-bit oriented data connection over the Transmission Control Protocol (TCP) port
23.
- User data is interspersed in-band with TELNET control information.
- The user’s computer, which initiates the connection, is referred to as the local
computer
- The computer being connected to which accepts the connection is referred to as
the remote computer. The remote computer can be physically located in the next
room, the next town or in another country.
- The Telnet program runs on the computer and connects your PC to a server on
the network we can then enter commands through the Telnet program and they
will be executed as if we were entering them directly on the server console.
- This enables us to control the server and communicate with other servers on the
network.
- To start a Telnet session, we must log in to a server by entering a valid
username and password.
-Telnet can be used to connect to virtually any machine that listens on ports, in
other words, you can connect to any machine that has certain ports open and
once connected to a machine, you need to issue UNIX based commands to
interact with the remote service.
-For example, a user don’t need to login, check and send mails only through his
e-mail service provider’s interface but this can be achieved using simple telnet
commands.
-telnet client and server functionality comes built-in in most operating systems,
however, there are several third-party applications like putty client that enable
remote connectivity.
Steps to connect to a remote host using Telnet
1. Open Telnet by clicking on Start menu and choose run, now type Telnet, and
press Enter key from the keyboard or by clicking on the OK button.
3. Enter the name or IP address of the system that you want to connect to in the
Host Name Field.
5. In the term Type, select the type of terminal that you want Telnet to emulate.
6. After you are finished with the remote host, you can disconnect from a remote
host by choosing Connect, Disconnect
TERMINAL EMULATION
-A personal computer can connect via Modem to a large computer and run a
terminal emulation program and the most common terminal emulation is the
VT100.
-The computer works like a dumb terminal, except it is connected via a phone line
instead of a direct connection. Often, you will not be able to use graphics on the
Internet, such as the WWW (World Wide Web), this kind of access, although you
will be able to browse the text-only portion of the Web.
This kind of Internet account is sometimes called “Shell” account. This shell
account is available with VSNL for students in India. Many terminal emulation
programs can emulate DEC terminals, including the VT52 and VT200 series
terminals. For example, vty pathname of your terminal’s device file.
(3) MUD games played over the Internet, as well as talkers, MUSHes, MUCKs,
MOOes, and the resurgent BBS community.
-is a method for secure remote login from one computer to another and
provides several alternative options for strong authentication, and it
protects the communications security and integrity with strong
encryption while
-SSH is a much safer protocol than the Telnet protocol and uses the TCP
22 port by default.
“THANK YOU”