What is Cybersecurity?

Beginner ~5 min read
Before we touch a single tool, let's get the big picture. Cybersecurity isn't about being a genius in a hoodie — it's about protecting information, and almost all of it comes back to three simple ideas. Get comfortable with these and everything else you learn will have a place to live.

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.

The padlock in your browser = Confidentiality + Integrity in action!
🎯 Key Takeaway

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.

// Knowledge Check