8.4 Information Security Fundamentals & Risk Control

Key Takeaways

  • The CIA Triad (Confidentiality, Integrity, Availability) is the foundational model for information security policies.
  • Confidentiality ensures only authorized users access data; Integrity ensures data is not altered; Availability ensures data is accessible when needed.
  • Risk management involves identifying, assessing, and responding to risks using strategies like mitigate, transfer, avoid, or accept.
  • Security controls are categorized as administrative (policies), technical (firewalls, encryption), or physical (locks, guards).
Last updated: August 2026

Information Security Fundamentals & Risk Control

In the modern digital landscape, security cannot be an afterthought; it must be baked into the project management lifecycle from inception. A single data breach can destroy an organization's reputation and result in crippling financial penalties. The CompTIA Project+ exam expects project managers to understand fundamental security concepts, enabling them to communicate effectively with security professionals and ensure projects deliver secure solutions. The bedrock of these concepts is the CIA Triad.

The CIA Triad

The CIA Triad is the foundational model used to guide policies for information security within an organization. It consists of three core pillars: Confidentiality, Integrity, and Availability. Every security control implemented on a project is designed to protect one or more of these pillars.

1. Confidentiality

Confidentiality is roughly equivalent to privacy. It ensures that sensitive information is accessed only by authorized individuals, processes, or systems, and is actively protected from unauthorized disclosure.

  • Threats to Confidentiality: Hackers stealing databases, employees accidentally emailing sensitive data to the wrong person, or physical theft of a laptop.
  • Controls to Ensure Confidentiality:
    • Encryption: Scrambling data so it is unreadable without a decryption key (both data at rest on hard drives, and data in transit over networks).
    • Access Controls: Using strong authentication (like passwords and Multi-Factor Authentication - MFA) and authorization models (like Role-Based Access Control - RBAC) to ensure users only see what they are supposed to see.
    • Data Masking: Hiding specific sensitive data elements within a database.

2. Integrity

Integrity involves maintaining the consistency, accuracy, and trustworthiness of data over its entire life cycle. It ensures that data cannot be altered, modified, or deleted by unauthorized individuals, or corrupted by system errors.

  • Threats to Integrity: A malicious user altering a financial transaction, a software bug corrupting database records, or a virus deleting files.
  • Controls to Ensure Integrity:
    • Hashing: Creating a mathematical summary of a file. If the file changes even slightly, the hash changes, alerting the system to tampering.
    • Digital Signatures: Cryptographic mechanisms that prove the authenticity and integrity of a digital message or document.
    • Audit Logs: Detailed records tracking exactly who changed what data, and when, providing a trail to detect and investigate unauthorized modifications.

3. Availability

Availability ensures that information and systems are accessible to authorized users whenever they need them. A perfectly secure system that nobody can access is useless to the business.

  • Threats to Availability: Distributed Denial of Service (DDoS) attacks overwhelming a server, hardware failures (a crashed hard drive), or natural disasters destroying a data center.
  • Controls to Ensure Availability:
    • Redundancy: Having backup systems ready to take over immediately if a primary system fails (e.g., redundant servers, dual power supplies).
    • Load Balancing: Distributing traffic across multiple servers to prevent overload.
    • Disaster Recovery Planning: Having comprehensive backups and off-site facilities to restore operations after a catastrophic event.

Risk Management in Security

Security is fundamentally about managing risk. You cannot eliminate all risk, but you can control it to an acceptable level. The risk management process involves identifying threats, assessing vulnerabilities, and calculating the potential impact.

Once a risk is identified and analyzed, the project manager, alongside security experts, must choose a Risk Response Strategy:

  1. Mitigate (Reduce): Taking active steps to reduce the probability or impact of the risk. Example: Installing a firewall to mitigate the risk of unauthorized network access.
  2. Transfer (Share): Shifting the financial impact of the risk to a third party. Example: Purchasing cybersecurity insurance or outsourcing a risky process to a specialized vendor.
  3. Avoid: Changing the project plan entirely to eliminate the risk. Example: Deciding not to collect Social Security numbers at all, thus avoiding the risk of them being stolen.
  4. Accept: Acknowledging the risk but deciding not to take any proactive action, usually because the cost of mitigation outweighs the potential impact. This must be an active, documented decision by stakeholders.

Categories of Security Controls

When a decision is made to mitigate a risk, security controls are implemented. These controls fall into three primary categories:

  1. Administrative (Managerial) Controls: These are the policies, procedures, and rules established by management. They dictate how people should behave. Examples: Acceptable Use Policies (AUP), security awareness training, onboarding/offboarding procedures.
  2. Technical (Logical) Controls: These are the hardware and software mechanisms used to protect assets. Examples: Firewalls, Intrusion Detection Systems (IDS), encryption, antivirus software, and access control lists.
  3. Physical Controls: These protect the physical environment and hardware from physical access, damage, or theft. Examples: Security guards, locked doors, biometric scanners on data center doors, security cameras, and even HVAC systems to prevent overheating.

Defense in Depth

A core security principle project managers must understand is Defense in Depth. This is the practice of layering multiple security controls across the administrative, technical, and physical categories. If a hacker bypasses one layer (e.g., defeats a firewall), they should immediately encounter another layer (e.g., encrypted data and strong authentication). Relying on a single security measure is a recipe for disaster.

Exam Trap: Be prepared to classify controls. If an exam scenario describes installing a biometric lock on a server room door, you must recognize that as a physical control designed to ensure confidentiality and integrity of the physical servers.

Loading diagram...
The CIA Triad and Common Controls

Security Categories in Objective 4.2

CompTIA organizes the project manager’s security awareness by context:

  • Physical security: protect mobile devices and removable media and control facility access. Inventory, secure transport, storage, encryption, disposal, and loss reporting may all be project requirements.
  • Operational security: verify background-screening and clearance requirements before assigning people or granting access. Follow role changes and offboarding so authorization does not outlive need.
  • Digital security: define resource permissions, remote-access restrictions, and multifactor authentication. Apply least privilege and review privileged access before test and production work.
  • Data classification and security: classify information by sensitivity. Intellectual property, trade secrets, and national-security information can have different owners and handling rules. Give access on a need-to-know basis and preserve labeling, transfer, retention, and destruction controls.
  • Corporate IT policies: projects must follow organizational security restrictions, including approved platforms and branding rules. A technically possible tool or design is not automatically authorized.

These categories complement the CIA triad and administrative, technical, and physical control labels; they are different views of the same project decisions. Put security requirements into scope, access plans, vendor terms, test evidence, communication records, release approval, and operational handoff rather than treating them as a final checklist.

Test Your Knowledge

A project manager decides to purchase a cybersecurity insurance policy to cover potential losses in the event of a data breach. Which risk response strategy is the PM utilizing?

A
B
C
D
Test Your Knowledge

An organization implements a system that uses cryptographic hashing to verify that financial records have not been altered in transit or in storage. Which pillar of the CIA Triad is this control primarily protecting?

A
B
C
D
Test Your Knowledge

Requiring all employees to attend an annual mandatory cybersecurity awareness training session is an example of which type of security control?

A
B
C
D
Test Your Knowledge

A distributed denial of service (DDoS) attack overwhelms a company's web servers, taking the website offline for customers. Which pillar of the CIA Triad has been compromised?

A
B
C
D