Which security concept ensures encrypted data isn't altered in transit?
Which of the following security concepts is related to ensuring that encrypted data is not edited while in transit?
Community Votes
100% of anonymous learners picked answer B. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
This question tests the CIA triad, specifically the difference between integrity and confidentiality, with the common trap being to confuse 'encrypted' with 'confidential' when the question actually focuses on unauthorized modification.
In CompTIA Network+ N10-008, integrity is the security concept that ensures encrypted data is not edited or tampered with during transmission. Community consensus strongly confirms integrity (option B) as the correct answer.
Choosing D (Confidentiality) is the most common mistake because encrypted data may seem to relate to keeping data secret; however, encryption can also be used to detect tampering, and the phrase 'not edited' directly points to integrity, not confidentiality.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Integrity in the CIA triad guarantees that data remains unchanged and unaltered from its original state during transmission. Even when data is encrypted, integrity ensures that no unauthorized party has modified the ciphertext or plaintext in transit. The question explicitly asks about 'ensuring encrypted data is not edited while in transit,' which maps directly to the integrity concept.Why the Other Options Are Wrong
- A. Zero trust is a security framework that assumes no implicit trust and verifies every request, but it is not a property of data or a guarantee against data modification.
- C. Availability ensures that systems/data are accessible to authorized users when needed, which is unrelated to preventing edits during transit.
- D. Confidentiality protects data from unauthorized disclosure or reading, not from unauthorized modification. While encryption supports confidentiality, integrity is the specific concept for tamper resistance.
Community Comment Notes
A certified user commented, "sec+ certified, it's B," reinforcing the correct choice with real-world exam knowledge. Another comment (attributed to GPT4) explains that integrity ensures the information arrives exactly as sent without unauthorized modifications—matching the question's intent. The 100% vote distribution for B further shows unanimous agreement among respondents.Official Reference
Exam Strategy
When you see phrases like 'not edited,' 'tampered with,' or 'unaltered' in transit, immediately think of integrity rather than confidentiality. Remember the CIA triad: Confidentiality = secrecy, Integrity = accuracy/trustworthiness, Availability = access. Read the question for action words—'edited' always signals integrity.