nerdexam
CompTIA

SK0-004 · Question #762

Which of the following ports should be opened on a firewall for secure, remote server administration? (Choose two.)

The correct answer is A. TCP 22 E. TCP 3389. SSH (TCP 22) and RDP (TCP 3389) are the two industry-standard ports for encrypted remote server administration, covering Linux/Unix and Windows platforms respectively.

Security and disaster recovery

Question

Which of the following ports should be opened on a firewall for secure, remote server administration? (Choose two.)

Options

  • ATCP 22
  • BTCP 23
  • CTCP 389
  • DTCP 3268
  • ETCP 3389

How the community answered

(42 responses)
  • A
    93% (39)
  • B
    2% (1)
  • D
    5% (2)

Why each option

SSH (TCP 22) and RDP (TCP 3389) are the two industry-standard ports for encrypted remote server administration, covering Linux/Unix and Windows platforms respectively.

ATCP 22Correct

TCP 22 is the assigned port for SSH (Secure Shell), which provides fully encrypted command-line remote access and is the standard secure administration protocol for Linux, Unix, and network infrastructure. It replaced Telnet specifically because it encrypts all traffic including credentials.

BTCP 23

TCP 23 is Telnet, which transmits all data including passwords in plaintext and is explicitly considered insecure - it should never be opened for remote administration.

CTCP 389

TCP 389 is LDAP (Lightweight Directory Access Protocol), used for querying and modifying directory services, not for remote server administration sessions.

DTCP 3268

TCP 3268 is the Microsoft Global Catalog port used for cross-domain Active Directory LDAP queries, not for initiating remote administration sessions.

ETCP 3389Correct

TCP 3389 is the assigned port for RDP (Remote Desktop Protocol), which provides encrypted graphical remote desktop access and is the primary secure remote administration method for Windows Server environments.

Concept tested: Secure remote administration ports SSH and RDP

Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-allow-access

Topics

#firewall ports#SSH#RDP#remote administration

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice