Learn

Router vs Modem vs Gateway

A modem brings the service in, a router shares and manages it, and a gateway often combines both jobs in one device.

Foundation page reviewed - May 5, 2026

Quick context

These terms blur together because many homes receive one box from the ISP that acts like several devices at once. But when you troubleshoot double NAT, bridge mode, or router login, separating the roles becomes very important.

30-second path

Use this order before you start changing settings.

What to know first

ModemConnects ISP service into the home
RouterBuilds and manages the local network
GatewayA combined modem-router device

Step-by-step

  1. Start by asking which device actually receives the ISP line or fiber handoff.
  2. If that same box also creates Wi-Fi and hands out local IPs, it is acting as a gateway.
  3. If you place your own router behind an ISP gateway, you can create a double NAT path.
  4. That is why bridge mode, passthrough, or DMZ discussions often start with identifying which box is doing which job.
  5. Before changing settings, map the devices in order: ISP line -> modem/gateway -> router -> local devices.

Checks and notes

  • An ISP gateway can still be the first place where port forwarding or bridge mode decisions matter.
  • A separate modem is often simpler than a gateway when you want one clear router layer.
  • Not every ISP allows full bridge mode on every service plan or device model.

Warnings

  • Do not disable gateway features casually unless you know how the ISP connection is provisioned and recovered.

FAQ

Why do people call the ISP box a modem even when it has Wi-Fi?

Because many ISP devices combine modem, router, and Wi-Fi access point functions. People often keep using the simplest label even though the device is doing more than one job.

Why does this matter for port forwarding?

Because inbound traffic may hit the ISP gateway first. If both the gateway and your own router do NAT, the correct path may require double forwarding or a bridge/passthrough change.