Resources | Subject Notes | Computer Science
In computer networking, devices need a way to connect to a network. This is where network interface cards (NICs) and Media Access Control (MAC) addresses come into play. These components are fundamental for enabling communication between devices on a network.
A Network Interface Card (NIC), also known as a network adapter or network card, is a hardware component that allows a computer to connect to a network. It acts as an interface between the computer and the network cable or wireless network.
Function of a NIC:
Types of NICs:
A Media Access Control (MAC) address is a unique hardware address assigned to a network interface card (NIC). It's a 48-bit hexadecimal address that identifies the device on the network.
Purpose of MAC Addresses:
Format of a MAC Address:
MAC addresses are typically represented in hexadecimal format, often with colons separating the pairs of hexadecimal digits. For example: 00:1A:2B:3C:4D:5E
A MAC address is permanently assigned to the NIC by the manufacturer. When a computer is powered on, the operating system reads the MAC address from the NIC and stores it in the network configuration. This allows the computer to be uniquely identified on the network.
Feature | Description |
---|---|
Network Interface Card (NIC) | Hardware component enabling network connection. |
Function | Connects to network, translates data, handles data packets. |
MAC Address | Unique hardware address of the NIC. |
Purpose of MAC Address | Unique device identification, data delivery, Layer 2 addressing. |
Format of MAC Address | 48-bit hexadecimal (e.g., 00:1A:2B:3C:4D:5E) |