The second term of data security is known as Integrity. In the previous term, we talk only about accessing data or viewing data and users can only explore the data without any modification on it. Integrity has the same functionality as confidentiality, but accessible users could make modifications to that data either by addition or deleting, or moving the data.
The Integrity will ensure that data correctness and accuracy by blocking unauthorized individuals to do any kind of modification. There are a number of tools that protect organizations or systems from being attacked from inside or outside that premises. such as using firewall devices, human monitoring the network for suspicious activity, and Access Control list privileges. Data integrity is the concept of ensuring that the data is not being tampered with or damaged by mistake or intentionally. Each accessible user has certain privileges to make modifications, but when that happens, it will register on the log file with an indication of the name or id of the user that made that modification.

Comments
Post a Comment