Difference between MAC and IP address

1.20K views

I’m aware that the mac address is part of the data link layer, but why can’t I just use my MAC address as IP address, too?
Why do I need both addresses?

In: 14

16 Answers

Anonymous 0 Comments

Ethernet is a way to make a small network. IP is a way to put small networks together to make a big network.

Because there are two kinds of networks happening at the same time, each one has its own rules, like its own type of address. IP addresses are for IP networks (like the Internet) and MAC addresses are for Ethernet networks.

Why does it work this way? History mostly, but it is convenient for things like IPv6. Your Ethernet network can be part of the IP network, and also part of the IPv6 network, at the same time.

You are viewing 1 out of 16 answers, click here to view all answers.