Yogesh Chauhan's Blog

The 7 Security Objectives of Any Organization for IT and Network Security

in Miscellaneous on November 5, 2019

Network and IT security plays a major role in organizational structure nowadays as data has become so valuable. 

Security objectives are goals an organization strives to achieve through its security efforts. 

Any organization has major 7 primary security objectives. Let's understand them one by one. 

Confidentiality

Confidentiality is the protection against unauthorized access, while providing authorized users access to resources without obstruction. 

Integrity

Integrity is the protection against unauthorized changes, while allowing for authorized changes performed by authorized users. 

Availability

Availability is the protection against downtime, loss of data, and blocked access, while providing consistent uptime, protecting data, and supporting authorized access to resources. 

Authentication

Authentication is the proof or verification of a user's identity before granting access to a secured area.

Authorization

Authorization is controlling what users are allowed and not allowed to do. 

Authorization is dictated by the organization's security structure, which may focus on 

discretionary access control (DAC), 

mandatory access control (MAC), or 

role-based access control (RBAC). 

Authorization is also known as access control.

Nonrepudiation

Nonrepudiation is the assurance that someone cannot deny something.

Typically, nonrepudiation refers to the ability to ensure that a party to a contract or a communication cannot deny the authenticity of their signature on a document or the sending of a message that they originated.

To repudiate means to deny.

Auditing and public-key cryptography commonly provide non-repudiation services.

Privacy

Privacy protects the confidentiality, integrity, and availability of personally identifiable or sensitive data. 


Most Read

#1 Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software” #2 How to add Read More Read Less Button using JavaScript? #3 How to check if radio button is checked or not using JavaScript? #4 Solution to “TypeError: ‘x’ is not iterable” in Angular 9 #5 PHP Login System using PDO Part 1: Create User Registration Page #6 How to uninstall Cocoapods from the Mac OS?

Recently Posted

#Apr 8 JSON.stringify() in JavaScript #Apr 7 Middleware in NextJS #Jan 17 4 advanced ways to search Colleague #Jan 16 Colleague UI Basics: The Search Area #Jan 16 Colleague UI Basics: The Context Area #Jan 16 Colleague UI Basics: Accessing the user interface
You might also like these
Variables scope and shadowing in SCSS (Sass)SCSSSome EASY-to-Understand CSS media query examplesCSSHow to import MySQL small sample database into phpMySQL?SQL/MySQLHow to Use the EXISTS and NOT EXISTS Operator with a Subquery in SQL and MySQL?SQL/MySQLReverse a String in JavaScriptJavaScriptIf statement shorthand examples in JavaScriptJavaScript