No history yet

Introduction to Computer Networks

What Is a Computer Network?

At its core, a computer network is just a group of devices connected together. Think of it like a conversation. For two people to talk, they need a way to send and receive messages. Networks provide the pathways for devices to do the same, allowing them to share information and resources.

The main purpose of a network is to make sharing easy. This could mean sharing a file with a coworker, an internet connection with your family, or a printer with an entire office.

Without networks, every computer would be an isolated island. You'd have to physically move files using a flash drive, and every device would need its own dedicated printer and internet connection. Networks turn these isolated islands into an interconnected community.

The Building Blocks

Every network, from the simple one in your home to the global internet, is built from the same fundamental components. Understanding these parts is key to understanding how networks function.

Node

noun

Any device connected to a network that can send, receive, or forward information.

Nodes are connected by links, which are the communication pathways. These can be physical, like an Ethernet cable, or they can be wireless, using radio waves like Wi-Fi or Bluetooth.

But just connecting nodes isn't enough. The network needs devices to manage the flow of information. Two of the most important traffic controllers are switches and routers.

Switch

noun

A device that connects nodes within the same local network and forwards data only to the specific node it's intended for.

Router

noun

A device that connects different networks together and directs traffic between them.

Think of it this way: a switch is like the mail sorter inside a single office building, making sure letters get to the right desk. A router is like the post office for the whole town, deciding how to send mail to other towns and cities.

Networks Big and Small

Networks are categorized by the geographical area they cover. While there are many types, four common ones are PAN, LAN, MAN, and WAN.

TypeFull NameScopeExample
PANPersonal Area NetworkA few metersConnecting your phone to Bluetooth headphones
LANLocal Area NetworkA room or buildingYour home Wi-Fi network
MANMetropolitan Area NetworkA city or campusA university network connecting several buildings
WANWide Area NetworkLarge area, country, or globeThe internet itself

Each type of network serves a different purpose, from the tiny, personal bubble of a PAN to the globe-spanning reach of a WAN.

Network Layouts

The way nodes and links are arranged is called the network's topology. This physical or logical layout determines how devices communicate and how resilient the network is to failure. Here are a few basic topologies.

In a star topology, all devices connect to a central hub, like a switch. It's easy to manage, but if the hub fails, the whole network goes down.

A bus topology uses a single main cable to connect all devices. It's simple and cheap to set up, but a break in the cable can disrupt the entire network.

In a ring topology, data travels in a circle from one device to the next. It's orderly, but a failure in one node can break the loop.

A mesh topology connects every device to every other device. This is highly redundant and reliable, but it's expensive and complex to implement.

Quiz Questions 1/6

What is the fundamental purpose of a computer network?

Quiz Questions 2/6

In network terminology, what are the communication pathways, such as Ethernet cables or Wi-Fi signals, that connect different devices called?

These fundamental concepts form the basis of all computer networking. Understanding them is the first step toward grasping how our interconnected world works.