Quick Links

Key Takeaways

  • A modem connects your home network to the Internet, and a router ensures the traffic from the Internet reache the correct device on your network
  • Routers provide protection against attacks from the outside, and advanced administrative functions.
  • Network switches functionally allow you to expand the number of Ethernet ports on your router.
  • Wi-Fi 7 can achieve speeds above 40 gigabits per second, though real world performance is likely to be lower. Ethernet connections tend to be more reliable.

When do you need a switch? A hub? What exactly does a router do? Do you need a router if you have a single computer? Network technology can be quite an arcane area of study but armed with the right terms and a general overview of how devices function on your home network you can deploy your network with confidence.

Understanding Home Networking Through Network Diagrams

Rather than start off with a glossary of networking terms—and in the process slam you with a technical terms with no easy point of reference—let’s dive right into looking at network diagrams. Here is the simplest network configuration available: a computer linked directly to a modem which is in turn linked through a phone line/cable/fiber optic uplink to the individual’s internet service provider.

2011-11-29_114329

It doesn’t get less complicated than this arrangement but there is a price to pay for the ultra-simplicity of the setup. This user cannot access the internet with a Wi-Fi device (thus no access for smart phones, tablets, or other wireless devices) and they lose out on the benefits of having a router between their computer and the greater internet. Let’s introduce a router and highlight the benefits of using one. In the diagram below we’ve introduced two elements to the network: a wireless router and a laptop connecting to the network via that wireless connection.

2011-11-29_122259

When should you use a router? Given the low cost of home routers and the benefits gained from installing one on your network you should always use a router (which almost always includes a firewall feature).

Most of the time the modem given to you by your ISP will actually combine the modem and router into a single device. The Xfinity xFi Gateway is an example of one of these combo units.

Home routers are actually a a combination of three networking components: a router, a firewall, and a switch. In a commercial setting the three pieces of hardware are kept separate but consumer routers are almost always a combination of both the routing and switching components with a firewall added in for good measure. First let’s look at what the router function does.

What Does a Router Do?

At the most basic level a router links two networks together, the network within your home (however big or small) and the network outside your home (in this case, the Internet). The broadband modem provided to you by your ISP is only suited to linking a single computer to the internet and usually does not include any sort of routing or switch functionality. A router performs the following functions:

  • IP sharing: Your ISP assigns you one IP address. If you have a desktop, a laptop, a media box on your TV, and an iPad, that one IP address clearly isn’t going to cut it. A router manages those multiple connections and ensures that the right packets of information go to the right places. Without this function there would be no way for a person on the desktop and a person on the laptop to both browse the web as there would be no distinguishing between which computer was requesting what.
  • Network Address Translation (NAT): Related to the IP sharing function, NAT modifies the headers in packets of information coming into and out of your network so that they get routed to the proper device. Think of NAT like a very helpful receptionist inside your router that knows exactly where every incoming/outgoing package should go and stamps the department on them accordingly.
  • Dynamic Host Configuration: Without DHCP you would have to manually configure and add all the hosts to your network. This means every time a new computer entered the network you would have to manually assign it an address on the network. DHCP does that for you automatically so that when you plug your XBOX into your router, your friend gets on your wireless network, or you add a new computer, an address is assigned with no human interaction required.
  • Firewall: Routers act as basic firewalls in a variety of ways including automatically rejecting incoming data that is not part of an ongoing exchange between a computer within your network and the outside world. If you request a music stream from Pandora, for example, your router says, “We’re expecting you, come on in” and that stream of data is directed to the device that made the request. On the other hand, if a sudden burst of port probing comes in from an unknown address your router acts as a bouncer and rejects the requests, effectively cloaking your computers. Even for a user with a single computer a simple $50 router is worth it for the firewall functionality alone.

In addition to the inside-to-outside network functionality outlined above, home routers also act as a network switch. A network switch is a piece of hardware that facilitates communication between computers on an internal network. Without the switching function the devices could talk through the router to the greater internet but not to each other—something as simple as copying an MP3 from your laptop to your desktop over the network would be impossible.

