[go: up one dir, main page]

WO2007054006A1 - Station de base de système d’accès sans fil large bande et système pour réaliser un service de diffusion de groupe - Google Patents

Station de base de système d’accès sans fil large bande et système pour réaliser un service de diffusion de groupe Download PDF

Info

Publication number
WO2007054006A1
WO2007054006A1 PCT/CN2006/002677 CN2006002677W WO2007054006A1 WO 2007054006 A1 WO2007054006 A1 WO 2007054006A1 CN 2006002677 W CN2006002677 W CN 2006002677W WO 2007054006 A1 WO2007054006 A1 WO 2007054006A1
Authority
WO
WIPO (PCT)
Prior art keywords
multicast
group
message
igmp
module
Prior art date
Application number
PCT/CN2006/002677
Other languages
English (en)
Chinese (zh)
Other versions
WO2007054006A8 (fr
Inventor
Wei Ling
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 WO2007054006A1 publication Critical patent/WO2007054006A1/fr
Publication of WO2007054006A8 publication Critical patent/WO2007054006A8/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/40Connection management for selective distribution or broadcast
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/16Multipoint routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W72/00Local resource management
    • H04W72/12Wireless traffic scheduling
    • H04W72/121Wireless traffic scheduling for groups of terminals or users
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/08Access point devices
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Definitions

  • Base station in broadband wireless access system and method for realizing multicast service
  • the present invention relates to a broadband wireless access system, and in particular to a base station in a broadband wireless access system and a method thereof for implementing a multicast service.
  • IP Internet Protocol
  • IPv4 communication is performed between a source IP host and a target IP host (unicast) or between a source IP host and all IP hosts in the network (broadcast). If you want to send information to multiple, but not all, IP hosts in your network, either use broadcast mode or the source IP host sends IP packets to multiple target IP hosts in the network.
  • the former method wastes bandwidth by sending information to a large number of IP hosts that should not be involved, and may also cause broadcast storms due to route loopback; the latter method wastes a lot of bandwidth due to repeated transmission of IP packets, and Increase the load on the server.
  • the subsequent IP multicast technology allows the source IP host to send IP packets to any set of target IP hosts on the IP network, which can effectively solve single-point transmission, multi-point reception and multiple points.
  • the problem of sending and receiving multiple points has been widely used in multimedia conferencing, data distribution, distributed parallel processing, and distributed interactive simulation.
  • FIG. 1, FIG. 2, and FIG. 3 respectively show the data streams of the broadcast mode, the unicast mode, and the multicast mode in the existing IP communication technologies, and these data flows are all in the router,
  • the base station, the subscriber station, and the user are respectively transmitted in the form of corresponding broadcast, unicast, and multicast.
  • a broadband wireless access system such as the IEEE 802.16 standard of the Worldwide Interoperability for Microwave Access Interoperability (WiMAX)
  • WiMAX Worldwide Interoperability for Microwave Access Interoperability
  • MAC media access control
  • the BS device cannot find the output port through Layer 2 learning.
  • ⁇ for the received multicast packet processing method employed is usually Gen following two:
  • a Broadcast the multicast packet to all Subscriber Stations (SSs), even if only one of the SSs needs the multicast packet.
  • This implementation method is relatively simple, but it also has disadvantages: it increases the processing load of the receiver that does not need the multicast packet, and increases the power consumption of the SS device.
  • the host that does not join the multicast group can also receive The multicast packet is easy to generate security risks.
  • the multicast packet is converted into a unicast packet and sent to the corresponding SS according to a certain rule. Only the SS that needs the multicast packet receives the multicast packet.
  • the BS device or other device is required to implement the multicast replication function, which increases the complexity of the device. For example, if there are many SSs in the multicast group, the packets need to be copied one by one. Each SS; this will increase the complexity of the BS device, and also obviously waste the bandwidth resources of the air interface, and the traffic generated by the copy operation is also likely to become a bottleneck of network performance. Summary of the invention
  • the main object of the present invention is to provide a base station in a broadband wireless access system to save air interface bandwidth resources.
  • Another object of the present invention is to provide a method for implementing a multicast service in a broadband wireless access system to save air interface bandwidth resources.
  • the invention discloses a base station in a broadband wireless access system, which is connected with a router and a subscriber station, and the base station comprises:
  • a packet obtaining module configured to obtain a message between the user station and the router
  • the multicast address forwarding table maintenance module is configured to maintain a multicast address forwarding table according to the type of the obtained packet
  • the multicast service establishing module is configured to allocate a same connection identifier to all user stations in the multicast group, and the connection identifier and the maintained multicast address forwarding table manage the user stations in the multicast group.
  • the packet obtaining module includes a listening module and/or a proxy module
  • the interception module is configured to listen to the message between the user station and the router;
  • a proxy module that intercepts packets between the subscriber station and the router.
  • the listening module is an IGMP snooping module for IPv4 or a multicast Listener Discovery (MLD) listening module for an IPv6 network;
  • MLD multicast Listener Discovery
  • the proxy module is an IGMP proxy module for IPv4 or an MLD proxy module for IPv6.
  • the packets intercepted or intercepted by the IGMP snooping module and the IGMP proxy module include: an IGMP query message from the router, an IGMP report message from the user station, and an IGMP leave message.
  • the IGMP snooping module and the IGMP proxy module are used to:
  • the port is added to the multicast group or the multicast group forwarding table is created according to the port that receives the IGMP report message and the group in the IGMP report message.
  • the MLD snooping module and the MLD proxy module listen to or intercept the packet, including: a group membership query message, a group membership report message, and a group membership reduction message message.
  • the group user station management performed by the multicast service establishing module is implemented by a multicast forwarding execution module connected to the multicast service establishing module.
  • the invention also discloses a method for implementing a multicast service in a broadband wireless access system, the method comprising:
  • the multicast address forwarding table manages user stations in a multicast group.
  • the method for obtaining the packet is as follows: Listening or intercepting the packet between the user station and the router.
  • the interception operation is performed by: an IGMP snooping module for IPv4 or an MLD snooping module for an IPv6 network;
  • the interception operation is performed: an IGMP proxy module for IPv4 or an MLD proxy module for IPv6.
  • the packet is an IGMP Query message, an IGMP report message, or an IGMP Leave message.
  • the message is a group membership query message, a group membership report message, or a group membership reduction message message.
  • the operation of the user station in the management multicast group is a multicast establishment.
  • the multicast establishment method includes: acquiring an IGMP report message transmitted between the user station and the router, and querying according to the multicast number in the obtained IGMP report message. Whether the multicast group exists in the multicast address forwarding table. If it does not exist, create a multicast group forwarding table and add the source user station device to the multicast group forwarding table. The information is also assigned a new connection identifier and the egress in the newly created multicast group forwarding table is set as the connection identifier; the source subscriber station device is also notified to receive the packet containing the connection identifier.
  • the operation of the user station in the management multicast group is a multicast join.
  • the multicast join method includes: acquiring an IGMP report message transmitted between the user station and the router, and querying according to the multicast number in the obtained IGMP report message. Whether the multicast group exists in the multicast address forwarding table. If yes, the source user station device information is added to the multicast address forwarding table to obtain the egress connection identifier. The source user station device is also notified to receive the report including the connection identifier. Text.
  • the operation of the user station in the management multicast group is a multicast leaving.
  • the multicast leaving method includes: acquiring an IGMP Leave message sent between the user station and the router, and obtaining the multicast group number in the received IGMP Leave message. Querying the multicast address forwarding table, deleting the source user station setting information in the multicast address forwarding table, and obtaining the egress connection identifier information; and notifying the source user station device not to receive the 4 ⁇ text including the connection identifier;
  • the operation of the user station in the management multicast group is a multicast deletion.
  • the multicast deletion method includes: acquiring an IGMP Leave message sent between the user station and the router, and obtaining the multicast group number in the IGMP Leave message according to the obtained Querying the multicast address forwarding table, deleting the source user station device information in the multicast address forwarding table, and obtaining the egress connection identifier information; and notifying the source user station device that the packet containing the connection identifier is not received;
  • the base station provided in the broadband wireless access system and the method for implementing the multicast service can effectively reduce the SS power consumption and ensure the communication security, and The complexity of the BS device is reduced, and the air interface bandwidth resource is saved.
  • Figure 1 is a schematic diagram of a packet transmission in an IPv4/IPv6 network.
  • Figure 2 is a schematic diagram of another packet in a unicast mode in an IPv4/IPv6 network.
  • Figure 3 is IPv4/IPv6.
  • FIG. 4 is a schematic diagram of a layered system of multicast protocols;
  • FIG. 5 is a flow chart of IGMP snooping according to a preferred embodiment of the present invention.
  • FIG. 6 is a flow diagram of an IGMP proxy in accordance with a preferred embodiment of the present invention. Mode for carrying out the invention
  • the base station in the broadband wireless access system provided by the present invention is connected to a router and a user station, and the base station includes: a packet acquisition module, configured to acquire a packet between the user station and the router; and a multicast address forwarding table maintenance module And the multicast service forwarding module is configured to allocate a same connection identifier to all user stations in the multicast group according to the connection identifier and the maintenance, according to the type of the obtained packet.
  • the multicast address forwarding table manages the user stations in the multicast group.
  • the method for implementing a multicast service in a broadband wireless access system includes: acquiring a packet transmitted between a user station and a router, and maintaining a multicast address forwarding table according to the type of the obtained packet; All subscriber stations in the network are assigned the same connection identifier, and the subscriber stations in the multicast group are managed according to the connection identifier and the maintained multicast address forwarding table.
  • host refers to a node (non-router) that cannot forward a BP packet that is not explicitly addressed to itself.
  • the host is the source and destination node for IP traffic; and, the host can discard the traffic it receives that is not explicitly addressed to itself.
  • Figure 1 to The user host in Figure 3 can be considered a form of host.
  • the Internet Group Management Protocol is at the lowest level of the multicast i" protocol, and is the entire multicast protocol.
  • IGMP is used to dynamically manage the situation where a router joins or leaves a multicast group, and establishes a Layer 3 multicast address forwarding table.
  • the multicast protocol only the IGMP protocol directly contacts the on-demand host, and the router running IGMP is responsible for management.
  • a host that is a member of a group joins and leaves a multicast group. It can also perform group member state maintenance and send multicast data to the host.
  • the base station device at least includes: a packet obtaining module, a multicast address forwarding table maintenance module, a multicast service establishing module, and a multicast forwarding executing module.
  • the packet obtaining module includes a listening module and/or a proxy module.
  • the listening module may be an IGMP Snooping module used in an IPv4 network or an MLD listening module for an IPv6 network
  • the proxy module may be an IGMP proxy (IGMP Proxy) module or an MLD proxy. Module.
  • the IGMP snooping module listens for IGMP messages transmitted between the SS and the router, and the base station device maintains the Layer 2 multicast address forwarding table.
  • the IGMP proxy module can intercept IGMP messages between the SS and the router, and the base station device maintains the Layer 2 multicast address forwarding table. Moreover, the uplink port of the IGMP proxy module performs the role of the host, and the downlink port performs the role of the router. Specifically, the uplink port of the IGMP proxy module performs the role of the host, and responds to the query from the router. When the newly added user group or the last user of a multicast group exits, the IGMP proxy module actively sends a member report packet to the router or leaves the router. package. The downlink port of the IGMP proxy module performs the role of the router, which is completely implemented according to the mechanism specified in IGMP V2, such as: querier election, regular general query information, and specific query when receiving leave messages.
  • the main difference between the IGMP snooping module and the IGMP proxy module is that the IGMP proxy module Different functions are implemented on the two ports, and the workload is relatively large.
  • the advantages are: The IGMP proxy module can function as a querier when there is no router in the network, and the IGMP proxy module can be more convenient than the IGMP snooping module. Extended multicast routing.
  • the multicast service establishment module can implement functions such as multicast establishment, multicast join, multicast leave, and multicast deletion.
  • the multicast service setup module needs to obtain related information from the multicast address forwarding table maintenance module when implementing the above functions. .
  • the multicast forwarding execution module is used to implement a specific multicast forwarding process.
  • the IPv6 network differs from the Ipv4 network in that the multicast protocol packets between the host and the router support the Multicast Listener Discovery (MLD) protocol.
  • MLD Multicast Listener Discovery
  • the MLD protocol is only in a different format. The negotiation process provided in the IGMP protocol and the MLD protocol is the same.
  • the WiMAX system itself is a point-to-multipoint (PMP) system.
  • the multicast function is also defined in the protocol. However, the multicast function is only implemented internally between the BS and the SS. The external multicast protocol cannot Use this feature directly.
  • IGMP snooping implementation First, the BS device needs to identify IGMP messages and then maintain the Layer 2 multicast address forwarding table based on the type of IGMP messages.
  • the IGMP V2 version has three types of packets: IGMP query, IGMP report, and IGMP leave.
  • a IGMP query The IGMP query message is sent from the router and is used to confirm the multicast group member.
  • the multicast group member should respond to the IGMP query message, that is, respond to the IGMP report message.
  • the IGMP snooping module can determine the port of the Layer 2 device (BS device) connected to the router according to the IGMP query message, that is, the defined router port.
  • BS device Layer 2 device
  • IGMP report messages are generated in two cases. One is the response to the router query; the other is the initiative to initiate to the router. Due to the two conditions The IGMP report packets are identical. Therefore, the IGMP snooping module cannot distinguish between the two cases by using IGMP report messages. The IGMP snooping module only needs to be based on the port that receives the IGMP report message and the group in the IGMP report message. Determine whether to add the port to the multicast group or create a multicast group forwarding table.
  • IGMP leaving When a group member wants to leave the multicast group, it can send an IGMP Leave message to the router. When the IGMP Snooping Module receives the IGMP Leave message, it passes the port that receives the IGMP Leave message. Send a specific group query message to confirm if the port still has other members of this multicast group.
  • the following describes the functions of multicast establishment, multicast addition, multicast leaving, and multicast deletion that can be implemented by the multicast service establishment module in conjunction with FIG. 5.
  • the BS device listens to the packet transmitted between the host and the router (step 500), and determines whether it is an IGMP report message (step 510). If yes, determines the multicast according to the multicast number in the packet. Group (step 520), and determining, according to the multicast address forwarding table in the device, whether the multicast group is a new multicast group (step 530); if yes, creating a multicast group forwarding table and in the multicast group
  • the source SS device information is added to the forwarding table, a new CID is also assigned, and the egress in the newly created multicast group forwarding table is set to the CID (step 540).
  • the BS device further informs the source SS device by the protocol to receive the packet including the CID (step 550).
  • chapter 550 the BS device listens for the packet transmitted between the host and the router (step 500), and determines whether it is An IGMP report message (step 510), if yes, determining a multicast group according to the multicast number in the packet (step 520), and determining whether the multicast group is a new group according to the multicast address forwarding table in the device.
  • the BS device if not, only in the multicast address forwarding table
  • the source SS device information is added to obtain an exit CID (step 545); thereafter, the BS device further notifies the source SS device by the protocol to receive the message including the CID (step 550).
  • the BS device listens for the message transmitted between the host and the router (step 500). If it is not an IGMP report message (step 510), it determines whether it is an IGMP Leave message (step 515), if the BS If the packet received by the device is an IGMP Leave message, the device searches the multicast address forwarding table in the BS device according to the multicast group number in the IGMP Leave message, and deletes the source SS device information in the multicast address forwarding table. The exit CID information is obtained, and the source SS device is notified not to receive the message including the CID (step 525). Next, it is determined whether there is an SS device in the multicast address forwarding table (step 535), and if so, no processing is performed. If the packet of this multicast group is received from the network side, it is still sent through the CID.
  • the BS device listens to the packet transmitted between the host and the router (step 500). If it is not an IGMP report message (step 510), it determines whether it is an IGMP Leave message (step 515), if the BS If the packet received by the device is an IGMP Leave message, the device searches the multicast address forwarding table in the BS device according to the multicast group number in the IGMP Leave message, and deletes the source SS device information in the multicast address forwarding table. The CID information is exported, and the source SS device is notified not to receive the CID message (step 525).
  • the BS device determines whether there is an SS device in the multicast address forwarding table (step 535), and if not, deletes the multicast address forwarding table and recovers the CID (step 560). If the subsequent BS device receives the packet of the multicast group from the network side, it discards it.
  • FIG. 6 is a flow chart of an IGMP proxy according to a preferred embodiment of the present invention.
  • Figure 6 has many similarities to the IGMP snooping process disclosed in Figure 5. It also includes operations such as multicast setup, multicast join, multicast leave, and multicast delete.
  • the multicast establishment the BS device intercepts the packet transmitted between the host and the router (step 600), and determines whether it is an IGMP report message (step 610); if yes, determines the group according to the multicast number in the packet. Broadcast group (step 620); and then forwarded according to the multicast address in the device Determining whether the multicast group is a new multicast group (step 630); if yes, creating a multicast group forwarding table and adding source SS device information in the multicast group forwarding table, and also assigning a new CID And setting the egress in the newly created multicast group forwarding table to the CID (step 640); then, the BS device sends the intercepted IGMP report message to the router (step 660), and further informs the source SS device to receive by the protocol. A message containing the CID (step 670).
  • the BS device intercepts the packet transmitted between the host and the router (step 600), and determines whether it is an IGMP report message (step 610); if yes, determines the multicast group according to the multicast number in the packet. (Step 620); determining whether the multicast group is a new multicast group according to the multicast address forwarding table in the device (step 630); if not, only adding the source SS device information in the multicast address forwarding table, The exit CID is obtained (step 650); thereafter, the BS device further notifies the source SS device by the protocol to receive the message including the CID; (step 670).
  • the BS device intercepts the packet transmitted between the host and the router (step 600). If it is not an IGMP report message (step 610), it determines whether it is an IGMP Leave message (step 615), if the BS device If the received packet is an IGMP Leave message, the multicast address forwarding table in the BS device is queried according to the multicast group number in the IGMP Leave message, and the source SS device information in the multicast address forwarding table is deleted. The CID information is sent, and the source SS device is notified that the message containing the CID is not received (step 625). Next, it is determined whether there is an SS device in the multicast address forwarding table (step 635), and if so, no processing is performed.
  • the BS device intercepts the packet transmitted between the host and the router (step 600). If it is not an IGMP report message (step 610), it determines whether it is an IGMP Leave message (step 615), if the BS device If the received packet is an IGMP Leave message, the multicast address forwarding table in the BS device is queried according to the multicast group number in the IGMP Leave message, and the source SS device information in the multicast address forwarding table is deleted. The CID information is sent, and the source SS device is notified not to receive the CID message (step 625).
  • the BS device determines whether there is an SS device in the multicast address forwarding table (step 635), and if not, deletes the multicast address forwarding. The table is recycled and the CID is recovered (step 645). Then, the BS device sends an IGMP Leave message to the router (step 655); if the subsequent BS device receives the packet of the multicast group from the network side, the BS device discards.
  • the BS device sends an IGMP response message to the router (step 675).
  • the BS device of the present invention uses the IGMP snooping module or the IGMP proxy module (for IPv4) to listen or intercept IGMP messages transmitted between the host and the router, and can be based on IGMP.
  • the type of the packet maintains the multicast group forwarding table.
  • the BS device can perform the downlink multicast service according to the multicast group forwarding table.
  • the key to implementing the multicast service is:
  • the BS device allocates the same CID to all SSs in the multicast group (there is no special requirement for the CID), and the SS in the multicast group may not know the CID for the multicast chain. Road, only need to know: the data transmitted through the link corresponding to the CID needs MAC layer identification and processing. In this way, the multicast service for all the SSs in the multicast group can be implemented. Moreover, hosts that are not in the multicast group cannot receive multicast packets.
  • the base station and method of the present invention effectively reduce SS power consumption and ensure communication security.
  • the BS device is not required to perform complex replication and other multicast work, and the air interface bandwidth resource is also saved.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

L’invention concerne une station de base (BS) de système d’accès sans fil large bande comprenant : un module d’obtention de message pour obtenir le message de protocole de diffusion de groupe entre la station utilisateur et le routeur ; un module d’entretien d’une liste de retransmission d’adresses de diffusion de groupe en fonction du type de message obtenu ; un module d’établissement de diffusion de groupe utilisé pour distribuer le même signe de connexion à toutes les stations utilisateur du groupe de diffusion de groupe et gérer lesdites stations utilisateur dans le groupe de diffusion de groupe en fonction du signe de connexion et de la liste entretenue de retransmission d’adresses de diffusion de groupe. La méthode pour réaliser un service de diffusion de groupe dans un système d’accès sans fil large bande comprend les étapes suivantes : obtenir le message de protocole de diffusion de groupe entre la station utilisateur et le routeur et entretenir une liste de retransmission d’adresses de diffusion de groupe en fonction du type de message obtenu ; distribuer le même signe de connexion à toutes les stations utilisateur du groupe de diffusion de groupe et gérer lesdites stations utilisateur dans le groupe de diffusion de groupe en fonction du signe de connexion et de la liste entretenue de retransmission d’adresses de diffusion de groupe. À la fois la BS et la méthode objets de l’invention permettent d’économiser des ressources de bande passante.
PCT/CN2006/002677 2005-11-14 2006-10-12 Station de base de système d’accès sans fil large bande et système pour réaliser un service de diffusion de groupe WO2007054006A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200510101436.0 2005-11-14
CNB2005101014360A CN100479433C (zh) 2005-11-14 2005-11-14 一种在宽带无线接入系统中的基站及实现组播业务的方法

Publications (2)

Publication Number Publication Date
WO2007054006A1 true WO2007054006A1 (fr) 2007-05-18
WO2007054006A8 WO2007054006A8 (fr) 2007-07-19

Family

ID=37133700

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2006/002677 WO2007054006A1 (fr) 2005-11-14 2006-10-12 Station de base de système d’accès sans fil large bande et système pour réaliser un service de diffusion de groupe

Country Status (2)

Country Link
CN (1) CN100479433C (fr)
WO (1) WO2007054006A1 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103379443A (zh) * 2012-04-20 2013-10-30 中兴通讯股份有限公司 保持多播业务连续的方法及系统
CN104349282A (zh) * 2013-08-05 2015-02-11 成都鼎桥通信技术有限公司 一种lte系统中的广播业务实现方法
CN111225241A (zh) * 2019-12-30 2020-06-02 视联动力信息技术股份有限公司 一种通信方法和装置
CN114019930A (zh) * 2021-11-09 2022-02-08 国家石油天然气管网集团有限公司华南分公司 一种分布式控制系统及分布式控制系统的通信方法
CN115277603A (zh) * 2022-06-15 2022-11-01 新华三技术有限公司合肥分公司 转发方法及装置
CN115706947A (zh) * 2021-08-06 2023-02-17 中国南方电网有限责任公司 一种适用于多端差动保护的5g通信组网系统
CN116192727A (zh) * 2021-11-29 2023-05-30 中国科学院声学研究所 一种有状态/无状态混合的组播数据转发方法

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101335907B (zh) * 2007-06-29 2011-04-06 上海贝尔阿尔卡特股份有限公司 基站中用于控制组播业务发送的方法及装置
CN101340301B (zh) * 2007-07-03 2016-04-06 华为技术有限公司 应用层组播网络中获取媒体数据的方法及系统
CN101662423A (zh) * 2008-08-29 2010-03-03 中兴通讯股份有限公司 单一地址反向传输路径转发的实现方法及装置
CN102223286A (zh) 2010-04-16 2011-10-19 华为技术有限公司 实现组播转发的方法、交换设备和系统
CN111371488B (zh) * 2020-03-13 2021-07-02 北京邮电大学 内容数据传输方法、装置及电子设备

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1426201A (zh) * 2002-12-16 2003-06-25 北京朗通环球科技有限公司 在无线访问点上实现接入控制器功能的方法
CN1437367A (zh) * 2002-02-09 2003-08-20 华为技术有限公司 移动网络中实现多播业务的方法
JP2004040666A (ja) * 2002-07-05 2004-02-05 Ntt Docomo Inc ノード装置、端末装置、プログラムおよび記録媒体

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1437367A (zh) * 2002-02-09 2003-08-20 华为技术有限公司 移动网络中实现多播业务的方法
JP2004040666A (ja) * 2002-07-05 2004-02-05 Ntt Docomo Inc ノード装置、端末装置、プログラムおよび記録媒体
CN1426201A (zh) * 2002-12-16 2003-06-25 北京朗通环球科技有限公司 在无线访问点上实现接入控制器功能的方法

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103379443A (zh) * 2012-04-20 2013-10-30 中兴通讯股份有限公司 保持多播业务连续的方法及系统
CN104349282A (zh) * 2013-08-05 2015-02-11 成都鼎桥通信技术有限公司 一种lte系统中的广播业务实现方法
CN104349282B (zh) * 2013-08-05 2018-03-30 成都鼎桥通信技术有限公司 一种lte系统中的广播业务实现方法
CN111225241A (zh) * 2019-12-30 2020-06-02 视联动力信息技术股份有限公司 一种通信方法和装置
CN115706947A (zh) * 2021-08-06 2023-02-17 中国南方电网有限责任公司 一种适用于多端差动保护的5g通信组网系统
CN114019930A (zh) * 2021-11-09 2022-02-08 国家石油天然气管网集团有限公司华南分公司 一种分布式控制系统及分布式控制系统的通信方法
CN116192727A (zh) * 2021-11-29 2023-05-30 中国科学院声学研究所 一种有状态/无状态混合的组播数据转发方法
CN115277603A (zh) * 2022-06-15 2022-11-01 新华三技术有限公司合肥分公司 转发方法及装置

Also Published As

Publication number Publication date
CN1852231A (zh) 2006-10-25
WO2007054006A8 (fr) 2007-07-19
CN100479433C (zh) 2009-04-15

Similar Documents

Publication Publication Date Title
WO2007054006A1 (fr) Station de base de système d’accès sans fil large bande et système pour réaliser un service de diffusion de groupe
CN100531040C (zh) 实现组播虚拟专用网绑定的方法及设备
CN100442776C (zh) 在三层交换机上实现组播转发的方法
US8064449B2 (en) Methods and apparatus for managing multicast traffic
CN101442502B (zh) 基于组播技术的会话监控方法、装置及系统
JP5653912B2 (ja) マルチキャスト・グループ管理のための方法及び装置
WO2006081750A1 (fr) Méthode de processus de filtrage de source multidiffusion
CA2289070A1 (fr) Commutateur multidiffusion
CN101242342A (zh) 组播方法及组播路由方法
CN101299671A (zh) 用于组播数据包发送与接收的方法和装置
WO2010075771A1 (fr) Procédé de mise en réseau par extranet, système et procédé pour réseau privé virtuel en multidiffusion
CN102215172B (zh) 一种实现跨虚拟专用局域网组播的方法和系统
CN102067514A (zh) 用于多跳中继通信系统中的多播树管理的方法和装置
WO2009082905A1 (fr) Procédé système et dispositif commutateur permettant l'établissement dynamique de réseau local virtuel de multidiffusion
WO2007059679A1 (fr) Procede pour le traitement de service multidiffusion anormal et equipement de reseau associe
WO2014121468A1 (fr) Procédé et dispositif d'établissement de canal de données de multidiffusion dans un système de virtualisation de réseau
CN101060524B (zh) 一种组播业务应用的方法及系统
CN101631129B (zh) 组播数据转发方法及装置
CN101060465B (zh) 控制组播数据传输的方法及系统
WO2009094921A1 (fr) Procédé de renvoi de multidiffusion et routeur de multidiffusion
CN107613470B (zh) 一种无线Mesh网络中组播业务的实现方法及系统
WO2014048120A1 (fr) Procédé, nœud de réseau et système pour mettre en œuvre une diffusion groupée point à multipoint
CN102347906B (zh) 一种组播方法及组播网络系统
WO2011006339A1 (fr) Procédé et appareil de traitement de diffusion groupée
CN101247541B (zh) 移动通信网络多媒体组播业务的实现方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06791248

Country of ref document: EP

Kind code of ref document: A1