What is weblogic unicasting and multicasting?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between stage and no stage deployment?
What is node manager?
Explain the performance tuning in jvm?
What is administration server?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What is the difference between the sun jvm and bea jrockit jvm?
How can the nm be made to work with web logic?
How can default JVM be changed to other?
Is it possible to send or receive a message from within a message listener? : BEA Weblogic
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic
What is the meaning of classformaterrors used with the applet?
Explain the types of application deployed in wls?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
What are the enhancements in ejb 2.0 with respect to cmp?
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic