CISSP Communication and Network Security Practice Question
A company is deploying a VPN solution for remote employees using SSL/TLS VPN. Which TWO security considerations are important when implementing this type of VPN? (Select two.)
⚠ Common exam trap
Many exam-takers confuse SSL/TLS VPNs with IPsec VPNs, leading them to select IPsec-specific options like transport mode or pre-shared keys, when the question explicitly focuses on SSL/TLS VPN security considerations.
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
✓
Implement strong authentication mechanisms such as multi-factor authentication
SSL/TLS VPNs operate at the application layer and are exposed to the internet, making them vulnerable to web-based attacks such as SQL injection and cross-site scripting. Strong authentication, including multi-factor authentication (MFA), is critical to prevent unauthorized access even if credentials are compromised. Patching and hardening the SSL VPN gateway against web application attacks is equally important to mitigate vulnerabilities in the underlying web server or VPN appliance.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use IPsec in transport mode for better performance
Why it's wrong here
SSL VPNs operate using the Transport Layer Security (TLS) protocol, typically at the application layer (OSI Layer 6/7), to create an encrypted tunnel for data. In contrast, IPsec is a distinct suite of protocols that operates at the network layer (OSI Layer 3) and is used for securing IP communications. Suggesting IPsec in transport mode, which primarily encrypts the payload of an IP packet, for an SSL VPN demonstrates a fundamental misunderstanding of these separate VPN technologies and their underlying mechanisms.
- ✓
Implement strong authentication mechanisms such as multi-factor authentication
Why this is correct
Implementing strong authentication, such as multi-factor authentication (MFA), is paramount for SSL VPNs because the gateway often presents an internet-facing web portal, making it a prime target for credential-based attacks. MFA adds a crucial layer of security by requiring users to provide two or more verification factors, significantly reducing the risk of unauthorized access even if a user's password is compromised. This protection is vital for safeguarding the internal network resources accessible via the VPN.
- ✓
Ensure the SSL VPN gateway is patched and hardened against web application attacks
Why this is correct
The SSL VPN gateway functions as an internet-facing web application, making it inherently vulnerable to common web-based attacks like SQL injection, cross-site scripting (XSS), and buffer overflows. Regularly patching the gateway addresses known security vulnerabilities that attackers could exploit to gain unauthorized access or control. Hardening involves configuring the system securely, disabling unnecessary services, and implementing robust security controls to minimize the attack surface and prevent compromise of the critical access point.
- ✗
Use pre-shared keys for authentication
Why it's wrong here
Pre-shared keys (PSKs) are a static secret primarily used in IPsec VPNs for authenticating the VPN endpoints themselves, not for individual user authentication in an SSL VPN context. SSL VPNs are designed for scalable remote user access and rely on more granular, user-specific authentication methods such as username/password combinations, often augmented by client certificates or tokens. Using PSKs for individual users would be impractical, insecure due to key distribution challenges, and lack the necessary user-level accountability and access control.
- ✗
Disable encryption to improve speed
Why it's wrong here
Disabling encryption completely defeats the fundamental purpose of a Virtual Private Network (VPN), which is to establish a secure, confidential, and integrity-protected communication channel over an untrusted network like the internet. Without encryption, all data transmitted through the VPN tunnel would be sent in plaintext, making it vulnerable to eavesdropping, interception, and tampering by any malicious actor on the network. This would expose sensitive corporate data and user credentials, rendering the VPN useless for security.
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
Security Governance and Principles
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
VPN Gateway
A VPN Gateway is a network device or service that creates an encrypted tunnel between two or more networks over the internet, allowing secure communication.
About these practice questions
Courseiva writes every CISSP question from scratch — 747 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 CISSP 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 CISSP exam.