|
Every network interface has a MAC address (Media Access Controller) also known as the
physical address. This is the actual hardware address that the lowest level of the network
uses to communicate. The MAC address is used to assign the TCP/IP address by means of DHCP
(Dynamic Host Configuration Protcol). For that reason, we need the MAC address of a machine
so that it can be properly, and easily configured for the network.
How to determine your physical address: The physical address is an 8 byte number such as
"08:00:20:9A:38:34" On Windows it will sometimes be represented with dashes between the numbers.
Please always include the :'s between the numbers.
|