A pretty dumb question. But I dont know the answer.
When we have unique hardware address what is the need of IP address?
|
A pretty dumb question. But I dont know the answer.
| |||||
feedback
|
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
One of the main ones I can think of is that an IP address, together with its netmask, contains information that lets it be routeable (you can find out its network) - so given an IP address you can find out how to reach it. Hardware (MAC) and IP addresses belong to diferent layers of the ISO/OSI model. With all due respect this seems like a homework question though, I'm not sure this is the place for it. But I'm new so I'll let someone else be the judge. | |||
|
feedback
|
|
Because network protocols are organized in a hierarchical way, and TCP/IP operates at a different level than Ethernet, serves different purposes and is handled in a different way. Also, because you could habe IP addressing in a non-Ethernet network (thus no MAC addresses at all), or even (less common these days) an Ethernet network running non-IP protocols (thus no IP addresses at all). More (actually, lots of) info here: http://en.wikipedia.org/wiki/TCP/IP_model | |||
|
feedback
|