A router is a small computer that directs messages between devices and the Internet, helping your tablet, games, and laptop connect quickly and safely.

Router (computing) Facts For Kids
Set reading age
View for Kids
Easy to read and understand
View for Students
Clear, detailed explanations
View for Scholars
Deep dives and big ideas
The idea for machines that move messages between networks began in the 1960s. In 1966, a scientist named Donald Davies suggested using small computers to switch messages in a network. Around 1967, similar machines called IMPs helped start a network called ARPANET, which led to the Internet.
Through the 1970s and early 1980s, researchers in the United States and Europe built early versions of routers to connect different kinds of networks. By the mid-1970s the first true IP-based router was made, and in 1981 groups at MIT and Stanford made routers that could speak more than one network language. Over time, routers moved from general minicomputers into faster, special-purpose boxes.
Firewall functions in a router help block unwanted connections from the outside while letting your chosen apps talk to the Internet. Some routers include built‑in firewalls and VPN handling so remote workers can join safely; other networks use separate security devices. NAT often keeps random outsiders from starting a connection to your device, but it is not a full shield by itself.
Many people like open‑source router software because many users check the code and fix problems quickly. Still, changing router software or settings needs care: you should keep software up to date and use a strong password to help protect your home network.
A router is a small computer that helps send information across different networks, like the Internet. Imagine the router as a friendly post office or traffic cop: it reads where a message needs to go and sends it the best way. Home routers let your tablets, game consoles, and laptops talk to the Internet. Bigger routers in businesses or phone companies move lots of data very fast.
Long ago, people built routers from regular computer parts, using only software. Today many routers use special chips to work faster and can include extra features like a simple firewall to help keep things safe.
A router works using two main parts called the control plane and the forwarding plane. The control plane learns and remembers routes—that is, which paths lead to different places on the Internet. It keeps a list called the routing table, which can include fixed paths you set up (static routes) and routes learned from other routers (dynamic routes).
From the routing table, the control plane builds a simpler map called the FIB (Forwarding Information Base). The forwarding plane uses the FIB to move each packet quickly. Routers talk to other routers to update their maps so messages keep finding good paths.
Wi‑Fi router devices combine a router and a wireless access point in one small box you plug into the wall. The router connects to the Internet through an ISP and shares that connection wirelessly so phones, tablets, laptops, and smart TVs can go online. You usually pick a network name (SSID) and a password so only people you trust can join.
Home Wi‑Fi routers run on household power and are meant for easy setup. They cover a house or apartment, and you can add extra access points to reach farther rooms. How many devices can you think of that might use your Wi‑Fi at once?
A router’s job is to connect networks and send little pieces of data called packets to the right place by looking at their IP addresses. Routers work at “layer 3,” which means they use the address to pick the best road from the routing table. Once they know the next stop, they wrap the packet in the right kind of frame for the outgoing link, a bit like putting a letter into the right kind of envelope.
Routers usually read only the packet’s header (the address and a few other signs), not the message inside. Small networks often use a default route to send unknown destinations to an Internet provider. Routers can also give priority to some packets (called Quality of Service, or QoS) so a phone call over the Internet sounds clear. Some parts run on fast special chips (ASICs) for speed, while the router’s main computer handles trickier rules or problems.
Core, distribution, and access are three ways large networks organize routers so traffic moves smoothly. Access routers sit near people: they connect your computer, tablet, or a small office network to the rest of the network. Some access routers use different software you can change, like OpenWrt, DD-WRT, or Tomato, which lets tech-savvy users add features.
Distribution routers gather the traffic from many access routers and make sure important things—like a video call—get through quickly. Core routers form a fast backbone that carries huge amounts of data across a campus or between cities. Routers can also be called interior (inside one organization), exterior (on the Internet backbone), or border/gateway (where a local network meets the Internet).
BGP is a way big networks tell each other which paths to use, a bit like maps shared between mail carriers. Edge routers connect one network to another, such as an Internet service provider (ISP) linking to an upstream provider. Customer edge routers are the ones your company or ISP customer uses to join a provider. Core routers carry traffic inside a big network, moving packets quickly from one edge to another.
At home, routers use tricks like NAT and port forwarding to let many private devices share a public address. Special gateways also handle voice or video calls over the Internet. Inside large networks, multilayer switches and layer‑3 devices help connect many smaller subnetworks.
🌐 A router is a device that connects different computer networks and helps data find its way across the internet.
⚙️ Many modern routers use special chips called ASICs to work faster than older routers that ran on a CPU.
🧑🔬 The first true IP router was created in the 1970s by Ginny Travers at BBN.
🗺️ A router uses a routing table to decide where to send data packets, like a map for information.
🔌 Routers can connect to local networks and to serial lines, not just to the internet.
💻 Router software such as Cisco IOS and Junos is based on modified versions of Unix software.