Defining Cybersecurity
Cybersecurity is the practice of protecting computers, networks, programs, and data from digital attacks, unauthorized access, damage, or theft. Think of it as a digital lock system for all your information and devices.
The CIA Triad
The foundation of cybersecurity rests on three core principles known as the CIA Triad:
Confidentiality
Only authorized people can access the data. No peeking!
Integrity
Data is accurate, complete, and unmodified by unauthorized parties.
Availability
Systems and data are accessible to authorized users when needed.
Real-World Example
Ever wonder why your bank's website shows a padlock icon (🔒) in the browser address bar? That padlock means the site uses HTTPS — an encrypted connection. This protects the Confidentiality of your login credentials, ensures the Integrity of your transactions, and the bank's 24/7 uptime provides Availability when you need it.
Every security decision — a password, a lock, a backup — protects one of three things: keeping data secret (Confidentiality), keeping it correct (Integrity), or keeping it available when you need it (Availability). That's the CIA Triad.