Modem vs Router
Teacher: Abdul Haseeb
Course: BIT-275 Data Communication and
Computer Networking
Introduction:
1-1
Modem
Short for modulator-demodulator.
A modem is what brings the internet into your home.
A Modem (MOdulator-DEModulator) is a device that
converts digital signals from a computer into analog
signals for transmission over telephone or cable lines —
and vice versa.
A modem establishes and maintains a dedicated
connection to your internet service provider to give you
access to the internet.
How Modem Works
The ISP sends Internet data through phone or cable lines
as analog signals.
The modem demodulates these analog signals into digital
data your computer can understand.
When sending data, it modulates digital data into analog
form to send it back to the ISP.
Types of Modems
Dial-up Modem
DSL Modem
Cable Modem
Fiber Modem
Cellular Modem
Types of Modems
Example /
Type Medium Speed Signal Type Key Point
Use
Outdated,
can’t use
Telephone Very Slow
Dial-up Analog Old home PCs phone &
Line (≤56 Kbps)
Internet
together
Digital
Telephone Moderate (1– PTCL
DSL Digital Internet over
Line 100 Mbps) Broadband
phone line
Fast (10 Uses same
Cable TV Cable Line Mbps–1 Digital Cable Internet line as cable
Gbps) TV
Very Fast
Fiber-optic Nayatel, Most modern
Fiber (ONT) (100 Mbps–1 Light Signals
Cable StormFiber and stable
Gbps+)
Mobile
Cellular Variable (10– Jazz 4G, Zong Portable, no
Network Radio Signals
(4G/5G) 500 Mbps) Bolt+ wires needed
(SIM)
Routers
Definition: A Router is a networking device that routes
(forwards) data packets between computers and networks.
Main Function: Connects multiple devices to a single Internet
connection.
Purpose: Creates a Local Area Network (LAN) and enables
wireless (Wi-Fi) or wired connections.
How a Router Works
The modem provides Internet access to the router.
The router assigns IP addresses to each connected device.
The router routes data packets to the correct device on your
local network.
Types of routers
Wired Router: Connects devices using Ethernet cables.
Wireless Router (Wi-Fi) Distributes Internet without
cables.
Core Router: Used in large enterprise networks.
Virtual Router: Software-based routing (used in cloud
systems).
Modem-Router Combo
A Modem-Router Combo is a single device that functions
as both a modem and a router.
It connects you to the Internet (modem part) and
distributes that connection to multiple devices (router
part).
How it Works
The modem part connects to your Internet Service
Provider (ISP) using a phone, cable, or fiber line.
The router part creates a local network (LAN or Wi-Fi) for
your devices.
It performs both conversions and routing — no need for
two separate devices.
Advantages
Space Saving: One device instead of two.
Easy Setup: Fewer cables and simpler configuration.
Cost Effective: Often cheaper than buying both
separately.
Unified Management: All network settings in one
interface.
Fewer Compatibility Issues: Works seamlessly since both
parts are built together.
Disadvantages
Limited Customization: You can’t upgrade modem or router
separately.
Harder to Troubleshoot: If one function fails, the whole device
may stop working.
Performance Limits: Not ideal for advanced networks needing
higher speeds or custom routing and for large organization.
Hubs
Definition: A Hub is a simple device that connects multiple
computers in a network and transmits data to all connected
devices, regardless of the destination.
Function: It does not understand MAC addresses or manage
traffic intelligently.
Working Principle: When a device sends data, the hub copies
and sends it to all other ports. Only the intended device accepts
the data; others ignore it.
Switch
Definition: A Switch is a networking device that connects
multiple devices in a LAN and forwards data only to the specific
device it is meant for.
Function: It uses MAC addresses to make decisions.
How Switch Works
Each device connected to the switch has a unique MAC address.
The switch maintains a MAC address table that maps which
device is on which port.
When data arrives, the switch checks the table and sends the
data only to the intended port.
This makes it faster, more secure, and efficient than a hub.
Summary
Modem and its types
How modem works
Routers and its types
How router works
Modem-Router Combo
Advantages and Disadvantages
Hub and Switch