WO2008061417A1 - Multicast control processing method, system and broadband access device - Google Patents

Multicast control processing method, system and broadband access device Download PDF

Info

Publication number
WO2008061417A1
WO2008061417A1 PCT/CN2007/002227 CN2007002227W WO2008061417A1 WO 2008061417 A1 WO2008061417 A1 WO 2008061417A1 CN 2007002227 W CN2007002227 W CN 2007002227W WO 2008061417 A1 WO2008061417 A1 WO 2008061417A1
Authority
WO
WIPO (PCT)
Prior art keywords
multicast
multicast group
member table
access device
broadband access
Prior art date
Application number
PCT/CN2007/002227
Other languages
French (fr)
Chinese (zh)
Inventor
Wumao Chen
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 WO2008061417A1 publication Critical patent/WO2008061417A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/02Details
    • H04L12/16Arrangements for providing special services to substations
    • H04L12/18Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
    • H04L12/185Arrangements for providing special services to substations for broadcast or conference, e.g. multicast with management of multicast group membership
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/15Flow control; Congestion control in relation to multipoint traffic

Definitions

  • Multicast control processing method system and broadband access device
  • the present invention relates to the field of network communication technologies, and in particular, to a multicast control processing method, system, and broadband access device. Background technique
  • broadband access equipment such as Digital Subscriber Line Access Mulitiplexer (DSLAM)
  • DSLAM Digital Subscriber Line Access Mulitiplexer
  • the broadcast channel requires the broadband access device as the device of the last access user, and implements corresponding features such as controllable multicast, large-capacity multicast forwarding entries, and fast channel switching.
  • the process in which the user terminal joins the multicast group corresponding to the specified channel is as shown in FIG. 1 , and the following steps are included:
  • step S101 the user specifies the channel that needs to be viewed, and the user terminal sends an IGMP (Internet Group Management Protocol) Join message to the DSLAM, where the message carries the information of the multicast group corresponding to the designated channel.
  • IGMP Internet Group Management Protocol
  • the user terminal usually sends two IGMP Join messages to the DSLAM.
  • Step S102 the DSLAM, as an IGMP Proxy, determines whether the user who sends the IGMP Jom message can join the multicast group corresponding to the designated channel after receiving the IGMP Join message. If yes, go to step S103; otherwise, directly End.
  • Step S103 the DSLAM determines whether the multicast group already has a member table, and if so, proceeds to step S107, otherwise proceeds to step S104;
  • Step S104 the DSLAM sends an IGMP Join message to the multicast router of the upper layer to request the multicast stream of the multicast group, and creates a member table for the multicast group, and adds the information of the user to the member table.
  • Step S105 After receiving the IGMP Join message from the DSLAM, the multicast router sends the multicast stream of the multicast group requested by the DSLAM to the DSLAM;
  • the multicast router may exchange multicast routing information with its upper-layer device through Protocol Independent Multicast (PIM)/IGMP.
  • PIM Protocol Independent Multicast
  • Step S106 The DSLAM receives the multicast stream, and sends the multicast stream to the user port according to the information of the user in the multicast group member table, and ends.
  • Step S107 the DSLAM determines whether the user's information exists in the member table of the multicast group, and if yes, does not process, and ends, otherwise, proceeds to step S108;
  • Step S108 The DSLAM adds the information of the user to the member table of the multicast group.
  • the DSLAM sends the multicast stream of the multicast group to the user port according to the information of the user in the multicast group member table. Therefore, after the DSLAM adds the user information to the member table of the multicast group in this step, the DSLAM The multicast stream of the multicast group will be sent to the port of the user.
  • the DSLAM Since there may be multiple user terminals under one user port, there may be one of the user terminals that has sent a request to the DSLAM for the same channel, and the DSLAM has added the user information to the member table of the multicast group. If the user port sends the multicast stream of the multicast group corresponding to the channel, another user terminal under the port also needs to watch the channel and send a request to the DSLAM again. At this time, the DSLAM does not need to be in the multicast. The user's information is added again in the member table of the group, so it can be processed without any reason. If it is the first user terminal under the user port to request the multicast stream of the multicast group from the DSLAM, the DSLAM needs to be in the Add the user's information to the member table of the multicast group.
  • the process in which the user terminal leaves the multicast group corresponding to the specified channel is as shown in FIG. 2, and includes the following steps:
  • Step S201 When the user switches channels or stops watching, the user terminal sends IGMP to the DSLAM.
  • the Leave message carries the information of the multicast group corresponding to the channel that the user specifies to leave.
  • the DSLAM sends a specific group query message to determine if there are other terminals under the port where the user terminal is located.
  • the user terminal After receiving the specific group query message, the user terminal sends a response to the DSLAM if it is watching the channel, otherwise it does not respond to the specific group query message. After receiving the specific group query message, if the DSLAM receives the response from the user terminal within the set time, it considers that other terminals are watching the channel under the port, otherwise, it is considered that no other terminal is watching the channel under the port. .
  • Step S203 the DSLAM stops sending the multicast stream of the multicast group to the port where the user terminal is located;
  • Step S204 the DSLAM determines whether the user is the last member of the multicast group, and if yes, proceeds to step S205, otherwise, proceeds to step S207. ;
  • the DSLAM may determine whether the user is the last member of the multicast group according to whether the information of the user is the last user information recorded in the member table of the multicast group.
  • step S203 and step S204 do not have a certain order.
  • Step S205 The DSLAM sends an IGMP carrying the multicast group information to the upper multicast router.
  • Step S206 After receiving the IGMP Leave message, the multicast router stops sending the multicast stream of the multicast group to the DSLAM, and ends.
  • Step S207 The DSLAM deletes the information of the user in the member table of the multicast group.
  • the DSLAM does not send the specific group query, but directly stops sending the multicast stream of the multicast group to the port where the user terminal is located, and determines whether the user has the multicast group. The last member, for subsequent processing.
  • the user terminal sends an IGMP Leave message to the DSLAM to leave the multicast group.
  • the DSLAM also sends an inquiry message to the port of the user terminal in the locally stored multicast group member table. If the DSLAM does not receive the response to the query message after waiting for the set query interval, the DSLAM considers the multicast group. If there is no member, the upper-layer multicast router sends an IGMP Leave message carrying the multicast group information and deletes the member table of the multicast group.
  • the DSLAM can send query messages to the ports of the user terminals in the multiple member tables that it saves at the same time, or send them separately.
  • the member table of the multicast group is created when the first user joins the multicast group, and when there is no member in the multicast group, the member table Will be deleted.
  • the present invention provides a multicast control processing method, system, and broadband access device, which are used to reduce the possibility of a transient processing performance bottleneck of a broadband access device.
  • the present invention provides a multicast control processing method, which includes the following steps:
  • the broadband access device When the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast of the multicast group from the multicast router.
  • the broadband access device When the user terminal is required to join the multicast group to the broadband access device, the broadband access device adds the user information corresponding to the user terminal to the member table of the multicast group that is created in advance, and provides the user information to the user.
  • the terminal sends the multicast stream of the multicast group obtained in advance.
  • the present invention also provides a multicast control processing system, including a broadband access device and a multicast router, where:
  • the broadband access device is configured to create a member table for a multicast group without a member table in advance, and request the multicast group from the multicast router when the load is not loaded or the load is lower than the first threshold.
  • a multicast stream and when receiving a request for joining the multicast group sent by the user terminal, adding information of the user corresponding to the user terminal to the member table of the multicast group that is created in advance, to the user terminal Sending a multicast stream of the multicast group obtained in advance;
  • the multicast router is configured to send the multicast stream to the broadband access device according to the request of the broadband access device.
  • the present invention also provides a broadband access device, including a storage module, a first processing module, a multicast module, and a second processing module, where:
  • the storage module is configured to save a member table of the multicast group
  • the second processing module is configured to create a member table in the storage module and send a request in advance for the multicast group without the member table when the broadband access device is not loaded or the load is lower than the first threshold.
  • the multicast stream message of the multicast group outputs the multicast stream to the multicast module after obtaining the multicast stream;
  • the first processing module is configured to: after receiving the message that the user terminal requests to join the multicast group, add the user corresponding to the user terminal to the member table of the multicast group that is pre-created in the storage module.
  • the multicast module is configured to send, to the user equipment, the multicast stream of the multicast group that is requested in advance according to the information of the user in the member table of the multicast group.
  • the broadband access device when the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast from the multicast router. a multicast stream of the group; when the user terminal requests the broadband access device to join the multicast group, the broadband access device adds the information of the user corresponding to the user terminal to the user terminal in the member table of the multicast group that is created in advance. Sending the pre-requested multicast stream of the multicast group, and the broadband access device does not need to obtain the request to join the multicast group sent by the user terminal, and then creates a member table of the multicast group and requests the multicast router.
  • Broadband access devices in the multicast table of the member table have the possibility of instantaneously handling performance bottlenecks. Since the technical solution of the present invention increases the processing load of the broadband access device only when the broadband access device is in a no-load or low-load state, the load of the broadband access device is balanced, and the transient processing performance bottleneck of the broadband access device is reduced. The possibility.
  • FIG. 1 is a flow chart of a user group joining a multicast group corresponding to a specified channel in the prior art
  • FIG. 2 is a flow chart of a user group leaving a multicast group corresponding to a designated channel in the prior art
  • FIG. 4 is a flowchart of processing after a DSLAM receives an IGMP Join message sent by a user terminal according to Embodiment 1 of the present invention
  • FIG. 6 is a block diagram of a multicast control processing system in an embodiment of the present invention.
  • FIG. ⁇ is a block diagram of a broadband access device in one embodiment of the present invention. detailed description
  • the broadband access device when the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast group from the multicast router.
  • the broadband access device adds the user information corresponding to the user terminal to the member table of the multicast group that is created in advance, and sends the user information to the user.
  • the terminal sends the multicast stream of the multicast group obtained in advance.
  • the process shown in FIG. 3 is performed, including the following steps:
  • Step S301 the DSLAM determines whether all the multicast groups have a member table, and if so, directly ends, otherwise, proceed to step S302;
  • Step S302 The DSLAM selects a multicast group that does not have a member table, creates a member table for the multicast group, and sends an IGMP Join message to the upper-layer multicast router to request the multicast stream of the multicast group.
  • the DSLAM can select a multicast group without a member table according to the setting rule.
  • the priority of the member table is determined according to the rating of each channel, or the administrator sets the priority through the command line or the network management interface. Level, set some of the most popular channels (such as live sports events, etc.) to high priority.
  • the DSLAM can also create a member table for multiple multicast groups without member tables, and send IGMP Join messages to the multicast routers to request multicast streams of each multicast group.
  • Step S303 The multicast router sends the multicast stream of the multicast group to the DSLAM.
  • the DSLAM can determine whether it is in a no-load state by judging whether there is currently a task to be processed; when there is no task currently to be processed, the DSLAM considers that it is in a no-load state, otherwise the DSLAM considers that it is under load. status.
  • the DSLAM can also set the period and count the processing load in the period. If the processing load in the period is lower than the first threshold, it is considered to be in a low load state, otherwise it is considered to be in a non-low load state.
  • the first threshold can be set according to specific needs.
  • the processing flow of the DSLAM after receiving the IGMP Join message sent by the user terminal is as shown in FIG. 4, and includes the following steps:
  • Step S401 Determine whether the user who sends the IGMP Join message can join the multicast group corresponding to the designated channel, and if yes, go to step S402, otherwise, directly end.
  • Step S402 determining whether the multicast group already has a member table, and if yes, proceeding to step S405, otherwise proceeding to step S403;
  • Step S403 the uplink multicast router sends an IGMP Join message to request the multicast stream of the multicast group.
  • Step S405 determining whether there is information about the user corresponding to the user terminal in the member table of the multicast group, and if yes, processing is not completed, otherwise, proceeding to step S406;
  • Step S406 adding information of the user to the multicast group member table.
  • step S403 and the step S404 do not have a certain sequence relationship.
  • the multicast stream is sent to each user in the multicast group member table.
  • S401, S402, and S406 are steps that need to be performed in both cases, and the processing load brought to the DSLAM in step S405 is small. Since the DSLAM has no members in the member table created for the multicast group, in this case, the steps that the DSLAM needs to perform must include step S406.
  • the technical solution of the embodiment is used to increase the processing load of the DSLAM when the DSLAM is in a no-load or low-load state, and to reduce the DSLAM's relatively heavy load when processing the request of the user terminal to join the multicast group without the member table.
  • the processing load of the smooth DSLAM processing load from the DSLAM can effectively alleviate the DSLAM load when a large number of users send IGMP Join messages to the DSLAM, and reduce the bandwidth access device when a large number of users request to join a multicast group without a member table. There is a possibility of dealing with performance bottlenecks in an instant.
  • a DSLAM provides video services to 255 users, providing a total of 256 channels. It is assumed that each step in the processing flow of the DSLAM after receiving the IGMP Join message sent by the user terminal requires lms (milliseconds) respectively. When there is a wonderful program, all users select the same channel; when the program ends, the 255 users switch to the other 255 channels in 1.1s (seconds) respectively. If you use the existing technology method and do not create a member table for a multicast group without a member table in advance, each user needs 5 steps for 5ms. The DSLAM needs to process the IGMP Join message of all users.
  • the result when the DSLAM creates a member table for a multicast group without a member table, the result may be that the member table exists in all channels. Therefore, when the last member of the member table of a multicast group leaves the multicast group, The member table can be reserved, and the IGMP Leave message carrying the multicast group information is not sent to the multicast router at the upper layer, thereby further reducing the processing load of the DSLAM. Or, according to the setting rule, whether to delete the member table without members, for example, when the last member of the member table of a multicast group leaves the multicast group, determine whether the rating of the multicast group is higher than necessary. The third threshold is set.
  • the member table is reserved, and the multicast router that does not send the multicast group information is sent to the multicast router in the upper layer. Otherwise, the member table is deleted, and the multicast router is sent to the upper layer.
  • the DSLAM can reduce the processing load regardless of which channel the multicast stream is requested by the user. It can minimize the possibility that the DSLAM will encounter transient processing performance bottlenecks. However, if some channels do not need to be viewed by users for a long time, the upper-layer multicast routers always send multicast streams of these channels to the DSLAM, which may cause waste of resources. And, in consideration of the specific implementation, the bandwidth between the DSLAM and the upper-layer multicast router is limited. Therefore, in a specific implementation, the DSLAM can create a member table for the multicast group without the member table according to the setting rule, and The layer multicast router requests the multicast stream corresponding to the multicast group.
  • the broadband access device determines whether to process the multicast group without the member table according to the rating when the user is in the no-load or low-load state.
  • the specific process is shown in FIG. 5. As shown, the following steps are included:
  • Step S501 the DSLAM determines whether each multicast group whose audience rating is higher than the second threshold has a member table, and if so, directly ends, otherwise, proceed to step S502;
  • the second threshold can be set according to requirements, and the bandwidth between the DSLAM and the multicast router and the load that the DSLAM can bear can be considered in the specific setting.
  • Step S502 the DSLAM selects a multicast group whose audience rating is higher than the second threshold and has no member table, creates a member table for the multicast group, and sends an IGMP Join message to the upper multicast router to request the multicast stream of the multicast group.
  • the DSLAM can select a multicast group without a member table according to the setting rule.
  • the priority of the member table is determined according to the rating of each channel, or the administrator sets the priority through the command line or the network management interface. Level, set some of the most popular channels (such as live sports events, etc.) to high priority.
  • the DSLAM can also create a member table for multiple multicast groups with a higher audience rating than the second threshold and no member table, and send an IGMP Join message to the upper multicast router to request the multicast stream of each multicast group.
  • Step S503 The multicast router sends the multicast stream of the multicast group to the DSLAM.
  • the DSLAM can also process multicast groups without member tables according to the administrator's designation.
  • the result that the DSLAM creates a member table for a multicast group whose audience rating is higher than the second threshold and has no member table may be that the members whose all ratings are higher than the second threshold have a member table, therefore, when If the last member of the member group of the multicast group leaves the multicast group, the system can determine whether the audience rating of the multicast group is higher than the second threshold. If yes, the member table is retained. The IGMP Leave message carrying the multicast group information is sent to further reduce the processing load of the DSLAM. Otherwise, the member table is deleted, and the IGMP Leave message carrying the multicast group information is sent to the upper multicast router.
  • the rule for deciding whether to retain the member table may be whether the rating of the multicast group is higher than a third threshold set as needed.
  • the DSLAM can also create a member table only for the multicast group whose rating is within the set number of bits and has no member table, and request and obtain the set number of bits from the multicast router.
  • Multicast group multicast stream For example, if the number of digits in the rating ranking is 40th, the DSLAM will judge whether the multicast group with the audience rating of 40 has members in the no-load or low-load state. Table, if yes, no processing; otherwise, create a member table for a multicast group with a rating of 40 and no member table, and request and obtain a group of multicast groups within the set number of bits from the multicast router. Broadcast.
  • the multicast control processing system in one embodiment of the present invention includes a user terminal 100, a broadband access device 200, and a multicast router 300, where:
  • the broadband access device 200 When the broadband access device 200 is under no load or its load is lower than the first threshold, a member table is created in advance for the multicast group without the member table, and the multicast router 300 is requested to obtain the multicast stream of the multicast group; When the terminal 100 requests the broadband access device 200 to join the multicast group, the broadband access device 200 adds the information of the user corresponding to the user terminal 100 to the member table of the pre-created multicast group, and sends the pre-requested information to the user terminal 100. The multicast stream of the multicast group.
  • the broadband access device 200 in one embodiment of the present invention includes a storage module 201, a first processing module 202, a second processing module 203, and a multicast module 204, where:
  • the storage module 201 stores a member table of the multicast group
  • the second processing module 203 creates a member table in the storage module 201 for the multicast group without the member table in advance, and sends a group requesting the multicast group.
  • the broadcasted message is output to the multicast module 204 after the multicast stream is obtained;
  • the second processing module 203 includes a determining unit and a processing unit, where:
  • the determining unit determines whether the broadband access device 200 has no load or determines whether the load of the broadband access device 200 is lower than a first threshold. If yes, the processing unit performs processing, otherwise the processing is not performed; the processing unit is a group without a member table in advance.
  • the multicast group creates a member table in the storage module 201, and requests the multicast stream of the multicast group from the multicast router 300, and outputs the multicast stream to the multicast module 204 after obtaining the multicast stream.
  • the first processing module 202 After receiving the message that the user terminal 100 requests to join the multicast group, the first processing module 202 adds the information of the user to the member table of the multicast group that is pre-created in the storage module 201;
  • the multicast module 204 transmits the multicast stream of the multicast group obtained in advance to the user terminal 100 according to the information of the user in the member table of the multicast group.

