| 1. |
What is MAC address? What is the difference between a MAC address and an IP address? |
|
Answer» MAC means Media Access Control address. It is a unique 12 digit hexadecimal number(IMEI for mobile phones, it is a 15 digit decimal number) assigned to each NIC by its manufacturer. This address is known as MAC address and it is permanent. It is of the form. MM:MM:MM:SS:SS:SS. The first MM:MM:MM contains the ID number of the adapter company and the second SS:SS:SS represents the serial number assigned to the adapter by the company. IP address means Internet Protocol address. It has 4 parts numeric address. Each parts contains 8 bits. By using 8 bits we can represent a decimal number between 0 to 255(28=256 numbers). Each part is separated by dot. A total of 4 × 8=32 bits used. But nowadays 128 bits are used for IP address. |
|