Courseiva
easyMultiple SelectObjective-mapped

CISSP Practice Question: Which TWO of the following are characteristics of…

Which TWO of the following are characteristics of a VPN that uses TLS?

⚠ Common exam trap

Many candidates confuse TLS VPNs with IPsec VPNs, incorrectly associating UDP port 500 or network layer operation with TLS, or assuming a digital certificate is mandatory for all TLS VPN deployments.

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

Provides confidentiality

TLS-based VPNs, such as OpenVPN in TLS mode, provide confidentiality through encryption of the tunneled traffic using symmetric ciphers (e.g., AES) negotiated during the TLS handshake. They also provide integrity via message authentication codes (e.g., HMAC) applied to each record, ensuring data has not been altered in transit. These are fundamental security services of the TLS protocol itself.

Answer analysis

Option-by-option breakdown

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

  • Provides confidentiality

    Why this is correct

    A core characteristic of a VPN, particularly those utilizing protocols like TLS (Transport Layer Security) or IPsec, is the establishment of a secure, encrypted tunnel. This encryption process, often employing strong cryptographic algorithms such as AES (Advanced Encryption Standard), transforms the data into an unreadable format. This ensures that even if the data is intercepted during transit across an untrusted network, its content remains confidential and inaccessible to unauthorized parties.

  • Requires a digital certificate on the server

    Why it's wrong here

    While digital certificates, particularly X.509 certificates, are a very common and robust method for server authentication in VPNs using TLS or IPsec (especially in enterprise environments), they are not an absolute requirement. VPNs can also establish secure connections using alternative authentication mechanisms, such as pre-shared keys (PSKs) or username/password combinations, particularly in smaller deployments or specific IPsec configurations. Therefore, stating that a digital certificate is strictly required is an overgeneralization.

  • Provides integrity

    Why this is correct

    Data integrity is a fundamental security service provided by VPNs, ensuring that transmitted data has not been altered or tampered with during transit. Protocols like TLS and IPsec achieve this by employing Message Authentication Codes (MACs) or cryptographic hash functions (e.g., HMAC-SHA256). These mechanisms generate a unique checksum for each data packet, which is then verified upon receipt. Any discrepancy between the calculated and received checksum indicates unauthorized modification, leading to the rejection of the compromised data.

  • Operates at the network layer

    Why it's wrong here

    While some VPN protocols, such as IPsec in tunnel mode, primarily operate at the network layer (OSI Layer 3) by encapsulating entire IP packets, the question refers to characteristics of a VPN generally, and TLS is a common VPN component. TLS (Transport Layer Security), a widely used protocol for securing VPN connections (e.g., SSL/TLS VPNs), fundamentally operates at the transport layer (OSI Layer 4). It sits above TCP and below application protocols, securing the end-to-end communication stream rather than the network routing.

  • Typically uses UDP port 500

    Why it's wrong here

    UDP port 500 is specifically associated with the Internet Key Exchange (IKE) protocol, which is a crucial component for establishing security associations in IPsec VPNs. IKE is responsible for negotiating and managing the cryptographic keys and security parameters used by IPsec. However, this port is not typically used by TLS-based VPNs, which often utilize TCP port 443 (for HTTPS-based VPNs) or other application-specific ports. Therefore, this statement is accurate for IPsec but not a general characteristic for all VPNs.

Quick reference

VPN Protocol Comparison

ProtocolPortEncryptionAuthenticationUse Case
IKEv2 / IPsecUDP 500 / 4500AES-256Certificates / PSKSite-to-site & remote access
SSL / TLS VPNTCP 443TLS 1.3Certificates / MFAClientless remote access
L2TP / IPsecUDP 1701AES (IPsec)PSK / CertificatesLegacy remote access
WireGuardUDP 51820ChaCha20Public keysModern high-performance VPN
PPTPTCP 1723MPPE (weak)MS-CHAPv2Legacy — avoid in production

PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.

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 →

How Courseiva writes practice questions · Editorial policy

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.