Difference between revisions of "Telnet"
From Computer History Wiki
m (+cat) |
(original spelling) |
||
Line 1: | Line 1: | ||
− | '''Telnet''' is a common name for a '''remote login''' [[protocol]] in a [[communication network]]. It allows | + | '''Telnet''' (originally spelt '''TELNET''') is a common name for a '''remote login''' [[protocol]] in a [[communication network]]. It allows a [[user]] at a [[terminal]] on one system (usually a [[time-sharing]] system) to log into another system (again, usually a time-sharing system) as if they were using a terminal attached directly to the remote system. |
It requires two pieces of software: an [[application]] (the [[client]]) which runs on the system where the [[user]] is, and a [[server]] (along with the necessary support from the [[operating system]]) on the remote computer. | It requires two pieces of software: an [[application]] (the [[client]]) which runs on the system where the [[user]] is, and a [[server]] (along with the necessary support from the [[operating system]]) on the remote computer. |
Revision as of 15:18, 27 October 2021
Telnet (originally spelt TELNET) is a common name for a remote login protocol in a communication network. It allows a user at a terminal on one system (usually a time-sharing system) to log into another system (again, usually a time-sharing system) as if they were using a terminal attached directly to the remote system.
It requires two pieces of software: an application (the client) which runs on the system where the user is, and a server (along with the necessary support from the operating system) on the remote computer.
It is almost always part of a protocol suite which includes other protocols which it uses to do its own job, e.g. a reliable byte stream protocol.