[go: up one dir, main page]

CN101141276A - Realization method of controllable multicast service - Google Patents

Realization method of controllable multicast service Download PDF

Info

Publication number
CN101141276A
CN101141276A CNA2007101530823A CN200710153082A CN101141276A CN 101141276 A CN101141276 A CN 101141276A CN A2007101530823 A CNA2007101530823 A CN A2007101530823A CN 200710153082 A CN200710153082 A CN 200710153082A CN 101141276 A CN101141276 A CN 101141276A
Authority
CN
China
Prior art keywords
user
multicast
access control
authority
request
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CNA2007101530823A
Other languages
Chinese (zh)
Other versions
CN100571150C (en
Inventor
韩雨发
熊宇鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Publication of CN101141276A publication Critical patent/CN101141276A/en
Application granted granted Critical
Publication of CN100571150C publication Critical patent/CN100571150C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

本发明公开了一种可控组播业务的实现方法,该方法为:用户向接入控制设备发出组播业务加入请求;接入控制设备将所述请求透传到组播网络侧;以及接入控制设备对该用户的组播权限进行判断,如果该用户有接收组播节目的权限,则接入控制设备将组播网络发送来的组播数据流转发给该用户,否则不向该用户转发数据。

Figure 200710153082

The invention discloses a method for realizing a controllable multicast service. The method is as follows: a user sends a multicast service joining request to an access control device; the access control device transparently transmits the request to the multicast network side; and The access control device judges the multicast authority of the user. If the user has the authority to receive multicast programs, the access control device forwards the multicast data stream sent from the multicast network to the user, otherwise it does not send the multicast data stream to the user. Forward data.

Figure 200710153082

Description

可控组播业务的实现方法 Realization method of controllable multicast service

技术领域 technical field

本发明涉及组播网络技术,特别涉及一种可控组播业务的实现方法。The invention relates to multicast network technology, in particular to a method for realizing controllable multicast services.

背景技术 Background technique

在Internet上,多媒体业务诸如:流媒体,视频会议和视频点播等,正在成为信息传送的重要组成部分。点对点传输的单播方式不能适应这一类业务传输特性,即单点发送多点接收,因为服务器必须为每一个接收者提供一个相同内容的IP报文拷贝,同时网络上也重复地传输相同内容的报文,占用了大量资源。虽然IP广播允许一个主机把一个IP报文发送给同一个网络的所有主机,但是由于不是所有的主机都需要这些报文,因而浪费了网络资源。在这种情况下组播业务应运而生,它的出现提供了一个主机向特定的多个接收者发送消息的方法。On the Internet, multimedia services such as streaming media, video conferencing, and video-on-demand are becoming an important part of information transmission. The unicast method of point-to-point transmission cannot adapt to this type of business transmission characteristics, that is, one-point transmission and multi-point reception, because the server must provide each receiver with a copy of the IP message with the same content, and the same content is also repeatedly transmitted on the network packets, occupying a lot of resources. Although IP broadcasting allows a host to send an IP packet to all hosts on the same network, network resources are wasted because not all hosts need these packets. In this case, the multicast service emerges as the times require, and its appearance provides a method for a host to send messages to specific multiple receivers.

目前网络上使用组播路由器配合交换机一起实现组播业务。网络模型如图1所示,组播路由器上支持的协议主要是PIM-SD协议。网络交换机上支持的协议主要是组播控制协议(IGMP)。如图2,用户使用组播节目时处理过程如下:Currently, multicast routers are used in conjunction with switches to implement multicast services on the network. The network model is shown in Figure 1. The protocol supported by the multicast router is mainly the PIM-SD protocol. The protocol supported on the network switch is mainly the Multicast Control Protocol (IGMP). As shown in Figure 2, when a user uses a multicast program, the process is as follows:

(1)、用户发送组播业务加入请求到网络交换机;(1), the user sends a multicast service join request to the network switch;

(2)、网络交换机将这个请求透传到组播网络侧;(2), the network switch transparently transmits the request to the multicast network side;

(3)、组播网络将组播数据流发送到交换机;(3), the multicast network sends the multicast data flow to the switch;

(4)、网络交换机将组播数据流发送给用户。(4) The network switch sends the multicast data stream to the user.

通过上述流程,用户就可以接收到组播节目数据流。用户停止使用组播节目时过程如下:Through the above process, the user can receive the data stream of the multicast program. The procedure when a user stops using a multicast program is as follows:

(1)、用户发送组播业务离开请求;(1), the user sends a multicast service leave request;

(2)、网络交换机停止发送组播数据给这个用户,同时将这个请求透传到组播网络一侧。(2) The network switch stops sending multicast data to the user, and transparently transmits the request to the multicast network side at the same time.

(3)、如果网络交换机的用户侧已经没有其他用户使用这个组播业务,则组播网络就不再发送组播数据到交换机。(3) If there is no other user on the user side of the network switch to use the multicast service, the multicast network will no longer send multicast data to the switch.

虽然现有技术实现了组播业务,但由于上述两个协议中没有对用户的管理功能,导致所有可以上网的用户,都可以使用组播业务,不便于运营商进行管理和收取费用。Although the existing technology realizes the multicast service, since the above two protocols do not have user management functions, all users who can access the Internet can use the multicast service, which is not convenient for operators to manage and collect fees.

发明内容 Contents of the invention

本发明的目的在于提供一种可控组播业务的实现方法,以便于服务提供商对接入用户进行管理。The purpose of the present invention is to provide a controllable multicast service implementation method, so that service providers can manage access users.

本发明的技术方案一:Technical scheme one of the present invention:

一种可控组播业务的实现方法,该方法包括下述步骤:A method for realizing a controllable multicast service, the method comprising the following steps:

用户向接入控制设备发出组播业务加入请求;The user sends a multicast service joining request to the access control device;

接入控制设备将所述请求透传到组播网络侧;以及The access control device transparently transmits the request to the multicast network side; and

接入控制设备对该用户的组播权限进行判断,如果该用户有接收组播业务的权限,则接入控制设备将组播网络发送来的组播数据流转发给该用户,否则不向该用户转发数据。The access control device judges the user's multicast authority. If the user has the authority to receive multicast services, the access control device forwards the multicast data flow sent by the multicast network to the user, otherwise it does not send the multicast data stream to the user. User forwards data.

本发明的技术方案二:Technical scheme two of the present invention:

一种可控组播业务的实现方法,该方法包括步骤:A method for realizing a controllable multicast service, the method comprising the steps of:

(1)、用户向接入控制设备发出组播业务加入请求;(1), the user sends a multicast service joining request to the access control device;

(2)、接入控制设备判断该用户的组播权限;如果该用户有接收组播业务的权限,则将用户的组播业务加入请求传送到网络侧并继续步骤(3),否则丢弃用户的请求报文,结束对该次请求的处理;(2), the access control device judges the user's multicast authority; if the user has the authority to receive the multicast service, then the user's multicast service joining request is sent to the network side and continues step (3), otherwise the user is discarded request message, end the processing of the request;

(3)、接入控制设备将组播网络发送来的组播数据流转发给所述用户。(3) The access control device forwards the multicast data stream sent by the multicast network to the user.

本发明的技术方案三:Technical scheme three of the present invention:

一种可控组播业务的实现方法,该方法包括步骤:A method for realizing a controllable multicast service, the method comprising the steps of:

a、用户向接入控制设备发出组播业务加入请求;a. The user sends a multicast service joining request to the access control device;

b、接入控制设备判断该用户的组播权限;如果该用户有接收组播业务的权限则继续步骤c,否则丢弃用户的请求报文,结束对该次请求的处理;B. The access control device judges the user's multicast authority; if the user has the authority to receive the multicast service, then continue to step c, otherwise discard the user's request message, and end the processing of the request;

c、接入控制设备进一步判断是否已经向组播网络发送过相同的组播业务请求,如果是则进行步骤d,否则向组播网络侧发送用户的组播加入请求,进行步骤d;c. The access control device further determines whether the same multicast service request has been sent to the multicast network, and if so, proceeds to step d, otherwise sends the user's multicast join request to the multicast network side, proceeds to step d;

d、接入控制设备将组播网络发送来的组播数据流发送给有权限的用户。d. The access control device sends the multicast data stream sent by the multicast network to authorized users.

其中:in:

所述控制设备为网络交换机、数字用户线接入复用器或功能类似的其他设备。The control device is a network switch, a digital subscriber line access multiplexer or other devices with similar functions.

采用本发明的方法,运行商可通过对用户的权限控制来实现“精细化、特性化”运营,为不同的用户群提供不同的服务,从而提高运营收益。By adopting the method of the present invention, the operator can realize "refinement and individualized" operation by controlling the authority of users, and provide different services for different user groups, thereby increasing operating income.

附图说明 Description of drawings

图1为现有技术中实现组播业务的网络模型图;Fig. 1 is the network model figure that realizes multicast service in the prior art;

图2为现有技术实现组播业务原理示意图;FIG. 2 is a schematic diagram of the principle of implementing multicast services in the prior art;

图3为本发明实现可控组播业务原理示意图;Fig. 3 is a schematic diagram of the principle of realizing the controllable multicast service in the present invention;

图4为本发明实现可控组播业务方案一的流程图;Fig. 4 is the flow chart of the present invention to realize the controllable multicast service scheme 1;

图5为本发明实现可控组播业务方案二的流程图;Fig. 5 is the flow chart that realizes the controllable multicast service scheme 2 of the present invention;

图6为本发明的网络交换机可控制组播的示意图;FIG. 6 is a schematic diagram of a multicast controllable network switch of the present invention;

图7为本发明的网络交换机对用户请求报文的处理示意图;Fig. 7 is a schematic diagram of the processing of the user request message by the network switch of the present invention;

图8为本发明实现可控组播业务方案三的流程图。FIG. 8 is a flow chart of the third embodiment of the controllable multicast service in the present invention.

具体实施方式 Detailed ways

本发明的可控组播就是在网络交换机或者数字用户线接入复用器(DSLAM)等功能类似的控制设备上,利用相关协议实现用户接入的控制。如利用组播控制协议(简称IGMP)、802.1X协议等。本实施例以组播控制协议为例对本发明进行说明。本发明的组网图参阅图1所示。The controllable multicast of the present invention is to realize the control of user access by using relevant protocols on control devices with similar functions such as network switch or digital subscriber line access multiplexer (DSLAM). Such as using the Multicast Control Protocol (referred to as IGMP), 802.1X protocol and so on. This embodiment uses the multicast control protocol as an example to describe the present invention. The networking diagram of the present invention is shown in FIG. 1 .

为了解决用户管理的问题,在控制设备上建立本地数据库,在该数据库中对用户的权限进行配置,在收到用户加入请求报文的时候,从数据库中查询用户的权限并根据用户的权限控制报文转发,参阅图3。In order to solve the problem of user management, a local database is established on the control device, and the user's authority is configured in the database. When receiving a user joining request message, the user's authority is queried from the database and controlled according to the user's authority. For message forwarding, see Figure 3.

在组播业务中,节目是唯一的,与组播IP地址一一对应,用户的组播权限配置是按照用户的物理位置或者逻辑位置配置。In the multicast service, the program is unique and corresponds to the multicast IP address one by one, and the user's multicast authority is configured according to the user's physical location or logical location.

以物理位置进行权限配置,每一个用户分配一个唯一的设备端口,参阅表一所示。Permissions are configured based on physical locations, and each user is assigned a unique device port, as shown in Table 1.

以逻辑位置进行权限配置,每一个用户分配一个唯一的用户VLAN ID,如表二所示。Permissions are configured in logical locations, and each user is assigned a unique user VLAN ID, as shown in Table 2.

表一Table I

节目名称Name of programme 节目地址program address   用户位置user location   用户姓名 username   用户位置user location   用户姓名 username   用户位置user location   用户姓名 username   端口0Port 0   张三Zhang San   端口1Port 1   李四Li Si   端口12Port 12   王五Wang Wu   CCTV-5CCTV-5   224.1.10.1224.1.10.1   有 have   有 have   有 have   HBOHBO   224.1.10.2224.1.10.2   有 have   没有 No   有 have   凤凰卫视 Phoenix Television   224.1.10.3224.1.10.3   有 have   有 have   没有 No

表二Table II

节目名称Name of programme 节目地址program address   用户位置user location   用户姓名 username   用户位置user location   用户姓名 username   用户位置user location   用户姓名 username   VLAN 0VLAN 0   张三Zhang San   VALN 16VALN 16   李四Li Si   VALN 100VALN 100   王五Wang Wu   CCTV-5CCTV-5   224.1.10.1224.1.10.1   有 have   有 have   有 have   HBOHBO   224.1.10.2224.1.10.2   有 have   没有 No   有 have   凤凰卫视 Phoenix Television   224.1.10.3224.1.10.3   有 have   有 have   没有 No

参阅4,以网络交换机实现组播控制协议侦听(IPGM snooping)协议为例,可控组播的流程如下:Refer to 4. Take the IPGM snooping protocol implemented by the network switch as an example. The process of controllable multicast is as follows:

(1)用户发送组播业务加入请求到网络交换机;(1) The user sends a multicast service join request to the network switch;

(2)网络交换机将这个请求透传到组播网络侧,同时根据接收到的用户控制报文从本地的权限数据库中查看用户的权限;(2) The network switch transparently transmits the request to the multicast network side, and simultaneously checks the user's authority from the local authority database according to the received user control message;

(3)如果用户有接收组播节目的权限,则网络交换机将组播网络发送来的组播数据流转发给用户,否则不将组播数据流发送给发送请求的用户。(3) If the user has the authority to receive the multicast program, the network switch forwards the multicast data stream sent by the multicast network to the user, otherwise the multicast data stream is not sent to the requesting user.

参阅5,为了进一步优化业务控制过程,对于图4中的步骤(2),也可根据对用户使用权限的分析结果决定是否向网络侧发送用户的组播业务加入请求。其过程如下:Refer to 5. In order to further optimize the service control process, for step (2) in FIG. 4, it is also possible to determine whether to send the user's multicast service join request to the network side according to the analysis result of the user's usage authority. The process is as follows:

(1)、用户向接入控制设备发出组播业务加入请求;(1), the user sends a multicast service joining request to the access control device;

(2)、接入控制设备判断该用户的组播权限;如果该用户有接收组播节目的权限,则将用户的组播业务加入请求传送到网络侧并继续步骤(3),否则丢弃用户的请求报文,结束对该次请求的处理;(2), the access control device judges the user's multicast authority; if the user has the authority to receive multicast programs, then the user's multicast service joining request is sent to the network side and continues step (3), otherwise the user is discarded request message, end the processing of the request;

(3)、接入控制设备将组播网络发送来的组播数据流转发给发送请求的用户。(3) The access control device forwards the multicast data flow sent by the multicast network to the requesting user.

参阅图6,网络交换机可控组播模块部分包括:用户侧控制报文接收模块、控制报文分析模块、IGMP报文处理模块和组播数据报文发送控制模块。IGMP报文处理模块主要负责用户的组播权限分析。Referring to FIG. 6 , the network switch controllable multicast module part includes: user side control message receiving module, control message analysis module, IGMP message processing module and multicast data message sending control module. The IGMP message processing module is mainly responsible for analyzing the user's multicast authority.

参阅图7,对报文的处理过程如下:Referring to Figure 7, the processing of the message is as follows:

用户侧控制报文接收模块监测并接收用户发出的所有控制报文,然后将这些报文发送到控制报文分析模块。The user-side control message receiving module monitors and receives all control messages sent by the user, and then sends these messages to the control message analysis module.

用户报文分析模块根据控制报文中协议域的内容对控制报文进行分类,然后将各种报文发送到响应的模块进行处理。如果是IGMP控制报文,则发送到IGMP报文处理模块;否则进行其他报文处理。The user packet analysis module classifies the control packets according to the content of the protocol field in the control packets, and then sends various packets to the corresponding module for processing. If it is an IGMP control message, it is sent to the IGMP message processing module; otherwise, other message processing is performed.

IGMP报文处理模块从用户的请求报文中得到组播地址和用户的位置,根据组播地址和用户的位置从本地数据库中查询用户的组播权限,以判断该用户是否有权限观看组播节目;如果没有权限,则不进行任何操作;如果有权限,则发送控制消息到组播数据报文发送控制模块。The IGMP message processing module obtains the multicast address and the user's location from the user's request message, and queries the user's multicast permission from the local database according to the multicast address and the user's location to determine whether the user has permission to watch the multicast programs; if there is no authority, no operation is performed; if there is authority, a control message is sent to the multicast data packet sending control module.

组播数据报文发送控制模从控制消息的指令中得到用户的位置信息,然后按照指令,激活该用户的组播报文发送功能。当网络交换机接收到组播数据时便发送给用户。The multicast data message sending control module obtains the location information of the user from the command of the control message, and then activates the multicast message sending function of the user according to the command. When the network switch receives the multicast data, it will send it to the user.

参阅图8所示,以网络交换机实现组播控制协议代理(IGMP Proxy)协议为例,可控组播的流程如下:Referring to Figure 8, taking the implementation of the IGMP Proxy (IGMP Proxy) protocol by a network switch as an example, the flow of the controllable multicast is as follows:

(1)用户发送组播业务加入请求到网络交换机。(1) The user sends a multicast service join request to the network switch.

(2)网络交换机先查询本地的数据库,判断用户有没有组播业务的使用权限。如果有权限则进行步骤(3),如果没有使用权限,则将用户的请求报文丢弃,并结束该次请求处理过程。(2) The network switch first queries the local database to determine whether the user has the right to use the multicast service. If there is permission, go to step (3), if not, discard the user's request message, and end the request processing process.

(3)、进一步判断网络交换机是不是已经向组播网络发送过相同的组播节目请求;如果已经发送过相同的请求,说明组播节目已经存在,就不再向组播网络发送组播请求;如果以前没有发送过,则向组播网络发送组播加入请求。组播网络收到请求之后,将组播节目发送到网络交换机。(3), further judge whether the network switch has sent the same multicast program request to the multicast network; if the same request has been sent, it means that the multicast program already exists, and the multicast request is no longer sent to the multicast network ; If it has not been sent before, send a multicast join request to the multicast network. After the multicast network receives the request, it sends the multicast program to the network switch.

(4)、网络交换机将组播数据发送到有使用权限的用户。(4) The network switch sends the multicast data to users who have permission to use it.

其中,用户请求报文的处理过程参阅图6和图7。Wherein, the processing process of the user request message refers to FIG. 6 and FIG. 7 .

本发明中用户停止使用组播节目时过程与现有技术相同。In the present invention, the process when the user stops using the multicast program is the same as that of the prior art.

Claims (9)

1. the implementation method of a controllable multicast service is characterized in that comprising step:
The user sends multicast service to access control equipment and joins request;
Access control equipment is transparent to the multicast network side with described request; And
Access control equipment is judged this user's multicast authority, if this user has the authority of receiving multicast business, then access control equipment multicast traffic stream that multicast network is sent is transmitted to this user, otherwise does not transmit data to this user.
2. the method for claim 1, access control equipment judge that user right comprises step:
From the control message that the user sends, obtain multicast address and user's position;
Multicast authority according to position inquiring user from database of multicast address and user.
3. method as claimed in claim 1 or 2 is characterized in that, described access control equipment is the network switch, Digital Subscriber Line Access Multiplexer or functionally similar other equipment.
4. the implementation method of a controllable multicast service is characterized in that comprising step:
(1), the user sends multicast service to access control equipment and joins request;
(2), access control equipment is judged this user's multicast authority; If this user has the authority of receiving multicast business, then user's multicast service being joined request is sent to network side and continues step (3), otherwise abandons user's request message, finishes this time processing of request;
(3), access control equipment multicast traffic stream that multicast network is sent is transmitted to described user.
5. the multicast authority of judging this user in the method as claimed in claim 4, step (2) comprises step:
From the control message that the user sends, obtain multicast address and user's position;
Multicast authority according to position inquiring user from database of multicast address and user.
6. as claim 4 or 5 described methods, it is characterized in that described control appliance is the network switch, Digital Subscriber Line Access Multiplexer or functionally similar other equipment.
7. the implementation method of a controllable multicast service is characterized in that comprising step:
A, user send multicast service to access control equipment and join request;
B, access control equipment are judged this user's multicast authority; If this user has the authority of receiving multicast business then continues step c, otherwise abandon user's request message, finish this time processing of request;
C, access control equipment further judge whether to send identical multicast service request to multicast network, if then carry out steps d, otherwise join request to multicast network side transmission user's multicast, carry out steps d;
The multicast traffic stream that d, access control equipment send multicast network sends to the user of authority.
8. method as claimed in claim 7, judge among the step b that user's multicast authority comprises step:
From the control message that the user sends, obtain multicast address and user's position;
Multicast authority according to position inquiring user from database of multicast address and user.
9. as claim 7 or 8 described methods, it is characterized in that described control appliance is the network switch, Digital Subscriber Line Access Multiplexer or functionally similar other equipment.
CNB2007101530823A 2003-04-23 2003-04-23 Realization method of controllable multicast service Expired - Lifetime CN100571150C (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB03123335XA CN100477591C (en) 2003-04-23 2003-04-23 Method for realizing controllable multicast service

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CNB03123335XA Division CN100477591C (en) 2003-04-23 2003-04-23 Method for realizing controllable multicast service

Publications (2)

Publication Number Publication Date
CN101141276A true CN101141276A (en) 2008-03-12
CN100571150C CN100571150C (en) 2009-12-16

Family

ID=34321272

Family Applications (3)

Application Number Title Priority Date Filing Date
CNB2007101530823A Expired - Lifetime CN100571150C (en) 2003-04-23 2003-04-23 Realization method of controllable multicast service
CN2008101853947A Expired - Lifetime CN101453350B (en) 2003-04-23 2003-04-23 Implementing method for controllable multicast service
CNB03123335XA Expired - Lifetime CN100477591C (en) 2003-04-23 2003-04-23 Method for realizing controllable multicast service

Family Applications After (2)

Application Number Title Priority Date Filing Date
CN2008101853947A Expired - Lifetime CN101453350B (en) 2003-04-23 2003-04-23 Implementing method for controllable multicast service
CNB03123335XA Expired - Lifetime CN100477591C (en) 2003-04-23 2003-04-23 Method for realizing controllable multicast service

Country Status (1)

Country Link
CN (3) CN100571150C (en)

Families Citing this family (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4247994B2 (en) 2004-12-27 2009-04-02 株式会社カシオ日立モバイルコミュニケーションズ Mobile communication terminal, base station, and registration control method
CN100488163C (en) * 2005-01-19 2009-05-13 华为技术有限公司 Multicast service processing method and system
US8533750B2 (en) 2005-03-22 2013-09-10 Huawei Technologies Co., Ltd. Method and access device for generating IP broadband video service bill
CN1838766B (en) * 2005-03-22 2010-08-25 华为技术有限公司 IP broadband video service charging method
CN100454894C (en) * 2005-06-07 2009-01-21 中兴通讯股份有限公司 Information isolation method and device for downlink broadcasting and flooding of Ethernet passive optical network
US8503446B2 (en) * 2005-08-29 2013-08-06 Alcatel Lucent Multicast host authorization tracking, and accounting
CN100362812C (en) * 2005-10-28 2008-01-16 华为技术有限公司 A method for managing user multicast rights
CN1980416B (en) * 2005-12-01 2011-05-18 华为技术有限公司 Media sending authority processing method and apparatus
CN1997240B (en) * 2006-01-04 2010-12-08 华为技术有限公司 Passive optical network multicast traffic control method, system and passive optical network terminal
CN1801711B (en) * 2006-01-18 2011-03-23 杭州华三通信技术有限公司 Multicast group member identification method and apparatus
CN1852119A (en) * 2006-02-28 2006-10-25 华为技术有限公司 Method for charging in times to multicast performance
CN100426886C (en) * 2006-03-17 2008-10-15 华为技术有限公司 Method for realizing stream media service
CN100420240C (en) * 2006-03-30 2008-09-17 华为技术有限公司 A method of multicast authority control
CN101083612B (en) * 2006-05-31 2010-06-09 诺基亚西门子通信系统技术(北京)有限公司 Method and apparatus for filtrating program source
CN100433688C (en) * 2006-06-14 2008-11-12 烽火通信科技股份有限公司 Method for realizing secondary controlled multicast
CN101155046B (en) * 2006-09-25 2011-06-22 华为技术有限公司 Network control system and method for realizing multicast control
CN101150425B (en) * 2007-11-15 2010-10-13 中国电信股份有限公司 Right control method for multicast service and Ethernet passive optical network system
CN101202715B (en) * 2007-11-27 2012-02-22 杭州华三通信技术有限公司 Multicast authority automatic deployment method and device
CN101998174B (en) * 2009-08-24 2012-11-28 中兴通讯股份有限公司 Quick access method, server, client and system of multicast RTP (real time protocol) session
CN101998143B (en) * 2009-08-26 2014-03-12 中兴通讯股份有限公司 Method for multicasting video data, unicast server and client
CN102088618A (en) * 2010-12-30 2011-06-08 苏州汉辰数字多媒体有限公司 Hotel video playback control method
CN102655458B (en) * 2012-04-23 2015-10-14 浙江宇视科技有限公司 A kind of multicast safety management method and multicast boundary control appliance
CN103716170A (en) * 2013-12-13 2014-04-09 上海斐讯数据通信技术有限公司 Controllable multicast implementation method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1252961C (en) * 2001-07-09 2006-04-19 中兴通讯股份有限公司 Method for authenticating group broadcast service
CN1149785C (en) * 2001-09-13 2004-05-12 华为技术有限公司 Service Node Controlled Multicast Method
CN100437550C (en) * 2002-09-24 2008-11-26 武汉邮电科学研究院 Ethernet confirming access method

Also Published As

Publication number Publication date
CN100477591C (en) 2009-04-08
CN100571150C (en) 2009-12-16
CN101453350A (en) 2009-06-10
CN101453350B (en) 2010-11-10
CN1540920A (en) 2004-10-27

Similar Documents

Publication Publication Date Title
CN100477591C (en) Method for realizing controllable multicast service
EP1715628B1 (en) A method for realizing the multicast service
EP2202919B1 (en) Method and apparatus for controlling the upward multicast traffic
US7801068B2 (en) Selectively receiving data in a multicast environment
CN100442776C (en) The Method of Realizing Multicast Forwarding on Layer 3 Switch
CN1592487A (en) Digital subscriber line access network with improved authentication, authorization, accounting and configuration control
CN103999405B (en) Systems and methods for combining multiple communication links
CN113475085A (en) Multicast assisted delivery
WO2012062163A1 (en) Method and system for dynamically adjusting media content in video conference
US20050281265A1 (en) Multicast packet routing arrangements for group-membership handling
CN101179412A (en) Multicast bearer network access equipment, system and method
CN100563206C (en) Method and device for controlling multicast channel
CN102355358B (en) Method and device for realizing multicast
CN101409704B (en) Method and apparatus for processing multicast member management protocol
CN100477635C (en) Inter-domain multicast transmission method and edge device
WO2008052475A1 (en) A method, system and device for multicast authenticating
CA2798421A1 (en) Source selection by routers
CN101931787B (en) Method, device and system for controlling multicast program
KR100592874B1 (en) Method and system for multicast IP broadcast
CN101414921B (en) Control method and equipment for accommodating and releasing resource
CN101605040B (en) Multicast control method under single-port and multi-user access mode and device
US9161108B2 (en) Method and system for establishing communication relations
CN102474445A (en) A method, a terminal, an access node and a media server for providing resource admission control of digital media streams
Shoaf et al. Introduction to IGMP for IPTV Networks
CN100442723C (en) Device and implementation method for monitoring multicast users

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CX01 Expiry of patent term
CX01 Expiry of patent term

Granted publication date: 20091216