You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers the key hardware components used in computer networks: NICs, switches, routers, hubs, wireless access points (WAPs), firewalls, repeaters, bridges, and gateways. Understanding the role of each device is essential for the OCR H446 specification.
A Network Interface Card (NIC) is a hardware component that allows a device to connect to a network.
| Feature | Detail |
|---|---|
| Function | Provides a physical interface between the device and the network medium |
| Types | Wired (Ethernet, RJ45 port) and wireless (WiFi adapter) |
| MAC address | Each NIC has a unique MAC (Media Access Control) address, a 48-bit hardware address |
| Location | Built into motherboards or added as a separate card |
A MAC address is 48 bits, written as 6 pairs of hexadecimal digits:
00:1A:2B:3C:4D:5E
A hub is a basic networking device that connects multiple devices in a star topology.
| Feature | Detail |
|---|---|
| Function | Receives data on one port and broadcasts it to ALL other ports |
| Layer | Physical layer (Layer 1 of OSI model) |
| Intelligence | None — does not examine or route data |
| Collisions | High — all devices share the same bandwidth |
| Status | Largely obsolete — replaced by switches |
When a hub receives a frame, it sends a copy to every connected port, regardless of the intended recipient. This wastes bandwidth and causes collisions.
A switch is a more intelligent device that connects multiple devices in a star topology and forwards data only to the intended recipient.
| Feature | Detail |
|---|---|
| Function | Learns MAC addresses and forwards frames only to the correct port |
| Layer | Data link layer (Layer 2 of OSI model) |
| MAC address table | Builds and maintains a table mapping MAC addresses to ports |
| Collisions | Minimal — each port has its own collision domain |
| Performance | Much better than a hub — full bandwidth per port |
A router connects different networks and forwards data between them based on IP addresses.
| Feature | Detail |
|---|---|
| Function | Routes packets between different networks (e.g., LAN to WAN, LAN to Internet) |
| Layer | Network layer (Layer 3 of OSI model) |
| Addressing | Uses IP addresses to determine the best path for packets |
| Routing table | Maintains a table of known networks and the best paths to reach them |
| NAT | Often performs Network Address Translation |
| DHCP | Often acts as a DHCP server, assigning IP addresses to devices |
| Feature | Switch | Router |
|---|---|---|
| Operates at | Layer 2 (MAC addresses) | Layer 3 (IP addresses) |
| Connects | Devices within the same network | Different networks together |
| Addressing | MAC addresses | IP addresses |
| Broadcast | Forwards broadcasts within the LAN | Blocks broadcasts between networks |
A WAP provides wireless connectivity, allowing WiFi-enabled devices to connect to a wired network.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.