The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Purpose of MAC address in Frame header?

deathnote666deathnote666 Registered User regular
I'm studying networking but am confused by this. If an ARP uses the IP address of the destination device to find it in order to send the response, what is the point of having the MAC address in the header at all?

Posts

  • ZxerolZxerol for the smaller pieces, my shovel wouldn't do so i took off my boot and used my shoeRegistered User regular
    edited February 2014
    The layer 2 interconnect (e.g. switch) uses the MAC address to determine where to direct the frame in the subnet since it only understands Ethernet frames and not the TCP/IP payload. On the client, the NIC will also use the hardware destination address to determine if should push it higher up the stack or drop it.

    Zxerol on
Sign In or Register to comment.