<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – Telnet</title>
    <link>https://www.devkuma.com/en/tags/telnet/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/telnet/logo/180x180.jpg</url>
      <title>Telnet</title>
      <link>https://www.devkuma.com/en/tags/telnet/</link>
    </image>
    <description>Recent content in Telnet on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/telnet/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Telnet</title>
      <link>https://www.devkuma.com/en/docs/telnet/</link>
      <pubDate>Sun, 03 Apr 2022 18:02:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/telnet/</guid>
      <description>
        
        
        &lt;h2 id=&#34;telnet&#34;&gt;Telnet&lt;/h2&gt;
&lt;p&gt;The Telnet service on the Internet is a service that lets you connect to another computer, especially one using the UNIX operating system, and use it as if a keyboard and monitor were connected directly to that computer.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is an Internet standard protocol supported when connecting to a remote host computer through the Internet.&lt;/li&gt;
&lt;li&gt;It is a TCP/IP-based protocol.&lt;/li&gt;
&lt;li&gt;It is a remote terminal connection service.&lt;/li&gt;
&lt;li&gt;TCP port number 23 is used by default.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It can display only a text screen rather than a graphical screen, but it is still widely used because it is simple, fast, and allows direct use of UNIX. However, to use Telnet well, you need to learn UNIX commands, and because only a text screen can be used, it is difficult to use without special knowledge.&lt;/p&gt;
&lt;h2 id=&#34;telnet-characteristics&#34;&gt;Telnet Characteristics&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Telnet is a kind of terminal emulation protocol and uses the concept of a virtual terminal called NVT (Network Virtual Terminal).&lt;/li&gt;
&lt;li&gt;It has a one-to-one symmetric relationship between the terminal and the host.&lt;/li&gt;
&lt;li&gt;Additional option negotiation is possible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;what-is-nvt-network-virtual-terminal&#34;&gt;What Is NVT (Network Virtual Terminal)?&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;NVT is the most basic part of the Telnet protocol. When the remote system to connect to and the local system have different versions and therefore different data formats, it is a virtual device that converts data for smooth communication.&lt;/li&gt;
&lt;li&gt;NVT defines basic terminal control characters.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/internet/telnet_nvt.jpeg&#34; alt=&#34;NVT(Network Virtual Terminal)&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;how-telnet-works&#34;&gt;How Telnet Works&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;https://www.devkuma.com/docs/internet/telnet_flow.jpeg&#34; alt=&#34;How Telnet works&#34;&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The client establishes a TCP connection to the remote system (server) through remote login. (Default port 23)&lt;/li&gt;
&lt;li&gt;The remote system provides a virtual terminal to the connected client.&lt;/li&gt;
&lt;li&gt;The client executes commands on the remote system as if it were an actual terminal.&lt;/li&gt;
&lt;li&gt;The remote system executes the client&amp;rsquo;s command and sends the result back to the client.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;telnet-connection-clients&#34;&gt;Telnet Connection Clients&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Server and client built into Windows by default
&lt;ul&gt;
&lt;li&gt;For security reasons, the feature is disabled by default. To use it, it must be enabled in settings.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Putty, SecureCRT, Xshell, and similar tools can be used conveniently.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;references&#34;&gt;References&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;http://egloos.zum.com/guswl47/v/6481497&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Telnet protocol analysis and packet analysis (1)&lt;i class=&#34;fas fa-external-link-alt&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>Network</category>
      
      <category>Internet</category>
      
      <category>Telnet</category>
      
    </item>
    
  </channel>
</rss>
