Computer Science
What is the structure of a MAC address?
Computer Networks
1 Like
Answer
A MAC address is a 6-byte address with each byte separated by a colon. The first three bytes (24 bits) of MAC address are the manufacturer-id or the Organisational Unique Identifier (OUI) (assigned to manufacturer by IEEE) and the last three bytes (24 bits) are the card-number (assigned by manufacturer). For example, a sample MAC address could be: 10 : B5 : 03 : 63 : 2E : FC
. Here, 10 : B5 : 03
is the manufacturer-id and 63 : 2E : FC
is the card number assigned by the manufacturer.
Answered By
1 Like
Related Questions
What is the name of:
(i) the logical address,
(ii) the physical address?
What is the size of a MAC address?
What are two types of IP addresses and what are their sizes?
Two devices are in network if
- a process in one device is able to exchange information with a process in another device
- a process is running on both devices
- the processes running of different devices are of same type
- none of the mentioned