What is multicast address in Clustering? Why do we need it?
Answers were Sorted based on User's Feedback
Answer / sriram
In computer networking a multicast address is an identifier for a group of hosts that have joined a multicast group.
The multicast address used by cluster members to communicate with each other.
Is This Answer Correct ? | 5 Yes | 0 No |
An address that can be used send by message same host
address but in different net work address that address can
be refered as multicastcast address.
Multicast address range:224.0.0.0 to 239.255.255.255
for example there are 5 managed servers in aclusters the
each managed server will communicate with the help of multi
cast address.after every 10 seconds heart beat checks
another are live or not if it is live it says i am live or
else no response. then the conclusion is that perticular
managed server is not live.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sush
In multicast all the cluster members will have the same IP address
Is This Answer Correct ? | 1 Yes | 2 No |
What is meany by plugin?
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic
Is an xslt processor bundled in weblogic server?
How does a file store compare with a jdbc store? : BEA Weblogic
When should I use server session pools and connection consumers? : BEA Weblogic
What is a cluster? What is High Availability and Fail over?
How to know weblogic version?
Define memory leak ?
Do ejbs have to be homogeneously deployed across a cluster?
What is jvm tuning?
How can domain configuration lock be enabled and disabled?
1. What is clustering? How do weblogic instances communicate in a clustered environment! 2. In a cluster, if one of the servers has issues and is not accessible, will the other servers know about it? and how??