Abstract

A multicast control processing method, system and broadband access device, when the broadband access device does not have the load or its load is below a first threshold, the broadband access device establishes a member list for a multicast group that has no member list preliminarily, and requests a multicast router for the multicast stream of the multicast group and obtains it; when a user terminal requests the broadband access device to join in the multicast group, the broadband access device adds the user information corresponding to the user terminal into the pre-established member list of the multicast group, and sends the pre-requestedand obtained multicast stream of the multicast group to the user terminal.

Description

一种组播控制处理方法、 系统和宽带接入设备  Multicast control processing method, system and broadband access device
技术领域 Technical field
本发明涉及网络通信技术领域, 尤其涉及一种组播控制处理方法、 系统和 宽带接入设备。 背景技术  The present invention relates to the field of network communication technologies, and in particular, to a multicast control processing method, system, and broadband access device. Background technique
随着视频组播业务的发展, 对运营商来说, 视频组播业务越来越重要了, 无论是想要成为真正的全业务运营商、 抢占高收益的有线电视市场, 还是仅仅 想通过开展具有吸引力的宽带增值业务以吸引更多的用户使用宽带网, 解决宽 带承载视频业务的问题都是当务之急。 运营商将宽带接入设备, 例如, 数字用 户线路接入复用器( DSLAM, Data Subscriber Line Access Mulitiplexer ), 作为视 频数据的宽带承载网, 通过与多个电视节目提供商签约提供上百个组播频道, 要求宽带接入设备作为最后接入用户的设备, 实现可控组播、 大容量组播转发 表项、 频道切换快速等相应的特性。  With the development of video multicast services, video multicast services are becoming more and more important for operators. Whether you want to become a true full-service operator, seize the high-yield cable TV market, or just want to develop Attractive broadband value-added services to attract more users to use the broadband network, to solve the problem of broadband bearer video services is a top priority. The operator will use broadband access equipment, such as Digital Subscriber Line Access Mulitiplexer (DSLAM), as a broadband bearer network for video data, and provide hundreds of groups by signing with multiple TV program providers. The broadcast channel requires the broadband access device as the device of the last access user, and implements corresponding features such as controllable multicast, large-capacity multicast forwarding entries, and fast channel switching.
以宽带接入设备 DSLAM为例, 在上述采用宽带接入设备实现的视频组播 业务中, 用户终端加入其指定的频道对应的组播组的流程如图 1 所示, 包括以 下步骤:  Taking the broadband access device DSLAM as an example, in the video multicast service implemented by the broadband access device, the process in which the user terminal joins the multicast group corresponding to the specified channel is as shown in FIG. 1 , and the following steps are included:
步骤 S101 , 用户指定其需要观看的频道, 用户终端向 DSLAM发送 IGMP ( Internet Group Management Protocol , 因特网组管理协议 ) Join (力口入 ) 消息, 该消息中携带该指定频道对应的组播组的信息;  In step S101, the user specifies the channel that needs to be viewed, and the user terminal sends an IGMP (Internet Group Management Protocol) Join message to the DSLAM, where the message carries the information of the multicast group corresponding to the designated channel. ;
为了防止报文丢失, 通常用户终端向 DSLAM发送两次 IGMP Join消息。 步骤 S102, DSLAM, 作为 IGMP Proxy (代理), 在收到 IGMP Join消息后, 判断发送该 IGMP Jom消息的用户是否可以加入其指定频道对应的組播组,如果 是, 进行步骤 S103, 否则, 直接结束。  To prevent packet loss, the user terminal usually sends two IGMP Join messages to the DSLAM. Step S102, the DSLAM, as an IGMP Proxy, determines whether the user who sends the IGMP Jom message can join the multicast group corresponding to the designated channel after receiving the IGMP Join message. If yes, go to step S103; otherwise, directly End.
判断发送该 IGMP Jom消息的用户是否可以加入其指定频道对应的组播组 时, 判断的内容可以是该用户是否有权限加入该组播组和 /或该用户端口是否有 足够的带宽支持。 步骤 S103 , DSLAM判断该组播组是否已经存在成员表, 如果是, 进行步 骤 S 107, 否则进行步骤 S 104; When the user who sends the IGMP Jom message can join the multicast group corresponding to the specified channel, the content of the judgment may be whether the user has the right to join the multicast group and/or whether the user port has sufficient bandwidth support. Step S103, the DSLAM determines whether the multicast group already has a member table, and if so, proceeds to step S107, otherwise proceeds to step S104;
步骤 S104, DSLAM向上层的组播路由器发送 IGMP Join消息请求该组播 组的组播流, 并为该组播组创建成员表, 且在该成员表中添加该用户的信息; 步骤 S105,该组播路由器收到来自 DSLAM的 IGMP Join消息后,向 DSLAM 发送 DSLAM所请求的组播组的组播流;  Step S104, the DSLAM sends an IGMP Join message to the multicast router of the upper layer to request the multicast stream of the multicast group, and creates a member table for the multicast group, and adds the information of the user to the member table. Step S105: After receiving the IGMP Join message from the DSLAM, the multicast router sends the multicast stream of the multicast group requested by the DSLAM to the DSLAM;
根据网络情况和用户访问情况不同 ,组播路由器可能需要通过 PIM( Protocol Independent Multicast, 协议无关组播) /IGMP与其上层设备交换组播路由信息。  Depending on the network and the user access, the multicast router may exchange multicast routing information with its upper-layer device through Protocol Independent Multicast (PIM)/IGMP.
步骤 S106, DSLAM接收该组播流, 并根据该组播组成员表中的用户的信 息, 向用户端口发送该组播流, 结束;  Step S106: The DSLAM receives the multicast stream, and sends the multicast stream to the user port according to the information of the user in the multicast group member table, and ends.
步骤 S107, DSLAM判断该组播组的成员表中是否存在该用户的信息, 如 果是, 不做处理, 结束, 否则, 进行步骤 S108;  Step S107, the DSLAM determines whether the user's information exists in the member table of the multicast group, and if yes, does not process, and ends, otherwise, proceeds to step S108;
步骤 S108, DSLAM在该组播组的成员表中添加该用户的信息。  Step S108: The DSLAM adds the information of the user to the member table of the multicast group.
DSLAM根据组播组成员表中的用户的信息,向用户端口发送该组播组的组 播流, 因此, 在本步骤中 DSLAM在该组播组的成员表中添加该用户的信息后 , DSLAM将向该用户的端口发送该组播组的组播流。  The DSLAM sends the multicast stream of the multicast group to the user port according to the information of the user in the multicast group member table. Therefore, after the DSLAM adds the user information to the member table of the multicast group in this step, the DSLAM The multicast stream of the multicast group will be sent to the port of the user.
由于一个用户端口下可能存在多个用户终端, 因此, 可能存在其中一个用 户终端已经就同一频道向 DSLAM发送了请求, DSLAM已经在该组播组的成员 表中添加了该用户的信息, 向该用户端口发送了该频道对应的组播组的组播流 的情况下, 该端口下的另一个用户终端同样需要收看该频道而再次向 DSLAM 发送了请求, 此时, DSLAM不需要在该组播组的成员表中再次添加该用户的信 息, 因此, 可以不故处理, 而如果是该用户端口下的第一个向 DSLAM请求该 组播组的组播流的用户终端, DSLAM则需要在该组播组的成员表中添加该用户 的信息。  Since there may be multiple user terminals under one user port, there may be one of the user terminals that has sent a request to the DSLAM for the same channel, and the DSLAM has added the user information to the member table of the multicast group. If the user port sends the multicast stream of the multicast group corresponding to the channel, another user terminal under the port also needs to watch the channel and send a request to the DSLAM again. At this time, the DSLAM does not need to be in the multicast. The user's information is added again in the member table of the group, so it can be processed without any reason. If it is the first user terminal under the user port to request the multicast stream of the multicast group from the DSLAM, the DSLAM needs to be in the Add the user's information to the member table of the multicast group.
在上述采用宽带接入设备实现的视频组播业务中, 用户终端离开其指定的 频道对应的组播组的流程如图 2所示, 包括以下步骤:  In the video multicast service implemented by the broadband access device, the process in which the user terminal leaves the multicast group corresponding to the specified channel is as shown in FIG. 2, and includes the following steps:
步骤 S201 ,用户切换频道或者停止收看时,用户终端向 DSLAM发送 IGMP Leave (离开) 消息, 其中携带用户指定离开的频道对应的组播组的信息; 步骤 S202, DSLAM接收到该 IGMP Leave消息后, 发送特定组查询消息以 确定该用户终端所在端口下是否还存在其它终端正在收看该频道, 如果是, 直 接结束; 否则, 进行步骤 S203; Step S201: When the user switches channels or stops watching, the user terminal sends IGMP to the DSLAM. The Leave message carries the information of the multicast group corresponding to the channel that the user specifies to leave. Step S202: After receiving the IGMP Leave message, the DSLAM sends a specific group query message to determine whether there is another port under the port where the user terminal is located. The terminal is watching the channel, and if so, directly ends; otherwise, proceeding to step S203;
由于一个用户端口下可能存在多个用户终端, 因此, 可能存在其中一个终 端要离开其指定频道对应的组播组, 而另一个终端还要继续收看该频道的情况, 因此, 在本步骤中, DSLAM发送特定组查询消息以确定该用户终端所在端口下 是否还存在其它终端正在收看该频道。  Since there may be multiple user terminals under one user port, there may be a case where one terminal wants to leave the multicast group corresponding to the specified channel, and the other terminal continues to watch the channel. Therefore, in this step, The DSLAM sends a specific group query message to determine if there are other terminals under the port where the user terminal is located.
用户终端接收到特定组查询消息后, 如果其正在收看该频道, 则向 DSLAM 发送响应, 否则不对该特定组查询消息进行响应。 DSLAM在发送特定组查询消 息后, 如果在设定时间内收到用户终端的响应, 则认为在该端口下有其他终端 正在收看该频道, 否则, 认为在该端口下没有其它终端正在收看该频道。  After receiving the specific group query message, the user terminal sends a response to the DSLAM if it is watching the channel, otherwise it does not respond to the specific group query message. After receiving the specific group query message, if the DSLAM receives the response from the user terminal within the set time, it considers that other terminals are watching the channel under the port, otherwise, it is considered that no other terminal is watching the channel under the port. .
步骤 S203 , DSLAM停止向该用户终端所在端口发送该组播组的组播流; 步骤 S204, DSLAM判断该用户是否该组播组的最后一个成员, 如果是, 进行步骤 S205, 否则, 进行步骤 S207;  Step S203, the DSLAM stops sending the multicast stream of the multicast group to the port where the user terminal is located; Step S204, the DSLAM determines whether the user is the last member of the multicast group, and if yes, proceeds to step S205, otherwise, proceeds to step S207. ;
在具体实现时, DSLAM可以根据该用户的信息是否该组播组的成员表中记 录的最后一个用户信息来判断该用户是否该组播组的最后一个成员。  In a specific implementation, the DSLAM may determine whether the user is the last member of the multicast group according to whether the information of the user is the last user information recorded in the member table of the multicast group.
在具体实现时, 步骤 S203和步骤 S204没有一定的先后顺序。  In specific implementation, step S203 and step S204 do not have a certain order.
步骤 S205, DSLAM 向上层的组播路由器发送携带该组播组信息的 IGMP Step S205: The DSLAM sends an IGMP carrying the multicast group information to the upper multicast router.
Leave消息, 并删除该组播组的成员表; Leave the message, and delete the member table of the multicast group;
步骤 S206, 组播路由器接收到该 IGMP Leave消息后, 停止向 DSLAM发 送该组播组的组播流, 结束;  Step S206: After receiving the IGMP Leave message, the multicast router stops sending the multicast stream of the multicast group to the DSLAM, and ends.
步骤 S207, DSLAM在该组播组的成员表中删除该用户的信息。  Step S207: The DSLAM deletes the information of the user in the member table of the multicast group.
如果用户终端向 DSLAM发送的是 IGMP Quick Leave, 则 DSLAM不发送 特定组查询 文, 而直接停止向该用户终端所在端口发送该组播组的组播流, 并判断该用户是否该组播组的最后一个成员, 进行后续处理。  If the user terminal sends an IGMP Quick Leave to the DSLAM, the DSLAM does not send the specific group query, but directly stops sending the multicast stream of the multicast group to the port where the user terminal is located, and determines whether the user has the multicast group. The last member, for subsequent processing.
除了用户终端主动向 DSLAM发送 IGMP Leave消息离开该组播组之外, DSLAM还主动向其本地保存的组播组成员表中的用户终端所在端口发送查询 消息, 如果在等待设定的查询间隔后, DSLAM没有收到该查询消息的响应, 则 DSLAM认为该组播组已经没有成员了,向上层的组播路由器发送携带该组播组 信息的 IGMP Leave消息, 并删除该组播组的成员表。 DSLAM可以同时向其保 存的多个成员表中的用户终端所在端口发送查询消息, 也可以分别发送。 The user terminal sends an IGMP Leave message to the DSLAM to leave the multicast group. The DSLAM also sends an inquiry message to the port of the user terminal in the locally stored multicast group member table. If the DSLAM does not receive the response to the query message after waiting for the set query interval, the DSLAM considers the multicast group. If there is no member, the upper-layer multicast router sends an IGMP Leave message carrying the multicast group information and deletes the member table of the multicast group. The DSLAM can send query messages to the ports of the user terminals in the multiple member tables that it saves at the same time, or send them separately.
发明人在研究本发明时发现, 在现有技术中, 组播组的成员表是在第一个 用户加入该组播组时创建的, 并且, 当组播组中没有成员时, 该成员表将被删 除。  The inventor has found that in the prior art, the member table of the multicast group is created when the first user joins the multicast group, and when there is no member in the multicast group, the member table Will be deleted.
在视频组播业务使用时, 经常会出现这样的场景:  When the video multicast service is used, such a scenario often occurs:
在某个精彩节目, 例如体育比赛或者热门电影期间, 大量用户甚至全部用 户集中收看某个频道; 相应地, DSLAM上在某个时间段内只有少数几个组播组 有成员, 接收到的 IGMP消息数量也很少, IGMP处理的负荷很轻。 当节目结束 时, 全部或者部分用户马上切换到其他的任意频道, 相应地, DSLAM将接收到 大量的 IGMP消息, IGMP处理负荷将非常重。 可见, DSLAM的负荷 4艮不均匀, 可能出现瞬间的处理性能瓶颈。 发明内容  During a great program, such as a sports game or a popular movie, a large number of users or even all users focus on a certain channel; accordingly, only a few multicast groups have members in the DSLAM for a certain period of time, and IGMP is received. The number of messages is also small, and the load of IGMP processing is very light. When the program ends, all or part of the user immediately switches to any other channel. Accordingly, the DSLAM will receive a large number of IGMP messages, and the IGMP processing load will be very heavy. It can be seen that the load of the DSLAM is uneven, and there may be an instantaneous processing performance bottleneck. Summary of the invention
本发明提供一种组播控制处理方法、 系统和宽带接入设备, 用以降低宽带 接入设备出现瞬间处理性能瓶颈的可能性。  The present invention provides a multicast control processing method, system, and broadband access device, which are used to reduce the possibility of a transient processing performance bottleneck of a broadband access device.
本发明提供了一种组播控制处理方法, 包括以下步骤:  The present invention provides a multicast control processing method, which includes the following steps:
当宽带接入设备无负荷或者其负荷低于第一阈值时, 宽带接入设备预先为 没有成员表的组播组创建成员表, 并向组播路由器请求并获得所述组播组的组 播流;  When the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast of the multicast group from the multicast router. Flow
当用户终端向宽带接入设备倚求加入所述组播组时, 宽带接入设备在预先 创建的所述组播组的成员表中添加所述用户终端对应的用户信息, 并向所述用 户终端发送预先请求得到的所述组播组的组播流。  When the user terminal is required to join the multicast group to the broadband access device, the broadband access device adds the user information corresponding to the user terminal to the member table of the multicast group that is created in advance, and provides the user information to the user. The terminal sends the multicast stream of the multicast group obtained in advance.
本发明还提供了一种组播控制处理系统, 包括宽带接入设备和组播路由器, 其中: 所述宽带接入设备, 用于在无负荷或者其负荷低于第一阔值时, 预先为没 有成员表的组播组创建成员表, 并向所述组播路由器请求所述组播组的组播流, 且当接收到用户终端发送的加入所述组播组的请求时, 在预先创建的所述组播 组的成员表中添加所述用户终端对应用户的信息, 向所述用户终端发送预先请 求得到的所述组播组的组播流; The present invention also provides a multicast control processing system, including a broadband access device and a multicast router, where: The broadband access device is configured to create a member table for a multicast group without a member table in advance, and request the multicast group from the multicast router when the load is not loaded or the load is lower than the first threshold. a multicast stream, and when receiving a request for joining the multicast group sent by the user terminal, adding information of the user corresponding to the user terminal to the member table of the multicast group that is created in advance, to the user terminal Sending a multicast stream of the multicast group obtained in advance;
所述组播路由器, 用于根据所述宽带接入设备的请求向所述宽带接入设备 发送所述组播流。  The multicast router is configured to send the multicast stream to the broadband access device according to the request of the broadband access device.
本发明还提供了一种宽带接入设备, 包括存储模块、 第一处理模块、 组播 模块和第二处理模块, 其中:  The present invention also provides a broadband access device, including a storage module, a first processing module, a multicast module, and a second processing module, where:
所述存储模块, 用于保存组播组的成员表;  The storage module is configured to save a member table of the multicast group;
所述第二处理模块, 用于当所述宽带接入设备无负荷或者其负荷低于第一 阈值时, 预先为没有成员表的组播组在所述存储模块中创建成员表, 并发送请 求所述组播组的组播流的消息, 在得到所述组播流后将所述组播流输出给所述 组播模块;  The second processing module is configured to create a member table in the storage module and send a request in advance for the multicast group without the member table when the broadband access device is not loaded or the load is lower than the first threshold. The multicast stream message of the multicast group outputs the multicast stream to the multicast module after obtaining the multicast stream;
所述第一处理模块, 用于接收到用户终端请求加入所述组播组的消息后, 在所述存储模块中预先创建的所述組播组的成员表中添加所述用户终端对应用 户的信息;  The first processing module is configured to: after receiving the message that the user terminal requests to join the multicast group, add the user corresponding to the user terminal to the member table of the multicast group that is pre-created in the storage module. Information
所述组播模块, 用于根据所述组播组的成员表中的用户的信息向用户终端 发送预先请求得到的所述组播组的组播流。  The multicast module is configured to send, to the user equipment, the multicast stream of the multicast group that is requested in advance according to the information of the user in the member table of the multicast group.
在本发明中, 当宽带接入设备无负荷或者其负荷低于第一阈值时, 宽带接 入设备预先为没有成员表的组播组创建成员表, 并向组播路由器请求并获得该 组播组的组播流; 当用户终端向宽带接入设备请求加入该组播组时, 宽带接入 设备在预先创建的该组播组的成员表中添加该用户终端对应用户的信息, 向用 户终端发送预先请求得到的该组播组的组播流, 而宽带接入设备不用在接收到 用户终端发送的加入该组播组的请求后再来创建该组播组的成员表并向组播路 由器请求并获得该组播组的组播流, 减轻了宽带接入设备在处理用户终端加入 没有成员表的组播组的请求时的处理负荷, 降低了在大量用户请求加入没有成 员表的组播组时宽带接入设备出现瞬间处理性能瓶颈的可能性。 由于本发明技 术方案仅在宽带接入设备处于无负荷或者低负荷状态时增加宽带接入设备的处 理负荷, 因此, 均衡了宽带接入设备的负荷, 降低了宽带接入设备出现瞬间处 理性能瓶颈的可能性。 附图说明 In the present invention, when the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast from the multicast router. a multicast stream of the group; when the user terminal requests the broadband access device to join the multicast group, the broadband access device adds the information of the user corresponding to the user terminal to the user terminal in the member table of the multicast group that is created in advance. Sending the pre-requested multicast stream of the multicast group, and the broadband access device does not need to obtain the request to join the multicast group sent by the user terminal, and then creates a member table of the multicast group and requests the multicast router. And obtaining the multicast stream of the multicast group, which reduces the processing load of the broadband access device when processing the request of the user terminal to join the multicast group without the member table, and reduces the request for joining a large number of users. Broadband access devices in the multicast table of the member table have the possibility of instantaneously handling performance bottlenecks. Since the technical solution of the present invention increases the processing load of the broadband access device only when the broadband access device is in a no-load or low-load state, the load of the broadband access device is balanced, and the transient processing performance bottleneck of the broadband access device is reduced. The possibility. DRAWINGS
图 1为现有技术中用户终端加入其指定的频道对应的组播组的流程图; 图 2为现有技术中用户终端离开其指定的频道对应的组播组的流程图; 图 3为本发明实施例一中 DSLAM处于无负荷或者低负荷状态时进行的处 理流程图;  1 is a flow chart of a user group joining a multicast group corresponding to a specified channel in the prior art; FIG. 2 is a flow chart of a user group leaving a multicast group corresponding to a designated channel in the prior art; A flowchart of processing performed when the DSLAM is in a no-load or low-load state in the first embodiment of the invention;
图 4为本发明实施例一中 DSLAM在接收到用户终端发送的 IGMP Join消息 后的处理流程图;  4 is a flowchart of processing after a DSLAM receives an IGMP Join message sent by a user terminal according to Embodiment 1 of the present invention;
图 5为本发明实施例二中 DSLAM处于无负荷或者低负荷状态时进行的处 理流程图;  5 is a flowchart of processing performed when the DSLAM is in a no-load or low-load state according to the second embodiment of the present invention;
图 6为本发明一个实施例中的组播控制处理系统框图;  6 is a block diagram of a multicast control processing system in an embodiment of the present invention;
图 Ί为本发明一个实施例中的宽带接入设备框图。 具体实施方式  Figure Ί is a block diagram of a broadband access device in one embodiment of the present invention. detailed description
本发明中, 当宽带接入设备无负荷或者其负荷低于第一阈值时, 宽带接入 设备预先为没有成员表的组播组创建成员表, 并向组播路由器请求并获得该组 播组的组播流; 当用户终端向宽带接入设备请求加入该组播组时, 宽带接入设 备在预先创建的该组播组的成员表中添加该用户终端对应的用户信息, 并向该 用户终端发送预先请求得到的该组播组的组播流。 从而均衡宽带接入设备的负 荷, 降低宽带接入设备出现瞬间处理性能瓶颈的可能性。  In the present invention, when the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast group from the multicast router. When the user terminal requests the broadband access device to join the multicast group, the broadband access device adds the user information corresponding to the user terminal to the member table of the multicast group that is created in advance, and sends the user information to the user. The terminal sends the multicast stream of the multicast group obtained in advance. Thereby, the load of the broadband access device is balanced, and the possibility of instantaneous processing performance bottleneck of the broadband access device is reduced.
下面结合附图和实施例对本发明做进一步地描述。  The invention will now be further described with reference to the drawings and embodiments.
实施例一  Embodiment 1
为了减轻宽带接入设备(以 DSLAM为例)在处理用户终端加入没有成员 表的组播组的请求时的处理负荷, 且均衡 DSLAM的负荷, P争低 DSLAM 出现 瞬间处理性能瓶颈的可能性, 在本实施例中, 在 DSLAM处于无负荷或者低负 荷状态时, 进行如图 3所示的流程, 包括以下步骤: In order to alleviate the processing load of the broadband access device (taking the DSLAM as an example) when processing the request of the user terminal to join the multicast group without the member table, and balancing the load of the DSLAM, the P is low and the DSLAM appears. The possibility of processing the performance bottleneck in an instant, in this embodiment, when the DSLAM is in a no-load or low-load state, the process shown in FIG. 3 is performed, including the following steps:
步骤 S301 , DSLAM判断是否全部组播组都有成员表, 如果是, 直接结束, 否则, 进行步骤 S302;  Step S301, the DSLAM determines whether all the multicast groups have a member table, and if so, directly ends, otherwise, proceed to step S302;
步骤 S302, DSLAM选择一个没有成员表的组播组, 为该组播组创建成员 表, 向上层组播路由器发送 IGMP Join消息请求该组播组的组播流;  Step S302: The DSLAM selects a multicast group that does not have a member table, creates a member table for the multicast group, and sends an IGMP Join message to the upper-layer multicast router to request the multicast stream of the multicast group.
在具体实现时, DSLAM可以根据设定规则选择没有成员表的组播组, 例如 根据各个频道的收视率决定为其创建成员表的优先级, 或者由管理员通过命令 行或者网管接口来设置优先级, 将一些可能热门的频道(如体育比赛直播等) 设为高优先级。  In a specific implementation, the DSLAM can select a multicast group without a member table according to the setting rule. For example, the priority of the member table is determined according to the rating of each channel, or the administrator sets the priority through the command line or the network management interface. Level, set some of the most popular channels (such as live sports events, etc.) to high priority.
DSLAM也可以同时为多个没有成员表的组播组创建成员表,并分别向上层 组播路由器发送 IGMP Join消息请求各个组播组的组播流。  The DSLAM can also create a member table for multiple multicast groups without member tables, and send IGMP Join messages to the multicast routers to request multicast streams of each multicast group.
步骤 S303, 组播路由器向 DSLAM发送该组播组的组播流。  Step S303: The multicast router sends the multicast stream of the multicast group to the DSLAM.
在本实施例中, DSLAM可以通过判断当前是否有任务需要处理来确定其是 否处于无负荷的状态; 当当前没有任务需要处理时, DSLAM认为其处于无负荷 状态, 否则 DSLAM认为其处于有负荷的状态。  In this embodiment, the DSLAM can determine whether it is in a no-load state by judging whether there is currently a task to be processed; when there is no task currently to be processed, the DSLAM considers that it is in a no-load state, otherwise the DSLAM considers that it is under load. status.
DSLAM也可以设定周期, 统计该周期内的处理负荷, 如果该周期内的处理 负荷低于第一阈值, 则认为其处于低负荷状态, 否则认为其处于非低负荷状态。 该第一阈值可以根据具体需要设定。  The DSLAM can also set the period and count the processing load in the period. If the processing load in the period is lower than the first threshold, it is considered to be in a low load state, otherwise it is considered to be in a non-low load state. The first threshold can be set according to specific needs.
DSLAM在接收到用户终端发送的 IGMP Join消息后的处理流程具体如图 4 所示, 包括以下步骤:  The processing flow of the DSLAM after receiving the IGMP Join message sent by the user terminal is as shown in FIG. 4, and includes the following steps:
步骤 S401, 判断发送该 IGMP Join消息的用户是否可以加入其指定频道对 应的组播组, 如果是, 进行步骤 S402, 否则, 直接结束。  Step S401: Determine whether the user who sends the IGMP Join message can join the multicast group corresponding to the designated channel, and if yes, go to step S402, otherwise, directly end.
步骤 S402, 判断该组播组是否已经存在成员表, 如果是, 进行步骤 S405, 否则进行步骤 S403;  Step S402, determining whether the multicast group already has a member table, and if yes, proceeding to step S405, otherwise proceeding to step S403;
步骤 S403, 向上层的组播路由器发送 IGMP Join消息请求该组播组的组播 流; 步骤 S404, 为该组播组创建成员表, 进行步骤 S406; Step S403, the uplink multicast router sends an IGMP Join message to request the multicast stream of the multicast group. Step S404, creating a member table for the multicast group, proceeding to step S406;
步骤 S405,判断该组播组的成员表中是否存在该用户终端对应用户的信息, 如果是, 不做处理, 结束, 否则, 进行步骤 S406;  Step S405, determining whether there is information about the user corresponding to the user terminal in the member table of the multicast group, and if yes, processing is not completed, otherwise, proceeding to step S406;
步骤 S406, 在该组播组成员表中添加该用户的信息。  Step S406, adding information of the user to the multicast group member table.
上述流程中, 步骤 S403和步骤 S404没有一定的先后关系, 在 DSLAM接 收到该组播组的组播流之后, 向该组播组成员表中的各个用户发送该组播流。  In the above process, the step S403 and the step S404 do not have a certain sequence relationship. After the DSLAM receives the multicast stream of the multicast group, the multicast stream is sent to each user in the multicast group member table.
可见,当用户终端向 DSLAM发送 IGMP Join消息请求加入一个没有成员表 的组播组, DSLAM需要进行的步骤为步骤 S401、 S402、 S403、 S404、 S406 , 共五个步骤; 而如果 DSLAM 已经通过图 3所示的流程为一个没有成员表的组 播组创建了成员表, 并向上层组播路由器请求并获得了该组播组的组播流, 因 此, 当用户终端向 DSLAM发送 IGMP Join消息请求加入该组播组时, DSLAM 需要进行的步骤为步骤 S401、 S402、 S405、 S406 , 只有四个步骤。 并且, 其中 S401、 S402、 S406是两种情况都需要进行的步骤, 而步骤 S405带给 DSLAM的 处理负荷很小。 由于 DSLAM为该组播组创建的成员表中是没有成员的, 因此, 在这种情况下, DSLAM需要进行的步骤一定包括步骤 S406。  It can be seen that when the user terminal sends an IGMP Join message to the DSLAM to request to join a multicast group without a member table, the DSLAM needs to perform steps of steps S401, S402, S403, S404, and S406, and if the DSLAM has passed the figure. The process shown in Figure 3 creates a member table for a multicast group without a member table, and requests and obtains the multicast stream of the multicast group from the upper multicast router. Therefore, when the user terminal sends an IGMP Join message request to the DSLAM. When joining the multicast group, the steps that the DSLAM needs to perform are steps S401, S402, S405, and S406, and there are only four steps. Moreover, S401, S402, and S406 are steps that need to be performed in both cases, and the processing load brought to the DSLAM in step S405 is small. Since the DSLAM has no members in the member table created for the multicast group, in this case, the steps that the DSLAM needs to perform must include step S406.
釆用本实施例的技术方案, 在 DSLAM处于无负荷或者低负荷状态时增加 DSLAM的处理负荷,并且减轻了 DSLAM在处理用户终端加入没有成员表的组 播组的请求时, 即相对负荷较重时, 的处理负荷, 从平滑 DSLAM的 IGMP处 理负荷, 尤其能够有效緩解大量用户集中向 DSLAM发送 IGMP Join 消息时 DSLAM的负荷,降低在大量用户请求加入没有成员表的组播组时宽带接入设备 出现瞬间处理性能瓶颈的可能性。  The technical solution of the embodiment is used to increase the processing load of the DSLAM when the DSLAM is in a no-load or low-load state, and to reduce the DSLAM's relatively heavy load when processing the request of the user terminal to join the multicast group without the member table. The processing load of the smooth DSLAM processing load from the DSLAM can effectively alleviate the DSLAM load when a large number of users send IGMP Join messages to the DSLAM, and reduce the bandwidth access device when a large number of users request to join a multicast group without a member table. There is a possibility of dealing with performance bottlenecks in an instant.
例如, 一个 DSLAM向 255个用户提供视频业务, 总共提供 256个频道。 假设上述 DSLAM在接收到用户终端发送的 IGMP Join消息后的处理流程中的各 个步骤分别需要 lms (毫秒)的时间。 在有精彩节目时, 全部用户选择同一个频 道; 当节目结束时, 该 255个用户在 1.1s (秒) 内分别切换到其他 255个频道。 如果釆用现有技术的方法, 没有预先为没有成员表的组播组创建成员表, 则每 个用户需要 5个步骤共 5ms, DSLAM要处理完全部用户的 IGMP Join消息需要 255*5=1275ms > 1.1s, 系统出现瞬间的处理性能瓶颈; 如果采用本实施例技术 方案, 假设 DSLAM在精彩节目期间已经为这 255个频道都创建了成员表, 因 此每个用户都只需要进行 4步骤,每个用户只需要 4个步骤共 4ms,处理完这些 用户的 IGMP Join消息需要 255 *4=1020ms < 1.1s, 系统没有出现瞬间性能瓶颈。 For example, a DSLAM provides video services to 255 users, providing a total of 256 channels. It is assumed that each step in the processing flow of the DSLAM after receiving the IGMP Join message sent by the user terminal requires lms (milliseconds) respectively. When there is a wonderful program, all users select the same channel; when the program ends, the 255 users switch to the other 255 channels in 1.1s (seconds) respectively. If you use the existing technology method and do not create a member table for a multicast group without a member table in advance, each user needs 5 steps for 5ms. The DSLAM needs to process the IGMP Join message of all users. 255*5=1275ms > 1.1s, the system has an instantaneous processing performance bottleneck; if the technical solution of this embodiment is adopted, it is assumed that the DSLAM has created a member table for the 255 channels during the highlight program, so each user only needs In the 4 steps, each user only needs 4 steps for 4ms. After processing the IGMP Join messages of these users, 255 *4=1020ms < 1.1s is required, and the system does not have an instantaneous performance bottleneck.
由于在本实施例中, DSLAM为没有成员表的组播组创建成员表的结果可能 是全部频道都存在成员表, 因此, 当一个组播组的成员表中最后一个成员离开 该组播组时, 可以保留该成员表, 不向上层的组播路由器发送携带该组播组信 息的 IGMP Leave消息, 从而进一步减少 DSLAM的处理负荷。 或者, 根据设定 规则来决定是否删除没有成员的成员表, 例如, 当一个组播组的成员表中最后 一个成员离开该组播组时, 判断该组播组的收视率是否高于根据需要设置的第 三阈值, 如果是, 则保留该成员表, 不向上层的组播路由器发送携带该组播组 信息的 IGMP Leave消息; 否则, 删除该成员表, 向上层的组播路由器发送携带 该组播组信息的 IGMP Leave消息。  In this embodiment, when the DSLAM creates a member table for a multicast group without a member table, the result may be that the member table exists in all channels. Therefore, when the last member of the member table of a multicast group leaves the multicast group, The member table can be reserved, and the IGMP Leave message carrying the multicast group information is not sent to the multicast router at the upper layer, thereby further reducing the processing load of the DSLAM. Or, according to the setting rule, whether to delete the member table without members, for example, when the last member of the member table of a multicast group leaves the multicast group, determine whether the rating of the multicast group is higher than necessary. The third threshold is set. If yes, the member table is reserved, and the multicast router that does not send the multicast group information is sent to the multicast router in the upper layer. Otherwise, the member table is deleted, and the multicast router is sent to the upper layer. IGMP Leave message of multicast group information.
实施例二  Embodiment 2
容易想见, 如果为全部频道都创建成员表, 并为全部频道都向上层组播路 由器发送 IGMP Join消息请求其组播流, 则不论用户请求哪个频道的组播流, DSLAM都可以减少处理负荷,可以最大限度的减少 DSLAM遇到瞬间处理性能 瓶颈的可能性, 但是, 如果有一些频道长时间都没有用户需要观看, 则上层组 播路由器一直向 DSLAM发送这些频道的组播流可能造成资源的浪费, 并且, 考虑到在具体实现时, DSLAM和上层组播路由器之间的带宽有限, 因此, 在具 体实现时, DSLAM可以根据设定规则来为没有成员表的组播组创建成员表, 并 向上层组播路由器请求对应组播组的组播流。  It is easy to imagine that if a member table is created for all channels, and an IGMP Join message is sent to the upper layer multicast router for all channels to request its multicast stream, the DSLAM can reduce the processing load regardless of which channel the multicast stream is requested by the user. It can minimize the possibility that the DSLAM will encounter transient processing performance bottlenecks. However, if some channels do not need to be viewed by users for a long time, the upper-layer multicast routers always send multicast streams of these channels to the DSLAM, which may cause waste of resources. And, in consideration of the specific implementation, the bandwidth between the DSLAM and the upper-layer multicast router is limited. Therefore, in a specific implementation, the DSLAM can create a member table for the multicast group without the member table according to the setting rule, and The layer multicast router requests the multicast stream corresponding to the multicast group.
在本实施例中, 宽带接入设备(以 DSLAM为例)在其处于无负荷或者低 负荷状态时, 根据收视率来决定是否对没有成员表的组播组进行处理, 其具体 流程如图 5所示, 包括以下步骤:  In this embodiment, the broadband access device (for example, the DSLAM) determines whether to process the multicast group without the member table according to the rating when the user is in the no-load or low-load state. The specific process is shown in FIG. 5. As shown, the following steps are included:
步骤 S501, DSLAM判断收视率高于第二阈值的各个组播组是否都有成员 表, 如果是, 直接结束, 否则, 进行步骤 S502; 该第二阈值可以根据需要设定, 具体设定时可以考虑 DSLAM与组播路由 器间的带宽、 DSLAM可以承受的负荷等因素。 Step S501, the DSLAM determines whether each multicast group whose audience rating is higher than the second threshold has a member table, and if so, directly ends, otherwise, proceed to step S502; The second threshold can be set according to requirements, and the bandwidth between the DSLAM and the multicast router and the load that the DSLAM can bear can be considered in the specific setting.
步骤 S502, DSLAM选择一个收视率高于第二阈值且没有成员表的组播组, 为该组播组创建成员表,并向上层组播路由器发送 IGMP Join消息请求该组播组 的组播流;  Step S502, the DSLAM selects a multicast group whose audience rating is higher than the second threshold and has no member table, creates a member table for the multicast group, and sends an IGMP Join message to the upper multicast router to request the multicast stream of the multicast group. ;
在具体实现时, DSLAM可以根据设定规则选择没有成员表的组播组, 例如 根据各个频道的收视率决定为其创建成员表的优先级, 或者由管理员通过命令 行或者网管接口来设置优先级, 将一些可能热门的频道(如体育比赛直播等) 设为高优先级。  In a specific implementation, the DSLAM can select a multicast group without a member table according to the setting rule. For example, the priority of the member table is determined according to the rating of each channel, or the administrator sets the priority through the command line or the network management interface. Level, set some of the most popular channels (such as live sports events, etc.) to high priority.
DSLAM 也可以同时为多个收视率高于第二阈值且没有成员表的组播组创 建成员表,并分别向上层组播路由器发送 IGMP Join消息请求各个组播组的组播 流。  The DSLAM can also create a member table for multiple multicast groups with a higher audience rating than the second threshold and no member table, and send an IGMP Join message to the upper multicast router to request the multicast stream of each multicast group.
步骤 S503, 组播路由器向 DSLAM发送该组播组的组播流。  Step S503: The multicast router sends the multicast stream of the multicast group to the DSLAM.
在具体实现时, DSLAM还可以根据管理员的指定对没有成员表的组播组进 行处理。  In the specific implementation, the DSLAM can also process multicast groups without member tables according to the administrator's designation.
由于在本实施例中, DSLAM为收视率高于第二阈值且没有成员表的组播组 创建成员表的结果可能是全部收视率高于第二阈值的频道都存在成员表, 因此, 当一个组播组的成员表中最后一个成员离开该组播组时, 可以先判断该组播组 的收视率是否高于第二阈值, 如果是, 则保留该成员表, 不向上层的组播路由 器发送携带该组播组信息的 IGMP Leave消息,从而进一步减少 DSLAM的处理 负荷, 否则再删除该成员表, 并向上层的组播路由器发送携带该组播组信息的 IGMP Leave消息。 在具体实现时, 决定是否保留成员表的规则可以是该组播组 的收视率是否高于根据需要设置的第三阈值。  In this embodiment, the result that the DSLAM creates a member table for a multicast group whose audience rating is higher than the second threshold and has no member table may be that the members whose all ratings are higher than the second threshold have a member table, therefore, when If the last member of the member group of the multicast group leaves the multicast group, the system can determine whether the audience rating of the multicast group is higher than the second threshold. If yes, the member table is retained. The IGMP Leave message carrying the multicast group information is sent to further reduce the processing load of the DSLAM. Otherwise, the member table is deleted, and the IGMP Leave message carrying the multicast group information is sent to the upper multicast router. In a specific implementation, the rule for deciding whether to retain the member table may be whether the rating of the multicast group is higher than a third threshold set as needed.
同样根据收视率, 在具体实现时, DSLAM也可以只为收视率排名在设定位 数内且没有成员表的组播组创建成员表, 并向组播路由器请求并获得该设定位 数内的组播组的组播流。例如,该收视率排名的设定位数为第 40名,则 DSLAM 在无负荷或者低负荷状态时, 判断收视率排名在 40名内的组播组是否都有成员 表, 如果是, 则不作处理; 否则为收视率排名在 40名内且没有成员表的组播组 创建成员表, 并向组播路由器请求并获得该设定位数内的组播组的组播流。 Similarly, according to the rating, in the specific implementation, the DSLAM can also create a member table only for the multicast group whose rating is within the set number of bits and has no member table, and request and obtain the set number of bits from the multicast router. Multicast group multicast stream. For example, if the number of digits in the rating ranking is 40th, the DSLAM will judge whether the multicast group with the audience rating of 40 has members in the no-load or low-load state. Table, if yes, no processing; otherwise, create a member table for a multicast group with a rating of 40 and no member table, and request and obtain a group of multicast groups within the set number of bits from the multicast router. Broadcast.
本发明一个实施例中的组播控制处理系统,如图 6所示,包括用户终端 100、 宽带接入设备 200和组播路由器 300 , 其中:  The multicast control processing system in one embodiment of the present invention, as shown in FIG. 6, includes a user terminal 100, a broadband access device 200, and a multicast router 300, where:
宽带接入设备 200在无负荷或者其负荷低于第一阈值时, 预先为没有成员 表的组播组创建成员表, 并向组播路由器 300请求得到该组播组的组播流; 当用户终端 100向宽带接入设备 200请求加入该组播组时 , 宽带接入设备 200在预先创建的组播组的成员表中添加用户终端 100对应用户的信息,向用户 终端 100发送预先请求得到的该组播组的组播流。  When the broadband access device 200 is under no load or its load is lower than the first threshold, a member table is created in advance for the multicast group without the member table, and the multicast router 300 is requested to obtain the multicast stream of the multicast group; When the terminal 100 requests the broadband access device 200 to join the multicast group, the broadband access device 200 adds the information of the user corresponding to the user terminal 100 to the member table of the pre-created multicast group, and sends the pre-requested information to the user terminal 100. The multicast stream of the multicast group.
本发明一个实施例中的宽带接入设备 200 ,如图 7所示, 包括存储模块 201、 第一处理模块 202、 第二处理模块 203和组播模块 204 , 其中:  The broadband access device 200 in one embodiment of the present invention, as shown in FIG. 7, includes a storage module 201, a first processing module 202, a second processing module 203, and a multicast module 204, where:
存储模块 201保存组播组的成员表;  The storage module 201 stores a member table of the multicast group;
第二处理模块 203当宽带接入设备 200无负荷或者其负荷低于第一阈值时, 预先为没有成员表的组播组在存储模块 201 中创建成员表, 并发送请求该组播 组的组播流的消息, 在得到该组播流后将该组播流输出给组播模块 204;  When the broadband access device 200 has no load or its load is lower than the first threshold, the second processing module 203 creates a member table in the storage module 201 for the multicast group without the member table in advance, and sends a group requesting the multicast group. The broadcasted message is output to the multicast module 204 after the multicast stream is obtained;
第二处理模块 203包括判断单元和处理单元, 其中:  The second processing module 203 includes a determining unit and a processing unit, where:
判断单元判断宽带接入设备 200是否无负荷或者判断宽带接入设备 200的 负荷是否低于第一阈值, 如果是, 通知处理单元进行处理, 否则不做处理; 处理单元预先为没有成员表的组播组在存储模块 201 中创建成员表, 并向 组播路由器 300请求该组播组的组播流, 在得到该组播流后将该组播流输出给 组播模块 204。  The determining unit determines whether the broadband access device 200 has no load or determines whether the load of the broadband access device 200 is lower than a first threshold. If yes, the processing unit performs processing, otherwise the processing is not performed; the processing unit is a group without a member table in advance. The multicast group creates a member table in the storage module 201, and requests the multicast stream of the multicast group from the multicast router 300, and outputs the multicast stream to the multicast module 204 after obtaining the multicast stream.
第一处理模块 202接收到用户终端 100请求加入该组播组的消息后, 在存 储模块 201中预先创建的该组播组的成员表中添加该用户的信息;  After receiving the message that the user terminal 100 requests to join the multicast group, the first processing module 202 adds the information of the user to the member table of the multicast group that is pre-created in the storage module 201;
组播模块 204根据该组播组的成员表中的用户的信息向用户终端 100发送 预先请求得到的该组播组的组播流。  The multicast module 204 transmits the multicast stream of the multicast group obtained in advance to the user terminal 100 according to the information of the user in the member table of the multicast group.
显然, 本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发 明的精神和范围。 这样, 倘若对本发明的这些修改和变型属于本发明权利要求 及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。 It is apparent that those skilled in the art can make various modifications and variations to the invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention are claimed in the present invention The invention is also intended to cover such modifications and variations within the scope and equivalents thereof.

