InterviewSolution
| 1. |
What Is Unicast And Multicast Object? |
|
Answer» 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. 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. |
|