SY0-301 · Question #702
Which of the following would Matt, a security administrator, use to encrypt transmissions from an internal database to an internal server, keeping in mind that the encryption process must add as…
The correct answer is D. 3DES. The key constraint is minimal latency, which favors symmetric encryption over asymmetric. 3DES (Triple DES) is a symmetric cipher that applies DES encryption three times, making it far faster than asymmetric algorithms like RSA or ECC. SHA is a hashing algorithm, not an…
Question
Which of the following would Matt, a security administrator, use to encrypt transmissions from an internal database to an internal server, keeping in mind that the encryption process must add as little latency to the process as possible?
Options
- AECC
- BRSA
- CSHA
- D3DES
How the community answered
(49 responses)- A2% (1)
- B4% (2)
- D94% (46)
Explanation
The key constraint is minimal latency, which favors symmetric encryption over asymmetric. 3DES (Triple DES) is a symmetric cipher that applies DES encryption three times, making it far faster than asymmetric algorithms like RSA or ECC. SHA is a hashing algorithm, not an encryption algorithm, so it cannot encrypt transmissions. Among the listed options, 3DES is the only symmetric encryption algorithm.
Topics
Community Discussion
No community discussion yet for this question.