The purpose of an arp response is to let a broadcasting node know what is the mac address to put into the destination. Hence, Option B is correct.
ARP responses employ a unicast source address and a unicast destination address. In order to find out if another node is using the same IP address, a node will send out an ARP request for its own address.
A mapping between host MAC addresses and IP addresses is present in the ARP table. The destination IP address, the source IP address, and the source MAC address are all included in the ARP request packet.
This packet is received by every host in the local network. Sending an ARP reply packet to the originating host with its IP address, the host with the provided destination IP address.
Therefore, Option B is correct.
Learn more about an arp response from here:
https://brainly.com/question/12946596
#SPJ1