RTUComputer ScienceYr 2024 · Sem 62024

Q1Information Security Systems

Question

2 marks

Distinguish between Authentication and Authorization.

Answer

Authentication mathematically verifies the absolute identity of a user (who you are), while Authorization dictates the strict access permissions granted to that verified identity (what you can do).

Authentication is the cryptographic or biometric process of proving an entity's identity (e.g., verifying a password or fingerprint). Authorization mathematically occurs immediately after; it is the strict architectural enforcement of Access Control Lists (ACLs) to determine if that authenticated identity possesses the mathematical privilege to read or write specific files.

Back to Paper