Which protocol protects data in transit?
Which of the following would be the most appropriate way to protect data in transit?
Community Votes
100% of anonymous learners picked answer C. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests the distinction between encryption protocols for data in transit, hashing for integrity, and encryption for data at rest. The common trap is confusing AES-256 (a symmetric cipher used for storage) with TLS (a secure networking protocol).
TLS 1.3 is the most appropriate protocol for protecting data in transit, as it provides encryption, integrity, and authentication. The community consensus strongly favors TLS 1.3 over hashing algorithms, legacy SSL, and symmetric encryption intended for data at rest.
Choosing AES-256, because it is a strong encryption algorithm, but it is for data at rest, not data in transit. AES-256 by itself doesn't protect the communication session; TLS 1.3 uses AES or other ciphers within a secure handshake and key exchange.
Community Discussion (4 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
TLS 1.3 is a modern, widely recommended protocol for securing data in transit. It provides encryption, integrity, and authentication between communicating parties, and it is the foundation for HTTPS and other secure network communications. The community comments agree that TLS is the appropriate choice for protecting data as it moves across networks, with one comment noting 'TLS sounds right... TLS is for data in transit'.
TLS 1.3 also addresses vulnerabilities in older SSL/TLS versions, offering improved security and performance. It is the current standard and the correct answer for this question.
Why the Other Options Are Wrong
A. SHA-256 is a cryptographic hash function used for integrity checks and password storage—not for encrypting data in transit. It does not provide confidentiality or authentication between two parties.
B. SSL 3.0 is an outdated, insecure protocol that has been deprecated due to known vulnerabilities (e.g., POODLE). It should not be used for protecting sensitive data in transit.
D. AES-256 is a symmetric encryption algorithm used for encrypting data at rest (e.g., disk encryption, file encryption). While TLS may use AES as a cipher internally, AES alone does not provide a secure transport protocol.
Community Comment Notes
Comment [2] succinctly summarizes the distinctions: 'SHA256 is a hash, SSL 3.0 is legacy, TLS is for data in transit, AES256 is for data at rest.' This aligns with the correct reasoning.
Comment [1] (ChatGPT) reinforces that TLS 1.3 is the most appropriate protocol, while comment [4] says 'TLS for sure. Easy one.' highlighting the broad agreement.
No comments dispute the answer, and the vote distribution is 100% for option C.
Official Reference
Exam Strategy
Memorize the purpose of each technology: hashing for integrity, symmetric encryption for data at rest, and TLS for data in transit. When you see 'data in transit,' immediately think of TLS/DTLS rather than AES or hashing, and reject legacy SSL versions as insecure.
Related Analysis
Practice All SY0-701 Questions
Access 100 questions with complete answers and detailed explanations.
View Full SY0-701 Practice Test →