Which protocol and port combination is commonly used for secure remote administration of a server?
Trap 1: HTTPS on TCP 443
HTTPS is for web traffic, not typically used for command-line administration.
Trap 2: Telnet on TCP 23
Telnet transmits data in cleartext and is not considered secure.
Trap 3: RDP on TCP 3389
RDP is for remote desktop access, not command-line administration.
- A
HTTPS on TCP 443
Why wrong: HTTPS is for web traffic, not typically used for command-line administration.
- B
Telnet on TCP 23
Why wrong: Telnet transmits data in cleartext and is not considered secure.
- C
RDP on TCP 3389
Why wrong: RDP is for remote desktop access, not command-line administration.
- D
SSH on TCP 22
SSH is the standard secure remote administration protocol.