WebLogic Server instances in cluster communicates using Multicast IP
A
Correct answer
Explanation
WebLogic clusters use multicast IP addresses for cluster-wide communication including heartbeat messages, health monitoring, and state synchronization. All server instances in a cluster listen on the same multicast address (port and IP) to receive broadcasts from other cluster members - this enables efficient one-to-many communication without requiring point-to-point connections between every server.