What is multicast Address?
Answers were Sorted based on User's Feedback
Answer / raveendra
an address that can be used to send the messages to the same
host addresses but in different network addresses.that
addresses can be referred as multicast address.The multicast
addresses are in the range 224.0.0.0 to 239.255.255.255.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / shrinath
IP multicast is a simple broadcast technology that enables
multiple applications to "Subscribe" to a given IP address
and port number and listen for messages.
A multicast address is an IP address in the range from
224.0.0.0 to 239.255.255.255. The default multicast value
used by Weblogic server is 239.192.0.0.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / karunakar
Mutli cast send the message one to many address.
Multicat Range:-224.0.0.0 to 239.255.255.255
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sriram
In computer networking a multicast address is an identifier for a group of hosts that have joined a multicast group
| Is This Answer Correct ? | 1 Yes | 4 No |
Does weblogic jms support clustering? : BEA Weblogic
How do I provide user credentials for starting the weblogic server?
How Can Cluster Communication Occur ?
Do you know what are the steps required to modify config.xml file of web logic server?
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
what is difference between cor dump and heap dump. Explain the situation when you have to take thead dump and when to take heap dump
Why would a client application use jta transactions?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
How do I get a thread dump to help track down a problem? : BEA Weblogic
Tell me what are the steps involved in configuring the jms?
What is a domain template?
How do I bind string values in a preparedstatement? : BEA Weblogic