Your network uses the 192.168.2.0/23 address space.
You are configuring video conferencing infrastructure.
You need to configure the dhcp server to lease ip address for multicast address for video
conferencing.
What command should you run on the dhcp server? To answer,select the apprperiate options in
the answer area
add-dhcpserverv4multicastscope -name “vc scope” -startscope
[Start Range] [End Range]
192.168.2.10 192.168.2.255
225.0.0.10 225.0.0.250
239.0.0.1 240.0.0.0
fd80:: fe80:
ff00:: ff02:

Answer: 225.0.0.10 225.0.0.250
Explanation:
https://technet.microsoft.com/en-us/library/cc758554(v=ws.10).aspx
The network uses IPv4 so no IPv6. It should be 239.0.0.1 240.0.0.0 https://en.wikipedia.org/wiki/Multicast_address
0
0
From your link:
“The group includes the addresses from 224.0.0.0 to 239.255.255.255.”
Meaning 240.0.0.0 can never be included.
1
0
Answer is right 225.0.0.10 225.0.0.250
“The Classless Inter-Domain Routing (CIDR) prefix of this group is 224.0.0.0/4. The group includes the addresses from 224.0.0.0 to 239.255.255.255. “
1
0