Question

Difficulty: EasyRemote Access and Out-of-Band Management

A network administrator needs to configure secure in-band remote command-line management for a newly deployed network switch. Which of the following protocols and associated TCP port numbers should be selected to ensure all administrative sessions are encrypted? (Select TWO.)

  1. SSH (Secure Shell)Answer
  2. Port 22Answer
  3. C
    Telnet
  4. D
    Port 23

Answer

SSH (Secure Shell) and TCP Port 22 must be selected to secure in-band remote management.
SSH (Secure Shell) and TCP port 22 are the standard protocol and port combination used for encrypted in-band command-line access to network infrastructure switches and routers.

Step-by-Step Solution

1
Identify the security requirement for remote management
The requirement specifies that administrative sessions must be encrypted.
Encryption prevents eavesdropping and credential theft across the network.
2
Select the appropriate protocol and default port number
SSH provides encrypted CLI management and operates by default on TCP port 22.
Telnet and port 23 transmit traffic in plaintext and do not meet the security requirement.

Key Concept

Secure Remote Command-Line Management
Rate this question