224.0.0.1 is a multicast address that allows packets to be sent to all hosts within a multicast group. Since video streaming often uses multicast to efficiently distribute data to multiple clients without unnecessary duplication, this is the correct answer.
•Why not the other options?
•127.0.0.1 (A) – This is the loopback address used for internal device testing, not for multicast traffic.
•172.17.1.1 (B) – This is a private unicast address, meaning it can only send packets to one specific host.
•240.0.0.1 (D) – This falls within the reserved experimental IP address range and is not used for multicast.
[Reference:, CompTIA Network+ (N10-009) Official Guide – Chapter 7: IP Addressing and Subnetting, , , , , , , ]
Submit