This should be used by switches to see if the destination address is on the local network (or which port to relay the message on). - [ ] When a router receives an ARP request it should ignore it. - [ ] When a node receives an ARP request. - [ ] If its IP corresponds to the one in the request then return an ARP response. - [ ] Else ignore the ARP request.
This should be used by switches to see if the destination address is on the local network (or which port to relay the message on).