List the 7 principles of Privacy by Design.
List the 7 GDPR principles.
What is a Data Flow Diagram?
(DFD)
A visual representation of how data flows through a system or process.
What elements should be included in a DFD?
Give examples of modern risks to information security.
What are the types of controls based on purpose?
What is an ISMS?
How do InfoSec and privacy overlap?
They share goals such as:
How do InfoSec and privacy diverge?
InfoSec:
What is data classification?
Organizing data by content, sensitivity, and importance to assess risk and apply mitigations.
What are common InfoSec data classifications?
What are privacy data types?
Describe the identifiability spectrum.
Why is context important in data classification?
Same data may be public in one context and restricted in another.
What are key partnership areas between InfoSec and privacy?
What are principles for InfoSec-privacy alignment?
What is the purpose of access control?
To restrict resource availability and regulate who can access system resources.
What are the main components of access control?
What does authentication verify?
It verifies the user’s identity.
What happens after authentication?
Authorization is granted to access specific resources.
What is audit in access control?
Monitoring and recording user activities.
What does RBAC stand for?
Role-Based Access Control
What is the principle of segregation of duties?
Ensures no single person controls all aspects of a process to prevent fraud and error.
What is the least privilege principle?
Users get only the access necessary to perform their job.