Select the options which ensure application’s Security (select more than one)
-
Authentication
-
Authorization
-
Integrity
-
Availability
-
Confidentiality
A,B,C,D,E
Correct answer
Explanation
These five elements form the core security framework for applications. Authentication and Authorization (the first two As of AAA) control who can access and what they can do. Confidentiality, Integrity, and Availability (the CIA triad) are the fundamental goals of information security. Together, these ensure only authorized users can access data, data remains accurate and unaltered, and systems are accessible when needed. All five are essential for comprehensive application security.