LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-01-2008, 09:10 AM   #1
Anikamal
LQ Newbie
 
Registered: Aug 2008
Location: CBE
Posts: 5

Rep: Reputation: 0
Question What is special or different about telnet ???


What is special or different about telnet ???
 
Old 09-01-2008, 09:21 AM   #2
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by Anikamal View Post
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.
 
Old 09-03-2008, 07:50 PM   #3
Anikamal
LQ Newbie
 
Registered: Aug 2008
Location: CBE
Posts: 5

Original Poster
Rep: Reputation: 0
like difference between telnet & ftp and also between telnet & tcp
 
Old 09-03-2008, 08:37 PM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,362

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
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.
 
Old 09-03-2008, 08:46 PM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by Anikamal View Post
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.
 
Old 09-03-2008, 08:49 PM   #6
BrianK
Senior Member
 
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334

Rep: Reputation: 51
sounds like homework. Please be more specific with your question if it isn't.
 
Old 09-04-2008, 12:01 PM   #7
Anikamal
LQ Newbie
 
Registered: Aug 2008
Location: CBE
Posts: 5

Original Poster
Rep: Reputation: 0
Exclamation

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...
 
Old 09-04-2008, 12:51 PM   #8
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
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/
 
Old 09-04-2008, 05:06 PM   #9
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
The only use for telnet i can think of is to play MUD games!
 
Old 09-04-2008, 06:51 PM   #10
rjenkins
LQ Newbie
 
Registered: Sep 2008
Location: ${HOME}
Distribution: Fedora
Posts: 8

Rep: Reputation: 0
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.
 
Old 09-04-2008, 07:15 PM   #11
Hewson
Member
 
Registered: Feb 2007
Location: /home
Distribution: Kubuntu and CentOS
Posts: 214

Rep: Reputation: 32
Quote:
Originally Posted by dasy2k1 View Post
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)
 
Old 09-06-2008, 02:51 AM   #12
Anikamal
LQ Newbie
 
Registered: Aug 2008
Location: CBE
Posts: 5

Original Poster
Rep: Reputation: 0
What about the security in TELNET ?
 
Old 09-06-2008, 03:04 AM   #13
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by Anikamal View Post
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
 
Old 09-08-2008, 10:57 AM   #14
Hewson
Member
 
Registered: Feb 2007
Location: /home
Distribution: Kubuntu and CentOS
Posts: 214

Rep: Reputation: 32
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.
 
Old 09-08-2008, 10:18 PM   #15
RMLinux
Member
 
Registered: Jul 2006
Posts: 260

Rep: Reputation: 37
how to enable and disable TELNET in RHEL4?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
block special and character special files s_shenbaga Linux - Newbie 4 06-23-2015 02:16 AM
Unable to telnet to Linux Host inspite of installing telnet-server RPM - Need Help sinamdar Linux - Software 7 04-11-2009 07:09 AM
Can't end telnet servcie in xinetd when close remote telnet cliend forcely zeroneworld Linux - Newbie 2 12-09-2007 08:47 PM
Can't end telnet servcie in xinetd when close remote telnet cliend forcefully. zeroneworld Linux - General 1 12-06-2007 07:17 AM
telnet and special chars csDraco_ Slackware 7 05-21-2003 09:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration