LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is special or different about telnet ??? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-special-or-different-about-telnet-666848/)

Anikamal 09-01-2008 09:10 AM

What is special or different about telnet ???
 
What is special or different about telnet ???

i92guboj 09-01-2008 09:21 AM

Quote:

Originally Posted by Anikamal (Post 3266118)
What is special or different about telnet ???

Can you elaborate the question a bit more? To tell you what's different about telnet, I need to know the other member of the comparison (telnet vs. _________).

Telnet is just another protocol to connect two remote computers.

Anikamal 09-03-2008 07:50 PM

like difference between telnet & ftp and also between telnet & tcp

chrism01 09-03-2008 08:37 PM

telnet is a terminal server/client arrangement, like ssh except its unencrypted, so easy to spy. Do not use it.
ftp = File Txfr Protocol
tcp = Transmission Ctrl Protocol.

You should read up on these in wikipedia.

i92guboj 09-03-2008 08:46 PM

Quote:

Originally Posted by Anikamal (Post 3268916)
like difference between telnet & ftp and also between telnet & tcp

They are unrelated thing.

TCP is a more low level protocol, higher level protocols, like http, ftp or even ssh make instensive use of TCP.

Telnet is a terminal protocol, just like someone above said: don't use it. It's old and not reliable. Use ssh instead.

FTP is a protocol to transfer files between remote computers.

There are lots of docs around in the net explaining the different network protocols at many levels, the wiki is also useful for an initial review so you can get an idea where your research is heading.

BrianK 09-03-2008 08:49 PM

sounds like homework. Please be more specific with your question if it isn't.

Anikamal 09-04-2008 12:01 PM

Thanks everyone....
The general thing about TELNET is something i'm aware of and know...
Wanted to know, how TELNET's different from other protocols...

i92guboj 09-04-2008 12:51 PM

Well, each protocol has a different specification and works on a different way.

It's like asking the differences between the yellow and the green colors.

A good place to start is to read the RFC's for each protocol, use the search box on this site to search for the different protocols:

http://www.faqs.org/rfcs/

dasy2k1 09-04-2008 05:06 PM

The only use for telnet i can think of is to play MUD games!

rjenkins 09-04-2008 06:51 PM

Telnet is rather primitive yes, but it has its uses. In embedded systems, where size is important, telnet is a useful alternative to ssh, which would be prohibitively large. Of course, in these places you also see things like xmodem and tftp.

On PC's tho, yea, telnet is a rather inferior alternative to ssh.

Hewson 09-04-2008 07:15 PM

Quote:

Originally Posted by dasy2k1 (Post 3269885)
The only use for telnet i can think of is to play MUD games!

No sir. Telnet was clearly designed for nethack. MUDs phfsssh.

=0)

Anikamal 09-06-2008 02:51 AM

What about the security in TELNET ?

i92guboj 09-06-2008 03:04 AM

Quote:

Originally Posted by Anikamal (Post 3271269)
What about the security in TELNET ?

That depends on the meaning of your question.

If you want to know what security measures does TELNET implement: none at all. The protocol is as plain and transparent as it can be.

If you mean "how to harden it", then I can't help. I never bothered really. There are better protocols around.

I consider it useful only for local stuff, overall when you need to connect to do fix something. It's useful to fix routers and things like that. I also use it sometimes to connect to mldonkey on my LAN server :p

Hewson 09-08-2008 10:57 AM

Telnet is essentially obsolete at this point. Many (all?) distros do not even come with a telnet server installed. Telnet has been replaced with SSH. Where as all data passed between client and server with telnet is plain-text, I.E. readable from any one able to capture the packets; all SSH data is encrypted.

Similarly FTP is obsoleted by SFTP which uses the same SSH encryption with File Transfer Protocol on top.

RMLinux 09-08-2008 10:18 PM

how to enable and disable TELNET in RHEL4?


All times are GMT -5. The time now is 01:48 PM.