---
title: "What are MAC addresses?"  
description: "What are MAC addresses?"  
author: "ramesh kumar"  
published: 2017-11-14  
updated: 2023-04-19  
canonical: https://answers.mindstick.com/qa/30568/what-are-mac-addresses  
category: "technology"  
tags: ["local area network"]  
reading_time: 2 minutes  

---

# What are MAC addresses?

What are MAC addresses?

## Answers

### Answer by Jujhar Singh

**MAC (Media Access Control)** addresses are unique identifiers assigned to network interface controllers (NICs) of devices connected to a network. Every device connected to a network, including computers, smartphones, printers, routers, and switches, has a unique MAC address. These addresses are used by network protocols to identify and communicate with each device on the network.![What are MAC addresses?](https://answers.mindstick.com/questionanswer/781446e6-e231-4380-a015-ec8e0e7ac5a5/images/9ebdcbce-7604-429e-a81f-cff861edd50e.png)

**A** [**MAC address**](https://www.mindstick.com/articles/188405/difference-between-mac-address-and-ip-address) is a 48-bit (6-byte) number that is typically represented as a sequence of 12 hexadecimal digits. The first half of the address (the first 24 bits) is assigned by the manufacturer of the device and is known as the Organizationally Unique Identifier (OUI). The second half of the address (the last 24 bits) is assigned by the manufacturer and is used to identify the specific device.

**MAC addresses** are used by network protocols such as Ethernet to control the flow of data between devices on a network. When a device wants to send data to another device, it first needs to obtain the MAC address of the destination device. This is done using the Address Resolution Protocol (ARP), which allows a device to map an IP address to a MAC address.

**When a device**receives data from another device, it checks the destination MAC address to determine whether the data is intended for it. If the MAC address matches the [address](https://www.mindstick.com/blog/195670/ip-addresses-the-basics-everyone-should-know) of the receiving device, the data is processed. If the MAC address does not match, the data is discarded.

**MAC addresses** are also used by network switches to forward data to the appropriate destination. When a switch receives data from a device, it checks the destination MAC address to determine which port the data should be forwarded to. This allows switches to selectively forward data to specific devices on the network, improving network performance and security.

**While MAC addresses** are unique and can be used to identify individual devices on a network, they can also be changed or spoofed. This can be done for various reasons, such as to bypass network restrictions or to hide the identity of a device. However, changing or spoofing a MAC address can also be used for malicious purposes, such as impersonating another device on the network or conducting a man-in-the-middle attack.


---

Original Source: https://answers.mindstick.com/qa/30568/what-are-mac-addresses

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
