Quick question> Mac address

Psyk said:
interclick = internet? :confused:

In fact I'm not even sure some types of internet connection even have the concept of a mac address, so it wouldn't be used at all outside of your own network.

With a cable modem I imagine the only device that has knowledge of your router's mac address is the cable modem itself.

Kinda, the Mac address in only used in the Physical Layer and Datalink layer.. Internetworking devices outside your own network are usually layer3+ so use ARP to convert layer 3 protocols to layer 2 mac addresses (I.e usually the endpoint devices).
 
Una said:
Kinda, the Mac address in only used in the Physical Layer and Datalink layer.. Internetworking devices outside your own network are usually layer3+ so use ARP to convert layer 3 protocols to layer 2 mac addresses (I.e usually the endpoint devices).
Looks like someone is Cisco Certified :p
 
No just a CS student :p Though wouldn't mind doing a CCSP sometime if I get the chance.
 
Una said:
Internetworking devices outside your own network are usually layer3+ so use ARP to convert layer 3 protocols to layer 2 mac addresses (I.e usually the endpoint devices).

Well not really (although it may just be the way you've worded it. The other "internetworking" devices will still must use layer 1 and 2.
 
oddjob62 said:
Well not really (although it may just be the way you've worded it. The other "internetworking" devices will still must use layer 1 and 2.

Thats what I meant although it was worded badly. :p Basically if your router has at least one other router in between source and destination then they would not have your mac address in their arp tables. So its kinda impossible to get the mac address of your NIC after more than one hop.
 
oddjob62 said:
Well not really (although it may just be the way you've worded it. The other "internetworking" devices will still must use layer 1 and 2.

Tis true, although some upstream device doen't need to know the physical layer information for my local network. I guess thats what he meant.
 
Back
Top Bottom