What is a MAC Address?

A MAC (Media Access Control) address is a unique identifier assigned to every device that can connect to a network. This includes computers, routers, switches, and any other network-enabled devices.

Why use a MAC Address?

A MAC address is essential for communication on a local network because they enable devices to send data to the correct destination. When a device wants to send data to another device on the same network, it includes the MAC address of the intended recipient in the Data Link Layer header of the frame. This allows network devices, such as switches, to forward the frame only to the device with the matching address.

Format

The combination of the OUI and NIC specific digits creates a globally unique MAC address for each network device.

Format of MAC Address

Here are some OUIs (Organizationally Unique Identifiers) of known vendors:

VendorOUI
Cisco Systems Inc.00-0B-0E
Apple Inc.00-17-F2
Microsoft Corporation00-50-F2
Intel Corporation00-08-C7
Hewlett Packard Enterprise00-04-AC
Dell Technologies00-16-4D
IBM Corporation00-04-AC
Samsung Electronics Co., Ltd.00-1E-7B
Google LLC00-1A-11
Sony Corporation00-0D-93
Known vendors and their OUIs

How to find a MAC Address

When experiencing network connectivity issues, identifying the MAC address can help you diagnose and troubleshoot problems. It allows helps verify if the device is properly connected to the network, check for any conflicts or configuration errors. This way you can ensure that the device is recognized by the network infrastructure.

Here are common methods for finding MAC addresses on different devices:

Windows PC:

  • Open the Command Prompt : Press Win + R, typing cmd and hitting Enter.
  • In the Command Prompt window, type ipconfig /all and press Enter.
  • Look for the Physical Address or MAC Address entry under the network adapter you’re interested in.

MacOS:

  • Click the Apple menu and select System Preferences.
  • Choose Network.
  • Select the network connection on the left.
  • Click the Advanced button.
  • Go to the Hardware or Ethernet tab.
  • The MAC address will be listed as the Ethernet ID or MAC Address.

Linux:

  • Open the terminal. (Login as a superuser or make sure you have the appropriate permissions before this)
  • Type ifconfig -a and press Enter.
  • The MAC address is usually labeled as HWaddr or ether.

iOS (iPhone/iPad):

  • Open the Settings app.
  • Go to Wi-Fi or Mobile Data (depending on your connection).
  • Find the network you’re connected to and tap the i icon next to it.
  • The MAC address, also known as the Wi-Fi address or Ethernet address, will be displayed.

Android:

  • Open the Settings app.
  • Go to About phone or About device.
  • Look for Status or Network.
  • Find the MAC address listed under Wi-Fi MAC address or Ethernet MAC address.

It’s important to note that a MAC address is only relevant within a local network segment .

A local network segment refers to a portion of a network where devices are directly connected to each other, usually through switches or hubs.

Simply put, it is not routable across the internet. When data needs to be sent to a device on a different network, the MAC address is used only within the local network. Then the IP address is used to route the data to the appropriate network.

Leave a Comment

Your email address will not be published. Required fields are marked *