Exam GCIH All QuestionsBrowse all questions from this exam
Question 32

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?

    Correct Answer: C

    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.

Discussion
ChrisCyberOption: C

FF converted to decimal would be 255 (it's really 256, but 0 is a number so 255)