Exam objective
SY0-701 3.3: Data Protection Strategies
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 lesson4 lessons in this topic
Common mistakes to avoid
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.
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.
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.
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.