Router Table Entries and Sizes

Router tables contain a list of IP addresses. Each address in the list identifies a remote router or another network gateway that the local router is configured to recognize. For each IP address, the router table additionally stores a network mask and other data that specifies the destination IP address ranges that remote devices will accept. Home network routers employ a very small router table because they simply forward all outbound traffic to the Internet Service Provider gateway, which takes care of all other routing steps. Home router tables typically contain ten or fewer entries. By comparison, the largest routers at the core of the internet backbone must maintain the full Internet routing table that contains several hundred thousand entries.

Dynamic vs. Static Routing

Home routers set up their routing tables automatically when they connect to the internet provider, a process called dynamic routing. They generate one router table entry for each of the service provider’s DNS servers (primary, secondary, and tertiary, if available) and one entry for routing among all the home computers. They may also generate a few additional routes for other special cases including multicast and broadcast routes. Some residential network routers prevent you from manually overriding or changing the router table. However, business routers allow network administrators to manually update or manipulate routing tables. This so-called static routing can be useful when optimizing for network performance and reliability. On a home network, the use of static routers is not required except in unusual circumstances (such as when you establish several subnetworks and a second router).

Viewing the Contents of Routing Tables

On home broadband routers, routing table contents are typically shown on a screen inside the administrative console. An example IPv4 table is shown below. On Windows and Unix/Linux computers, the netstat -r command displays the contents of the router table configured on the local computer.