easyMultiple ChoiceObjective-mapped
Best Practice Site-to-Site VPN IPsec IKEv2
A remote employee needs secure access to corporate resources over the internet. Which protocol is considered best practice for site-to-site VPN?
Quick Answer
IPsec with IKEv2 is considered best practice for site-to-site VPNs because it combines strong, well-established security properties with practical operational advantages that matter for a connection meant to stay up persistently between two fixed locations. IPsec itself handles the actual protection of traffic between the two endpoints, providing authentication, encryption, and integrity checking so that data crossing the internet between the sites can't be read, forged, or tampered with in transit. IKEv2 is the protocol responsible for negotiating and managing the security associations that IPsec relies on, and it improves meaningfully on its predecessor, IKEv1: it supports faster rekeying, which reduces the window of exposure as cryptographic material is periodically refreshed, it includes built-in mobility support so a connection can survive an endpoint's network path changing, and it has stronger built-in resistance to denial-of-service attacks during the negotiation process. For a site-to-site connection specifically, as opposed to a remote-access VPN for individual traveling users, these characteristics matter because the tunnel needs to remain stable and secure over long periods with minimal manual intervention. When a question asks about the recommended protocol for site-to-site VPNs specifically, IPsec with IKEv2 is the modern, standard answer, distinguished from older or less robust key-exchange alternatives by its efficiency and resilience.
⚠ Common exam trap
It's easy for candidates to confuse SSL VPN (which is for remote access) with site-to-site VPN requirements, or they mistakenly think L2TP alone provides security, when in fact L2TP must be paired with IPsec to be secure.
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 with IKEv2
IPsec with IKEv2 (Internet Key Exchange version 2) is the best practice for site-to-site VPNs because it provides strong authentication, encryption, and integrity checking for all traffic between two fixed endpoints. IKEv2 offers built-in mobility, faster rekeying, and resistance to Denial-of-Service attacks compared to IKEv1, making it the recommended choice for secure, persistent site-to-site connections over the internet.
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 with IKEv2
Why this is correct
IPsec/IKEv2 is a secure standard for site-to-site VPNs.
- ✗
PPTP (Point-to-Point Tunneling Protocol)
Why it's wrong here
PPTP is insecure and should not be used.
- ✗
SSL VPN (Secure Sockets Layer VPN)
Why it's wrong here
SSL VPN is designed for remote client access, not site-to-site.
- ✗
L2TP (Layer 2 Tunneling Protocol) without IPsec
Why it's wrong here
L2TP alone provides no encryption.
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
About these practice questions
Courseiva writes every SSCP question from scratch — 920 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 →
Same concept, more angles
1 more way this is tested on SSCP
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. An organization wants to allow secure remote access for employees. Which protocol is most appropriate for a site-to-site VPN?
easy- A.PPTP
- B.SSL/TLS
- ✓ C.IPsec
- D.SSH
- E.L2TP
Why C: IPsec is the correct choice for a site-to-site VPN because it operates at the network layer (Layer 3), providing encryption and authentication for all IP traffic between two entire networks. It supports both tunnel and transport modes, and uses protocols like ESP (Encapsulating Security Payload) and AH (Authentication Header) to ensure confidentiality, integrity, and origin authentication, making it the standard for permanent site-to-site connections.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SSCP practice question is part of Courseiva's free ISC2 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 SSCP exam.