Saved Bookmarks
| 1. |
Define the terms Unicasting, Multiccasting and Broadcasting? |
|
Answer» If the message is sent from a source to a single destination node, it is called Unicasting. If the message is sent to some subset of other nodes, it is called Multicasting. If the message is sent to all the m nodes in the network it is called Broadcasting. |
|