H12-821_V1.0 · Question #386
Which of the following is the multicast.mac address corresponding to the multicast address 224.0.1.1?
The correct answer is B. 01-00-5e-00-01-01. Option B (01-00-5e-00-01-01) is correct because IPv4 multicast MACs are constructed by taking the fixed IANA prefix 01-00-5E, then mapping the low-order 23 bits of the multicast IP into the last three octets. For 224.0.1.1, those 23 bits yield 00-01-01, producing the full…
Question
Options
- A01-00-5e-00-01-00
- B01-00-5e-00-01-01
- C00-00-5e-00-01-1
- D00-00-5e-00-01-01
How the community answered
(41 responses)- A2% (1)
- B83% (34)
- C5% (2)
- D10% (4)
Explanation
Option B (01-00-5e-00-01-01) is correct because IPv4 multicast MACs are constructed by taking the fixed IANA prefix 01-00-5E, then mapping the low-order 23 bits of the multicast IP into the last three octets. For 224.0.1.1, those 23 bits yield 00-01-01, producing the full address 01-00-5E-00-01-01.
Why the distractors fail:
- A (
…-00-01-00) uses the right prefix but gets the last octet wrong - the final.1in the IP maps to01, not00. - C & D (
00-00-5e-…) use the wrong OUI prefix;00-00-5Eis IANA's unicast range, while multicast MACs must begin with01-00-5E(the01in the first octet signals the multicast bit).
Memory tip: Think "0 1 = multicast 1" - the 01 at the start of the MAC is the key marker. Then just remember the IANA block 00-5E and map the last 23 bits of the IP straight across. If it starts with 00, it's unicast, not multicast - automatically wrong.
Topics
Community Discussion
No community discussion yet for this question.