Computer Science, asked by jaber880, 1 year ago

Explain the meaning and utility of unicasting multicasting and broadcasting

Answers

Answered by saire
6
These are the type of communication
Unicasting
This is the type of communication in which we send information from one computer to another. In Unicast there is one sender and one receiver
Example: Browsing a website, downloading a file from FTP server 
Multicasting 
Multicast is a type of communication where multicast traffic addressed for a group of devices on the network. IP multicast traffic are send to a group and and only members of this group receive the multicast traffic.
In this type of communication there is one sender and multi receivers 
Examples:
Multicast Windows Deployment Services,OS deployment traffic, IP  etc
Broadcasting 
Broadcast is the type of communication in which data is sent from one computer once and a copy of that data will be forward to all the device In broadcast there is only one sender and the data is sent only once.
But the broadcast data is delivered to all connected devises.
Example:
ARP Request messages 
May this help u :)
Similar questions