SY0-701 · Question #705
Which of the following best protects sensitive data in transit across a geographically dispersed infrastructure?
The correct answer is A. Encryption. Encryption is the correct choice because it mathematically transforms data into an unreadable format that can only be reversed with the proper key - making it the standard mechanism for protecting data while it moves across networks, including protocols like TLS/SSL and VPNs…
Question
Which of the following best protects sensitive data in transit across a geographically dispersed infrastructure?
Options
- AEncryption
- BMasking
- CTokenization
- DObfuscation
How the community answered
(51 responses)- A92% (47)
- B4% (2)
- C2% (1)
- D2% (1)
Explanation
Encryption is the correct choice because it mathematically transforms data into an unreadable format that can only be reversed with the proper key - making it the standard mechanism for protecting data while it moves across networks, including protocols like TLS/SSL and VPNs used in distributed infrastructure.
Masking replaces data with realistic-looking fake values (e.g., showing ****1234 for a card number), but it's designed for display or non-production use - not for securing data traveling across a network.
Tokenization substitutes sensitive values with non-sensitive tokens, which is useful for storage and processing (e.g., payment systems), but the original data must already be secured elsewhere; tokenization itself doesn't protect data moving between systems.
Obfuscation makes data harder to understand through techniques like renaming or restructuring, but provides no cryptographic protection - a determined attacker can still intercept and decode it in transit.
Memory tip: Think "in transit = encryption." The word transit implies movement, and only encryption wraps data in a secure envelope for the journey. The other three are about hiding or substituting data at rest or at the application layer, not securing the network pipe.
Topics
Community Discussion
No community discussion yet for this question.