What does modem MAC address mean?

35,314

Solution 1

A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used for numerous network technologies and most IEEE 802 network technologies including Ethernet. Logically, MAC addresses are used in the Media Access Control protocol sub-layer of the OSI reference model.

MAC addresses are most often assigned by the manufacturer of a network interface card (NIC) and are stored in its hardware, the card's read-only memory, or some other firmware mechanism. If assigned by the manufacturer, a MAC address usually encodes the manufacturer's registered identification number and may be referred to as the burned-in address. It may also be known as an Ethernet hardware address (EHA), hardware address or physical address.

MAC addresses are formed according to the rules of one of three numbering name spaces managed by the Institute of Electrical and Electronics Engineers (IEEE): MAC-48, EUI-48, and EUI-64. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an acronym for Extended Unique Identifier.

-

HFC = Hybrid Fibre-Coax. This abbreviation refers to the port of the cable modem that connects to the CATV coax cable. Some cable ISPs require you to register with them the HFC MAC address of your cable modem.

The HFC MAC address of the cable modem is stamped on the manufacturer's label on the back or underside of the cable modem, or on the label of the box in which the cable modem was sold.

-

Cable modems might have multiple MAC addresses, one for the HFC side (cable TV coax socket), and one for the CPE side (Customer Premises Equipment, the ethernet socket). USB-capable cable modems also have two further MAC addresses: one for the cable modem USB socket, and another for the emulated network interface in the USB driver in the PC. Although it is possible to discover the CPE MAC address(es) of the cable modem, there is no application or procedure that requires them.

Solution 2

Cable modems have multiple MAC addresses.

  • HFC side (Hybrid-fibre connection... the coax cable from the provider)
  • CPE Ethernet (Customer Premises Equipment... standard network socket)
  • CPE USB (Customer side USB connection.. shows up like a USB network card)

Learned are supplied by DOCSIS from the provider over the HFC link.

The SELF address is the HFCs hardware address, used to participate in the DOCSIS assignment from the ISP/Cable company on the coax connection.

Share:
35,314

Related videos on Youtube

Gogoo
Author by

Gogoo

Student of Computers and Information science.

Updated on September 17, 2022

Comments

  • Gogoo
    Gogoo over 1 year

    I have a Motorola modem, and when I connect to 192.168.100.1 (modem IP) I see 5 MAC addresses:

    • HFC MAC Address,
    • CPE USB MAC Address,
    • Known CPE MAC Addresses (4), of which one has status SELF and is the same as the HFC MAC Address, and the others have status LEARNED.

    What do all of these MAC addresses mean?

    • PeeHaa
      PeeHaa over 13 years
      It means you have to accept some answers before asking more questions.
    • PeeHaa
      PeeHaa over 13 years
      After that go to superuser / serverfault.
  • Steffen Nieuwenhoven
    Steffen Nieuwenhoven over 13 years
    I know what does MAC address means.
  • Rishabh Agrahari
    Rishabh Agrahari about 13 years
    Thats the first part of the question - Media Access Control address (MAC address) is a unique identifier..