A Router is a sophisticated device used to join two or more different networks, such as connecting a private LAN to the public Internet. It analyzes the IP addresses in the headers of data packets to determine the most efficient path for the data to travel across the network.
Bridges are used to connect two separate LAN segments so they function as a single, larger network. Unlike routers, bridges typically operate at the Data Link Layer and filter traffic based on MAC addresses to reduce unnecessary congestion between the segments.
Modems (Modulator-Demodulator) convert digital signals from a computer into analog signals for transmission over traditional telephone or cable lines. This process is reversed at the receiving end to allow the computer to interpret the incoming data.
A Wireless Access Point (WAP) allows Wi-Fi enabled devices to connect to a wired network infrastructure. It acts as a portal, converting radio frequency signals from mobile devices into wired data packets for the rest of the network.
Wireless Network Interface Cards (WNIC) perform the same function as a standard NIC but utilize radio waves instead of physical cables. These are commonly built into modern laptops and smartphones to facilitate mobility.
Repeaters are used to boost or regenerate signals that have weakened due to distance or interference. They operate at the Physical Layer and are essential for extending the range of both wired and wireless network segments without loss of data quality.
| Feature | Hub | Switch | Router |
|---|---|---|---|
| Layer | Physical (Layer 1) | Data Link (Layer 2) | Network (Layer 3) |
| Addressing | None (Broadcasts) | MAC Address | IP Address |
| Efficiency | Low (Collisions likely) | High (Direct delivery) | Very High (Path optimization) |
| Security | Low (Data visible to all) | Medium (Targeted) | High (Includes firewalls) |
Identify the Layer: When asked about a device, first determine if it uses MAC addresses (Layer 2) or IP addresses (Layer 3). This distinction is a common source of marks in networking questions.
Efficiency vs. Cost: Be prepared to justify the use of a switch over a hub. The primary reasons are the reduction of data collisions and the improvement of overall network security.
The Role of the Router: Always remember that a router's primary job is to connect different networks. If the question involves connecting devices within the same network, a switch is usually the correct answer.
Signal Integrity: If a scenario describes a network spanning a long distance where data becomes corrupted, look for the 'Repeater' as the solution to regenerate the signal.