Question 625 of 1,152
Security ArchitecturemediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is to require a VPN or ZTNA connection with MFA, then allow SSH or HTTPS management only through that protected tunnel. This approach is correct because it enforces defense in depth for secure remote network device administration: the VPN or ZTNA tunnel provides encrypted management traffic and network segmentation, keeping switch ports off the internet, while MFA ensures strong user verification. On the Security+ SY0-701 exam, this scenario tests your understanding of secure access controls and the principle of least exposure—a common trap is choosing direct SSH over the internet, which violates the “no exposed ports” rule. Remember the mnemonic “Tunnel First, Then Trust”: always establish a secure tunnel before allowing any management protocol, and layer MFA on top for verification.

SY0-701 Security Architecture Practice Question

This SY0-701 practice question tests your understanding of security architecture. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Network engineers need to administer internal switches from home. The company wants encrypted management traffic, strong user verification, and no management ports exposed directly to the internet. Which approach is best?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummultiple choice
Full question →

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

Require a VPN or ZTNA connection with MFA, then allow SSH or HTTPS management only through that protected tunnel.

Option A is correct because it enforces encryption (via VPN or ZTNA tunnel), strong user verification (MFA), and network segmentation (no direct internet exposure). SSH or HTTPS management traffic is then allowed only through the protected tunnel, ensuring confidentiality, integrity, and access control. This aligns with the principle of defense in depth for remote network device administration.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Require a VPN or ZTNA connection with MFA, then allow SSH or HTTPS management only through that protected tunnel.

    Why this is correct

    A protected remote-access layer keeps management services off the public internet while preserving encryption and strong authentication.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Expose SSH on the internet and rely on key-based authentication alone.

    Why it's wrong here

    Public exposure increases attack surface, and key authentication alone does not eliminate brute-force or scanning risk.

  • Use RDP with port forwarding because it is simpler for remote support.

    Why it's wrong here

    Port forwarding exposes a management service to the internet and is not the safest architecture for network devices.

  • Allow split tunneling without MFA so engineers can reduce latency while working remotely.

    Why it's wrong here

    Split tunneling without MFA weakens assurance and can bypass the security boundary for sensitive administrative traffic.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think SSH key-based authentication alone is sufficient for remote access, overlooking the requirement to avoid direct internet exposure and the need for strong user verification like MFA.

Detailed technical explanation

How to think about this question

VPNs (e.g., IPsec or OpenVPN) create an encrypted tunnel over an untrusted network, while ZTNA (e.g., RFC 9345) uses identity-aware proxies to grant access without exposing IP addresses. SSH (port 22) and HTTPS (port 443) are the standard management protocols for switches; SSH uses TCP for encrypted CLI access, while HTTPS relies on TLS for web-based management. In a real-world scenario, an engineer might use a VPN client with MFA (e.g., TOTP or FIDO2) to connect to the corporate network, then SSH to the switch's loopback interface, ensuring no direct internet exposure.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SY0-701 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SY0-701 question test?

Security Architecture — This question tests Security Architecture — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Require a VPN or ZTNA connection with MFA, then allow SSH or HTTPS management only through that protected tunnel. — Option A is correct because it enforces encryption (via VPN or ZTNA tunnel), strong user verification (MFA), and network segmentation (no direct internet exposure). SSH or HTTPS management traffic is then allowed only through the protected tunnel, ensuring confidentiality, integrity, and access control. This aligns with the principle of defense in depth for remote network device administration.

What should I do if I get this SY0-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

3 more ways this is tested on SY0-701

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Administrators need to manage internal switches from home. Management traffic must be encrypted, MFA must be used, and no switch management interface should be exposed directly to the internet. Which design is best?

medium
  • A.Open SSH directly to each switch on a public IP address and restrict access by source IP only.
  • B.Use a VPN into the internal network, then administer the switches through a hardened jump host over SSH.
  • C.Allow HTTPS management to each switch over the internet because the channel is encrypted.
  • D.Use Telnet inside the office and route home users through a split-tunnel VPN.

Why B: Option B is correct because it uses a VPN to create an encrypted tunnel from the home user to the internal network, then requires SSH (which encrypts management traffic) through a hardened jump host. This design ensures MFA can be enforced at the VPN or jump host layer, and no switch management interface is directly exposed to the internet, satisfying all three requirements.

Variation 2. 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?

easy
  • A.Telnet over port 23 with an allow list on the firewall.
  • B.A VPN into the internal network, then SSH or HTTPS for administration.
  • C.RDP directly to the switch management interface from the public IP address.
  • D.Open the management port to the internet and rely on a long password.

Why B: Option B is correct because 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.

Variation 3. Administrators must manage network switches from home. Requirements: encrypted management traffic, MFA for users, no management ports exposed to the Internet, and centralized logging of admin sessions. Which solution best meets the requirements?

hard
  • A.Open SSH directly on each switch and allow access from the entire Internet.
  • B.Use a VPN with MFA that terminates on a hardened jump host, then reach switches over SSH or HTTPS.
  • C.Use port forwarding through the firewall to RDP on each switch.
  • D.Build an IPSec tunnel only between office routers and share a common admin password on the switches.

Why B: Option B is correct because it satisfies all requirements: a VPN with MFA encrypts management traffic, the hardened jump host provides a secure intermediary that keeps switch management ports off the Internet, and centralized logging can be implemented on the jump host to record all admin sessions. This architecture aligns with the principle of defense-in-depth by combining encrypted tunnels, strong authentication, and network segmentation.

Keep practising

More SY0-701 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.