Every device on a network needs an identity.
When a computer joins a network, other devices need a way to recognise it.
Two important addresses help with this: a MAC address and an IP address.
β
MAC address
+
IP address
Understand how devices are identified on a network, and why a MAC address and an IP address are not the same thing.
When a computer joins a network, other devices need a way to recognise it.
Two important addresses help with this: a MAC address and an IP address.
A NIC stands for Network Interface Card.
It is the hardware that allows a device to connect to a network, send data and receive data.
A MAC address is permanent. It is assigned by the manufacturer.
An IP address is assigned when the device joins a network. It can change.
A MAC address is usually written in hexadecimal, separated into groups.
It is static and is assigned by the manufacturer of the NIC.
An IP address is used to identify where a device is on a network.
Unlike a MAC address, an IP address can be dynamic, which means it may change when the device reconnects.
IPv6 uses hexadecimal and is much longer than IPv4.
It uses 8 groups separated by colons, giving far more possible addresses.
The MAC address is assigned by the manufacturer.
The IP address is assigned on the network, often by a router.
| Address | Assigned by |
|---|---|
| MAC address | Manufacturer |
| IP address | Network / router |
If a question asks for characteristics of a MAC address, describe what it looks like or how it behaves.
Do not only write that it identifies a device.
A NIC allows a device to connect to a network.
A MAC address is a permanent hexadecimal address assigned by the manufacturer. An IP address identifies a device on a network and may change.
Now that you understand device addresses, the next lesson explains how routers help data move across networks.