Skip to main content

Command Palette

Search for a command to run...

Day 9 of learning cybersecurity

Published
1 min read
Day 9 of learning cybersecurity
A

Cybersecurity beginner documenting my daily learning journey. Learning Linux, networking, and security fundamentals. Sharing notes, mistakes, and takeaways as I grow.

Today I started with computer networking and learned the basic fundamentals.

I began with an introduction to networking. Networking is the practice of connecting multiple devices so they can communicate and share data with each other.

Then I learned about types of networks:

  • PAN (Personal Area Network) – very small range, like Bluetooth connections

  • LAN (Local Area Network) – used in homes, offices, and colleges

  • MAN (Metropolitan Area Network) – covers a city or large area

  • WAN (Wide Area Network) – connects networks over large geographical distances, like the Internet

After that, I studied the OSI model. The OSI model explains how data moves from one device to another through different layers.

The OSI model has seven layers:

  1. Physical

  2. Data Link

  3. Network

  4. Transport

  5. Session

  6. Presentation

  7. Application

Each layer has a specific role in data communication, which helps in understanding how networks work and how issues can be identified.

Why this matters for cybersecurity:
Most cyber attacks happen over networks. Understanding network types and the OSI model helps in analyzing network traffic, detecting attacks, and securing communication.

Next step: learning TCP/IP model, protocols, and deeper networking concepts.