N10-009 Network Implementation Practice Question
A network administrator is setting up a new branch office that will connect to the main headquarters over the Internet. The connection must be encrypted and allow the branch to access internal resources as if they were directly connected. Which of the following VPN types is BEST suited for this site-to-site connection?
⚠ Common exam trap
The N10-009 exam often tests the distinction between remote-access VPNs (SSL VPN) and site-to-site VPNs (IPsec), where candidates mistakenly choose SSL VPN because it is commonly used for client-based access, but it lacks the full network-layer bridging required for a branch office to appear directly connected.
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
✓
IPsec
IPsec is the correct choice because it is specifically designed for site-to-site VPNs, providing encryption and authentication at the IP layer to create a secure tunnel between two networks. This allows the branch office to access internal resources at headquarters as if they were directly connected, using a gateway-to-gateway model that encrypts all traffic between the sites.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
IPsec
Why this is correct
IPsec (Internet Protocol Security) is the industry standard for establishing secure site-to-site VPNs, making it the optimal choice for connecting a new branch office to a main office. It operates at the network layer (Layer 3) and provides robust security through cryptographic protocols for data authentication, integrity, and confidentiality. Key components like Authentication Header (AH) and Encapsulating Security Payload (ESP) ensure secure data transmission, while Internet Key Exchange (IKE) manages secure key negotiation, establishing a trusted tunnel between VPN gateways.
- ✗
SSL VPN
Why it's wrong here
SSL VPNs are primarily designed for client-to-site remote access, enabling individual users to securely connect to a corporate network, often via a web browser or a lightweight client. Unlike IPsec, which creates a persistent network-layer tunnel between two sites, SSL VPNs typically operate at the application layer over TCP port 443 (HTTPS). This architecture is less efficient and scalable for establishing a permanent, high-performance site-to-site link between two branch offices, making it a suboptimal choice for this specific use case.
When this WOULD be correct
A question asking for the best VPN type to provide secure remote access for individual employees from home to a single internal application (e.g., email or a CRM) via a web portal, without requiring full network-layer connectivity.
- ✗
PPTP
Why it's wrong here
Point-to-Point Tunneling Protocol (PPTP) is an outdated VPN protocol known for significant security vulnerabilities, rendering it unsuitable for modern secure site-to-site connections. Its encryption (MPPE) and authentication methods (MS-CHAPv1/v2) have been extensively compromised, making it susceptible to various attacks, including dictionary attacks and brute-force decryption. Due to these critical weaknesses, PPTP is strongly discouraged for any scenario requiring robust data confidentiality and integrity.
When this WOULD be correct
A question specifying a legacy system that only supports PPTP, or a scenario where compatibility with older devices is required and security is not a primary concern.
- ✗
L2TP
Why it's wrong here
Layer 2 Tunneling Protocol (L2TP) primarily functions as a tunneling protocol, encapsulating network traffic to traverse an IP network. However, L2TP itself does not provide encryption or strong authentication mechanisms, making it inherently insecure for transmitting sensitive data across an untrusted network like the internet. For secure site-to-site VPNs, L2TP must be paired with IPsec (forming L2TP/IPsec) to add the necessary cryptographic protection, but L2TP alone is insufficient for a secure connection.
When this WOULD be correct
L2TP would be correct in a scenario where the question specifies a VPN that must support non-IP networks (e.g., Frame Relay) or when the exam asks for a tunneling protocol that can carry multiple protocols and encryption is handled separately (e.g., L2TP/IPsec).
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 N10-009 exam frequently reuses these exact scenarios with slightly different constraints.
✓IPsecCorrect answer▾
Why this is correct
IPsec (Internet Protocol Security) is the industry standard for establishing secure site-to-site VPNs, making it the optimal choice for connecting a new branch office to a main office. It operates at the network layer (Layer 3) and provides robust security through cryptographic protocols for data authentication, integrity, and confidentiality. Key components like Authentication Header (AH) and Encapsulating Security Payload (ESP) ensure secure data transmission, while Internet Key Exchange (IKE) manages secure key negotiation, establishing a trusted tunnel between VPN gateways.
✗SSL VPNWrong answer — click to see why▾
Why this is wrong here
SSL VPN is designed for remote user access to specific applications via a web browser, not for persistent site-to-site connectivity that requires full network-layer integration as if directly connected.
★ When this WOULD be the correct answer
A question asking for the best VPN type to provide secure remote access for individual employees from home to a single internal application (e.g., email or a CRM) via a web portal, without requiring full network-layer connectivity.
Why candidates choose this
Candidates may confuse SSL VPN's encryption and remote access capabilities with site-to-site requirements, or they may think 'SSL' implies stronger security than IPsec for all VPN scenarios.
✗PPTPWrong answer — click to see why▾
Why this is wrong here
PPTP is outdated and has known security vulnerabilities, making it unsuitable for a secure site-to-site VPN over the Internet that requires strong encryption.
★ When this WOULD be the correct answer
A question specifying a legacy system that only supports PPTP, or a scenario where compatibility with older devices is required and security is not a primary concern.
Why candidates choose this
Candidates may recall PPTP as a common VPN protocol and overlook its security flaws, or confuse it with more secure protocols like IPsec.
✗L2TPWrong answer — click to see why▾
Why this is wrong here
L2TP alone does not provide encryption; it typically relies on IPsec for that. For a site-to-site VPN requiring encryption and direct network access, IPsec is the standard, not L2TP.
★ When this WOULD be the correct answer
L2TP would be correct in a scenario where the question specifies a VPN that must support non-IP networks (e.g., Frame Relay) or when the exam asks for a tunneling protocol that can carry multiple protocols and encryption is handled separately (e.g., L2TP/IPsec).
Why candidates choose this
Candidates may confuse L2TP as a VPN protocol that includes encryption, or they might recall that L2TP is often used with IPsec, but forget that L2TP alone lacks encryption.
Analysis generated from the official N10-009blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Quick reference
VPN Protocol Comparison
| Protocol | Port | Encryption | Authentication | Use Case |
|---|---|---|---|---|
| IKEv2 / IPsec | UDP 500 / 4500 | AES-256 | Certificates / PSK | Site-to-site & remote access |
| SSL / TLS VPN | TCP 443 | TLS 1.3 | Certificates / MFA | Clientless remote access |
| L2TP / IPsec | UDP 1701 | AES (IPsec) | PSK / Certificates | Legacy remote access |
| WireGuard | UDP 51820 | ChaCha20 | Public keys | Modern high-performance VPN |
| PPTP | TCP 1723 | MPPE (weak) | MS-CHAPv2 | Legacy — avoid in production |
PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.
Go deeper
Related to this question
Learn chapter
Physical Network Infrastructure
Key term
VPN
A VPN (Virtual Private Network) creates a secure, encrypted tunnel between your device and a remote server, protecting your data and hiding your online activity.
Key term
IPsec
IPsec is a suite of protocols used to secure Internet Protocol (IP) communications by encrypting and authenticating each IP packet in a data stream.
About these practice questions
Courseiva writes every N10-009 question from scratch — 464 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This N10-009 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 N10-009 exam.