Understanding the Devices and Rules That Make Communication Possible 🌐📝🗪
This article is part of the Networking Concepts & Technologies series, where we break down how devices connect, communicate, and share information. For the complete overview of wired vs. wireless connections, essential networking devices, and how data travels across networks, 👉 Networking Concepts
Now that we understand how devices physically connect to a network—through cables or wireless signals—it’s time to look at how they actually communicate once they’re connected. And honestly, it feels like devices on a network never stop talking.
Users tell their computers to get on the internet, send print jobs to the office printer, or even email a coworker sitting just five feet away. Yet none of these devices are usually connected directly to each other. So, how does all this communication happen smoothly? In the background, specialized connectivity devices are busy managing the flow of data—making sure information gets to the right place, safely and efficiently.
The goal here is to explain the core ideas: the everyday devices and simple communication rules that keep a network running, without getting into advanced or highly technical topics.
Modems 📞
You may remember modems from the earlier article 👉 Modems —those devices that allowed computers to connect to a network using telephone lines. They worked by converting a computer’s digital signals into analog signals that could travel over phone lines, and then converting them back again on the receiving end. While this technology was essential in the early days of home internet, modems are extremely slow by today’s standards. They are now considered largely obsolete, replaced by much faster broadband technologies.
Switches 🕹️
A switch is one of the most important network connectivity devices—usually sitting right at the center of a network. People sometimes call them hubs, but although they look similar, they are not the same. A hub is an older, less intelligent device, while a switch is smarter and performs much better.
Hub vs Switch (Simple Explanation) 🏬

Think of a hub like a person shouting a message to everyone in the room, even if only one person needed to hear it. Every device connected to a hub receives all the data, even if it’s not meant for them. This creates unnecessary traffic and slows everything down.
A switch, on the other hand, behaves like a receptionist who reads the address on an envelope before delivering it. It checks the header of each incoming data packet and sends it only to the correct device and only through the correct port. This creates a kind of virtual connection between the sender and receiver, making communication much faster and more efficient
Why Switches Are Better 🌟
- Hubs broadcast everything to everyone → lots of unnecessary traffic
- Switches deliver data only where it needs to go → less overhead, better performance
- This efficiency makes switches the preferred choice in almost all modern networks.
Status Lights on Switches 🔵🚨
Most switches (and even old hubs) include small indicator LEDs:
- A solid light usually means a cable is connected.
- A blinking light means data is moving through that port.
- Different colors (e.g., green vs amber) can indicate connection quality—green is good, amber may indicate a problem.
Are Switches Still Used Today? 🔧
Yes—absolutely. Switches are still the backbone of wired networks in homes, offices, data centers, and even large enterprises. Hubs, on the other hand, are outdated and rarely used today.
Quick Real-World Analogy
- Hub = A megaphone. Everyone hears the message whether they need it or not.
- Switch = A postal sorting system. The system reads the address and delivers the package only to the intended mailbox.
Note: Switches direct traffic based on the destination computer’s MAC (Media Access Control) address—a unique “ID tag” built into every network card. This helps the switch make sure the data reaches the correct device and not everyone on the network
Access Points 🚪🔓
An access point is simply a spot where devices can join a network. In everyday use, when people say “access point,” they usually mean a wireless access point (WAP)—a device that lets phones, laptops, and tablets connect to your network using Wi-Fi.
So what does a Wireless Access Point actually do? 🔐
Think of it as a Wi-Fi doorway into your network. When your device connects to Wi-Fi, it’s really connecting through an access point.
How it connects to the rest of the network 🔗⛓️💥
Even though your device connects wirelessly, the access point eventually connects to the wired network—usually via an Ethernet cable. So the chain looks like this: Your laptop → Wi-Fi → Access Point → Network cables → Entire network/Internet
Real-world analogy 🏡
Imagine a big office building:
- You move around with your laptop.
- In each hallway or room, you see antennas or white boxes on the ceiling.
- Those are access points.
- They extend Wi-Fi everywhere so you can connect no matter where you are.
How Access Points differ from Wireless Routers 📡≠
Access points and wireless routers look almost the same, which causes confusion. But there’s one big difference:
- A wireless router does many jobs at once: routing, firewall, DHCP, Wi-Fi, etc.
- A wireless access point does one job: It provides Wi-Fi access. It doesn’t do routing, DHCP, or advanced features.
Think of it this way:
- Wireless Router = A full office desk (many tools, many functions)
- Access Point = A single doorway (lets people enter but doesn’t manage the building)
Are Access Points still used? 💯
Absolutely—especially in places like:
- Offices
- Schools
- Large homes
- Coffee shops
- Airports
Anywhere you see multiple Wi-Fi coverage areas, you’re seeing access points working together.
Routers 🛣️🛜
A router is one of the smartest devices in a network. Its main job is to connect different networks to each other and make sure data takes the best possible path to reach its destination. What makes a router “smart”?
Routers use something called a routing table—a built-in map that stores network addresses and possible paths. When a data packet arrives, the router checks this map and chooses the best route to send it forward.
Think of a router as a traffic control center that decides which road each vehicle (data packet) should take.
Router vs Switch
Although they look similar, routers and switches do different jobs:
| Device | Decides using | What it does |
|---|---|---|
| Switch | MAC address (physical hardware ID) | Directs data within the same network (like inside a building) |
| Router | IP address (logical address) | Connects different networks to each other and sends data to the Internet |
Real-World Analogy 🏙️
- Switch = Mail delivery inside your building. It only delivers mail between rooms on the same floor.
- Router = The city’s main post office. It sends mail outside your building—to other buildings, other cities, or anywhere in the world.
That’s why routers are considered more advanced—they connect bigger areas and handle more complex decisions.
Can routers and switches work together? 🖇️

