What is the exact difference in between Unicast and
Multicast object ?
Answer Posted / madhu
The difference between unicast and multicast is that in
unicast approach the sender sends the data stream to a
single receiver at a time. Thus there is one to one
communication.
In a multicast the sender and the interested receivers
communicate. This is one to many communication. This
communication can take place between data terminals spread
across various LANs too.
| Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
what is an objects lock and which objects have locks? : Java thread
What is the basic of java?
Is null a string in java?
What are generic methods?
Which class is the superclass for every class in java programming?
What is a list in java?
how come we know the object is no more used in the class?
Explain when noclassdeffounderror will be raised ?
What are static initalizers in java ?
Which class contains a method: cloneable or object?
Does google use java?
What is a condition in java?
What is the purpose of lambda expressions?
How does multithreading take place on a computer with a single cpu in java programming?
Why can't we make a class private in java?