Chapter 6 - Security, Privacy and Integrity

6.1 Data Security

Data integrity, security and privacy →

Data integrity: Data is accurate, consistent, up-to-date
Data security: Keeps data safe from loss and recoverable if lost or corrupted, e.g. from malicious damage
Data privacy: Requirement for data to be available only to authorised users, and protection from unauthorised access
Data protection law: Law relating to data privacy
Authentication: Verification of user identity

Measures to restrict data access →

Methods to protect data systems →

Risks for computer systems →

Causes of data loss →

6.2 Data Integrity

Validation and Verification →

Validation Ensures data is sensible, reasonable, acceptable and meets criteria. Automatic check Type check: Correct data type
Range check: Between defined upper and lower bounds
Length check: Certain number of characters long
Presence check: Not blank
Format check
Existence check
Verification Ensures data matches and is consistent with the source. Re-entry in the event of mismatch Double Entry: Entered twice and compared automatically by computer
Visual Check: Manually and visually checked by re-reading

Verification in data transfer →