Content Area 8 Flashcards
Security
What are the principles of information security
- Confidentiality
- Integrity
- Availability
Explain what the C stands for in the principle of information security
Confidentiality ensures that information is only accessible to those who need it and who are authorised to use it, this prevents unauthorised users from getting the information
Explain what the I in the principle of information security means
Integrity ensures that the infromation remains accurate, consistent and trustworthy as long as it is kept to ensure consistency in the data type. It involves keeping the data secure from mistakes or any alteractions whether intentionally or by mistake.
In what way can information be kept confidential
- Encryption
- Access control
- Data masking
Data masking is hiding real data with modified content
In what way can the integrity of data be assured
- Data validation
- Check sums
- Digital signatures
- Access control
Checksums are used to check the integrity of data for errors during transmission or storing of the file
In what way can the availability of data be assured
Through
* Redundancy
* Fault tolerance
* Disaster recovery planning
* Generally planning for contingencies
Explain what A in the principles of security mean
Availabilty ensure that the data and computing resources are accessible and usable when needed by authorised users. This can involve data duplication and data redundancy.