Study Notes
Network hardware includes components like Network Interface Cards (NICs) and routers, which are essential for connecting devices to networks and managing data traffic.
- Network Interface Card (NIC) — a circuit board installed on a computer to connect to a network. Example: Contains a unique MAC address and often includes an Ethernet port.
- MAC Address — a unique identifier assigned to a NIC, consisting of six sets of hexadecimal characters. Example: 00:0A:95:9D:68:16
- IP Address — a unique address used to identify a user in a network. Example: IPv4 uses 32 bits, while IPv6 uses 128 bits.
- Router — a device that connects multiple networks and directs data packets to their intended IP addresses. Example: Allows multiple devices to share the same internet connection.
Exam Tips
Key Definitions to Remember
- Network Interface Card (NIC)
- MAC Address
- IP Address
- Router
Common Confusions
- Difference between MAC and IP addresses
- Static vs. Dynamic IP addresses
Typical Exam Questions
- What is a Network Interface Card (NIC)? A circuit board that connects a computer to a network.
- How does a router manage network traffic? By forwarding data packets to their intended IP addresses.
- What is the difference between IPv4 and IPv6? IPv4 uses 32 bits, while IPv6 uses 128 bits.
What Examiners Usually Test
- Understanding of how NICs and routers function
- Differences between MAC and IP addresses
- The role of static and dynamic IP addresses