GeeksforGeeks » Interview Questions
DE Shaw Interview Question for Software Engineer/Developer about Terminology
(2 posts)-
What is MAC Address? How many bits does it consists of?
-
MAC address (Media Access Control address ) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are most often assigned by the manufacturer of a NIC (network interface card) and are stored in its hardware.
It consist of 6 bytes (48 bits).The standard (IEEE 802) format for printing MAC-48 addresses form is six groups of two hexadecimal digits.
Reply
You must log in to post.