what is the diffrence betwwen telnet and ssh.this question
is asked by nikhil and i am plasing the answer here insteed
of his personal mail.

Answers were Sorted based on User's Feedback



what is the diffrence betwwen telnet and ssh.this question is asked by nikhil and i am plasing the..

Answer / jitu

SSH stands for secure shell. It looks like telnet.

The main difference between SSH and Telnet is that SSH
transparently encrypts the data between the client and the
server.

When you telnet to a router/switch/firewall/etc then it
say, type your password, every keypress of your password is
transfred across the Internet to our server in cleartext.
This means that if some person on one of the routers
through which the information passes sniffed the packets
then they'had suddenly know your password, letter for
letter!

With SSH, the information is encrypted. So when you type
your password, each letter is "scrambled" before it's sent
over the Internet, and decoded at the other end. The
encryption method is such that, if someone in between the
servers stumbled upon the information, they'd just see a
jumbled noise.

As you might imagine, this increases your security
significantly.

By default, SSH uses port 22 and telnet uses port 23

Is This Answer Correct ?    9 Yes 0 No

what is the diffrence betwwen telnet and ssh.this question is asked by nikhil and i am plasing the..

Answer / sweta singh

ton of thanks to you for that brilliant answer because i was searching for that answer i read it from tenon bom and frozen but didn't get what they want to say.

sweta Singh

b.tech 3rd yr

Is This Answer Correct ?    0 Yes 0 No

what is the diffrence betwwen telnet and ssh.this question is asked by nikhil and i am plasing the..

Answer / nikhil maggu

Jeetu u missed 1 thing which u told me that day..
SSH uses 3-way handshaking, whereas telnet uses simple snmp
for communicating

Is This Answer Correct ?    0 Yes 0 No

what is the diffrence betwwen telnet and ssh.this question is asked by nikhil and i am plasing the..

Answer / jm

telnet is a remote management protocol
ssh is the same but secure
SSH sends your login and password (and everything else)
converted into secret code that gets unencoded at the other
end. That way anyone that is sniffing one of the systems
involved cannot see and steal your password.

However, because SSH is encrypted it is not appropriate for
some uses. Where speed is needed, or over really bad slow
connections, or when a raw connection is needed. For
example, system administrators often use telnet to
troubleshoot other services such as webserver or email
because they can see exactly what is and is not getting sent
and received.

Also telnet is easier to include into other programs so in
cases where security is not a big deal, telnet will often be
used. Such as online games.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CCNA Interview Questions

What is the protocol number for TCP? A.) 80 B.) 21 C.) 11 D.) 6

1 Answers  


You have typed "ping" 172.16.101.1 and get the following display: Type escape sequence to abort. Sending 5, 100-byte ICMP Echoes to 172.16.101.1, timeout is 2 seconds: .!!!! What does the "." signify? A. That one message timed out. B. That all messages were successful. C. That one message was successful. D. That one message completed in under the allotted timeframe.

1 Answers  


Which two statements about a reliable connection oriented data transfer are true? (Choose two) A. recipients acknolwedge receipt of data B. when tankers are filled to capacity, datagrams are discarded and not retransmitted C. windows are used to control the amount in outstanding unacknowledged data segments D. if the sender a timer expires before receipt of an acknowledgement the sender drops the connection E. The receiving device waits for acknowledgements from the sending device before accepting more data segments

1 Answers  


What is the command to manually enter a static route? A.) IP route network B.) IP route C.) IP route < destination network> D.) IP route

4 Answers  


What is refresher?

0 Answers  






The -- terminal no editing -- command will perform what function? A.) Edit the contents of NVRAM B.) Allows access to the terminal port C.) Stops the advanced editing feature D.) Enable password functions

1 Answers  


How does a web page works though each layers ?

5 Answers   HCL, PBPL,


Which command will display adjacent routers found by the Cisco Discovery Protocol? A.) show all B.) show cdp entry C.) show ip neighbors D.) show cdp neighbor detail E.) show cdp neighbor F.) show neighbor

2 Answers  


What is the administrative distance for IGRP? A.) 90 B.) 120 C.) 110 D.) 100

4 Answers  


Mention what is the difference between tcp and udp?

0 Answers  


What command do you use to disable domain lookup? A.) no domain-lookup B.) domain no-lookup C.) lookup no-domain D.) no ip domain-lookup

1 Answers   Microsoft,


Define network congestion?

0 Answers  


Categories