vote up 0 vote down star

Hi,

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?

Cheers,

Laurent

flag

2 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down

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|flag
ARP packets are broadcast. Ethernet packets may or may not be broadcast. Ethernet is not there to play ARP's role. – _NT Oct 23 at 16:23

Your Answer

Get an OpenID
or

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