📜  单播和组播之间的区别

📅  最后修改于: 2021-08-27 16:50:19             🧑  作者: Mango

1.单播:
单播是一种信息传输,在有单个发送者和单个接收者参与的情况下使用。因此,简而言之,您可以将其称为一对一映射。例如,一个网络中IP地址为10.1.4.0的设备想要将业务流(数据包)发送到另一个网络中IP地址为20.14.4.2的设备,则单播进入画面。它是通过网络传输数据的最常见形式。

2.组播:
多播有一个/多个发送者,一个/多个接收者参与了数据传输流量。在多播中,流量斜倚在单播和广播的边界之间。它是服务器的直接数据流单副本,然后将其模拟并路由到请求它的主机。 IP多播需要支持其他一些协议,例如Internet组管理协议(IGMP),多播路由才能正常工作。而且在有类IP寻址中,类D保留用于多播组。

单播和组播之间的区别:

S.No. Unicast Multicast
1. It has one sender and one receiver. It has one or more senders and multiple receivers.
2. It sends data from one device to single device. It sent data from one device to multiple devices.
3. It works on Single Node Topology. It works on star, mesh, tree and hybrid topology.
4. It does not scale well for streaming media. It does not scale well across large networks.
5. Multiple unicasting utilizes more bandwidth as compared. It utilizes bandwidth efficiently.
6. Web surfing, file transfer is an example of a unicast. Switch is an example of a multicast device.
7. It has one-to-one mapping. It has one-to-many mapping.