PhysicalAddress
PhysicalAddress is a data type used in computing to represent the hardware address of a network interface, commonly referred to as a MAC address. It is typically implemented as an ordered sequence of bytes, with the length varying by encoding. The most common form uses 6 bytes (MAC-48), while other forms such as EUI-64 use 8 bytes; some contexts may allow different lengths or representations.
In many programming environments, a PhysicalAddress type encapsulates this value, storing the address as a byte
Usage of PhysicalAddress includes identifying a specific network interface for management and configuration tasks, filtering network
Limitations and caveats: the physical address is assigned by the device manufacturer and may be subject to
See also: MAC address, EUI-64, network interface, IP address.