Courseiva
Security ArchitectureeasyMultiple ChoiceObjective-mapped

SY0-701 Security Architecture Practice Question

System administrators need to manage internal switches from home. The solution must encrypt management traffic, strongly authenticate users, and avoid exposing management ports directly to the internet. What should be used?

⚠ Common exam trap

A common mix-up: candidates think Telnet with a firewall allow list is sufficient, overlooking that Telnet provides no encryption, or they may confuse RDP as a valid switch management protocol, when switches typically use SSH or HTTPS for administration.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

A VPN into the internal network, then SSH or HTTPS for administration.

A VPN creates an encrypted tunnel over the internet, protecting management traffic in transit. Once connected to the internal network, SSH (for CLI) or HTTPS (for web GUI) provides strong authentication and encryption for switch administration. This approach avoids exposing management ports directly to the internet, reducing the attack surface.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Telnet over port 23 with an allow list on the firewall.

    Why it's wrong here

    Telnet transmits all data, including login credentials and configuration commands, in plaintext, so an attacker positioned on the network path can trivially capture the password and hijack the session. An allow list on the firewall only restricts which source IPs can reach the service; it does nothing to protect the confidentiality or integrity of the management traffic. Additionally, most modern switches disable Telnet by default due to these well-known vulnerabilities, making this approach both insecure and often non-functional.

  • A VPN into the internal network, then SSH or HTTPS for administration.

    Why this is correct

    This is the best answer because it keeps management interfaces off the public internet while still allowing secure remote administration. The VPN provides encrypted transport and can enforce strong user authentication, and SSH or HTTPS protects the device management session itself. This layered approach matches common best practice for remote admin access and reduces exposure of sensitive management services.

  • RDP directly to the switch management interface from the public IP address.

    Why it's wrong here

    RDP is a remote display protocol designed for Windows workstations, not the native management interface for network switches, which typically use SSH, HTTPS, or a serial console for administration. Exposing RDP directly from the public IP address invites brute-force attacks against the Windows-based management agent (if one even exists) and amplifies the attack surface with a protocol known for past vulnerabilities. Even if RDP were technically available on the switch, it would lack the device-specific security controls and command authorization needed for safe infrastructure management.

  • Open the management port to the internet and rely on a long password.

    Why it's wrong here

    Relying solely on a long password to protect a management interface exposed to the internet is inadequate because password-based authentication is vulnerable to brute-force attacks, credential stuffing, and phishing—and a single factor can be compromised. Direct internet exposure also subjects the management service to continuous vulnerability scanning and zero-day exploit attempts without the protective layer of a network boundary. Best practice is to place the management interface behind a VPN or jump host, which adds encryption, strong user authentication, and often multi-factor authentication or device-level access controls.

About these practice questions

This SY0-701 question is part of Courseiva's 1,013-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SY0-701 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SY0-701 exam.