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 static keyword in java?
Can a final variable be manipulated in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What are the benefits of java?
What is the file type?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What do you mean by local class?
How do you allocate memory to object?
What must a class do to implement an interface in java programming?
What are the drawbacks of singleton class?
How can we achieve thread safety in java?
Is linked list a linear or non-linear data structure?
How does arrays sort work in java?
What is the list interface?
How many ways can an argument be passed to a subroutine and explain them?