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 |
How can we change heap size?
What is jms and configuration details?
For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain? : BEA Weblogic
How to debug my ant script?
What is meant by thread dump and how can we take?
How do you troubleshoot a crash?
What are the supported installation modes for WebLogic Server ?
How do you do performance tuning of wls?
What is the difference between dynamic and non-dynamic changes in the console?
How to integrate apache webserver with weblogic server? What is the purpose of integrating both?
What is clustering and what is achieved through it?
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic