Telnet
Telnet
Telnet
Telnet
Objectives
Upon completion you will be able to:
Time-Sharing Environment
Login
Via a universal interface called the Network Virtual Terminal (NVT) character set, the
TELNET client translates characters (data or commands) that come from the local
terminal into NVT form and delivers them to the network. The TELNET server
translates data and commands from NVT form into the form acceptable by the remote
computer.
TCP/IP Protocol Suite 4
Figure 18.3 Concept of NVT
Data Characters
Control Characters
This one connection is used for sending both data and control
characters. TELNET accomplishes this by embedding the control
characters in the data stream.
Enabling an Option
Disabling an Option
Symmetry
Some options can only be enabled by the server, some only by the
client, and some by both.
TCP/IP Protocol Suite 14
Figure 18.7 Offer to enable an option
Client sends an urgent pointer called the Data Mark inside a TCP
segment with the urgent pointer set.
Default Mode
Character Mode
Line Mode
Note: ONE
character per
packet!! ouch
In the newer
line mode, the
client collects and
edits the data then
sends an entire
line in one packet.