2.5 Compare and contrast common networking hardware devices.
📘CompTIA A+ Core 1 (220-1201)
What Is a Router?
A router is a networking device that connects different networks together and directs data between them.
- It sits between networks, not just devices
- Most commonly, it connects a local network (LAN) to a wide area network (WAN) such as the internet
- It decides where data should go next based on IP addresses
In an IT environment, routers are used to:
- Connect office networks to the internet
- Connect multiple internal networks together
- Control how data flows between networks
Primary Function of a Router
The main job of a router is packet forwarding between networks.
- It receives data packets
- It checks the destination IP address
- It forwards the packet to the correct next network
Key point for the exam:
Routers work at Layer 3 (Network layer) of the OSI model
Router vs Switch (Very Important for Exam)
| Feature | Router | Switch |
|---|---|---|
| OSI Layer | Layer 3 | Layer 2 |
| Uses | IP addresses | MAC addresses |
| Connects | Different networks | Devices within the same network |
| Internet access | Yes | No (by itself) |
Exam tip:
If the question mentions IP addresses, internet, or connecting networks, the answer is usually router.
Common Features of Routers (A+ Exam Focus)
Modern routers often include multiple networking functions in one device.
1. Network Address Translation (NAT)
NAT allows multiple devices on a private network to share one public IP address.
- Internal devices use private IP addresses
- The router translates them to a public IP
- Required for internet access in most networks
Why NAT is important:
- Conserves public IP addresses
- Adds basic security by hiding internal IPs
Exam keyword:
If you see “private IP to public IP conversion” → NAT
2. Dynamic Host Configuration Protocol (DHCP)
Many routers act as a DHCP server.
- Automatically assigns:
- IP address
- Subnet mask
- Default gateway
- DNS server
Why this matters:
- Devices can join the network without manual configuration
- Reduces configuration errors
Exam tip:
Routers often provide DHCP, but they are not dedicated DHCP servers in large environments.
3. Firewall Functionality
Most routers include a basic firewall.
- Blocks unwanted incoming traffic
- Uses stateful packet inspection (SPI)
- Helps protect the internal network
Important exam note:
- Router firewalls are basic
- Enterprise networks use dedicated firewall appliances
4. Routing Tables
Routers use a routing table to decide where traffic goes.
- Contains known network destinations
- Specifies the best path to reach them
Types of routing:
- Static routing – manually configured routes
- Dynamic routing – routes learned automatically (advanced networks)
A+ focus:
You only need to know what routing tables do, not routing protocols.
Types of Routers You Should Know
1. SOHO Router (Small Office / Home Office)
Most common router type for A+ exam.
Features:
- Router
- Switch (usually 4–8 Ethernet ports)
- Wireless access point
- DHCP server
- NAT
- Firewall
Used in:
- Small offices
- Homes
- Small businesses
Exam keyword:
“All-in-one device” → SOHO router
2. Enterprise Router
Used in large organizations.
Characteristics:
- High performance
- Handles large amounts of traffic
- Often works with:
- Dedicated switches
- Dedicated firewalls
- Dedicated access points
A+ exam note:
You are not expected to configure enterprise routers, only identify their role.
3. Wireless Router
A router with built-in wireless access point.
Functions:
- Routes traffic between LAN and WAN
- Provides Wi-Fi connectivity
- Uses wireless standards (802.11a/b/g/n/ac/ax)
Important distinction:
- A wireless router is not just a router
- It combines router + switch + access point
Router Interfaces (Ports)
Routers typically have:
- WAN port
- Connects to ISP modem
- Public IP address
- LAN ports
- Connect to internal devices or switches
- Private IP addresses
Exam tip:
If the question mentions ISP connection, the answer involves the WAN port.
IP Addressing and Routers
Routers:
- Have at least two IP addresses
- One on the LAN side
- One on the WAN side
- Act as the default gateway for client devices
Default Gateway Definition (Exam Favorite):
The IP address of the router that devices use to reach other networks
Router Placement in a Network
Typical small network layout:
- ISP connection → Router → Switch → End devices
Key exam concept:
- Router sits at the network boundary
- It separates internal and external networks
What Routers Do NOT Do (Exam Traps)
Routers do not:
- Forward traffic based on MAC addresses
- Replace switches in large networks
- Provide advanced security like enterprise firewalls
- Directly connect end devices efficiently (switches do that)
Troubleshooting Concepts (A+ Level)
If devices:
- Can access local network but not the internet
- Check router
- Check default gateway
- Check WAN connection
If no device gets an IP address:
- Check if router’s DHCP is enabled
Key Exam Keywords to Remember
- Layer 3 device
- IP address
- Default gateway
- NAT
- DHCP
- Routing table
- WAN vs LAN
- SOHO router
One-Line Exam Summary
A router is a Layer 3 networking device that connects different networks, routes traffic using IP addresses, and often provides NAT, DHCP, and basic firewall services.
