24 total
By the end of this topic, you should be able to:
A Network Interface Card (NIC) is a piece of hardware (a physical component) that a computer needs to connect to a network. Think of it as a "network connector" built into or added to your device.
Key points about NICs:
Real-world example: When you connect your laptop to your home Wi-Fi, you're using a wireless NIC. When you plug an Ethernet cable into your computer, you're using a wired NIC.
A MAC address (Media Access Control address) is a unique identification number that is permanently assigned to a device's network interface card. It's like a serial number that identifies your specific device on a network.
Important facts about MAC addresses:
MAC addresses are written using hexadecimal (base-16) numbers. This is a number system that uses 16 digits: 0-9 and A-F.
Format: A MAC address is made up of 48 bits (6 bytes) of data, which is displayed as 12 hexadecimal digits grouped into 6 pairs, separated by hyphens or colons.
Example: 00-1C-B3-4F-25-FE
Every MAC address has two parts:
1. Manufacturer Identity Number (First 3 pairs)
2. Serial Number (Last 3 pairs)
Example breakdown:
MAC Address: 00-1C-B3-4F-25-FE
00-1C-B3 (this code belongs to Apple Corporation)4F-25-FE (this identifies this specific device)Other manufacturer examples:
00-14-22 = Dell00-40-96 = Cisco00-A0-C9 = IntelHexadecimal is used because:
Sign in to view full notes