What is Telnet? How to use Telnet?
Telnet is a network protocol used to virtually access a computer and to provide a two-way, collaborative and text-based communication channel between two machines. It follows a user command Transmission Control Protocol/Internet Protocol ( TCP/IP ) networking protocol for creating remote sessions. On the web, Hypertext Transfer Protocol ( HTTP ) and File Transfer Protocol ( FTP ) simply enable users to request specific files from remote computers, while, through Telnet, users can log on as a regular user with the privileges they are granted to the specific applications and data on that computer. An abstract example of the syntax for a Telnet command request is as follows: telnet the.libraryat.whatis.edu The result of this request would be an invitation to log on with a user ID, and then the program would prompt the user for a password. If accepted, the user is granted access to the remote host. Telnet is most likely to be used by program developers and anyone ...