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
How many functional interfaces does java 8 have?
How can you traverse a linked list in java?
What is difference between adapter class and listener?
How does predicate work in java?
please send me hr interview questions in it industry
Why convert an applet to an application?
Why method overriding is used?
What is import java util arraylist?
Why does java not support pointers?
Can a class have multiple superclasses?
Does substring start with 0?
Can you call a method on a null object?
Why is java architectural neutral?
Can we have any other return type than void for main method?
What is foreach loop in java?