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.
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)- A80% (37)
- B11% (5)
- C4% (2)
- D4% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.