Describe the function of Telnet and SSH Flashcards

1
Q

What is Telnet and what is its primary function?

A

Telnet is a network protocol used to provide a command-line interface for communication with a remote device or server.

Its primary function is to enable remote login and command execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

On which port does Telnet operate by default?

A

Telnet operates on TCP port 23 by default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the security characteristics of Telnet?

A

Telnet transmits data, including usernames and passwords, in plaintext, making it insecure for use over untrusted networks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is SSH and what is its primary function?

A

SSH stands for Secure Shell.

Its primary function is to provide a secure channel over an unsecured network for remote login and command execution.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

On which port does SSH operate by default?

A

SSH operates on TCP port 22 by default.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What security features does SSH provide?

A

SSH provides encryption for data transmission, ensuring that usernames, passwords, and commands are secure.

It also supports various authentication methods, including password and public key authentication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does SSH enhance security compared to Telnet?

A

SSH encrypts all data sent between the client and the server, protecting against eavesdropping and man-in-the-middle attacks.

Telnet, on the other hand, transmits data in plaintext, making it vulnerable to interception and unauthorized access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What command is commonly used to initiate a Telnet session?

A

The command to initiate a Telnet session is typically telnet <hostname>.</hostname>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What command is commonly used to initiate an SSH session?

A

The command to initiate an SSH session is typically ssh <username@hostname or IP>.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly