ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

MAC address

In computer networking a Media Access Control address or MAC address is a identifier physically stored inside a network card or similar network interface and used to assign globally unique addresses in some OSI model Layer 2 networks. MAC addresses are assigned by the IEEE, and are used in many widely used network technologies, including (but not limiting to) the following:

Since the original designers of Ethernet had the foresight to use a 48 bit address space, there are potentially 248 or 281 million million possible MAC addresses. The IEEE hands out 24-bit OUI prefixes to organizations, effectively allocating blocks of 224 (around 16 million) MAC addresses at a time.

Although MAC addresses are permanent by design, several mechanisms allow their modification. As an example, Internet gateway routers allow the network administrator to set the WAN interface MAC address, to fool ISPs that bind their service to a specific NIC. Also, running Linux, one can arbitrarily set the MAC address to fool software license keys tied to specific NICs using the command

ifconfig eth0 hw ether 00:01:02:03:04:05

(This needs to be done before network initialization and is not permanent.)

See also: NSAP address for another endpoint addressing scheme.

External links





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "MAC address".