Understand the need for NICs and MAC addresses
📡 Network Hardware: NICs and MAC Addresses
In this lesson you will learn why every computer needs a Network Interface Card (NIC) and how each NIC has a unique identifier called a MAC address. These concepts are key for the IGCSE Computer Science exam.
🛠️ What is a NIC?
A NIC (Network Interface Card) is the hardware that lets a computer talk to a network. Think of it as a telephone line that connects your home to the internet.
- It converts data between the computer’s internal format and the network’s format.
- It can be built into the motherboard or added as a separate card.
- Without a NIC, your computer would be a silent house in a bustling city.
🔍 Why do we need NICs?
- To send and receive data packets.
- To identify the device on the network.
- To manage traffic using protocols like Ethernet.
📞 What is a MAC Address?
A MAC (Media Access Control) address is a unique 48‑bit identifier assigned to each NIC. It’s like a phone number that tells other devices who is speaking.
Example: 00:1A:2B:3C:4D:5E
🧩 Format of a MAC Address
| Part | Description |
|---|---|
| First 24 bits | Organizationally Unique Identifier (OUI) – identifies the manufacturer. |
| Last 24 bits | Network Interface Controller (NIC) specific – ensures uniqueness. |
Each part is written in hexadecimal (0–9, A–F).
🚦 How MAC Addresses Work in Networking
When a device sends a packet, it includes the source MAC address. Switches use these addresses to forward packets only to the intended destination, reducing network traffic.
Analogy: A post office uses the recipient’s address to deliver mail directly to the right mailbox.
📝 Examination Tips
Remember:
- Explain the role of a NIC in simple terms.
- Describe the structure of a MAC address (48 bits, OUI + NIC).
- Use the telephone line analogy to illustrate how a NIC connects a computer to a network.
- Show the MAC address format in a table if asked.
- Highlight that MAC addresses are hardware‑based and cannot be changed by software.
Good luck! 🎓
Revision
Log in to practice.