Configuring Advanced Windows Server 2012 Services — Question 102
You have a server named server1 that runs Window server 2012 R2.
You install the DHCP server role on Server1.
You need to create a multicast scope on Server1.
What is a valid IP address range to use for the multicast scope?
Answer options
- A. 255.255.1.10 "" 255.255.2.10
- B. 224.16.1.10 "" 224.16.2.10
- C. 169.254.1.10 "" 169.254.2.10
- D. 172.16.1.10 "" 172.16.2.10
- E. 10.0.1.10 "" 10.0.2.10
Correct answer: B
Explanation
The valid IP address range for a multicast scope is B: 224.16.1.10 to 224.16.2.10, as multicast addresses fall within the range of 224.0.0.0 to 239.255.255.255. The other options are incorrect because they either fall outside the multicast range or are reserved for special purposes like link-local addresses (C) or private addressing (D and E).