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 |
Tell me how does a server find out server unavailability?
What is meant by domaintemplate?
How do the wls jms 6.1 server/destination message maximum and threshold values work? : BEA Weblogic
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
What is the difference between url instance and urlconnection instance?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
How do I call a servlet with parameters in the url? : BEA Weblogic
By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic
Explain the different groups under web logic security?
How do you disturbute applications over a cluster of weblogic nodes
What is achieved through clustering?