Telnet - definitie. Wat is Telnet
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Wat (wie) is Telnet - definitie

NETWORK PROTOCOL FOR BIDIRECTIONAL COMMUNICATION USING A VIRTUAL TERMINAL CONNECTION
Telnetd; Port 23; TELNET
  • left

TELNET         
/tel'net/ 1. The Internet standard protocol for remote login. Runs on top of TCP/IP. Defined in STD 8, {RFC 854} and extended with options by many other RFCs. Unix BSD networking software includes a program, telnet, which uses the protocol and acts as a terminal emulator for the remote login session. Sometimes abbreviated to TN. TOPS-10 had a similar program called IMPCOM. 2. The US nationwide network into which one dials to access CompuServe. It was created by John Goltz, one of the founders and system guru of CompuServe. He later worked for Tymshare, one of CompuServe's big competitors. [Jargon File] (2004-09-14)
TELNET         
TELephone NETwork (Reference: Unix, Internet, RFC 854)
Telnet         
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. User data is interspersed in-band with Telnet control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP).

Wikipedia

Telnet

Telnet (short for "teletype network") is a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet. Telnet consists of two components: (1) the protocol itself which specifies how two parties to communicate and (2) the software application that provides the service. User data is interspersed in-band with Telnet control information in an 8-bit byte oriented data connection over the Transmission Control Protocol (TCP). Telnet was developed in 1969 beginning with RFC 15, extended in RFC 855, and standardized as Internet Engineering Task Force (IETF) Internet Standard STD 8, one of the first Internet standards. Telnet transmits all information including usernames and passwords in plaintext so it is not recommended for security-sensitive applications such as remote management of routers. Telnet's use for this purpose has waned significantly in favor of SSH. Some extensions to Telnet which would provide encryption have been proposed.