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
Explain the difference between transient and volatile in java?
How many characters is 16 bytes?
What are data types in oop?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Explain inheritance in java?
What is the difference between member variables initialization and assignment in a constructor?
What are three advantages of using functions?
How do you check if a string is lexicographically in java?
Can we extend singleton class?
What is role of void keyword in declaring functions?
What are the differences between processes and threads?
How many static init can you have?
What is immutable in java?
What function extracts specified characters from a string?
What is java Applet?