Yes—and they usually do.
A common wired setup looks like this: Internet → Router → Switch → Multiple Computers
- The router connects you to the outside world (the Internet).
- The switch connects many devices inside your home or office.

In a wireless setup:
- Internet → Router → Wireless Access Points → Wireless Devices
- Here, instead of switches, access points spread Wi-Fi throughout the area.
Wired vs Wireless Routers 🔌🛜
Routers can be:
- Wired routers
- Wireless routers (the ones we use at home)
Even in wireless setups, the router still connects back to a wired line at some point—because the Internet service always enters your home or office through a physical cable.
Wireless routers often look like access points, but they include extra features like:
- Routing
- DHCP (giving IP addresses)
- Firewall rules
- NAT (translating internal and external addresses)
Firewalls 🔥
You may remember firewalls from the earlier article. 👉 Firewalls . Here’s a quick review of what they are and how they work.
A firewall is a security device that filters network traffic. It examines both incoming and outgoing data and decides whether to allow it or block it, based on a list of rules. These rules are called an ACL — Access Control List.
Most firewalls follow a principle called default deny, which means: Everything is blocked unless the administrator explicitly allows it. This makes firewalls one of the first and strongest layers of network protection.
Types of Firewalls (How They Are Built) 🔧
Firewalls can be:
- Software-based
- Hardware-based
- A combination of both
Examples:
- A hardware firewall could be a standalone box placed between your network and the internet.
- A software firewall could be something installed on your computer or server.
- Many routers today include basic firewall features built into them.
Network-Based vs Host-Based Firewalls 🛡️
There are two major categories:
Network-Based Firewall
- Protects an entire network of computers
- Usually, a hardware device with software inside
- Commonly used in offices, data centers, and server environments
It acts as a gatekeeper between the public internet and your private internal network.
Host-Based Firewall
- Protects only one computer
- Almost always software
Example: Windows includes a built-in firewall called Microsoft Defender Firewall (previously “Windows Firewall”).
Public vs Private Network Separation 🌐
Most network-based firewalls have at least two network ports:
- One port connects to the public internet
- One port connects to the private internal network
Some advanced firewalls have a third port for what’s called a screened subnet (also known as a DMZ—Demilitarized Zone).
This third network is used for servers that need to be partly public and partly private, such as:
- Web servers
- Email servers
- DNS servers
A screened subnet keeps these servers separate so they can be accessed from the internet without exposing your entire internal network.
Understanding LAN & WAN 🌍🖧
When people talk about networking, you’ll almost always hear the terms LAN and WAN. Here’s what they really mean in simple terms.
What is a LAN? 🏢
LAN = Local Area Network. A LAN is a small network, usually inside a single:
- Home
- Office
- Classroom
- Floor or building
There’s no fixed limit to how many devices a LAN can have. It could be:
- 2 devices
- 20 devices
- 200 devices
As long as they’re in the same physical area, it can still be a LAN. Devices on a LAN typically connect through:
- Switches
- Hubs (older)
- Wireless access points
A LAN may or may not have a router. It may or may not have internet access.
How can a LAN exist without a router or the internet? ❓
Simple example:
- Three computers in a room connected to a switch
- No router
- No internet
- But they can still share files with each other
That setup is still a LAN—just a private, offline one.
Real-world example of a LAN 🏡
Your home Wi-Fi network is a LAN:
- Your phone
- Laptop
- Smart TV
- Printer
All connected inside your home.
What is a WAN? 🌐
WAN = Wide Area Network. A WAN is much larger and usually connects multiple LANs. Think of it as:
LAN + LAN + LAN = WAN. WANs usually span across different:
- Buildings
- Cities
- States
- Even countries
A WAN always requires routers because data has to travel long distances between locations.
Real-world example of a WAN 🚗
A company with offices in:
- New York
- Dallas
- San Francisco
Each office has its own LAN, but they are connected through:
- Fiber optic circuits
- Broadband connections
- Dedicated leased lines
This entire system is a WAN.
⚡ Speed differences
Historically:
- LAN connections were very fast
- WAN connections were slow
Today, WANs can be much faster thanks to:
- Fiber
- High-speed broadband
- Dedicated circuits
But LANs are still typically faster inside a building.
What is a MAN? 🏙️
MAN = Metropolitan Area Network. A MAN is a network that covers an entire:
- Town
- City
- Metropolitan area
Example:
- A city providing high-speed fiber connections to schools, government offices, and libraries.
- It’s bigger than a LAN but smaller than a WAN.
LAN vs MAN vs WAN — Why Do They Get Confusing Sometimes? 🤷
The lines between LAN, MAN, and WAN can sometimes blur because networks don’t always fit neatly into one category. A network may be spread out, fast in some places, slow in others, or designed in a unique way, depending on the organization.
To figure out which type you’re dealing with, ask these two questions:
Where are the network segments located? 📍
- All in the same room, building, or campus? This is usually a LAN.
- Spread across the same town or city? This starts to look like a MAN.
- Located in different cities, states, or countries? This is definitely a WAN.
How fast is the connection between the segments? ⚡
- If the connection is extremely fast (faster than typical broadband), like private fiber or campus-level links, It may still be considered a LAN, even across multiple buildings.
- If the network segments are connected using regular broadband or slower public links, that usually indicates a WAN.
- MANs sit in between—faster than WANs, covering a large city area, but not as small or private as a LAN
Quick Summary
- LAN = small area (building/campus), very fast connections
- MAN = medium area (city/town), faster public/private connections
- WAN = very large area (country/world), slower public links compared to LAN
Because some networks are large but fast, or small but spread out, these labels can overlap—making it tricky to classify at times.
LAN vs MAN vs WAN — Visual Comparison Chart 📊

