📡 You're offline — showing cached content
New version available!
Quick Access
Tutorials Cybersecurity and AI Security Cybersecurity Fundamentals

Cybersecurity Fundamentals

5 min read Quiz at the end
CIA Triad and defence-in-depth layered security — confidentiality, integrity, and availability.

Cybersecurity Fundamentals

Cybersecurity protects systems, networks, and data from digital attacks. The CIA Triad — Confidentiality, Integrity, Availability — is the foundation of all security decisions.

PrincipleDefinitionExample Controls
ConfidentialityOnly authorised parties access dataEncryption, Access Control
IntegrityData is accurate and unmodifiedHashing, Digital Signatures
AvailabilitySystems accessible when neededRedundancy, DDoS Protection
# Security Layers (Defence in Depth)
Perimeter:    Firewalls, IDS/IPS, DDoS protection
Network:      VLANs, network segmentation, VPN
Host:         OS hardening, patching, EDR
Application:  Input validation, WAF, SAST/DAST
Data:         Encryption at rest and in transit
Identity:     MFA, least privilege, PAM

# Common threats
# OWASP Top 10, CVEs, zero-days, APTs
# Insider threats, supply chain attacks
Topic Quiz · 1 questions

Test your understanding before moving on

1. What does the CIA Triad stand for?
💡 CIA Triad: Confidentiality (access control), Integrity (data accuracy), Availability (system uptime).