nerdexam
CompTIA

SY0-501 · Question #476

Two users must encrypt and transmit large amounts 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 volumes of data for transmission, symmetric encryption is the preferred method due to its computational efficiency compared to asymmetric alternatives.

Submitted by asante_acc· Mar 4, 2026General security concepts

Question

Two users must encrypt and transmit large amounts 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

(15 responses)
  • A
    73% (11)
  • B
    7% (1)
  • C
    13% (2)
  • D
    7% (1)

Why each option

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

ASymmetric algorithmCorrect

Symmetric algorithms (e.g., AES) use a single shared key for both encryption and decryption, making them extremely fast and efficient for bulk data encryption. They are specifically designed for encrypting large amounts of data at high speeds, making them the standard choice for securing data in transit when both parties can securely share a key.

BHash function

Hash functions are one-way mathematical operations that produce a fixed-length digest and cannot be reversed or used to decrypt data, making them unsuitable for encrypting and transmitting data.

CDigital signature

Digital signatures use asymmetric cryptography to verify the authenticity and integrity of data but do not encrypt the actual content of a message for confidentiality.

DObfuscation

Obfuscation simply makes data harder to read or understand (e.g., encoding or renaming variables) but does not provide true cryptographic security or protect data during transmission.

Concept tested: Symmetric encryption for bulk data transmission

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview

Topics

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

Community Discussion

No community discussion yet for this question.

Full SY0-501 Practice