N10-005 · Question #776
Encryption provides which of the following to data being transferred across the network?
The correct answer is A. Confidentiality. Encryption scrambles data into an unreadable ciphertext that only authorized parties with the correct key can decipher, directly providing confidentiality.
Question
Encryption provides which of the following to data being transferred across the network?
Options
- AConfidentiality
- BResistance to Jitter
- CHigh Availability
- DData Integrity
How the community answered
(39 responses)- A87% (34)
- B8% (3)
- C3% (1)
- D3% (1)
Why each option
Encryption scrambles data into an unreadable ciphertext that only authorized parties with the correct key can decipher, directly providing confidentiality.
Encryption converts plaintext into ciphertext using a cryptographic algorithm and key, ensuring that intercepted data cannot be read by unauthorized parties. This property - keeping data secret from unintended recipients - is the definition of confidentiality in the CIA triad. Whether data is in transit or at rest, encryption is the primary technical control used to enforce confidentiality.
Resistance to jitter is a network quality characteristic related to consistent packet delivery timing, typically addressed by QoS mechanisms and buffering, not encryption.
High availability refers to system uptime and redundancy strategies such as failover clustering or load balancing, which are unrelated to encryption.
Data integrity - ensuring data has not been altered - is provided by cryptographic hashing (e.g., SHA-256) or HMACs, not encryption alone.
Concept tested: Encryption providing data confidentiality
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview
Topics
Community Discussion
No community discussion yet for this question.