N10-009 · Question #64
Which of the following protocols provides remote access utilizing port 22?
The correct answer is A. SSH. SSH (Secure Shell) is a protocol used to securely connect to a remote server/system over a network. It operates on port 22 and provides encrypted communication, unlike Telnet which operates on port 23 and is not secure. TLS is used for securing HTTP connections (HTTPS) and…
Question
Which of the following protocols provides remote access utilizing port 22?
Options
- ASSH
- BTelnet
- CTLS
- DRDP
How the community answered
(49 responses)- A94% (46)
- B4% (2)
- D2% (1)
Explanation
SSH (Secure Shell) is a protocol used to securely connect to a remote server/system over a network. It operates on port 22 and provides encrypted communication, unlike Telnet which operates on port 23 and is not secure. TLS is used for securing HTTP connections (HTTPS) and operates on ports like 443, while RDP (Remote Desktop Protocol) is used for remote desktop connections and operates on port 3389.
Community Discussion
No community discussion yet for this question.