Adam, a malicious hacker is sniffing the network to inject ARP packets. He injects broadcast frames onto the wire to conduct Man-in-The-Middle attack.
Which of the following is the destination MAC address of a broadcast frame?
Adam, a malicious hacker is sniffing the network to inject ARP packets. He injects broadcast frames onto the wire to conduct Man-in-The-Middle attack.
Which of the following is the destination MAC address of a broadcast frame?
The destination MAC address of a broadcast frame is set to 0xFFFFFFFFFFFF. This hexadecimal value corresponds to all 1s in binary, which indicates that the frame should be delivered to all devices on the local network segment.
FF converted to decimal would be 255 (it's really 256, but 0 is a number so 255)