nerdexam
CompTIA

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.

Security architecture

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)
  • A
    93% (28)
  • B
    3% (1)
  • D
    3% (1)

Why each option

Port 22 is used by SSH (Secure Shell), the standard protocol for encrypted remote server administration.

A22Correct

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.

B69

Port 69 is used by TFTP (Trivial File Transfer Protocol), an insecure and unauthenticated file transfer protocol that is not suitable for remote management.

C137

Port 137 is used by NetBIOS Name Service for Windows name resolution and has no role in secure remote server administration.

D445

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

#SSH#port 22#remote management#secure protocols

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice