|
- Simply stated, Unicast is the term used to describe communication where data is
sent from one sender to one receiver. Examples include email, web browsing and file
transfer.
- Broadcast is the term used to describe communication where data is sent from one
sender to all receivers on the same Local Area Network (LAN). Generally, broadcast
transmission is originated by network hardware for other network hardware.
- Multicast is the term used to describe communication where data is sent from one
sender to a set of receivers either on the same network or on adjacent networks.
Unlike Broadcast transmission, Multicast transmission is generally used by higher
level applications to send data defined by the user.
|