Lesson 1IT Fundamentals — What a Security Professional Needs to Know
Cybersecurity sits on top of IT — you can't secure a system you don't understand. This lesson covers the baseline IT literacy assumed from this point forward in the programme.
- Operating systems — basic familiarity with both Windows and Linux environments, since security work regularly involves both; Linux specifically because many security tools run natively on it
- Networking basics — what an IP address is, the difference between public and private IP addresses, what a port is, and a basic understanding of how devices communicate over a network (this is deliberately kept introductory here — full network analysis is covered in depth in Module 4)
- The command line — basic comfort navigating a terminal on both Windows (Command Prompt/PowerShell) and Linux (Bash), since a significant portion of security tooling is command-line based, not graphical
Teaching point
Frame this lesson honestly as a baseline, not mastery — the goal isn't to turn you into a systems administrator, it's to ensure you have enough IT literacy that the cybersecurity concepts layered on top of it (starting later in this very module) make sense, rather than being taught in a vacuum.