Claims

权利要求 Rights request
1、 一种组播控制处理方法, 其特征在于, 包括以下步骤:  A multicast control processing method, comprising the steps of:
当宽带接入设备无负荷或者其负荷低于第一阈值时, 宽带接入设备预先为 没有成员表的组播组创建成员表, 并向组播路由器请求并获得所述组播组的组 播流;  When the broadband access device is not loaded or its load is lower than the first threshold, the broadband access device creates a member table for the multicast group without the member table in advance, and requests and obtains the multicast of the multicast group from the multicast router. Flow
当用户终端向宽带接入设备请求加入所述组播组时, 宽带接入设备在预先 创建的所述组播组的成员表中添加所述用户终端对应的用户信息, 并向所述用 户终端发送预先请求得到的所述组播组的组播流。  When the user terminal requests the broadband access device to join the multicast group, the broadband access device adds the user information corresponding to the user terminal to the member table of the multicast group that is created in advance, and sends the user information to the user terminal. Sending the multicast stream of the multicast group obtained in advance.
2、 如权利要求 1所述的方法, 其特征在于, 当宽带接入设备无负荷或者其 负荷低于第一阈值时, 宽带接入设备预先为收视率高于第二阈值且没有成员表 的组播组创建成员表, 并向组播路由器请求并获得收视率高于第二阈值且没有 成员表的组播组的组播流。  2. The method according to claim 1, wherein when the broadband access device is unloaded or its load is lower than the first threshold, the broadband access device is pre-emptively higher than the second threshold and has no member table. The multicast group creates a member table, and requests and obtains a multicast stream from the multicast router that has a multicast group whose audience rating is higher than the second threshold and has no member table.
3、 如权利要求 1所述的方法, 其特征在于, 当宽带接入设备无负荷或者其 负荷低于第一阈值时, 宽带接入设备预先为收视率排名在设定位数内且没有成 员表的组播组创建成员表, 并向组播路由器请求得到所述收视率排名在设定位 数内且没有成员表的组播组的组播流。  3. The method according to claim 1, wherein when the broadband access device is unloaded or its load is lower than the first threshold, the broadband access device is pre-positioned for the audience rating within the set number of bits and has no members. The multicast group of the table creates a member table, and requests the multicast router to obtain the multicast stream of the multicast group whose rating is within the set number of bits and has no member table.
4、 如权利要求 1所述的方法, 其特征在于, 当最后一个成员离开收视率高 于第三阈值的组播组时, 宽带接入设备保留所述收视率高于第三阈值的组播组 的成员表。  The method according to claim 1, wherein when the last member leaves the multicast group whose audience rating is higher than the third threshold, the broadband access device reserves the multicast with the audience rating higher than the third threshold. The member table of the group.
5、 如权利要求 1所述的方法, 其特征在于, 宽带接入设备根据收视率决定 所述没有成员表的组播组的优先级, 并根据所述优先级为各个没有成员表的组 播组创建成员表, 向组播路由器请求并获得所述各个没有成员表的组播组的组 播流。  The method according to claim 1, wherein the broadband access device determines the priority of the multicast group without the member table according to the rating, and according to the priority, the multicast has no member table. The group creates a member table, requests and obtains a multicast stream of each multicast group without the member table from the multicast router.
6、 如权利要求 1所述的方法, 其特征在于, 管理员通过命令行或者网管接 口设置所述没有成员表的组播组的优先级, 宽带接入设备根据所述优先级为各 个没有成员表的组播组创建成员表, 向组播路由器请求并获得所述各个没有成 员表的组播组的组播流。 The method of claim 1, wherein the administrator sets the priority of the multicast group without the member table through a command line or a network management interface, and the broadband access device has no members according to the priority. The multicast group of the table creates a member table, requests and obtains the multicast stream of each multicast group without the member table from the multicast router.
7、一种组播控制处理系统, 包括宽带接入设备和组播路由器, 其特征在于, 所述宽带接入设备, 用于在无负荷或者其负荷低于第一阈值时, 预先为没 有成员表的组播组创建成员表, 并向所述组播路由器请求并得到所述组播组的 组播流, 且当接收到用户终端发送的加入所述组播组的请求时, 在预先创建的 所述组播组的成员表中添加所述用户终端对应用户的信息, 向所述用户终端发 送预先请求得到的所述组播组的组播流; A multicast control processing system, comprising a broadband access device and a multicast router, wherein the broadband access device is configured to have no member in advance when no load or its load is lower than a first threshold The multicast group of the table creates a member table, and requests and obtains the multicast stream of the multicast group from the multicast router, and is pre-created when receiving the request for joining the multicast group sent by the user terminal. Adding information of the user corresponding to the user terminal to the member table of the multicast group, and transmitting, to the user terminal, the multicast stream of the multicast group that is requested in advance;
所述组播路由器, 用于根据所述宽带接入设备的请求向所述宽带接入设备 发送所述组播流。  The multicast router is configured to send the multicast stream to the broadband access device according to the request of the broadband access device.
8、 如权利要求 7所述的系统, 其特征在于, 所述宽带接入设备包括存储模 块、 第一处理模块、 组播模块和第二处理模块, 其中:  The system of claim 7, wherein the broadband access device comprises a storage module, a first processing module, a multicast module, and a second processing module, where:
所述存储模块, 用于保存组播组的成员表;  The storage module is configured to save a member table of the multicast group;
所述第二处理模块, 用于当所述宽带接入设备无负荷或者其负荷低于第一 阈值时, 预先为没有成员表的组播组在所述存储模块中创建成员表, 并发送请 求所述组播组的组播流的消息, 在得到所述组播流后将所述组播流输出给所述 组播模块;  The second processing module is configured to create a member table in the storage module and send a request in advance for the multicast group without the member table when the broadband access device is not loaded or the load is lower than the first threshold. The multicast stream message of the multicast group outputs the multicast stream to the multicast module after obtaining the multicast stream;
所述第一处理模块, 用于接收到用户终端请求加入所述组播组的消息后, 在所述存储模块中预先创建的所述组播组的成员表中添加所述用户终端对应用 户的信息;  The first processing module is configured to: after receiving the message that the user terminal requests to join the multicast group, add the user corresponding to the user terminal to the member table of the multicast group that is pre-created in the storage module. Information
所述组播模块, 用于根据所述组播组的成员表中的用户的信息向用户终端 发送预先请求得到的所述组播组的组播流。  The multicast module is configured to send, to the user equipment, the multicast stream of the multicast group that is requested in advance according to the information of the user in the member table of the multicast group.
9、 如权利要求 8所述的系统, 其特征在于, 所述第二处理模块包括判断单 元和处理单元, 其中:  9. The system of claim 8, wherein the second processing module comprises a determination unit and a processing unit, wherein:
所述判断单元, 用于判断所述宽带接入设备是否无负荷或者判断所述宽带 接入设备的负荷是否低于第一阈值, 如果是, 通知所述处理单元进行处理, 否 则不做处理;  The determining unit is configured to determine whether the broadband access device has no load or determine whether the load of the broadband access device is lower than a first threshold, and if yes, notify the processing unit to perform processing, otherwise, no processing is performed;
所述处理单元, 用于预先为没有成员表的组播组在所述存储模块中创建成 员表, 并向所述组播路由器请求所述组播组的组播流, 在得到所述组播流后将 所述组播流输出给所述组播模块。 The processing unit is configured to create a member table in the storage module for a multicast group without a member table, and request a multicast stream of the multicast group from the multicast router, where the multicast is obtained. After the flow The multicast stream is output to the multicast module.
10、 一种宽带接入设备, 其特征在于, 包括存储模块、 第一处理模块、 组 播模块和第二处理模块, 其中:  A broadband access device, comprising: a storage module, a first processing module, a multicast module, and a second processing module, wherein:
所述存储模块, 用于保存组播组的成员表;  The storage module is configured to save a member table of the multicast group;
所述第二处理模块, 用于当所述宽带接入设备无负荷或者其负荷低于第一 阈值时, 预先为没有成员表的组播组在所述存储模块中创建成员表, 并发送请 求所述组播组的组播流的消息, 在得到所述组播流后将所述组播流输出给所述 组播模块;  The second processing module is configured to create a member table in the storage module and send a request in advance for the multicast group without the member table when the broadband access device is not loaded or the load is lower than the first threshold. The multicast stream message of the multicast group outputs the multicast stream to the multicast module after obtaining the multicast stream;
所述第一处理模块, 用于接收到用户终端请求加入所述组播组的消息后, 在所述存储模块中预先创建的所述组播组的成员表中添加所述用户终端对应用 户的信息;  The first processing module is configured to: after receiving the message that the user terminal requests to join the multicast group, add the user corresponding to the user terminal to the member table of the multicast group that is pre-created in the storage module. Information
所述组播模块, 用于根据所述组播组的成员表中的用户的信息向用户终端 发送预先请求得到的所述组播组的组播流。  The multicast module is configured to send, to the user equipment, the multicast stream of the multicast group that is requested in advance according to the information of the user in the member table of the multicast group.
11、 如权利要求 10所述的宽带接入设备, 其特征在于, 所述第二处理模块 包括判断单元和处理单元, 其中:  The broadband access device according to claim 10, wherein the second processing module comprises a determining unit and a processing unit, wherein:
所述判断单元, 用于判断所述宽带接入设备是否无负荷或者判断所述宽带 接入设备的负荷是否低于第一阈值, 如果是, 通知所述处理单元进行处理, 否 则不做处理;  The determining unit is configured to determine whether the broadband access device has no load or determine whether the load of the broadband access device is lower than a first threshold, and if yes, notify the processing unit to perform processing, otherwise, no processing is performed;
所述处理单元, 用于预先为没有成员表的组播组在所述存储模块中创建成 员表, 并向所述组播路由器请求所述组播组的组播流, 在得到所述组播流后将 所述组播流输出给所述组播模块。  The processing unit is configured to create a member table in the storage module for a multicast group without a member table, and request a multicast stream of the multicast group from the multicast router, where the multicast is obtained. The multicast stream is output to the multicast module after the stream.
PCT/CN2007/002227 2006-11-21 2007-07-23 Multicast control processing method, system and broadband access device WO2008061417A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2006101448190A CN101193017B (en) 2006-11-21 2006-11-21 A multicast control processing method, system and broadband access device
CN200610144819.0 2006-11-21