Most routers have four Ethernet ports which allow you to plug in four devices and have them communicate via the switch function. If you need more than four Ethernet connections you’ll need to upgrade to a router with a larger port bank (a rather expensive proposition that will usually only boost you up to eight ports) or you can pick up a dedicated switch.

You only need to upgrade if you’re running out of physical ports for hard line connections. If you only have one computer and one networked printer plugged into your four-port router (and everything else on your network is Wi-Fi based) there is no need to upgrade to gain physical ports. That said, let’s take a look at a network with a dedicated switch.

2011-11-29_132204

Although the four-port limit on the super majority of home routers was more than enough for most home users, the last 15 years have brought a significant increase in the number of networkable devices within the home. It isn’t uncommon to have multiple computers, multiple game consoles, media centers, printers, file servers, and more that all connect to the Ethernet LAN (while you may get away with putting your Wii on the Wi-Fi network for things like dedicated video streaming and media server access it is much preferable to have a hard line connection). Once you’ve reached that level of device saturation it’s necessary to add in a switch with eight, 16, or more ports to properly support your growing home network.

As a side note, historically people often relied on hubs because they were so much cheaper than pricey switches. A hub is a a simple network device that does not examine or manage any of the traffic that comes through it—it’s a “dumb” network device—by contrast switches actually interact with the data packets and actively direct them. Because hubs have no management component there are frequent collisions between packets which leads to an overall decrease in performance.

Consumer grade networks switches have fallen in price so steeply over the last 15 years that very few hubs are even manufactured anymore (Netgear, one of the largest manufacturers of consumer hubs, no longer even makes them). Because of the shortcomings of network hubs and the low prices of quality consumer-grade network switches we do not recommend using a hub. When you can pick up a perfectly good high-speed 8-port switch for $25 there’s no good reason to use an outdated hub on a home network.

Returning to the topic of switches: switches are an excellent and inexpensive way to increase the size of your home network. If you outgrow the bank of four ports on the back of your router the simplest thing you can do to expand your network is to purchase a switch with an appropriate number of ports. Unplug the devices from your router, plug all the devices into the switch, and then plug the switch into the router.

Switches have absolutely no routing functionality and cannot take the place of a router. Your router likely has a four-port switch built into it but that does not mean your new eight-port dedicated switch can replace your router—you still need the router to mediate between your modem and switch.

A TP-Link 8-port gigabit managed switch.
Nick Lewis / How-To Geek

Decoding Network Speed Designations

​​​​​Now that you’ve got a clear picture of how exactly your network should be physically configured let’s talk about network speeds. There are two primary designations we are interested in: Ethernet and Wi-Fi. Let’s take a look at Ethernet first.

Ethernet connection speeds are designated in 10BASE. The original Ethernet protocol, now 30 years old, operated at a max speed of 10 Mbit/s. Fast Ethernet, introduced in 1995, upped the speed to 100 Mbit/s. Gigabit Ethernet was introduced shortly after that in 1998 but didn’t gain much traction in the consumer market until recently. As its name suggests, Gigabit Ethernet is capable of 1000 Mbit/s. You will commonly see these designations noted on networking gear and its packaging as 10/100 or 10/100/1000 indicating which Ethernet version the device is compatible with.

You can buy faster network cards and other hardware for your network if you want, but they tend to occupy a premium price point. Take a 10 gigabit ethernet card, as an example.

In order to take full advantage of the maximum speeds all the devices in the transfer chain need to be at or above the speed rating you want. For example, let’s say you have a media server in your basement with a Gigabit Ethernet card installed and a media console in your living room with a Gigabit Ethernet card but you are connecting the two together with a 10/100 switch. Both devices will be limited by the 100 Mbit/s ceiling on the switch. In this situation upgrading the switch would boost your network performance considerably.

An Ethernet cable with green strain relief.
Hannah Stryker / How-To Geek

 

The type of Ethernet cable you use also has an impact on your maximum network speed. Most in home wired networks use "Cat" cable (Cat is short for Category), though you can use coaxial cable or fiber if you want or need to.

