- Security vs privacy vs integrity
Three different ideas examiners often test side by side — learn the discriminators.
These three terms sound similar but mean different things. Mixing them up is the most common way to lose marks in this topic, so learn each precisely.
- Data security — protecting data from unauthorised access and from loss or damage. (How do we keep it safe?)
- Data privacy — controlling who is allowed to see or use the data. (Who is permitted?)
- Data integrity — keeping the data accurate, complete and consistent, so it is not changed incorrectly or corrupted. (Is the data still correct?)
A quick test: "Only your doctor may view your record" is privacy; "a backup protects the record from being lost" is security; "a check stops an age of 999 being stored" is integrity.
- Security = protection from unauthorised access / loss.
- Privacy = who is allowed to see the data.
- Integrity = the data being accurate and consistent.
- Same data can need all three at once.