What is weblogic unicasting and multicasting?
Answers were Sorted based on User's Feedback
Answer / chaitanya poloju
WebLogic Server instances in a cluster communicate with one
another using two basic network technologies:
o IP sockets, which are the conduits for
peer-to-peer communication between clustered server instances.
o IP unicast or multicast, which server instances
use to broadcast availability of services and heartbeats
that indicate continued availability.
Note: When creating a new cluster, it is
recommended that you use unicast for messaging within a
cluster. For backward compatibility with previous versions,
WebLogic Server you must use multicast for communications
between clusters.
Is This Answer Correct ? | 15 Yes | 1 No |
Unicast:unicast mode communication is all manager servers
are divided into "N" number of categiries is called Unicast
mode communication.
Each and every group, one group leader is identified. All
other manager servers update status information, Particular
group has the update status information is available that
perticular group leader.
Multicast:Multicast mode of the communication is many to
many communication having. each and every manager server
will receive the hert beat signal to other manager server.
Heart beat is nothing but it is a multicast address
and the port number along with the manager server name.
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / pavan
multicast is used in 8,9&10 versions
but unicast is used in 9&10 only.
Is This Answer Correct ? | 1 Yes | 16 No |
What is a non-durable topic subscriber?
How do you troubleshoot server hang?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
dIFFERNCE BETWEEN VERSIONS 8.X,9.X,10.X
In web logic what is the msi code?
Explain briefly the client-server architecture.
How do you set the classpath ?
What is multicast Address?
What are the different weblogic installation types?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic