nh8as n00b
Joined: 01 Mar 2003 Posts: 26 Location: Norway
|
Posted: Sat Mar 01, 2003 8:46 pm Post subject: |
|
|
I would just like to add that MAC addresses are very much in use on the Internet, ethernet is more and more used not only in small LANs, but all over, many big companys, isp's etc use ethernet switching for their backbones.
In addition to this I would like to correct you a little, you compare MACs and IPs as if they are on the same "level".. In LANs we also use IPs the same way as on the Internet, but in addition we use MACs to reach the hosts on the LAN, kind of like we use DLCI numbers in frame relay etc.
MAC addresses are extremly easy to fake, so they should not be trusted when it comes to for example firewalling. (Many would belive this, because its a physical address).
(r)ARP (Address Resolution Protocol) is a protcol that resolves MAC addresses into IP addresses, and vica versa.
Under linux, you can use 'ifconfig' to se the hardware address of the ethernet NIC's attached to your system.
Not a network senior, but a CCNP. |
|