Cybersecurity II – Protection Methods SS1 Digital Technologies Lesson Note

Download Lesson Note
Lesson Notes

Topic: Cybersecurity II – Protection Methods

Subject: Digital Technologies 

Class: SS1

 

Introduction to Protection Methods

In our last lesson, we talked about the “bad guys”—the viruses, hackers, and scammers. Today, we are talking about the “Good Guys.”

If your computer is a house, Cybersecurity Protection is the combination of the high fence, the strong gate, the security guard, and the secret vault inside. We don’t just use one method; we use several layers of security. This is called “Defense in Depth.”

The three biggest shields we have are:

  1. Antivirus Software (The Doctor).
  2. Firewalls (The Security Guard).
  3. Strong Passwords & 2FA (The Secret Keys).

 

Antivirus Software (The Doctor)

An Antivirus is a program that acts like a digital immune system. Its job is to detect, block, and remove malicious software (malware).

How it works:

  • Scanning: It looks through every file you download and every flash drive you plug in.
  • Signatures: It has a “Most Wanted” list of known virus codes. If it sees a file that matches a code on its list, it stops it immediately.
  • Quarantine: If it finds a suspicious file but isn’t 100% sure, it puts it in a “Digital Jail” (Quarantine) so it can’t hurt the rest of your computer.

Common Examples: Avast, Norton, McAfee, and Windows Defender.

Teacher’s Tip: Remind students that an antivirus is only as good as its last Update. New viruses are born every day, so the “Doctor” needs to keep learning!

 

Firewalls (The Security Guard)

While an antivirus looks at the files inside your computer, a Firewall looks at the traffic coming in and out through the internet.

Definition: A firewall is a network security system that monitors and controls incoming and outgoing network traffic based on a set of safety rules.

Why do we need it?

Think of the internet like a busy street. A firewall sits at your front door. It checks the “ID” of every piece of data trying to enter your computer. If the data looks like it’s coming from a hacker or a dangerous source, the firewall slams the door shut.

Types of Firewalls:

  • Software Firewalls: Programs built into your OS (like Windows Firewall).
  • Hardware Firewalls: Physical devices often found in schools or offices to protect many computers at once.

 

Strong Passwords (The Master Keys)

Most people use passwords that are too easy to guess, like “password123” or their “firstname1234.” Hackers use programs that can guess millions of these simple passwords in seconds.

How to create a “Strong” Password:

  1. Length: Use at least 12 characters.
  2. Mix it Up: Use UPPERCASE, lowercase, numbers (123), and symbols (!@#).
  3. No Personal Info: Don’t use your name, birthday, or school name.
  4. The “Passphrase” Trick: Instead of a word, use a sentence that only you know.
    1. Bad: joshua2008
    2. Good: MyDogLikes2EatYam!

 

Two-Factor Authentication (The Ultimate Shield)

Even a strong password can be stolen. This is why we use Two-Factor Authentication (2FA) or Multi-Factor Authentication (MFA).

How it works:

  1. You enter your Password (Something you know).
  2. The app sends a Code to your phone (Something you have).

Even if a hacker steals your password, they can’t get into your account because they don’t have your physical phone to see the secret code.

Other forms of 2FA:

  • Biometrics: Fingerprints or Face ID.
  • Security Keys: Physical USB keys you plug in to unlock an account.

 

Summary & Classroom Discussion

  • The Golden Rule: Never use the same password for two different accounts. If a hacker gets your TikTok password, you don’t want them getting into your Bank account too!
  • Discussion: Why do you think some people find 2FA “annoying”? Is the extra 10 seconds worth the safety?

Review Questions:

  1. What is the difference between an Antivirus and a Firewall?
  2. Explain the “Quarantine” feature in an antivirus.
  3. Rewrite this weak password to make it strong: nigeria2026.
  4. Why is 2FA considered the best way to stop hackers today?

Lesson Notes for Other Classes