# HG changeset patch # User František Kučera # Date 1376418694 -7200 # Node ID 045ff80b6455ab86612e328efcd8f24279d880e0 # Parent a29c5c35951b7bff736226c80b6031b1c1a52f8f data: MAC diff -r a29c5c35951b -r 045ff80b6455 data/dictionary.xml --- a/data/dictionary.xml Tue Aug 13 18:00:06 2013 +0200 +++ b/data/dictionary.xml Tue Aug 13 20:31:34 2013 +0200 @@ -1612,7 +1612,15 @@ - + + + a data communication protocol, a sublayer of the layer 2 in OSI model (data link layer); + a MAC address is a unique identifier of an network interface – used for IEEE 802 networks including Ethernet; + they are assigned by the manufacturer of the card and stored in the hardware (can be often changed by the software); + there are three numbering namespaces: MAC-48, EUI-48 and EUI-64; + the address has 6 or 8 bytes and they are usually written in HEX, octets separated by : (a colon) + + computer