<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MAC address format Archives - Cablify</title>
	<atom:link href="https://www.cablify.ca/tag/mac-address-format/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.cablify.ca/tag/mac-address-format/</link>
	<description></description>
	<lastBuildDate>Wed, 29 Jul 2026 22:57:11 +0000</lastBuildDate>
	<language>en-CA</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>What Is a MAC Address? Format, Uses and How to Find It</title>
		<link>https://www.cablify.ca/mac-address-networking/</link>
		
		<dc:creator><![CDATA[HP]]></dc:creator>
		<pubDate>Thu, 12 Oct 2017 21:28:00 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[how to find MAC address]]></category>
		<category><![CDATA[MAC address format]]></category>
		<category><![CDATA[MAC address lookup]]></category>
		<category><![CDATA[MAC address randomization]]></category>
		<category><![CDATA[MAC address vs IP address]]></category>
		<category><![CDATA[MAC filtering]]></category>
		<category><![CDATA[MAC spoofing]]></category>
		<category><![CDATA[OUI]]></category>
		<guid isPermaLink="false">https://www.cablify.ca/?p=3454</guid>

					<description><![CDATA[<p>The post <a href="https://www.cablify.ca/mac-address-networking/">What Is a MAC Address? Format, Uses and How to Find It</a> appeared first on <a href="https://www.cablify.ca">Cablify</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="wpb-content-wrapper"><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<p>A MAC address identifies a specific piece of network hardware. Every network interface ever manufactured has one, it is how a switch knows which port your laptop is on, and it is the value you will be asked for when someone provisions a phone, commissions a camera or registers a device on a corporate network.</p>
<p>It is also the source of a lot of confusion, because most explanations describe MAC addresses as permanent and unique. That stopped being true for phones and laptops in 2019, and the change quietly broke a number of things that businesses still rely on.</p>
<p>This guide covers what a MAC address actually is, how the format works, how to find one on any device, what randomization changed, and where MAC addresses genuinely matter when you are running an office network.<!-- IMAGE SLOT 1: MAC address format breakdown diagram. Alt: "Diagram showing the 48-bit MAC address format split into OUI and device identifier" --></p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<figure id="attachment_8338" aria-describedby="caption-attachment-8338" style="width: 640px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="size-large wp-image-8338" src="https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android-1024x683.webp" alt="Where to find the MAC address on Windows, macOS, iPhone, Android and network equipment" width="640" height="427" srcset="https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android-1024x683.webp 1024w, https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android-300x200.webp 300w, https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android-768x512.webp 768w, https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android-600x400.webp 600w, https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android-60x40.webp 60w, https://www.cablify.ca/wp-content/uploads/2017/10/how-to-find-mac-address-windows-mac-iphone-android.webp 1536w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-8338" class="wp-caption-text">Where the MAC address lives on each platform.</figcaption></figure>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>The short answer</h2>
<p><strong>A MAC address (Media Access Control address) is a 48-bit hardware identifier assigned to a network interface, written as 12 hexadecimal digits.</strong> The first 24 bits identify the manufacturer and the last 24 bits identify the specific interface. It operates at Layer 2 of the OSI model and is used to deliver data between devices on the same local network.</p>
<p>A typical MAC address looks like this:</p>
<p><strong>00:1A:2B:3C:4D:5E</strong></p>
<p>The same address may be written three ways depending on the vendor. All three mean exactly the same thing.</p>
<ul>
<li><strong>Colon separated:</strong> 00:1A:2B:3C:4D:5E (Linux, macOS, most network equipment)</li>
<li><strong>Hyphen separated:</strong> 00-1A-2B-3C-4D-5E (Windows)</li>
<li><strong>Dot separated:</strong> 001a.2b3c.4d5e (Cisco)</li>
</ul>
<p>One device usually has several MAC addresses, one per interface. A laptop with Ethernet, Wi-Fi and Bluetooth has three. That is normal and is the most common reason people think they have found the wrong one.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Anatomy of a MAC address</h2>
<p>The 48 bits split into two halves that do completely different jobs.</p>
<table>
<thead>
<tr>
<th>Portion</th>
<th>Bits</th>
<th>Example</th>
<th>What it is</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>OUI</strong> (Organizationally Unique Identifier)</td>
<td>First 24</td>
<td>00:1A:2B</td>
<td>Identifies the manufacturer. Purchased from and registered with the IEEE.</td>
</tr>
<tr>
<td><strong>Device identifier</strong></td>
<td>Last 24</td>
<td>3C:4D:5E</td>
<td>Assigned by that manufacturer to the individual interface.</td>
</tr>
</tbody>
</table>
<p>Because the OUI is registered publicly, you can look up any MAC address and find out who made the hardware. That is genuinely useful in practice. An unknown device on your network resolves to a manufacturer, and knowing it is a Hikvision camera rather than an unidentified laptop changes what you do next.</p>
<p>The IEEE publishes the full registry, and you can search it or download the complete list from the IEEE Registration Authority.</p>
<h3>The two flag bits that most guides skip</h3>
<p>Inside the very first octet sit two bits that tell you a lot about an address at a glance.</p>
<table>
<thead>
<tr>
<th>Bit</th>
<th>Value 0 means</th>
<th>Value 1 means</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>I/G</strong> (least significant bit of octet 1)</td>
<td>Unicast. Addressed to one interface.</td>
<td>Multicast or broadcast. Addressed to a group.</td>
</tr>
<tr>
<td><strong>U/L</strong> (second least significant bit of octet 1)</td>
<td>Universally administered. A real manufacturer OUI.</td>
<td>Locally administered. Set by software, not burned in.</td>
</tr>
</tbody>
</table>
<h3>The practical shortcut worth memorising</h3>
<p>You do not need to convert anything to binary. If the <strong>second hexadecimal digit</strong> of a MAC address is <strong>2, 6, A or E</strong>, the address is locally administered and unicast. It was set by software rather than assigned by a manufacturer.</p>
<p>In 2026 that almost always means one of two things: it is a randomized address from a phone or laptop, or it is a deliberately spoofed address. Either way, it is not a factory identifier, and any system relying on it being stable will eventually break. This single check is the fastest way to work out why a device keeps appearing as a new arrival on your network.</p>
<p>For completeness: the digits 3, 7, B and F also indicate a locally administered address, but a multicast one. You will see those on protocol traffic rather than on a device, so 2, 6, A and E are the four to remember.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<figure id="attachment_8340" aria-describedby="caption-attachment-8340" style="width: 640px" class="wp-caption aligncenter"><img decoding="async" class="size-large wp-image-8340" src="https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-vs-ip-address-per-hop-diagram-1024x512.webp" alt="Diagram showing the IP address staying constant while the MAC address is rewritten at every hop" width="640" height="320" srcset="https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-vs-ip-address-per-hop-diagram-1024x512.webp 1024w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-vs-ip-address-per-hop-diagram-300x150.webp 300w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-vs-ip-address-per-hop-diagram-768x384.webp 768w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-vs-ip-address-per-hop-diagram-1536x768.webp 1536w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-vs-ip-address-per-hop-diagram.webp 1774w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-8340" class="wp-caption-text">The IP address is the destination. The MAC address is only ever the next hop.</figcaption></figure>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>MAC address vs IP address</h2>
<p>A MAC address identifies a physical network interface and does not change as data crosses the network. An IP address identifies a device&#8217;s position on a network and changes when the device moves to a different network. You need both, and they do different jobs at different layers.</p>
<table>
<thead>
<tr>
<th></th>
<th>MAC address</th>
<th>IP address</th>
</tr>
</thead>
<tbody>
<tr>
<td>OSI layer</td>
<td>2, data link</td>
<td>3, network</td>
</tr>
<tr>
<td>Assigned by</td>
<td>The manufacturer, or software</td>
<td>A network administrator or DHCP</td>
</tr>
<tr>
<td>Scope</td>
<td>The local network segment only</td>
<td>Routable across the internet</td>
</tr>
<tr>
<td>Format</td>
<td>48 bits, 12 hex digits</td>
<td>32 bits (IPv4) or 128 bits (IPv6)</td>
</tr>
<tr>
<td>Changes when the device moves?</td>
<td>No, it belongs to the hardware</td>
<td>Yes, it belongs to the network</td>
</tr>
<tr>
<td>Used by</td>
<td>Switches</td>
<td>Routers</td>
</tr>
</tbody>
</table>
<h3>Why data carries both</h3>
<p>This is the part that confuses people, and it is worth getting right because it explains the whole system.</p>
<p>The IP address is the final destination. It stays the same for the entire journey, in the same way the address on a parcel does not change as the parcel moves between depots.</p>
<p>The MAC address is the next hop. It is rewritten at every single router along the path. When your laptop sends a packet to a web server, the packet leaves carrying your router&#8217;s MAC address as its destination, not the server&#8217;s. Your router strips that off, writes in the MAC address of the next device, and forwards it. This repeats at every hop until the packet reaches the destination network, where the final router writes in the server&#8217;s actual MAC address.</p>
<p>So the IP address answers &#8220;where is this ultimately going?&#8221; and the MAC address answers &#8220;who hands it over next?&#8221; Both are needed, because routers only know how to reach networks, and the physical delivery on each segment happens by MAC address.</p>
<p>The mechanism that connects the two is <strong>ARP</strong>, the Address Resolution Protocol. When a device knows an IP address on its local network but not the matching MAC address, it broadcasts a request asking who holds that IP. The device with that IP answers with its MAC address, and the sender caches the result. On Windows you can see this cache with <code>arp -a</code>.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>How to find a MAC address on any device</h2>
<p><!-- IMAGE SLOT 2: how to find MAC address across devices. Alt: "Where to find the MAC address on Windows, macOS, iPhone, Android and network equipment" --></p>
<table>
<thead>
<tr>
<th>Device</th>
<th>Where to look</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Windows 10 and 11</strong></td>
<td>Open Command Prompt and run <code>ipconfig /all</code>. The MAC address appears as &#8220;Physical Address&#8221; under each adapter. Or Settings, Network and Internet, then the adapter&#8217;s properties.</td>
</tr>
<tr>
<td><strong>macOS</strong></td>
<td>System Settings, Network, select the interface, then Details and Hardware. Or run <code>ifconfig en0</code> in Terminal.</td>
</tr>
<tr>
<td><strong>iPhone and iPad</strong></td>
<td>Settings, General, About, Wi-Fi Address. Note this is the hardware address. The address your network actually sees is under Settings, Wi-Fi, the (i) beside the network, Private Wi-Fi Address.</td>
</tr>
<tr>
<td><strong>Android</strong></td>
<td>Settings, About phone, Status, or Settings, Network, Wi-Fi, then the gear icon beside the connected network. Wording varies by manufacturer.</td>
</tr>
<tr>
<td><strong>Linux</strong></td>
<td><code>ip link show</code> or <code>ifconfig -a</code>. The value follows &#8220;link/ether&#8221;.</td>
</tr>
<tr>
<td><strong>ChromeOS</strong></td>
<td>Settings, Network, Wi-Fi, then the connected network&#8217;s details.</td>
</tr>
<tr>
<td><strong>Printers</strong></td>
<td>Print a network configuration page from the control panel. It is usually listed as &#8220;Hardware Address&#8221; or &#8220;MAC&#8221;.</td>
</tr>
<tr>
<td><strong>IP cameras, phones, access points</strong></td>
<td>Printed on a label on the device itself and on the box, often beside a QR code. Record it before installation, because the label faces the ceiling once mounted.</td>
</tr>
<tr>
<td><strong>Any device, from the network side</strong></td>
<td>Check the DHCP lease table on your router or firewall, or the MAC address table on a managed switch.</td>
</tr>
</tbody>
</table>
<p>One field note that saves real time on site: photograph the MAC address labels of every access point, camera and door reader before they go up. Once a unit is mounted on a ceiling or inside a housing, reading that label means getting the ladder back out.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<figure id="attachment_8342" aria-describedby="caption-attachment-8342" style="width: 640px" class="wp-caption aligncenter"><img decoding="async" class="size-large wp-image-8342" src="https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks-1024x683.webp" alt="Phone presenting a different randomized MAC address to each Wi-Fi network it joins" width="640" height="427" srcset="https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks-1024x683.webp 1024w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks-300x200.webp 300w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks-768x512.webp 768w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks-600x400.webp 600w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks-60x40.webp 60w, https://www.cablify.ca/wp-content/uploads/2017/10/mac-address-randomization-phone-wifi-networks.webp 1536w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-8342" class="wp-caption-text">One phone, three networks, three different addresses.</figcaption></figure>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>MAC address randomization: why &#8220;permanent&#8221; is no longer true</h2>
<p>Most explanations still describe MAC addresses as fixed hardware identifiers. For servers, switches, printers, cameras and anything wired, that remains accurate. For phones and laptops on Wi-Fi, it has not been true for years.</p>
<p>Every major platform now generates a randomized, locally administered MAC address for Wi-Fi by default, so that a device cannot be tracked across networks by its hardware identifier.</p>
<table>
<thead>
<tr>
<th>Platform</th>
<th>Since</th>
<th>Default behaviour</th>
</tr>
</thead>
<tbody>
<tr>
<td>Android</td>
<td>Android 10, 2019</td>
<td>A different randomized address per saved network, persistent for that network.</td>
</tr>
<tr>
<td>iOS and iPadOS</td>
<td>iOS 14, 2020</td>
<td>Per-network randomization. iOS 18 added Off, Fixed and Rotating modes, defaulting to Fixed on WPA2 or stronger networks and Rotating on open or weak ones.</td>
</tr>
<tr>
<td>Windows</td>
<td>Windows 10, 2020</td>
<td>Supported per network, and can be configured to rotate on each connection.</td>
</tr>
</tbody>
</table>
<h3>What this breaks</h3>
<p>These are not hypothetical. They come up constantly on business networks.</p>
<ul>
<li><strong>MAC filtering allow-lists.</strong> A device approved once appears as a stranger the next time and is refused.</li>
<li><strong>DHCP reservations.</strong> A phone pinned to a fixed IP by MAC address stops receiving it.</li>
<li><strong>Captive portals and guest Wi-Fi.</strong> Users are forced to re-accept terms repeatedly because the portal no longer recognises them.</li>
<li><strong>Network access control and RADIUS.</strong> Policies keyed to MAC address stop matching, and one phone can appear as several devices in a day.</li>
<li><strong>Device counts and analytics.</strong> Occupancy and visitor figures inflate, sometimes dramatically.</li>
<li><strong>Licence enforcement.</strong> Anything tied to a MAC address may deactivate without warning.</li>
</ul>
<h3>How to handle it</h3>
<ul>
<li><strong>Stop using MAC address as an identity.</strong> It was never a strong one and it is now not even a stable one.</li>
<li><strong>Use 802.1X with certificates or credentials</strong> for staff devices. This identifies the user or the device properly and is unaffected by randomization.</li>
<li><strong>Accept randomization on guest networks</strong> and design the portal so a returning-user experience does not depend on recognising the hardware.</li>
<li><strong>Keep MAC-based configuration for wired and fixed devices only.</strong> Cameras, access points, printers, door controllers and desk phones do not randomize, so DHCP reservations and port security still work correctly for them.</li>
<li><strong>If a specific device must be recognised</strong>, instruct the user to turn off the private address for that network. On iPhone this is under Wi-Fi, the (i) icon, Private Wi-Fi Address. Treat it as an exception, not a policy.</li>
</ul>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<figure id="attachment_8344" aria-describedby="caption-attachment-8344" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-8344" src="https://www.cablify.ca/wp-content/uploads/2017/10/switch-mac-address-table-port-mapping-1024x562.webp" alt="Managed switch MAC address table mapping physical ports to connected devices" width="640" height="351" srcset="https://www.cablify.ca/wp-content/uploads/2017/10/switch-mac-address-table-port-mapping-1024x562.webp 1024w, https://www.cablify.ca/wp-content/uploads/2017/10/switch-mac-address-table-port-mapping-300x165.webp 300w, https://www.cablify.ca/wp-content/uploads/2017/10/switch-mac-address-table-port-mapping-768x421.webp 768w, https://www.cablify.ca/wp-content/uploads/2017/10/switch-mac-address-table-port-mapping-1536x843.webp 1536w, https://www.cablify.ca/wp-content/uploads/2017/10/switch-mac-address-table-port-mapping.webp 1693w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-8344" class="wp-caption-text">The address table is what turns an IP address into a physical wall port.</figcaption></figure>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Where MAC addresses actually matter in a business network</h2>
<p><!-- IMAGE SLOT 3: switch MAC address table mapping ports to devices. Alt: "Managed switch MAC address table mapping physical ports to connected devices" -->Beyond the definition, these are the places a MAC address does real work in a commercial installation.</p>
<h3>The switch MAC address table</h3>
<p>A managed switch builds a table mapping every MAC address it has seen to the port it arrived on, and uses that table to send each frame to exactly one port instead of all of them. It is the mechanism that makes a switch a switch rather than a hub. Our guide to <a href="https://www.cablify.ca/a-simple-guide-to-switch-router-and-hub/">hubs, switches and routers</a> covers how this differs from the devices it replaced.</p>
<h3>Tracing a device to a physical port</h3>
<p>When something misbehaves on the network and all you have is an IP address, the path back to the physical wall port runs through the MAC address. Resolve IP to MAC via ARP, look that MAC up in the switch&#8217;s address table to get the port, then follow the patch panel documentation to the outlet. Without labelled patch panels and an accurate port map this becomes an afternoon of unplugging cables, which is one of several reasons the <a href="https://www.cablify.ca/what-is-mdf-idf-network-closets-office-guide/">network closet documentation</a> matters.</p>
<h3>DHCP reservations</h3>
<p>Devices that need a predictable IP address get one reserved against their MAC address. Printers, cameras, access points, servers and desk phones all belong in this category. Anything on Wi-Fi that randomizes does not.</p>
<h3>Port security on managed switches</h3>
<p>A managed switch can be configured to limit how many MAC addresses appear on a port, and to shut the port down if that limit is exceeded. This is useful protection against someone plugging an unmanaged switch into a wall port, and against MAC flooding attacks. It is available on the managed models covered in our <a href="https://www.cablify.ca/small-business-cisco-switches-poe-guide/">small business Cisco switches guide</a>, and not available at all on unmanaged switches.</p>
<h3>Zero-touch provisioning</h3>
<p>VoIP desk phones and wireless access points are commonly provisioned by MAC address. You supply the list of MAC addresses to the platform, the configuration is staged against each one, and the device pulls its own settings the first time it is plugged in. For a fifty phone deployment this is the difference between an hour and a full day, and it is standard practice in the <a href="https://www.cablify.ca/business-voip-services-toronto/">VoIP installations</a> we run. The same applies when planning <a href="https://www.cablify.ca/how-many-access-points-building-wap-density-coverage-guide-2/">access point deployments</a>.</p>
<h3>Camera and access control commissioning</h3>
<p>IP cameras and door controllers are identified by MAC address during discovery, before they have a usable IP address. Video management software and access control platforms scan the subnet, list what they find by MAC, and you match each one to its physical location from your records. Getting those records right during install is what stops a fifty camera system from becoming fifty unlabelled entries in a list. This applies to both <a href="https://www.cablify.ca/security-camera-installation/">security camera installations</a> and <a href="https://www.cablify.ca/access-control-solutions-toronto/">access control systems</a>, and our <a href="https://www.cablify.ca/unifi-door-access-control-guide/">UniFi door access guide</a> covers the commissioning process in detail.</p>
<h3>Hardware-bound licensing</h3>
<p>Some software licences are tied to the MAC address of a specific interface. This matters most when hardware is replaced or moved, which is why licence auditing appears in our <a href="https://www.cablify.ca/data-center-relocation-guide-checklist/">data center relocation checklist</a>. Replacing a network card can deactivate software nobody realised was bound to it.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>MAC filtering is not a security control</h2>
<p>This needs saying plainly, because it is still recommended in a lot of older material.</p>
<p><strong>MAC address filtering does not secure a network.</strong> MAC addresses are transmitted in the clear in every frame, including on encrypted Wi-Fi. Anyone within range can capture traffic, read the list of permitted addresses, and set their own interface to one of them. Changing a MAC address takes one command on any operating system. The whole bypass is a few minutes of work with freely available tools.</p>
<p>The same weakness applies to MAC Authentication Bypass (MAB), the 802.1X fallback used for devices that cannot authenticate themselves, such as printers and older cameras. If an attacker learns a MAC address on the bypass list, they can impersonate it and reach the network without authenticating. MAB is a practical necessity in most networks, but it should be understood as a compatibility measure rather than a security one, and the devices on it should sit in a restricted VLAN.</p>
<h3>What to use instead</h3>
<ul>
<li><strong>802.1X with certificates.</strong> The device proves its identity cryptographically. A spoofed MAC address gets nowhere without the certificate.</li>
<li><strong>WPA2 or WPA3 Enterprise</strong> for wireless, rather than a shared passphrase.</li>
<li><strong>VLAN segmentation</strong> so that cameras, door controllers, guest Wi-Fi and payment systems cannot reach your business systems even if one is compromised.</li>
<li><strong>Port security and DHCP snooping</strong> on managed switches as supporting controls.</li>
</ul>
<p>MAC filtering still has a legitimate role as an administrative convenience: keeping a tidy inventory, stopping casual accidental connections, or organising a small fixed set of devices. It is not a boundary and should never be the only thing between a visitor and your network.</p>
<h3>MAC-based attacks worth knowing about</h3>
<ul>
<li><strong>MAC spoofing.</strong> Setting an interface to another device&#8217;s address to impersonate it or bypass a filter.</li>
<li><strong>MAC flooding.</strong> Overwhelming a switch&#8217;s address table with fabricated addresses until it fails open and begins broadcasting to every port, allowing traffic capture. Port security is the standard mitigation.</li>
<li><strong>ARP spoofing.</strong> Sending forged ARP replies so that other devices associate a legitimate IP address with the attacker&#8217;s MAC address, placing the attacker in the middle of the conversation. Dynamic ARP inspection on managed switches mitigates this.</li>
</ul>
<p>All three are prevented or detected by features that exist on managed switches and do not exist on unmanaged ones. It is one of the more concrete arguments for not running a business network on unmanaged hardware.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Special MAC addresses to recognise</h2>
<table>
<thead>
<tr>
<th>Address or prefix</th>
<th>What it is</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>FF:FF:FF:FF:FF:FF</code></td>
<td>Broadcast. Delivered to every device on the local segment. ARP requests use it.</td>
</tr>
<tr>
<td><code>01:00:5E:xx:xx:xx</code></td>
<td>IPv4 multicast.</td>
</tr>
<tr>
<td><code>33:33:xx:xx:xx:xx</code></td>
<td>IPv6 multicast.</td>
</tr>
<tr>
<td><code>01:80:C2:xx:xx:xx</code></td>
<td>Spanning tree and other IEEE 802.1 control protocols.</td>
</tr>
<tr>
<td>Second hex digit is 2, 6, A or E</td>
<td>Locally administered. Randomized or spoofed, not a manufacturer address.</td>
</tr>
<tr>
<td><code>00:00:00:00:00:00</code></td>
<td>Usually an error, an uninitialised interface, or a driver problem.</td>
</tr>
</tbody>
</table>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Common problems and what causes them</h2>
<table>
<thead>
<tr>
<th>Symptom</th>
<th>Likely cause</th>
<th>Fix</th>
</tr>
</thead>
<tbody>
<tr>
<td>A phone appears as a new device every time it connects</td>
<td>MAC randomization set to rotate</td>
<td>Expected behaviour. Stop identifying it by MAC, or set the private address to off for that network.</td>
</tr>
<tr>
<td>A DHCP reservation stops working</td>
<td>The device randomized its address</td>
<td>Reserve by MAC only for wired and fixed devices. Use a different method for phones.</td>
</tr>
<tr>
<td>Two devices with the same MAC address</td>
<td>Spoofing, a cloned virtual machine, or a manufacturing duplicate</td>
<td>Locate both via the switch address table. Change the locally administered one.</td>
</tr>
<tr>
<td>A device shows a MAC address but no IP</td>
<td>DHCP failure, wrong VLAN, or a blocked port</td>
<td>Check the port&#8217;s VLAN assignment and the DHCP scope.</td>
</tr>
<tr>
<td>The switch shows many MAC addresses on one port</td>
<td>An unmanaged switch has been plugged in downstream, or a virtualization host is running</td>
<td>Confirm which. If unauthorised, enable port security.</td>
</tr>
<tr>
<td>Wi-Fi analytics show far more visitors than reality</td>
<td>Randomization creating multiple identities per device</td>
<td>Expected. Adjust the counting method rather than the network.</td>
</tr>
<tr>
<td>Software deactivates after a hardware repair</td>
<td>The licence was bound to the replaced interface</td>
<td>Contact the vendor to rehost. Audit MAC-bound licences before any hardware change.</td>
</tr>
</tbody>
</table>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Frequently asked questions</h2>
<h3>What is a MAC address?</h3>
<p>A MAC address is a 48-bit hardware identifier assigned to a network interface, written as 12 hexadecimal digits such as 00:1A:2B:3C:4D:5E. The first 24 bits identify the manufacturer and the last 24 identify the individual interface. It operates at Layer 2 of the OSI model and delivers data between devices on the same local network.</p>
<h3>What does MAC stand for?</h3>
<p>Media Access Control. It has nothing to do with Apple Mac computers, which is a common source of confusion. Every device with a network interface has one, regardless of manufacturer or operating system.</p>
<h3>What is the difference between a MAC address and an IP address?</h3>
<p>A MAC address identifies a physical network interface and works only on the local network segment. An IP address identifies a device&#8217;s position on a network and routes across the internet. The IP address stays the same for the whole journey while the MAC address is rewritten at every hop. Switches use MAC addresses, routers use IP addresses.</p>
<h3>Can a MAC address be changed?</h3>
<p>Yes. Although the hardware address is burned into the interface at manufacture, every modern operating system can override it in software. This is called MAC spoofing. It has legitimate uses, including privacy and replacing a failed device that a system has been configured around, and it is also why MAC filtering does not provide security.</p>
<h3>Are MAC addresses unique?</h3>
<p>Universally administered addresses are intended to be globally unique, because manufacturers buy registered OUI blocks from the IEEE. In practice duplicates occasionally occur through manufacturing errors or cloned virtual machines. Locally administered addresses, including randomized ones, carry no uniqueness guarantee at all.</p>
<h3>How do I find my MAC address?</h3>
<p>On Windows run <code>ipconfig /all</code> and look for &#8220;Physical Address&#8221;. On macOS open System Settings, Network, then the interface details. On iPhone go to Settings, General, About, Wi-Fi Address. On Android look under Settings, About phone, Status. On Linux run <code>ip link show</code>. Devices such as cameras and access points usually print it on a label on the unit.</p>
<h3>Why does my phone show a different MAC address on each network?</h3>
<p>Because it is randomizing on purpose. Android 10 and later, iOS 14 and later, and Windows 10 and later all generate a private MAC address per network by default so a device cannot be tracked across locations. The hardware address still exists but is not the one your network sees.</p>
<h3>Does MAC filtering make a network secure?</h3>
<p>No. MAC addresses travel unencrypted in every frame, so anyone within range can read a permitted address and set their own interface to match it in seconds. Use 802.1X with certificates and WPA2 or WPA3 Enterprise instead. MAC filtering is an administrative convenience, not a security boundary.</p>
<h3>What is an OUI?</h3>
<p>The Organizationally Unique Identifier is the first 24 bits of a MAC address, identifying the manufacturer. Organisations purchase OUI blocks from the IEEE Registration Authority, and the registry is public, which is why a MAC address can be looked up to reveal who made the hardware.</p>
<h3>How can I tell if a MAC address is randomized?</h3>
<p>Look at the second hexadecimal digit. If it is 2, 6, A or E, the address is locally administered and unicast, meaning it was set by software rather than assigned by a manufacturer. On a modern network that usually indicates a randomized phone or laptop address, or a deliberately spoofed one. You can check any address with the lookup tool above.</p>
<h3>Can two devices have the same MAC address?</h3>
<p>They should not, but it happens. Causes include manufacturing errors, virtual machines cloned without regenerating their addresses, and deliberate spoofing. The symptom is intermittent connectivity for both devices as the switch repeatedly relearns which port the address is on. Locate both through the switch&#8217;s MAC address table.</p>
<h3>Does a MAC address reveal my location or identity?</h3>
<p>Not directly. It does not contain location data and it does not leave your local network segment, so websites cannot see it. It can however be used to track a device across Wi-Fi networks that observe it, which is precisely why randomization was introduced.</p>
<h3>Do I need to know MAC addresses to set up an office network?</h3>
<p>For wired and fixed devices, yes. DHCP reservations, port security, zero-touch provisioning of phones and access points, and commissioning of cameras and door controllers all work from MAC addresses. Recording them accurately during installation saves considerable time later. For staff phones on Wi-Fi, MAC addresses are no longer a reliable identifier.</p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h2>Need a network built and documented properly?</h2>
<p><!-- IMAGE SLOT 4: technician with labelled patch panel and documentation. Alt: "Labelled patch panel and port documentation in a commercial network closet" -->Most of what makes MAC addresses useful in practice comes down to documentation. A switch address table only tells you which port a device is on. Turning that into a physical location needs labelled patch panels, an accurate port map, and a record of which device is where. That is what separates a five minute fault trace from an afternoon of pulling cables.</p>
<p>Cablify designs, installs and documents commercial networks across Toronto, Mississauga, Brampton, Vaughan, Markham, Oakville, Burlington, Hamilton, Kitchener and the wider GTA. Every installation includes <a href="https://www.cablify.ca/services/network-cabling-toronto/">structured cabling</a> certified with Fluke DSX testing, labelled patch panels, a documented port map, and an asset register with the MAC address of every device we commission.</p>
<p>Site surveys are free and quotes are based on what we find onsite. Call 1-647-846-1925 or 1-877-450-2134, or email info@cablify.ca.</p>
<p><a href="https://www.cablify.ca/contact-us/">Book a free site survey</a></p>

		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			
		</div>
	</div>
</div></div></div></div><div class="vc_row wpb_row row"><div class="wpb_column vc_column_container col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element" >
		<div class="wpb_wrapper">
			<h3>Related guides</h3>
<ul>
<li><a href="https://www.cablify.ca/a-simple-guide-to-switch-router-and-hub/">Hub vs switch vs router: network devices explained</a></li>
<li><a href="https://www.cablify.ca/what-is-mdf-idf-network-closets-office-guide/">What is an MDF and IDF? A guide to network closets</a></li>
<li><a href="https://www.cablify.ca/small-business-cisco-switches-poe-guide/">Small business Cisco switches: PoE, features and models</a></li>
<li><a href="https://www.cablify.ca/how-many-access-points-building-wap-density-coverage-guide-2/">How many access points does a building need?</a></li>
<li><a href="https://www.cablify.ca/unifi-door-access-control-guide/">UniFi door access control: the complete commercial guide</a></li>
<li><a href="https://www.cablify.ca/business-voip-services-toronto/">Business VoIP services in Toronto</a></li>
</ul>

		</div>
	</div>
</div></div></div></div>
</div><p>The post <a href="https://www.cablify.ca/mac-address-networking/">What Is a MAC Address? Format, Uses and How to Find It</a> appeared first on <a href="https://www.cablify.ca">Cablify</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
