What is MAC Address and How to get mac address in my computer ? -ethical hacking tutorials
What is Protocol ?
- Protocol is a special set of rules for communication data.
- Network protocol = Rules and conventions/conditions for communication between network devices.
- Network protocols defines the mechanism of devices to identify and establish the connections between each other + formatting rules that specify how data is packaged into messages sent and received.
Learn Ethical Hacking - Ethical Hacking tutorial - MAC Address Lookup - Ethical Hacking examples - Ethical Hacking programs
What is MAC Address ?
- A Media Access Control (MAC) address is a 48-bit address stored in the network Interface card.
- It is used for communication between two hosts in an Ethernet environment.
- It is nothing but a hardware /physical address of a computer.
- A MAC address is supposed to be globally unique and this will not be duplicated.
- The 48 bit contains - First 24 bits ( User ID -> Card Buyer ID ) + second 24 bits (card manufacturer)
- The address is written in the form of 12 hexadecimal digits. For example, consider the following MAC address:
- D8-D3-85-EB-12-E3
Learn Ethical Hacking - Ethical Hacking tutorial - MAC Address Search - Ethical Hacking examples - Ethical Hacking programs
- Every hexadecimal character represents 4 bits, so the first six hexadecimal characters represent the vendor (in this case, Hewlett Packard).
Levels Of Addressing
- Four levels of addresses are used in an internet employing the TCP/IP protocols:
- Physical Addresses
- Logical Addresses
- Port Addresses
- Specific Addresses
Learn Ethical Hacking - Ethical Hacking tutorial - MAC Address - Ethical Hacking examples - Ethical Hacking programs
To get MAC address
Option 1 :
- Click the Network Icon on Taskbar
- Click the connected network and click the properties which is shown in the figure
Learn Ethical Hacking - Ethical Hacking tutorial - Find my MAC - Ethical Hacking examples - Ethical Hacking programs
- The network setting window open and shows the mac address.
Learn Ethical Hacking - Ethical Hacking tutorial - MAC Address Finder - Ethical Hacking examples - Ethical Hacking programs
Option 2 :
- Open command prompt and type
getmac
to get the mac address
Learn Ethical Hacking - Ethical Hacking tutorial - My MAC Address - Ethical Hacking examples - Ethical Hacking programs
Option 3 :
- Navigate to Control Panel > Network and Internet > Network Connections
- Right click the connection and click status within the dropdown
Learn Ethical Hacking - Ethical Hacking tutorial - How to find MAC Address - Ethical Hacking examples - Ethical Hacking programs
- Click Details buttons in the status window
- Then the Network Details windows open and shows the MAC address(Physical address)
Learn Ethical Hacking - Ethical Hacking tutorial - MAC Identifier - Ethical Hacking examples - Ethical Hacking programs
Option 4 :
- Open command prompt and type ipconfig /all (have a gap between g and /).
Learn Ethical Hacking - Ethical Hacking tutorial - ipconfig MAC - Ethical Hacking examples - Ethical Hacking programs