The Triad

The CIA Triad is a foundational concept in cybersecurity that explains the three main goals of protecting information systems. As explained throughout the Chai article, the CIA Triad consists of confidentiality, integrity, and availability. Chai emphasizes that these three principles are not optional or separate ideas, but rather work together to keep information secure, reliable, and usable. If even one part of the triad fails, the security of a system is weakened.
According to the Chai article, confidentiality is concerned with preventing unauthorized access to information. Chai explains that confidentiality ensures sensitive data is only available to individuals who are permitted to see it. This is especially important when dealing with personal data, financial records, or private organizational information. Methods such as passwords, encryption, and multifactor authentication are described in the article as common ways organizations protect confidentiality. For example, when a user logs into a banking website and can only view their own account information, confidentiality controls are working as intended.
Integrity, is very important, which is described in the Chai article, it focuses on maintaining the accuracy and trustworthiness of information. Chai points out that data must not be altered, deleted, or manipulated by unauthorized users. If integrity is compromised, even secure and available data becomes unreliable. Systems protect integrity by tracking changes, using logs, and limiting who can modify data. A clear real-world example of this is a document system that records edit history, allowing administrators to see when changes were made and by whom, which aligns with Chai’s explanation of integrity controls. Availability is the final component of the CIA Triad discussed in the Chai article, and it refers to ensuring systems and data are accessible when authorized users need them. Chai notes that information has little value if it cannot be accessed at the right time. To support availability, organizations rely on backups, redundancy, regular maintenance, and disaster recovery plans. An example of availability is an online service that remains operational during peak usage instead of crashing or becoming inaccessible.
The Chai article also clearly distinguishes between authentication and authorization, two concepts that are often confused. Chai explains that authentication is the process of verifying a user’s identity and answering the question, “Who are you?” This can be done through passwords, biometric data, or multi-factor authentication. Authentication is the first step in controlling access to a system. Authorization, as emphasized in the Chai article, happens after authentication and determines what actions an authenticated user is allowed to perform. Chai explains that users may have different permission levels based on their role. For example, while both students and instructors may authenticate into a school system, only instructors are authorized to change grades. This distinction highlights why authentication alone is not enough to secure a system.
In conclusion, the CIA Triad, as outlined in the Chai article, provides a clear understading for cybersecurity goals. Confidentiality protects information from unauthorized access, integrity ensures information remains accurate, and availability guarantees access when needed. Authentication and authorization support these principles by confirming identity and limiting access appropriately. By applying the concepts explained by Chai, organizations can build stronger and more reliable security systems.


Leave a Reply

Your email address will not be published. Required fields are marked *