There are four major types of Cat cable. They have different maximum data rates for a given length of cable.

  • Cat 5: Maximum speed of 100 megabits at 100 meters.
  • Cat 5e: Maximum speed of 1 gigabit at 100 meters.
  • Cat 6: Maximum speed of 10 gigabits at 55 meters.
  • Cat 6a: Maximum speed of 10 gigabits at 100 meters.

These aren't hard and fast rules, though. A good Cat 6 cable may be able to deliver 10 gigabits at 70 meters. A bad one — or one that has been slightly damaged or badly bend — may deliver lower speeds.

Understanding Wi-Fi Speeds

Various logos used by the Wi-Fi Alliance.

Wi-Fi speeds and standards are designated in two ways. The more technical designation actually refer to the draft versions of the IEEE 802.11 networking standard that dictates the parameters of the Wi-Fi protocol. More recently, different Wi-Fi standards have also been designated using a number, like Wi-Fi 5, or Wi-Fi 7. Older standards usually still go by the formal IEEE names, but modern Wi-Fi standards are designated with both.

  • 802.11b was the first version widely adopted by consumers. 802.11b devices operate at a maximum transmission of 11 Mbit/s but the speed is highly dependent on signal strength and quality—realistically users should expect 1-5 Mbit/s. Devices using 802.11b suffer from interference from baby monitors, bluetooth devices, cordless phones, and other 2.4GHz band devices.
  • 802.11g was the next major consumer upgrade and boosted the max transmission to 54 Mbit/s (realistically about 22 Mbit/s accounting for error correction and signal strength). 802.11g suffers from the same kind of 2.4GHz band interference that 802.11b does.
  • 802.11n is a significant upgrade to the Wi-Fi standards—devices use multiple-input multiple-output antennas (MIMO) to operate on both the 2.4GHz and relatively empty 5GHz bands. 802.11n has a theoretical maximum of 300 Mbit/s but accounting for error correction and less than ideal conditions you can expect speeds in 100-150 Mbit/s range.
  • 802.11ac (Wi-Fi 5) brought wider channels (80 or 160 MHz versus 40 MHz), more spatial streams (up to eight) and things like beamforming, which sorta send the waves directly to your device instead of bouncing all around, making things much faster. How much faster? There are some models that can do one gigabit per second.
  • 802.11ax (Wi-Fi 6) introduces OFDMA (an improved way to encode data), guarantees eight spatial beams, and has a maximum bandwidth of 9.6 gigabits per second. Wi-Fi 6 also has an extension known as Wi-Fi 6E, which adds the 6 GHz band to the traditional 2.4 GHz and 5 GHz bands. Wi-Fi 6 also requires WPA3, an enhanced encryption standard.
  • 802.11be (Wi-Fi 7) adds channel widths up to 320 MHz, multi-link operation (MLO), and with a theoretical maximum speed of above 40 gigabits per second.

Like Ethernet, Wi-Fi speeds are limited by the weakest link in the direct network. If you have an 802.11be capable Wi-Fi router but your netbook only has an 802.11ac capable Wi-Fi module you will max out at the 802.11ac speeds. In addition to the speed limitations there is a very pressing reason for abandoning older Wi-Fi standards. You must use the same level of encryption on every device in your network and the encryption schemes available to 802.11b devices are weak and have been compromised (WEP encryption, for example, can be compromised in a matter of minutes by a moderately skilled child). Upgrading your Wi-Fi router and wireless equipment allows you to upgrade your wireless encryption as well as enjoy faster speeds. If you haven’t done anything to secure your router, there is no better time to take some extra security precautions.

Also like Ethernet, upgrading to the maximum speed — in this case 802.11be — is best suited for people moving enormous files and streaming UHD (or even 8K) video. Upgrading to 802.11be will have a negligible impact on your web browsing speed but will have an enormous impact on any activity that requires moving around large amounts of data quickly.


At this point you’ve got a handle on how your home network needs to be laid out and you have an understanding of what the network speed designations mean and how they impact you and your network. It’s time to upgrade your switch, roll out some new Wi-Fi bandwidth, and enjoy a better optimized home network.