Publications (1)

Publication Number Publication Date
WO2008061417A1 true WO2008061417A1 (en) 2008-05-29

Family

ID=39429373

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/002227 WO2008061417A1 (en) 2006-11-21 2007-07-23 Multicast control processing method, system and broadband access device

Country Status (2)

Country Link
CN (1) CN101193017B (en)
WO (1) WO2008061417A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594686A (en) * 2012-02-20 2012-07-18 深圳市共进电子股份有限公司 Implementing method of multicast terminal on rapid departure from multicast

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104618247B (en) * 2014-12-30 2018-10-26 新华三技术有限公司 A kind of transmission method and device of multicast message

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1731756A (en) * 2004-08-05 2006-02-08 上海贝尔阿尔卡特股份有限公司 Method and device for processing user to leave, switching multicast service channel request using slow leaving mechanism
JP2006197473A (en) * 2005-01-17 2006-07-27 Matsushita Electric Ind Co Ltd Node
CN1848770A (en) * 2005-04-14 2006-10-18 阿尔卡特公司 Method and system for managing access to multicast groups
CN1852249A (en) * 2005-12-01 2006-10-25 华为技术有限公司 Multi-cast broadcasting business realizing method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1731756A (en) * 2004-08-05 2006-02-08 上海贝尔阿尔卡特股份有限公司 Method and device for processing user to leave, switching multicast service channel request using slow leaving mechanism
JP2006197473A (en) * 2005-01-17 2006-07-27 Matsushita Electric Ind Co Ltd Node
CN1848770A (en) * 2005-04-14 2006-10-18 阿尔卡特公司 Method and system for managing access to multicast groups
CN1852249A (en) * 2005-12-01 2006-10-25 华为技术有限公司 Multi-cast broadcasting business realizing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102594686A (en) * 2012-02-20 2012-07-18 深圳市共进电子股份有限公司 Implementing method of multicast terminal on rapid departure from multicast

