HackMyIP
← back to sheets

What Is a Router? How Home and Network Routers Work

~/sheets/what-is-a-router.md
1

The Traffic Director of Your Network

2

A router is a networking device that forwards data between different networks, most commonly between your home or local network and the internet. It decides where to send each packet based on its destination IP address, acting as the traffic director for everything connected to it. In a home, the router is the central hub that links all your devices to your single internet connection.

3

The router is also what presents one public IP address to the world on behalf of your whole network. You can see that public-facing address with our IP Lookup, and the address you reach the router itself on is its default gateway.

4

Router vs Modem

5

A modem connects your home to your internet service provider, converting the ISP signal (cable, fiber, or DSL) into data your network can use. A router takes that single connection and shares it among many devices while managing the local network. Many ISPs supply one combined gateway box that does both jobs, but they are technically two distinct functions: the modem gets you online, and the router distributes that connection.

6

LAN vs WAN

7

A LAN (Local Area Network) is the private network inside your home or office, where your devices talk to each other and to the router. A WAN (Wide Area Network) is the larger network outside, and the internet is the largest WAN of all. The router sits exactly at the boundary, with a LAN side facing your devices and a WAN side facing your ISP, translating between the two.

8

NAT and DHCP — Two Jobs Every Home Router Does

9

NAT (Network Address Translation) lets many devices share one public IP address by translating between your devices private internal addresses and the single public address your ISP assigns. DHCP (Dynamic Host Configuration Protocol) is the service that automatically hands out those private addresses to devices as they join, so you do not have to configure each one by hand. Together they are why dozens of devices at home can share one internet connection seamlessly.

10

The Default Gateway

11

The default gateway is the address a device sends traffic to when the destination is outside its own local network. In a home that is almost always the router LAN-side IP address, commonly something like 192.168.1.1, and it is the exit door your packets use to reach the internet. If you need to find yours, see how to find your router IP address.

12

Frequently Asked Questions

13

What is a router and what does it do?

14

A router is a networking device that forwards data between different networks, most commonly between your home network and the internet. It decides where to send each packet based on its destination IP address, acting as the traffic director for everything connected to it. In a home it is the central hub linking your devices to your internet connection.

15

What is the difference between a router and a modem?

16

A modem connects your home to your internet service provider, converting the ISP signal into data your network can use. A router takes that single connection and shares it among multiple devices while managing the local network. Many ISPs supply one combined gateway box, but they are technically two distinct jobs.

17

What is the difference between LAN and WAN?

18

A LAN, or Local Area Network, is the private network inside your home or office where your devices talk to each other and the router. A WAN, or Wide Area Network, is the larger network outside, the internet being the largest. The router sits at the boundary, with a LAN side facing your devices and a WAN side facing your ISP.

19

What do NAT and DHCP do on a router?

20

NAT, or Network Address Translation, lets many devices share one public IP address by translating between your devices private internal addresses and the single public address your ISP assigns. DHCP, or Dynamic Host Configuration Protocol, automatically hands out those private addresses to devices as they join the network, so you do not have to configure each one manually.

21

What is a default gateway?

22

The default gateway is the address a device sends traffic to when the destination is outside its own local network, and in a home this is almost always the router LAN-side IP address. It is the exit door your packets use to reach the internet. You can find the public IP your gateway presents to the outside world with an IP lookup tool.

23
Last updated: April 2026