多播
多播(Multicasting)是把由一个源发出的一组数据传输到多个目的端。而光多播技术是近年来业界所关注的热点,由于不需要中继的电处理过程,光多播技术...
组播
...类业务有两个共同的特点:一是数据量大,需要消耗大量的网络资源;二是通常采用一对多(或者多对多)的通讯方式。IP组播(Multicast)是实现这类通讯的最佳通讯方式。实现组播通讯的关键是组播路由算法的实现,即如何构建一棵简单、有效、健壮的组播路由树。
多点广播
支持多点广播(Multicast):H.323能在多点会议中支持组播功能。组播将单一信 息包送至网上多个目标,而无需重复传送。
多点发送
SIP既支持单点发送(Unicast)也支持多点发送(Multicast),会话参加者和媒体种类可以随进加入一个已存在的会议。
组播地址 ; 多播地址 ; 多目地址 ; 多站地址
组播委托 ; 多点委托 ; 多点传送委托 ; 多路广播委托
多播数据流
multicast:
multiple broadcast
multicast:重播
multi-,许多,多个,cast,播放,缩写自broadcast.
In computer networking, multicast (one-to-many or many-to-many distribution) is group communication where information is addressed to a group of destination computers simultaneously. Multicast should not be confused with physical layer point-to-multipoint communication.Group communication may either be application layer multicast or network assisted multicast, where the latter makes it possible for the source to efficiently send to the group in a single transmission. Copies are automatically created in other network elements, such as routers, switches and cellular network base stations, but only to network segments that currently contain members of the group.Network assisted multicast may be implemented at the Internet layer using IP multicast, which is often employed in Internet Protocol (IP) applications of streaming media, such as Internet television scheduled content (but not media-on-demand) and multipoint videoconferencing, but also for ghost distribution of backup disk images to multiple computers simultaneously. In IP multicast the implementation of the multicast concept occurs at the IP routing level, where routers create optimal distribution paths for datagrams sent to a multicast destination address.Network assisted multicast may also be implemented at the Data Link Layer using one-to-many addressing and switching such as Ethernet multicast addressing, Asynchronous Transfer Mode (ATM) point-to-multipoint virtual circuits (P2MP) or Infiniband multicast.