Also Published As

Publication number Publication date
CN101193017A (en) 2008-06-04
CN101193017B (en) 2010-06-23

Similar Documents

Publication Publication Date Title
US10205971B2 (en) Media data live broadcast method, device, and system
US8223767B2 (en) Driven multicast traffic distribution on link-aggregate-group
US8612621B2 (en) Method for constructing network topology, and streaming delivery system
JP4696185B2 (en) Method, system, and network apparatus for resource management
US20070058646A1 (en) Device and method for forwarding multicast traffic in a hybrid device
EP2330790B1 (en) Resource manager and method for admission control in a metropolitan area network
WO2007140702A1 (en) Multicast service processing method and access equipment
US20090193481A1 (en) Method, device and system for providing a broadcast tv
EP1892881A1 (en) A method for processing the abnormal multicast service and a network equipment thereof
WO2008131651A1 (en) Method, system and device of multicast resource control
KR20120053516A (en) Method and system for reducing time delay of internet protocol televisin(iptv) channel switching
US20110274109A1 (en) Multicast Quality Of Service Module And Method
US8238337B1 (en) Hybrid multicast switch employing network-layer routing
AU2011249457B2 (en) Source selection by routers
US8239909B2 (en) Method of securing resources in a video and audio streaming delivery system
WO2008061417A1 (en) Multicast control processing method, system and broadband access device
US9161108B2 (en) Method and system for establishing communication relations
EP2166764B1 (en) Method and system for a traffic management of video on demand services
EP2066073A1 (en) Access system and method for multicast management
EP1444812A1 (en) A method and apparatus for transferring data packets in ip routers
KR100715667B1 (en) Device and method for forking stream using multicasting in media gateway system
WO2008025267A1 (en) Method, system, resource and admission control unit for realizing the multicast service
WO2021014591A1 (en) Content delivery system, multicast-unicast/multicast-multicast conversion device, multicast-unicast conversion device, content delivery method, and content delivery program
US8874796B1 (en) Techniques for using a general query to circumvent specific query response failure in an IGMP system
CN117675774A (en) Streaming media data transmission method and device and electronic equipment

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07785153

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07785153

Country of ref document: EP

Kind code of ref document: A1