5.
4 Exploring the TCP/IP Link Layer
LAN Communication Types
The three major types of network communications are:
• Unicast: Communication in which a frame is sent from one host and is addressed to
one specific destination. In a unicast transmission, there is only one sender and one
receiver. Unicast transmission is the predominant form of transmission on LANs and
within the Internet.
• Broadcast: Communication in which a frame is sent from one address to all other
addresses. In this case, there is only one sender, but the information is sent to all the
connected receivers. Broadcast transmission is used for sending the same message to
all devices on the LAN.
• Multicast: Communication in which information is sent to a specific group of devices
or clients. Unlike broadcast transmission, in multicast transmission, clients must be
members of a multicast group to receive the information.
Content Review Question
Correct
What is a characteristic of multicast communication?
• Information is sent to a specific group of devices.
• Information is sent to all connected devices.
• Information is sent to one specific device.
• Information is always sent to two specific devices.
Was this helpful?