Exam objective

SY0-701 3.3: Data Protection Strategies

Security+ Topic

Data Protection Strategies for Security+

This Security+ topic covers data type recognition: regulated, trade secret, intellectual property, legal, financial, human-readable, and non-human-readable data; Data classification recognition: sensitive, confidential, public, restricted, private, and critical; Data state and location considerations: data at rest, data in transit, data in use, data sovereignty, and geolocation; Data protection method matching: geographic restrictions, encryption, hashing, masking, tokenization, obfuscation, segmentation, and permission restrictions.

Start first lesson

4 lessons in this topic

Common mistakes to avoid

1

Learners often confuse data type with classification. The correction: data type says what the information is; classification says how the organization labels and protects it. Another common confusion is assuming non-human-readable means low risk.

2

Learners often assume critical means confidential. The correction: critical means essential to operations or mission; confidential means limited disclosure. Learners also treat public as unprotected.

3

Learners often confuse data in use with data in transit because an application may be connected to a network while processing data. The correction: in transit means moving between locations; in use means actively processed or viewed.

4

Learners often confuse hashing with encryption. The correction: encryption is reversible with the right key; hashing is one-way for comparison or integrity checking. Learners also confuse masking and tokenization.