InterviewSolution
Saved Bookmarks
| 1. |
10 : B5 : 03 : 63 : 2E : FCFor the above MAC address, identify its parts. |
|
Answer» In a MAC address, first 3 bytes specify the manufacturer number and the last 3 bytes are the network card number. Hence, the two parts of the given MAC address are : (i) Manufacturer code number : 10 : B5 : 03 (ii) Network card number : 63 : 28 : FC |
|