• In a Local Area Network (LAN), each device is identified by a MAC address.

    Each Device Has Its Own MAC Address

    Here, you can see three PCs connected to the same network.
    Each of them has a different MAC address.

    Devices in a local area network identified by MAC addresses and connected to a switch\n

    Figure 1 – Devices in a LAN identified by their MAC addresses

    To confirm this, we can check the switch’s MAC address table:

    SW1# show mac address-table 
             Mac Address Table
    -------------------------------------------
    
    Vlan    Mac Address       Type        Ports
    ----    -----------       --------    -----
      1     3c52.829a.4f11    dynamic     Fa0/1
      1     3c52.829a.4f12    dynamic     Fa0/2
      1     3c52.829a.4f13    dynamic     Fa0/3

    This output shows that:

    • Each device has a unique MAC address

    • The switch has learned these addresses automatically

    • Each MAC address is associated with a specific switch port

    For example:

    • PC1 is connected to Fa0/1

    • PC2 is connected to Fa0/2

    • PC3 is connected to Fa0/3

    On each computer, there is at least one network interface, and each network interface has a unique MAC address.

    You may be curious about MAC addresses. Their format may seem unusual.
    There is a reason behind this design.

    Let’s continue so you can learn more.

    Answer the question below

    What address is used to uniquely identify a device in a local network?