nerdexam
CompTIA

SY0-501 · Question #521

Two users must encrypt and transmit large amount of data between them. Which of the following should they use to encrypt and transmit the data?

The correct answer is A. Symmetric algorithm. When encrypting large amounts of data for transmission, symmetric encryption is the preferred method due to its speed and efficiency compared to asymmetric alternatives.

Submitted by fernanda_arg· Mar 4, 2026General security concepts

Question

Two users must encrypt and transmit large amount of data between them. Which of the following should they use to encrypt and transmit the data?

Options

  • ASymmetric algorithm
  • BHash function
  • CDigital signature
  • DObfuscation

How the community answered

(46 responses)
  • A
    80% (37)
  • B
    11% (5)
  • C
    4% (2)
  • D
    4% (2)

Why each option

When encrypting large amounts of data for transmission, symmetric encryption is the preferred method due to its speed and efficiency compared to asymmetric alternatives.

ASymmetric algorithmCorrect

Symmetric algorithms use the same shared key for both encryption and decryption, making them extremely fast and computationally efficient for bulk data encryption. Standards like AES (Advanced Encryption Standard) are specifically designed to handle large volumes of data quickly, making symmetric encryption the industry standard for encrypting data in transit at scale.

BHash function

Hash functions are one-way mathematical operations used to verify data integrity, not to encrypt and decrypt data - they cannot be reversed to recover the original plaintext.

CDigital signature

Digital signatures use asymmetric cryptography to verify the authenticity and integrity of a message, but they do not encrypt the data payload itself for confidentiality.

DObfuscation

Obfuscation merely makes data harder to read or understand (e.g., encoding or scrambling), but it does not provide true cryptographic security or a key-based mechanism for secure decryption.

Concept tested: Symmetric encryption for bulk data transmission

Source: https://learn.microsoft.com/en-us/windows/win32/seccrypto/symmetric-and-asymmetric-encryption

Topics

#symmetric encryption#cryptography#bulk data encryption#algorithm selection

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice