If I have a MAC represented as:
0:b:23:26:32:52
is that the same as:
00:0b:23:26:32:52
or:
00:bb:23:26:32:52
?
|
If I have a MAC represented as:
is that the same as:
or:
?
| ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You would add the leading zeros, not repeat single characters (so Chances are that the application in question just didn't format its output correctly with the leading zeros.
If you wanted to (somewhat) verify this, you could use a MAC lookup tool to check the manufacturer of the device. According to MAC_Find, the | |||
|
feedback
|