Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
is there some way to get the specific network adapter product details by having only the MAC address of it?

Thank you
Fa1donas
Posted
Comments
Prasad Khandekar 2-Jun-13 15:06pm    
MAC addresses are most often assigned by the manufacturer (universally administered addresses) of a network interface controller (NIC) and are stored in its hardware. The The first three octets in universally administered addresses identify the organization that issued the identifier and are known as the Organizationally Unique Identifier (OUI). However OUI is generally missing in a locally administered address I as it is generally assigned to a device by a network administrator, overriding the burned-in address.

You can use following service (http://standards.ieee.org/develop/regauth/oui/public.html) to get the details about the manufacturer of a NIC, all you have to do is to enter the first three groups of your MAC address e.g. if your MAC address is 01-23-45-67-89-ab, then enter 01-23-45.

Regards,

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900