What is a MAC Address?

 

Topic 8: What is a MAC Address?

📘 Simple Explanation with Real-Life Examples


🔸 What is a MAC Address?

  • MAC Address stands for Media Access Control Address.

  • It’s a unique hardware ID given to the network device (like your computer’s Wi-Fi or Ethernet card).

  • Think of it like the serial number or fingerprint of your network device.


🔹 Real-Life Example:

  • Imagine every car has a unique license plate number.

  • Similarly, every network device has a MAC address to identify it on a local network.


🔸 How is a MAC Address Different from an IP Address?

FeatureMAC AddressIP Address
Assigned ByManufacturer of the deviceNetwork or ISP
TypePermanent hardware addressCan change (dynamic/static)
Used ForIdentifying device on local networkIdentifying device on internet or networks
Format12-digit hexadecimal number (e.g., 00:1A:2B:3C:4D:5E)4 decimal numbers separated by dots (IPv4)

🔹 Where is the MAC Address Used?

  • Used by routers and switches to send data to the correct device inside a local network.

  • Helps in controlling access to networks (like filtering devices by MAC).


🔹 How to Find Your MAC Address:

  • On Windows:

    1. Open Command Prompt

    2. Type:

      bash
      ipconfig /all
    3. Look for Physical Address under your network adapter — that’s the MAC address.

  • On Mac/Linux:

    1. Open Terminal

    2. Type:

      nginx
      ifconfig
    3. Find the ether or HWaddr field — that’s the MAC address.


🔸 Why Is MAC Address Important?

  • It allows devices on the same network to recognize each other.

  • Used in network security to allow or block devices.

  • Helps network administrators manage devices efficiently.


🔸 Quick Recap:

TermSimple Meaning
MAC AddressUnique hardware ID of your device
IP AddressAddress used to identify device on networks/internet


Comments

Popular posts from this blog

What is HTTP and HTTPS?

What is a Firewall?

What is DHCP?