§ — — Information Assurance and Security 1
Security starts by answering a simple question: Who is using the system, and what are they allowed to do?
A user's digital identity may be represented by a username, employee number, email account, certificate, token, or other credential. Security systems then apply the AAA model:
Example:
Many exam questions ask students to separate these three clearly. The easiest way is:
Authentication asks who you are. Authorization asks what you can do. Accounting records what you did.
Authentication factors are usually grouped into categories:
Using more than one factor gives multi-factor authentication or MFA. For example, password + OTP is stronger than password alone.
Good authentication design also considers:
A weak reset process can ruin a strong login system. If an attacker can easily reset a password through social engineering, the system remains vulnerable.
ProReviewer — locked
Drills, code labs, and full solutions.
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 4: Cryptography, Hashing, and Digital Signatures→←Previous: Lesson 2: Threats, Vulnerabilities, Controls, and Risk Assessment