nerdexam
CompTIA

SY0-301 · Question #826

An administrator values transport security strength above network speed when implementing an SSL VPN. Which of the following encryption ciphers would BEST meet their needs?

The correct answer is D. AES128. AES128 is the strongest encryption cipher among the listed options for an SSL VPN prioritizing security over speed.

Security architecture

Question

An administrator values transport security strength above network speed when implementing an SSL VPN. Which of the following encryption ciphers would BEST meet their needs?

Options

  • ASHA256
  • BRC4
  • C3DES
  • DAES128

How the community answered

(35 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    17% (6)
  • D
    71% (25)

Why each option

AES128 is the strongest encryption cipher among the listed options for an SSL VPN prioritizing security over speed.

ASHA256

SHA256 is a cryptographic hash function used for integrity verification, not a symmetric encryption cipher used to protect data in transit.

BRC4

RC4 is a deprecated stream cipher with well-documented vulnerabilities and is explicitly prohibited in modern TLS configurations.

C3DES

3DES applies DES encryption three times and is considered weak by modern standards, with NIST deprecating it due to its small 64-bit block size and susceptibility to Sweet32 attacks.

DAES128Correct

AES (Advanced Encryption Standard) with a 128-bit key is a modern, symmetric block cipher standardized by NIST and considered cryptographically strong. Compared to the other cipher options listed, AES128 offers the best security-to-performance balance while being far more secure than RC4 or 3DES for VPN transport encryption.

Concept tested: Selecting strong encryption ciphers for VPN

Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/fips-140-validation

Topics

#SSL VPN#encryption ciphers#AES#transport security

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice