1. Security, Privacy, and Integrity Explained
These three terms are the pillars of data protection, but they mean different things. Data Security is about protecting data from unauthorised access. Think of it as the lock on the door. Data Privacy is about an individual's right to control how their personal data is collected, used, and shared. It's about who has the right to open the door and look inside. Data Integrity is about ensuring data is accurate, complete, and trustworthy over its entire lifecycle. It means the information inside hasn't been secretly changed or corrupted.
Key term
Examiner insight
Common pitfall
Worked example 16 marks
A hospital stores patient records. Explain how data security, privacy, and integrity apply to these records.
- 1
- Security: The hospital must implement measures like firewalls, encrypted databases, and user accounts with strong passwords to prevent hackers or unauthorised staff from accessing the patient records.
- 2
- Privacy: The hospital must have a clear policy on who can view patient data (e.g., only the patient's doctor and specialist nurses) and for what purpose. Sharing this data without the patient's consent would be a breach of privacy.
- 3
- Integrity: The system must ensure that patient data, such as blood type or allergies, is entered correctly (validation) and is not accidentally or maliciously altered. A checksum could be used to ensure the record hasn't been corrupted.
Recap
- Security prevents unauthorised access.
- Privacy controls who has authorised access and why.
- Integrity ensures data is accurate and has not been altered.
- A system can be secure but still violate privacy if authorised users misuse data.
- All three concepts are essential for trustworthy computer systems.
Quick check
- Which of the three concepts (security, privacy, integrity) is most concerned with the accuracy of data?1 mark