§ — — Information Assurance and Security 1
Information assurance and security is the discipline of protecting information and the systems that store, process, and transmit it. In BSIT, this is not just a "special topic." It is part of responsible system design, network administration, systems analysis, database work, web development, and IT operations.
When we say information assurance, we are talking about keeping information trustworthy, available, and properly handled throughout its life cycle. When we say information security, we focus on protecting information and systems from unauthorized access, misuse, disruption, modification, or destruction.
A practical way to remember the heart of the subject is the CIA triad:
A registrar database is a good local example. Student grades should not be readable by random users, so confidentiality matters. Grades must not change without proper authorization, so integrity matters. During enrollment, the system should stay online and usable, so availability matters.
Modern organizations also care about these supporting ideas:
Security is not only about stopping hackers. It also addresses careless behavior, weak passwords, missing backups, poor network design, unpatched software, and weak policies. In other words, many security failures start with ordinary IT mistakes.
Before you can protect anything, you must know what is being protected and what can go wrong.
An asset is anything valuable to an organization. In IT, assets usually include:
A threat is a possible cause of harm. A vulnerability is a weakness that a threat can exploit. An attack is the actual attempt to exploit that weakness.
Here is a simple chain:
| Element | Example |
|---|---|
| Asset | LGU permit database |
| Threat | Malicious outsider |
| Vulnerability | Weak admin password |
| Attack | Password guessing or credential stuffing |
| Impact | Data exposure or service disruption |
This leads to risk. In basic terms, risk is the chance that a threat will exploit a vulnerability and cause harm to an asset. Security work is therefore about reducing risk to an acceptable level, not magically removing all risk.
A useful class reminder is this:
No vulnerability, no exploit. No valuable asset, no meaningful loss. Security analysis connects both.
Organizations do not apply security controls randomly. They usually protect systems for business and mission reasons.
Common organizational security goals include:
In a Philippine setting, think of a small hospital information system. It must protect patient data, prevent unauthorized edits, keep records available to doctors, and recover from brownouts, ransomware, or accidental deletion. Security is therefore both a technical and management concern.
Security also works best when it is proportional. A public school website announcing events does not need the same protection level as a payment gateway or student health record system. Good security means using the right controls for the right assets.
Free Sample
That was 1 of 24 reviewers with answer keys in Information Assurance and Security 1. Unlock all of them for the semester.
Unlock all reviewers →ProReviewer — locked
Drills, code labs, and full solutions.
ProReviewer — locked
Drills, code labs, and full solutions.
Done with this module? Track it — your progress shows on the subject list.
Up next
Lesson 2: Threats, Vulnerabilities, Controls, and Risk Assessment→