Routing involves selecting optimal paths for data packets between networks. Routers maintain routing tables containing paths, priorities, and metrics, enabling them to choose efficient routes dynamically based on network conditions.
Switching uses frame inspection and MAC address tables to determine the correct output port for each data frame. Switches learn MAC addresses by monitoring incoming traffic, allowing them to update their forwarding tables automatically.
Network segmentation using bridges helps isolate LAN segments and reduce unnecessary broadcast traffic. By dividing a network into logical sections, bridges improve security, manageability, and performance.
NIC configuration includes selecting proper drivers, setting speed and duplex modes, and enabling wired or wireless connectivity. These configurations ensure that a device communicates efficiently with the rest of the network.
| Feature | Router | Switch | Hub | Bridge |
|---|---|---|---|---|
| Purpose | Connects networks | Connects devices in LAN | Repeats signals | Connects LAN segments |
| Forwards by | IP address | MAC address | Broadcasts blindly | MAC filtering |
| Efficiency | High | High | Low | Moderate |
| Best use | WAN access | LAN traffic management | Simple setups | Traffic isolation |
IP addressing vs MAC addressing: IP addresses identify devices across networks, enabling global routing, while MAC addresses identify devices within a local network, enabling precise frame forwarding.
Dynamic vs static identifiers: IP addresses often change as devices move across networks, while MAC addresses remain constant because they are hard‑coded into NIC hardware.
Identify the device function before answering a question. Many exam items test whether you understand whether the device operates at the network or data link layer, which is key to predicting its behavior with traffic.
Highlight addressing differences when explaining routers versus switches or MAC versus IP. These distinctions frequently appear in exam questions and are essential for demonstrating conceptual clarity.
Use precise terminology such as routing table, MAC lookup table, or packet header. Examiners reward specificity, especially when differentiating between forwarding mechanisms.
Check whether the question asks about network scope. Answers involving routers usually refer to WAN connections, while switches and hubs refer to LAN operations.
Confusing hubs and switches is common because both connect multiple devices. However, hubs broadcast everything, while switches target specific destinations; misunderstanding this difference leads to incorrect reasoning about network efficiency.
Assuming MAC addresses change when devices change networks is incorrect. MAC addresses remain constant, and only IP addresses change as devices connect to new networks.
Believing routers operate inside a single LAN is a misconception. Routers primarily connect different networks, so using a router analogy to describe switch-level forwarding can lead to conceptual errors.
Thinking larger bandwidth always improves performance overlooks the fact that device behavior, such as hub broadcasting or switch learning, often matters more than raw link speed.
Network hardware forms the foundation of LAN and WAN design, linking directly to topics such as network topologies, addressing schemes, and routing protocols. Mastery of hardware behavior supports deeper study of networking architectures.
Understanding routing and switching is essential for advanced networking concepts like virtual LANs, subnetting, and quality‑of‑service management. These advanced tools build directly on hardware capabilities.
NIC-level addressing and wireless adapters connect this topic to wireless networking, where similar principles are reused with additional layer‑specific technologies such as frequency management and encryption.
Bridges and switches lay conceptual groundwork for learning about modern layer‑2 devices such as managed switches, VLAN-aware hardware, and software-defined networking.