Hardware

Router

Network router

The device that connects your home network to the internet and routes traffic between your devices.

A router connects your local home network to your ISP's network (the internet). It assigns private IP addresses to your devices via DHCP, performs NAT to share your public IP, and routes traffic between devices and the internet. Modern consumer routers also include a Wi-Fi access point, firewall, and often a built-in switch.

What a router does

At its core, a router forwards packets between networks using a routing table — a list of rules that maps destination IP address ranges to outbound interfaces. For a home router, this is straightforward: traffic destined for the public internet goes out the WAN port toward the modem; traffic destined for a local device stays on the LAN. The router performs NAT (Network Address Translation) to allow all your devices to share a single public IP address — it rewrites the source IP of outgoing packets from the device's private address to the router's public IP, and maintains a translation table to route responses back to the correct device.

Router vs modem vs gateway

  • Modem — converts the ISP signal (cable, fibre, DSL) into Ethernet; has no routing logic
  • Router — manages the home network; assigns IPs via DHCP; performs NAT; provides Wi-Fi in most consumer models
  • Gateway — a modem and router combined in one device; what most ISPs provide by default; convenient but limits firmware options and upgrade flexibility

Key router specifications explained

  • Wi-Fi standard — Wi-Fi 5 (802.11ac) handles plans up to ~600 Mbps wirelessly; Wi-Fi 6 (802.11ax) is recommended for gigabit plans or dense device environments; Wi-Fi 6E adds the 6 GHz band for less interference
  • Number of bands — dual-band routers have one 2.4 GHz and one 5 GHz radio; tri-band adds a second 5 GHz or 6 GHz radio, increasing total airtime capacity for busy households
  • Processor and RAM — routers performing NAT, QoS, VPN, or firewall inspection at gigabit speeds need a capable CPU (quad-core 1.5 GHz or faster) and at least 256 MB RAM; underpowered CPUs are the most common cause of routers bottlenecking fast plans
  • WAN and LAN port speed — ensure the WAN port matches your plan speed; gigabit plans require a gigabit WAN port; multi-gig plans (2.5 Gbps+) require a 2.5GbE or 10GbE WAN port

How routers assign IP addresses

The router runs a DHCP server that automatically assigns a private IP address, subnet mask, default gateway, and DNS server to each device that connects. Home routers typically use the 192.168.0.0/24 or 192.168.1.0/24 range, assigning addresses starting from .100 or .2. DHCP leases last 24 hours by default — devices renew them automatically and usually receive the same address. You can create a DHCP reservation (static DHCP) to permanently bind a specific IP to a device's MAC address, useful for printers and NAS devices.

Router admin interface

The router's web admin panel is accessed by entering the router's default gateway IP in a browser — commonly 192.168.1.1 or 192.168.0.1. You can find the exact address in your device's network settings under "Default Gateway." The admin panel is where you configure Wi-Fi networks, DHCP, port forwarding, QoS, firmware updates, and security settings. The default login credentials (usually printed on the router label) must be changed immediately — default passwords are publicly documented and any device on your network can access the admin panel.

Security basics

  • Change the default admin password — use a unique, strong password; store it in a password manager
  • Keep firmware updated — router firmware patches security vulnerabilities; enable automatic updates if available, or check manually every few months
  • Disable WPS (Wi-Fi Protected Setup) — WPS PIN mode has a well-documented brute-force vulnerability; disable it in the wireless settings
  • Use WPA3 or WPA2-AES — never use WEP or WPA-TKIP; they are cryptographically broken
  • Enable guest network for IoT devices — isolates smart TVs, cameras, and other devices from your main network

When to replace your router

Replace your router if it is more than 5–6 years old and cannot sustain plan speeds; if it only supports Wi-Fi 4 (802.11n) or older; if it lacks a gigabit WAN port on a plan above 100 Mbps; if it has a slow CPU that causes bufferbloat even with QoS enabled; or if the manufacturer has stopped releasing firmware security updates (check the vendor's support page).

Frequently Asked Questions

Does my router affect internet speed?

Yes. An old or underpowered router can cap your throughput — particularly above 300 Mbps where the router's CPU must handle NAT at line rate. A router with a slow Wi-Fi radio limits wireless speeds regardless of your plan. On a gigabit plan, any router with Wi-Fi 5 (802.11ac) or newer should handle wired speeds fine.

Should I buy my own router or use the ISP's?

Buying your own router saves $10–15/month in rental fees and gives you better control over QoS, firmware updates, and security. For most ISPs, you can use any router — you just need to put the ISP's modem/gateway in bridge or IP passthrough mode.

Related Terms

More From This Section