Networking Protocol Basics 🔤
Networking protocols are a lot like human languages—they are the languages computers use to communicate. Technically, a protocol is just a set of rules that governs how two devices communicate. If both computers don’t “speak” the same protocol, the conversation can’t happen.
A Simple Human Analogy 🗣️
Imagine you are at a party, and someone walks up and starts speaking French:
- If you know French, you respond in French.
- Even if both of you also know English, once French is established, the conversation flows smoothly.
- But if you don’t know French, the conversation ends quickly.
Computers behave the same way. If two computers don’t share at least one common protocol, communication fails immediately.
So how many protocols are there? 📚
Over the decades, hundreds of networking protocols have been created. As networking became more widespread, companies developed their own:
- Hardware
- Software
- Proprietary communication protocols
Some were popular for a while, but most eventually disappeared. Only a few survived long-term.
Why TCP/IP Became the Standard 🌐
The one protocol suite that truly stood the test of time is TCP/IP. Interestingly, it didn’t win just because it was “better” than everything else—although its modular design does help. It succeeded because:
- TCP/IP became the language of the Internet.
- And once the Internet adopted it, everything else had to follow.
Today, almost every device—computers, phones, routers, TVs—speaks TCP/IP by default, making it the universal protocol for modern networking.
Wrapping Up 🧭
Network connectivity isn’t just about plugging in cables or connecting to Wi-Fi—it’s the coordinated work of devices like switches, routers, access points, and firewalls, all following a set of communication rules to ensure data reaches the right place. Whether it’s a small LAN inside a home or a large WAN connecting offices across the country, these pieces come together to form the networks we rely on every day.
With this foundation, you now have a clear picture of how devices communicate behind the scenes and how different network types fit into the bigger picture.
In the next article, which is about TCP/IP Essentials, we’ll break down the core protocol suite that makes modern networking—and the entire Internet—possible. 👉 Understanding TCP/IP