SY0-301 · Question #493
Which of the following ports should be used by a system administrator to securely manage a remote server?
The correct answer is A. 22. Port 22 is used by SSH (Secure Shell), the standard protocol for encrypted remote server administration.
Question
Which of the following ports should be used by a system administrator to securely manage a remote server?
Options
- A22
- B69
- C137
- D445
How the community answered
(30 responses)- A93% (28)
- B3% (1)
- D3% (1)
Why each option
Port 22 is used by SSH (Secure Shell), the standard protocol for encrypted remote server administration.
SSH (Secure Shell) operates on TCP port 22 and provides encrypted authentication and command execution for secure remote server management. It replaced insecure protocols like Telnet (port 23) and rsh, ensuring that credentials and session data are protected from interception in transit.
Port 69 is used by TFTP (Trivial File Transfer Protocol), an insecure and unauthenticated file transfer protocol that is not suitable for remote management.
Port 137 is used by NetBIOS Name Service for Windows name resolution and has no role in secure remote server administration.
Port 445 is used by SMB (Server Message Block) for Windows file and printer sharing and is not used for remote command-line management.
Concept tested: SSH port 22 for secure remote administration
Source: https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
Topics
Community Discussion
No community discussion yet for this question.