Computer Networks Basics·Lesson 1 of 10

What is a Computer Network?

01

The Short Answer

A computer network is a collection of two or more computing devices connected together so they can exchange data and share resources. The devices might be laptops, phones, servers, printers, or sensors — anything that can send and receive information. Once they're linked and agree on a common set of rules, they form a network.

The three ingredients

Every network needs three things: nodes (the devices), links (the connections between them — cable or wireless), and protocols (the shared rules that let them understand each other). Take away any one and you don't have a working network.

02

Nodes and Links

A node is any device on the network that can send, receive, or forward data. Your phone is a node. So is the Wi-Fi router in your home and the server hosting your favourite website. A link is the path that carries data between two nodes — it can be a physical wire like an Ethernet or fibre cable, or a wireless channel like Wi-Fi, Bluetooth, or a mobile signal.

Common examples of nodes

  • End devices — laptops, phones, desktops, smart TVs
  • Networking devices — routers, switches, hubs, access points
  • Servers — machines that provide services like web pages, email, or files
  • IoT devices — smart bulbs, thermostats, security cameras, sensors
📮

Think of the postal system

Houses are the nodes, roads are the links, and the addressing-and-delivery rules everyone agrees on are the protocols. A letter gets from your house to a friend across the country because every post office follows the same conventions for reading addresses and handing mail onward. A computer network moves data the same way.

03

The Simplest Network

The smallest possible network is just two devices joined by a single link — for example, two laptops connected with one cable. Data can flow directly in either direction. There's no need for anything in the middle because there are only two participants.

A point-to-point network: two nodes, one dedicated link.

In practice, most networks connect many devices, so they route everything through a central device such as a or a Wi-Fi router. Every device talks to the switch, and the switch forwards data to the right destination. This is exactly how a typical home or office network is arranged.

A star network: every device connects through a central switch or router.
04

What Turns Wires Into a Network

Connecting devices with cables or Wi-Fi is only half the story. For data to actually mean something on the other end, both sides must follow the same — agreed rules for how data is formatted, addressed, sent, and acknowledged. Protocols like IP, TCP, and HTTP are what let a phone made by one company talk to a server built by another.

Standalone computerNetworked computer
Data sharingManual (USB drive, etc.)Instant, over the link
Resource accessOnly its ownShared printers, files, services
CommunicationNone with other machinesMessaging, calls, email
ReachLimited to the deviceLocal network or the whole internet
🚫

"The internet and a computer network are the same thing."

A network is any group of connected devices — your home Wi-Fi is a network. The internet is the massive, global network made by connecting millions of smaller networks together. Every network is not the internet, but the internet is a network of networks.
05

Why This Matters

Almost everything you do online depends on computer networks: loading a web page, sending a message, streaming a video, or backing up photos to the cloud. Understanding what a network is — nodes, links, and protocols — is the foundation for every other topic in networking, from how data is addressed to how it's routed across the world.

Quick Revision Cheat Sheet

Network: Two or more devices connected to share data and resources

Node: Any device that sends, receives, or forwards data

Link: The connection between nodes (wired or wireless)

Protocol: The shared rules that let devices understand each other

Internet: A global network built by connecting many networks