⚠ Common exam trap
Candidates often think Telnet is secure because it also provides remote access, but Telnet transmits data in plaintext. SSH uses encryption, making it the only secure option among these.
Correct answer & explanation
✓SSH: Provides secure remote access to network devices using encryption, typically on TCP port 22.
SSH (Secure Shell) provides encrypted remote access to network devices, typically using TCP port 22. It is the secure alternative to Telnet. Telnet (port 23) is unencrypted and insecure. HTTP (port 80) is used for web traffic, not remote access. FTP (port 21) is for file transfers and is not designed for remote shell access. Therefore, only SSH matches the description of secure remote access.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓SSH: Provides secure remote access to network devices using encryption, typically on TCP port 22.Correct answer▾
Why this is correct
SSH (Secure Shell) is the correct protocol for secure remote administration because it encrypts both authentication and session data, protecting credentials and commands from interception. It operates over TCP port 22 by default, using cryptographic algorithms like AES and key exchange methods such as Diffie-Hellman. Unlike Telnet or HTTP, SSH provides integrity verification and resistance to eavesdropping, man-in-the-middle, and session hijacking attacks, making it the standard for managing network devices such as routers and switches securely.
✗Telnet: Provides secure remote access to network devices using encryption, typically on TCP port 23.Wrong answer — click to see why▾
Why this is wrong here
Telnet is unencrypted, not secure. The description incorrectly attributes encryption to Telnet.
Why candidates choose this
Candidates may confuse Telnet with SSH because both are used for remote CLI access, but Telnet lacks security.
✗HTTP: Provides secure remote access to network devices using encryption, typically on TCP port 80.Wrong answer — click to see why▾
Why this is wrong here
HTTP uses port 80 and is unencrypted; it is not designed for secure remote access.
Why candidates choose this
Candidates might think HTTP can be used for device management (e.g., web interface) but forget that HTTPS is the secure version.
✗FTP: Provides secure remote access to network devices using encryption, typically on TCP port 21.Wrong answer — click to see why▾
Why this is wrong here
FTP is for file transfer, not remote CLI access, and lacks encryption.
Why candidates choose this
Candidates may associate FTP with remote access because it requires authentication, but it is not used for device administration.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
About these practice questions
One of 1,389 original 200-301 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
How Courseiva writes practice questions · Editorial policy