GCIH Exam QuestionsBrowse all questions from this exam

GCIH 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?

Show Answer
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

1 comment
Sign in to comment
ChrisCyberOption: C
Mar 26, 2024

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