Router vs Modem

Run a Speed Test

A modem connects your home to the internet; a router connects your devices to each other and to the modem — they're different jobs, often combined in one device by ISPs.

The Most Common Confusion in Home Networking

Most people who set up a home network for the first time encounter the same question: what is the difference between the router and the modem, and do they need both? The confusion is understandable — ISPs often supply a single device that does both jobs, and the terms are used interchangeably in everyday conversation. They are, however, fundamentally different pieces of equipment performing different functions at different points in the network.

The clearest way to understand the distinction: a modem connects your home to your ISP's network. A router connects your devices to each other and to the modem. One faces outward toward the internet; the other faces inward toward your home.

What Each Device Does

A modem performs signal conversion. Your ISP delivers internet service over coaxial cable, telephone wire, or fiber optic cable — formats that standard home networking equipment cannot interpret directly. The modem translates between that medium and the ethernet standard that your router and devices understand. It also authenticates with the ISP, establishing that your account is authorized to use the connection. The result is a single ethernet port carrying an internet connection.

A router takes that single internet connection and shares it among multiple devices. It runs a DHCP server to assign private IP addresses to every device on your network. It performs Network Address Translation (NAT), allowing all those devices to share the single public IP address that the modem received from the ISP. It maintains a routing table to direct packets between your local network and the internet. Wireless routers also broadcast Wi-Fi, adding another way for devices to connect.

Side-by-Side Comparison

Feature Modem Router
Connects to ISP network (coax, phone line, fiber) Modem (WAN port) and your devices (LAN ports)
IP addresses it handles One public IP from ISP Many private IPs assigned to your devices
DHCP server No Yes
NAT No Yes
Wi-Fi No Yes (in wireless routers)
Typical ports 1 coax/phone in, 1 ethernet out 1 WAN in, 4+ LAN out

The Gateway: When Both Are Combined

Many ISPs supply a single device called a gateway that performs both modem and router functions. A gateway has a coaxial or telephone port on one side and multiple LAN ports plus Wi-Fi on the other — handling signal conversion, authentication, DHCP, NAT, and wireless in one box. This is the device most people refer to simply as "the internet box" or "the ISP router."

Gateways are convenient and reduce the number of devices you need to manage. Their drawback is less flexibility: you cannot independently upgrade the modem or router components, and ISP-supplied gateways often lag behind in Wi-Fi standards and router performance features compared to dedicated aftermarket equipment.

What Happens Without Each Device

Understanding the consequences of removing each device makes the distinction concrete. If you have only a modem and plug a single computer directly into it, that computer will receive an IP address from the ISP and access the internet — but you have no local network, no Wi-Fi, and no way to connect a second device simultaneously. There is no NAT, no DHCP for your home, and no firewall between your device and the public internet.

If you have only a router with nothing connected to its WAN port, your devices can communicate with each other on the local network — they will receive private IP addresses from the router's DHCP server — but no internet traffic will flow. The router has nowhere to send packets destined for the outside world.

Double NAT: Two Routers in Series

A common problem arises when a customer connects their own router to an ISP-supplied gateway without putting the gateway into bridge mode. The gateway is already performing NAT, and the second router performs NAT again — creating double NAT. Traffic has to pass through two layers of address translation, which breaks applications that require incoming connections: online gaming party systems, VPN tunnels, video calling services that rely on direct peer-to-peer connections, and anything needing port forwarding. Double NAT also makes it difficult to set up a DMZ or expose a server.

The solution is to put the ISP gateway into bridge mode (also called IP passthrough mode), which disables its router functions and passes the public IP address directly to your own router. Only one device then performs NAT.

Which to Reboot First When Troubleshooting

When your internet stops working, the order of reboots matters. Start with the modem: power it off, wait thirty seconds for it to fully discharge, then power it back on and allow it two minutes to re-authenticate with the ISP before touching anything else. Only after the modem has a stable connection should you reboot the router. Rebooting the router first while the modem is still re-establishing its connection will often result in the router failing to receive a valid IP address on its WAN port, leaving you without internet even after both devices are back online.

Separate Devices vs a Single Gateway

Using a separate modem and router gives you independent control over each component. You can upgrade the router to the latest Wi-Fi standard without touching the modem, or replace the modem when a faster DOCSIS version becomes relevant to your plan — without affecting your router configuration. The combination also typically delivers better Wi-Fi performance and more advanced routing features than an ISP-supplied gateway. The tradeoff is a slightly more complex setup and the need to manage two devices.

Frequently Asked Questions

Can I use a router without a modem?

A router without a modem can still create a local network — devices connected to it can communicate with each other — but there will be no internet access. The router has no way to reach the internet because it has no upstream connection to an ISP. You need a modem (or a gateway that includes one) to provide that upstream link.

Can I use a modem without a router?

Yes, but only one device can connect to the internet at a time. When you plug a single computer directly into the modem, the ISP's DHCP server assigns an IP address to that one device. There is no local network, no Wi-Fi, and no NAT. A second device cannot connect simultaneously without a router or switch in between.

What is a gateway device?

A gateway is a single device that combines the functions of both a modem and a router. It handles signal conversion and ISP authentication on one side, and DHCP, NAT, and Wi-Fi on the other. Most ISPs supply a gateway as their standard equipment, which is why many people think of it as just "the internet box."

What is double NAT and why is it a problem?

Double NAT occurs when two devices are both performing Network Address Translation in series — typically when a customer's own router is connected to an ISP gateway that is also running NAT. The result is two layers of address translation, which can break applications that require incoming connections such as online gaming, VPNs, and video calling. It can also complicate port forwarding. The fix is to put the ISP gateway into bridge mode so only one device performs NAT.

My ISP gave me a single device — is it a modem or router?

Almost certainly a gateway — a combination modem and router. If the device has multiple LAN ports and broadcasts a Wi-Fi network, it is performing router functions in addition to modem functions. A standalone modem provided by an ISP would have only one ethernet port and no Wi-Fi. Check the device label or your ISP's documentation to confirm the model and its capabilities.

Should I buy my own modem and router instead of renting from my ISP?

For most households, buying a compatible standalone modem and a separate router pays for itself within one to two years compared to monthly rental fees. The tradeoff is that you take on responsibility for compatibility and troubleshooting. The advantage is better control over hardware quality, upgrade timing, and router features — particularly Wi-Fi performance, which ISP-supplied gateways often do not optimize.

Related Guides

More From This Section