220-1101 · Question #505
Which of the following ports allows for secure communications?
The correct answer is B. 22. Port 22 is used by SSH (Secure Shell), which provides encrypted, authenticated remote access and is designed for secure communications. Port 20 is used for FTP (File Transfer Protocol) data transfer, which transmits data in plaintext. Port 23 is used by Telnet, which also transmi
Question
Which of the following ports allows for secure communications?
Options
- A20
- B22
- C23
- D25
How the community answered
(39 responses)- A3% (1)
- B90% (35)
- C5% (2)
- D3% (1)
Explanation
Port 22 is used by SSH (Secure Shell), which provides encrypted, authenticated remote access and is designed for secure communications. Port 20 is used for FTP (File Transfer Protocol) data transfer, which transmits data in plaintext. Port 23 is used by Telnet, which also transmits all data including credentials in plaintext, making it inherently insecure. Port 25 is used by SMTP (Simple Mail Transfer Protocol) for email transmission, which in its basic form is also unencrypted. SSH on port 22 is the only option in this list specifically designed to provide confidentiality and integrity through encryption.
Topics
Community Discussion
No community discussion yet for this question.