Networking III SS3 Digital Technologies Lesson Note

Download Lesson Note
Lesson Notes

Topic: Networking III

The Basics of Network Security

In the real world, you lock your front door to keep thieves out. In the digital world, Network Security is the set of locks, fences, and guards we use to protect our files and devices from “Cyber-thieves” (Hackers).

Without security, anyone on the internet could peek into your computer, steal your bank details, or delete your school assignments.

The Three Pillars of Security (The C-I-A Triad):

  1. Confidentiality: Only the right people should see the data.
  2. Integrity: The data shouldn’t be changed or messed with by anyone else.
  3. Availability: The network should be working whenever the owner needs it.

 

The Firewall (The Security Guard)

A Firewall is the most basic piece of security. Imagine a security guard standing at the gate of a compound. Every person who wants to enter must show their ID. If they aren’t on the list, the guard turns them away.

In your computer, the Firewall looks at every “Packet” of data trying to enter or leave your network.

  • It checks where the data is coming from.
  • It checks what kind of data it is.
  • If the data looks suspicious or comes from a “bad neighborhood” on the internet, the Firewall blocks it instantly.

 

What is a VPN?

When you use the public internet, it’s like walking down a busy street. Everyone can see where you are going and what you are carrying. If you use the Wi-Fi at a coffee shop or an airport, a hacker nearby might be able to “sniff” your data.

A VPN (Virtual Private Network) creates a Secret Tunnel for your data.

Even though you are using the public internet, your data is hidden inside this tunnel.

  • To anyone watching, your data looks like scrambled gibberish.
  • Your real location (IP Address) is hidden; it looks like you are browsing from a different place entirely.

 

Encryption

How does the VPN make your data look like gibberish? Through Encryption.

Encryption is the process of turning a readable message into a secret code. You can only read the message if you have the “Key.”

  • Plaintext: “My password is 123” (Easy for hackers to read).
  • Ciphertext: “Xy$8@!qP9” (What a hacker sees after encryption).

When you use a secure network, your computer “locks” the data with a key before sending it. The website at the other end has the matching key to “unlock” it. Even if a thief steals the message in the middle, they can’t understand it.

 

Common Threats & How to Stay Safe

Even with Firewalls and VPNs, hackers try to trick humans because humans are often the weakest link.

Watch out for:

  1. Phishing: Fake emails that look like they are from your bank or school, asking you to click a link and “update your password.”
  2. Malware: “Bad software” that hides inside free games or movies you download from untrusted sites.

Your Security Checklist:

  • Use Strong Passwords: Don’t use “1234” or your birthday. Use a mix of letters, numbers, and symbols.
  • Update Your Software: Those annoying “Update Windows” pop-ups are actually fixing security holes. Do them!
  • Enable MFA (Multi-Factor Authentication): This is when your phone asks “Is this really you?” after you type your password. It’s the best way to stop hackers.

 

Summary:

  • Network Security is about protecting our digital space.
  • Firewalls act as the gatekeeper.
  • VPNs provide a secure, private tunnel on the public internet.
  • Encryption turns our data into a secret code that only the right people can read.

Lesson Notes for Other Classes