I'm working on a network security project and I noticed something that I can't explain:

Why do we need a source hardware address field in arp? Isn't it already contained in the ethernet header?

link|improve this question
feedback

2 Answers

ARP is designed this way so that it can run over other hardware, not just Ethernet. Have a look here.

link|improve this answer
feedback

Isn't it the same problem? Assuming arp would be used on another support than ethernet. To send a packet wouldn't we have to specify the hardware address on the specific protocol's header and in the arp header ?

link|improve this answer
1  
ARP packets are broadcast. Ethernet packets may or may not be broadcast. Ethernet is not there to play ARP's role. – NT_ Oct 23 '09 at 16:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.