Casting
Casting is a variety of function that transmit or convert data.
These are three types of casting as given below:-
- Unicast
- Multicast
- Broadcast
Unicast
Unicast is the term used to describe communication where a piece of information is sent from one point to another point where there is just one sender and one receiver . A unicast transmission is always meant for one receiving address.
Some examples are:-
- Radio and TV communication
- Browsing a Website ( Webserver is the sender and your computer is the receiver)
- Downloading a file from a FTP server ( FTP server is the sender and your computer is the receiver. )
Multicast Transmission
Multicast Transmission is both "one to many" and "many to many" technique which sends information from a single source to as many destinations as one expresses a specific interest in receiving it.
Multicasting is the networking technique of delivering the same packet simulataneouly to a group of clients.
It is useful if a group of clients require a common set of data at the same time.
The majority of installed LANs (e.g.. ethernet), shared LANs (using hubs/repeaters),etc. support multicast transmission mode.
Example of multicast transmission mode are
Multicast Windows Deployment Services (WDS)
OS Deployment traffic
UP TV, etc.
Broadcast Transmission
Broadcast transmission is the term used to describe communication where a piece of information is sent from one point to all other points.
In this case, there is just one sender, but the information is sent to all connected receivers.
Broadcast Transmission simultaneously transmits the same information to all nodes on a network.
In Broadcast, there is only one sender and the data is sent only once.
But the broadcast dat is delivered to all connected devices.
Broadcast communication is supported on most LANs (e.g.. Ethernet) and may be used to send the same message to all computers on the LAN.)
Television signals sent from a public network to viewers across the country or globe are the simple examples of broadcast transmission.
Other examples:
ARP request message
DHCP DISCOVER Message
Broadcasting are also of two types:
Please click on the items to know about them.