August 22, 2026
Cybersecurity: How Systems and Networks Actually Get Protected
Part of my “Main Areas of IT” series — 03. Cybersecurity

By Chandeepa Bandara
4 min read
In the last post, we went deep on Networking — how devices talk to each other. Now we're covering what happens when someone tries to abuse that communication for malicious purposes: cybersecurity.
This is one of the fastest-growing fields in IT right now, and honestly, one of the most misunderstood. People picture hackers in hoodies typing green text on black screens (thanks, movies). The reality is far more methodical, far more varied, and honestly more interesting than the Hollywood version.
What Cybersecurity Actually Is
Cybersecurity is the practice of protecting systems, networks, applications, and data from unauthorized access, damage, or theft. It's not one job — it's an entire ecosystem of specialties, all working toward the same goal: keeping the bad actors out and the good systems running.
What makes it unique compared to other IT fields is the mindset: you're constantly thinking about how things could go wrong, not just how to make them work.
The Core Branches of Cybersecurity
1. Offensive Security (The "Attacker" Side)
This is the side that gets all the Hollywood attention — and for good reason, it's genuinely exciting work.
- Penetration testing — legally hired to break into systems and find vulnerabilities before real attackers do
- Red teaming — simulating real-world attacks against an organization to test its defenses
- Bug bounty hunting — independently finding vulnerabilities in exchange for rewards from companies
The mindset: think like an attacker. Constantly ask "how could this be broken?"
2. Defensive Security (The "Blue Team" Side)
While offensive security breaks things, defensive security protects and responds.
- SOC (Security Operations Center) analysts — monitoring systems in real time for suspicious activity
- Incident response — reacting when a breach or attack happens, containing the damage
- Threat hunting — proactively searching for hidden threats already inside a system
The mindset: vigilance and pattern recognition. You're the one watching the dashboards at 2 AM when something looks off.
3. Governance, Risk, and Compliance (GRC)
The less flashy but critically important side of security — making sure organizations actually follow security policies, laws, and industry standards.
- Writing and enforcing security policies
- Ensuring compliance with regulations (GDPR, HIPAA, ISO 27001, etc.)
- Risk assessment — figuring out what could go wrong and how badly
The mindset: structured, detail-oriented, and big-picture. This path suits people who like security from a strategic and organizational angle rather than hands-on-keyboard work.
4. Security Engineering
Building the actual tools and systems that keep organizations secure.
- Designing secure network architecture
- Building and maintaining firewalls, intrusion detection systems, and monitoring tools
- Automating security processes
The mindset: part developer, part defender. This is where security meets software and infrastructure engineering.
5. Application Security (AppSec)
Focused specifically on securing software during development — not after it's already been built and deployed.
- Reviewing code for vulnerabilities
- Integrating security into the software development lifecycle ("DevSecOps")
- Testing applications for common weaknesses (like SQL injection or cross-site scripting)
The mindset: if you enjoyed the software development post, this is a natural bridge between coding and security.
Common Threats You Should Understand Early
You don't need deep technical mastery on day one, but you should recognize these fundamentals:
- Phishing — tricking people into giving up credentials or clicking malicious links
- Malware — malicious software designed to damage or gain unauthorized access (viruses, ransomware, spyware)
- Social engineering — manipulating people rather than systems (often the weakest link)
- DDoS attacks — overwhelming a system with traffic to take it offline
- SQL injection — exploiting poorly secured databases through malicious input
Most real-world breaches don't happen through some dramatic Hollywood hack — they happen through human error, weak passwords, or outdated systems. Understanding this early will shape how seriously you take "boring" basics like patching and password hygiene.
What a Cybersecurity Professional Actually Does Day-to-Day
The honest version, not the movie version:
- Monitoring alerts and logs — a lot of them are false positives, and sorting the real threats from the noise is a genuine skill
- Documenting findings and writing reports (yes, even in security, documentation matters a lot)
- Staying updated on new vulnerabilities and attack techniques — this field evolves constantly
- Collaborating with other teams (IT, development, management) to fix issues
- Occasionally, genuinely exciting moments — catching an active threat, or successfully breaking into a system during an authorized test
It's less "movie hacker" and more "methodical detective work," with the occasional adrenaline spike when something real happens.
Skills That Matter Most in Security
- Networking fundamentals — you cannot secure what you don't understand (this is exactly why the last post mattered)
- Operating systems knowledge — especially Linux, which dominates servers and security tooling
- Basic scripting — Python and Bash go a long way for automating tasks and analyzing data
- Critical thinking and curiosity — the best security professionals are relentlessly curious about "what if"
- Communication — being able to explain a vulnerability to a non-technical manager is as important as finding it
How to Actually Start Learning Cybersecurity
- Build networking and OS fundamentals first — this field doesn't work well as a true starting point without them
- Learn the basics of common threats and attack types — start conceptual before technical
- Get hands-on with beginner-friendly platforms — TryHackMe and HackTheBox are excellent, structured starting points
- Study for an entry-level certification — CompTIA Security+ is the standard starting point in this field
- Pick a specialization once you've explored a bit — offensive, defensive, GRC, or engineering
- Practice ethically and legally — only test systems you own or have explicit permission to test
Is Cybersecurity Right for You?
You might enjoy this path if:
- You have a naturally suspicious, "how could this break" way of thinking
- You enjoy puzzles, investigation, and piecing together clues
- You can stay calm and methodical under pressure (real incidents can be stressful)
- You're comfortable with continuous learning — this field changes fast, and complacency is a real risk
If networking clicked for you in the last post, cybersecurity is often a natural next step — a huge amount of security work is really "networking knowledge applied defensively (or offensively)."
Final Thoughts
Cybersecurity isn't a single job — it's an entire universe of specialties, from breaking into systems legally, to defending them in real time, to writing the policies that keep organizations accountable. What ties it all together is a mindset: constantly asking what could go wrong, and taking that question seriously before someone else exploits it.
If networking was about understanding how things connect, cybersecurity is about understanding how those connections can be abused — and making sure they aren't.
Next up in the series: 04. Cloud Computing — going deep on how modern infrastructure actually runs, and why "the cloud" is really just someone else's very well-managed servers.