Intro to Networking

Introduction to Computer Networking

A computer network is a group of interconnected computers and devices that communicate with one another to share resources, data, and applications. Understanding networking is the absolute foundation of cybersecurity because to secure data, you must understand exactly how it travels.

Why Networking is Crucial for Security


Types of Computer Networks

WAN (The Internet) LAN (Home/Office) MAN (City Network)

Networks are generally classified by their geographic size and scope:

  1. LAN (Local Area Network): Covers a small physical area like a home, office, or single building. (e.g., Your home Wi-Fi network).
  2. WAN (Wide Area Network): Covers massive geographic areas, connecting multiple LANs across cities or countries. The Internet is the largest WAN in the world.
  3. MAN (Metropolitan Area Network): Larger than a LAN but smaller than a WAN; typically spans a single city or large university campus.
  4. PAN (Personal Area Network): The smallest network, connecting devices within an individual's immediate workspace (e.g., Bluetooth connecting your phone to wireless headphones).

Deep Dive: Network Topologies

A Network Topology is the physical or logical layout of how devices are connected to one another inside a LAN. Understanding topologies helps cybersecurity analysts identify potential points of failure and security bottlenecks.

The Concept of Segmentation

For security purposes, large networks are heavily segmented. Instead of having all 500 company computers on one massive LAN, engineers use routers and firewalls to chop the network into smaller isolated chunks (e.g., HR Network, IT Network, Guest Network). If an attacker hacks the Guest Wi-Fi, segmentation physically stops them from accessing the private HR servers.


Core Networking Hardware

To build a network, specific hardware devices are required to direct the traffic:


How Computers Identify Each Other

For two devices to talk, they need unique addresses:


Knowledge Check

?

Which type of network covers a massive geographic area, such as multiple cities or countries, and includes the Internet itself?