May 1983

Telnet standardized

RFC 854 defined the Telnet protocol in May 1983 — a virtual terminal over TCPTransmission Control Protocol — a reliable, connection-oriented protocol used on the internet. that let users log into remote hosts across the early Internet.

What it was for

TelnetTelnet turned a network connection into an interactive terminal session: keystrokes travel to a remote shell, output streams back. It powered remote administration, library catalogs, and BBS access before SSHSecure Shell — encrypted remote login, command execution, and file transfer over networks.. The protocol's option negotiation (echo, linemode, terminal type) became a template for layered network services.

Companies

  • IETF

Why it's here

Telnet was the first widely deployed remote-login standard on TCPTransmission Control Protocol — a reliable, connection-oriented protocol used on the internet./IPInternet Protocol — the addressing and routing layer that moves packets across networks. networks.

Why it mattered

It proved interactive terminal sessions could ride on packet networks — paving the way for SSHSecure Shell — encrypted remote login, command execution, and file transfer over networks. and remote ops culture.

What it solved

Operators needed to manage distant computers without physical terminals attached to every machine.

Media

  • Telnet
    ImageTelnet

    Jason Scott, CC BY 2.0, via Wikimedia Commons

Related