No history yet

Introduction to Networking

What is a Computer Network?

At its core, a computer network is just a group of connected devices that can share information and resources. Think of it like a postal system. Instead of letters, you're sending digital data, and instead of post offices and mail carriers, you have specialized hardware that directs the traffic.

Computer Network is a group of computers and other hardware devices that are linked together via communication channels to process communication and enable resource sharing among a wide range of users.

The main goal is to let devices communicate. This could be a laptop sending a document to a printer, a smartphone streaming a video from a server, or two game consoles connecting for a multiplayer match. To make this happen, networks rely on a few key pieces of hardware.

Node

noun

Any device connected to a network. This includes computers, printers, smartphones, servers, and even smart home devices like thermostats or light bulbs.

Nodes are the endpoints of the network, the originators and receivers of data. But how does data get from one node to another? That's where switches and routers come in.

Think of a switch as a local traffic cop for a single neighborhood, directing cars between houses on the same street. A router is like a highway interchange, directing traffic between different neighborhoods or cities.

A switch operates within a single, local network. It knows which specific devices are connected to it and sends incoming data directly to the correct destination device. This is efficient for communication within a small area.

A router connects different networks together. It's the device that lets your home network talk to the internet. It figures out the best path for data to travel across vast distances to reach a node on a completely different network.

Networks at Different Scales

Not all networks are the same size. They can range from a handful of devices in a single room to billions of devices spanning the globe. We generally classify them into three main categories based on their geographical reach: LAN, MAN, and WAN.

LAN

noun

A Local Area Network (LAN) is a network that connects devices within a limited area, such as a residence, school, or office building.

Your home Wi-Fi network is a perfect example of a LAN. It connects your phone, laptop, smart TV, and printer so they can all communicate with each other and share a single internet connection. In an office, a LAN lets employees share files and printers without needing to use the internet. Switches are the primary hardware used to create and manage a LAN.

When you need to go bigger, you get to a WAN.

WAN

noun

A Wide Area Network (WAN) is a network that spans a large geographic area, such as a state, country, or even the entire world. It connects multiple smaller networks, like LANs and MANs.

The internet is the largest WAN in existence. A large corporation might also have its own private WAN to connect its various office locations. WANs are built by linking different LANs together using routers. Your home router's job is to connect your personal LAN to the massive WAN we call the internet.

Between the small scale of a LAN and the global scale of a WAN, there's a middle ground.

MAN

noun

A Metropolitan Area Network (MAN) is a network that covers a larger area than a LAN but is smaller than a WAN, typically spanning a city or a large campus.

You can think of a MAN as a series of connected LANs. For example, a city government might use a MAN to connect the networks of the police department, fire department, and city hall. This allows them to share data quickly and efficiently without sending it over the public internet. A MAN is larger than a single office LAN but doesn't cross the country like a WAN.

Putting It All Together

These network types form a hierarchy. Your personal devices form a LAN. Your LAN, through a router, connects to a larger network, which might be part of a MAN. That MAN, in turn, connects to the global WAN, the internet, which is just a massive collection of interconnected networks of all sizes.

Network TypeScaleCommon ExampleKey Hardware
LANSmall (Room, Building)Home Wi-Fi, Office NetworkSwitch
MANMedium (City, Campus)University Campus NetworkRouters, Switches
WANLarge (Country, Global)The Internet, Corporate NetworkRouter

Understanding these basic building blocks is the first step to seeing how our digital world is connected. Each type of network serves a specific purpose, but they all work together to move data from your screen to a server halfway around the world and back in an instant.

Ready to test what you've learned about the fundamental types of networks?

Quiz Questions 1/5

What is the primary purpose of a computer network?

Quiz Questions 2/5

Which piece of hardware is primarily responsible for connecting different networks together, such as connecting your home network to the internet?

Now that you have a solid grasp of the different network types, we can zoom in and explore the specifics of the network you'll interact with most: the Local Area Network, or LAN.