MAC(Media Access Control) Address
Last updated
Last updated
Hub: Is a repeater, it takes signal coming from one port and creates multiple copies of that send it out to all other ports(connected to cable)
Frame by itself doesn't contain source and destination address, that is where MAC address comes in picture
MAC Address - have 12 hexadecimal chars and each hex is of size 4 bits(total size - 12 * 4 = 48bits)
First 3 groups of 2 are issued to the Manufacturer.
In the above shown MAC Addr 20:1e:88
has Intel as Vendor.
These first 3 pairs are called OEM(Original Equipment Manufacturer)
The second 3 pairs are called Unique Identifier(UID)
Sender's and receiver's MAC addresses are attached with the frame and when receiver receives a frame it checks if its receiver's MAC addr matches machines NIC MAC addr and sends to the application or else discards it.