WO2009082188A2 - Multicast router controller system - Google Patents
Multicast router controller system Download PDFInfo
- Publication number
- WO2009082188A2 WO2009082188A2 PCT/MY2008/000192 MY2008000192W WO2009082188A2 WO 2009082188 A2 WO2009082188 A2 WO 2009082188A2 MY 2008000192 W MY2008000192 W MY 2008000192W WO 2009082188 A2 WO2009082188 A2 WO 2009082188A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- router
- receivers
- multicast
- matrix
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/16—Arrangements for providing special services to substations
- H04L12/18—Arrangements for providing special services to substations for broadcast or conference, e.g. multicast
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/16—Multipoint routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L47/00—Traffic control in data switching networks
- H04L47/10—Flow control; Congestion control
- H04L47/15—Flow control; Congestion control in relation to multipoint traffic
Definitions
- the present invention relates to multicast routing methods for routing multicast data.
- the present invention relates to a multicast router controller system.
- Routers are physical devices that join multiple wired or wireless networks together.
- a wired or wireless router is a Layer 3 gateway, meaning that the wired/wireless router connects networks (as gateways do), and that the router operates at the network layer of the OSI model.
- a multicast router also known as mrouter on the other hand is a router program that distinguishes between multicast and unicast packets and determines how they should be distributed along the Multicast Internet. Using an appropriate algorithm, an mrouter tells a switching device what to do with the multicast packet.
- a router When a router is forwarded a packet that is not destined for that router, the router must either deliver it to the destination host or to another router.
- the router forwards the packet to the destination host by addressing the packet to the destination host's physical address.
- the router performs a direct delivery to the destination.
- the router forwards the packet to an intermediate router.
- the intermediate router chosen is based on the forwarding address of the optimal route in the routing table.
- the router forwards the packet by addressing the packet to the intermediate router's physical address.
- the router performs an indirect delivery to the next router in the path to the destination.
- the intermediate router suffers from the explosion of multicast forwarding states as the number of subscribers increase, which create an adverse effect on the flow of the entire network.
- Figure 2 Cluster 2 routes of figure 1 tree with reverse path forwarding traffic
- the controller for multicast router of the present invention improves the scalability of the network so that the number of subscribers that is supported by the router is increased without affecting the memory size. This is achieved by a method of clustering subscribers based on their IP addresses, and analyzing for each cluster the reverse path forwarding traffic injected from the subscribers for that cluster towards the multicast source. A method is also provided to decrease the number of forwarding states saved in each multicast forwarding table.
- Figure 1 a clustering operation of the subscribed receivers is illustrated. Hash algorithm is used for clustering. Any receiver wanting to participate in a multicast session and receive the traffic should send a message indicating their intention to affiliate to the nearest router which collects and manage all the requests and route them upstream in the direction of the multicast source.
- the multicast source will forward the traffic along the tree in the direction of the receiver.
- the size of the multicast forwarding table (MFT) saved in routers increase as the number of receivers increase because all the states should be maintained for the route to be followed correctly.
- additional replication states are eliminated from the intermediate routers and the necessary states are saved in edge routers. This enables the routers to support more nodes or subscribers with the same memory size, simultaneously increasing the scalability of the network.
- the controller also provides a method to reduce the number of forwarding states at routers according. The reduction is achieved one per cluster and based on the join messages received from the receivers and routed by the nearest router as illustrated in Figure 2.
- the routing path of each receiver is written in a row of the matrix.
- the number of rows represents the number of receivers per cluster.
- the columns of the matrix represent the hops.
- the join message informs the source of a new participating receiver want to subscribe and receive the traffic. After doing the required security check, the receiver is assigned a cluster and a branch for it will be added to the multicast delivery tree.
- the MFT comprises of the reduced states developed in the present invention is as illustrated in Figure 5.
- the approach taken by the controller system in the present invention can also be used in multicast broadcast sendee for WiMAX mesh.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The present invention provides a controller that clusters the receivers and then reduces the forwarding states per cluster so as to offer a better performance of multicast routers by reducing the amount of total traffic injected into the network by each multicast session. The controller system enables the router to support a large number of receivers without compromising the memory size.
Description
MULTICAST ROUTER CONTROLLER SYSTEM
Field of Invention
The present invention relates to multicast routing methods for routing multicast data. In particular, the present invention relates to a multicast router controller system.
Background of Invention
Routers are physical devices that join multiple wired or wireless networks together. Technically, a wired or wireless router is a Layer 3 gateway, meaning that the wired/wireless router connects networks (as gateways do), and that the router operates at the network layer of the OSI model.
A multicast router also known as mrouter on the other hand is a router program that distinguishes between multicast and unicast packets and determines how they should be distributed along the Multicast Internet. Using an appropriate algorithm, an mrouter tells a switching device what to do with the multicast packet.
When a router is forwarded a packet that is not destined for that router, the router must either deliver it to the destination host or to another router.
If the destination network matches a network to which the router is attached, the router forwards the packet to the destination host by addressing the packet to the destination host's physical address. The router performs a direct delivery to the destination.
Conversely, if the destination network is not directly attached, the router forwards the packet to an intermediate router. The intermediate router chosen is based on the forwarding address of the optimal route in the routing table. The router forwards the packet by addressing the packet to the intermediate router's physical address. The router performs an indirect delivery to the next router in the path to the destination.
In large group communications applications, the intermediate router suffers from the explosion of multicast forwarding states as the number of subscribers increase, which create an adverse effect on the flow of the entire network.
Therefore there arises a need to improve the performance of the intermediate routers in terms of the number of receivers that is supported.
Summary of Invention
It is an objective on the present invention to improve the scalability of performance of the existing intermediate multicast routers in terms of the number of supported receivers.
Brief Description of Drawings
Figure 1 Clustering stage of the receivers based on their IPv4/IPv6 addresses using hash algorithm
Figure 2 Cluster 2 routes of figure 1 tree with reverse path forwarding traffic;
Figure 3 Matrix representation of cluster 2 routes
Figure 4 Matrix after dropping the duplicated routes showing packet replication at routers to 7 receivers for Cluster 2
Figure 5 Multicast forwarding states reduction at routers for cluster 2.
Detailed Description
The preferred embodiments of the present invention are described herein with reference to the figures. However, the figures only represent the examples of the preferred embodiment of the present invention and do not narrow the scope of invention.
The controller for multicast router of the present invention improves the scalability of the network so that the number of subscribers that is supported by the router is increased without affecting the memory size. This is achieved by a method of clustering subscribers based on their IP addresses, and analyzing for each cluster the reverse path forwarding traffic injected from the subscribers for that cluster towards the multicast
source. A method is also provided to decrease the number of forwarding states saved in each multicast forwarding table. In Figure 1, a clustering operation of the subscribed receivers is illustrated. Hash algorithm is used for clustering. Any receiver wanting to participate in a multicast session and receive the traffic should send a message indicating their intention to affiliate to the nearest router which collects and manage all the requests and route them upstream in the direction of the multicast source. Based on this reverse path, the multicast source will forward the traffic along the tree in the direction of the receiver. The size of the multicast forwarding table (MFT) saved in routers increase as the number of receivers increase because all the states should be maintained for the route to be followed correctly. In the present invention additional replication states are eliminated from the intermediate routers and the necessary states are saved in edge routers. This enables the routers to support more nodes or subscribers with the same memory size, simultaneously increasing the scalability of the network.
The controller also provides a method to reduce the number of forwarding states at routers according. The reduction is achieved one per cluster and based on the join messages received from the receivers and routed by the nearest router as illustrated in Figure 2.
The method of eliminating the additional replication states is described further herein. In a conventional system as illustrated in Figure 3, the routing path of each receiver is written in a row of the matrix. The number of rows represents the number of receivers per cluster. The columns of the matrix represent the hops. The join message informs the source of a new participating receiver want to subscribe and receive the traffic. After doing the required security check, the receiver is assigned a cluster and a branch for it will be added to the multicast delivery tree.
However, in the present invention as illustrated in Figure 4, the duplication as described in Figure 3 is eliminated. The reduced matrix maintains the necessary forwarding states at edge routers. The elimination includes the extra state at core routers.
The MFT comprises of the reduced states developed in the present invention is as illustrated in Figure 5.
The approach taken by the controller system in the present invention can also be used in multicast broadcast sendee for WiMAX mesh.
Claims
1. A method using a multicast router controller system for increasing the number of subscribers in a multicast session comprising of
clustering a plurality receivers;
analysing a reverse path forwarding traffic data injected from said clustered receivers towards a multicast source; and
reducing a traffic flow between intermediate routers via a traffic control program from said reverse path forwarding data.
2. The method as claimed in Claim 1, wherein said subscribed receivers are clustered according to said receivers' IP addresses.
3. The method as claimed in Claim 2, wherein the IP addresses are IP v4/ IP v6 address.
4. The method as claimed in Claim 1, wherein said traffic control program performing the following steps,
obtaining data from a plurality of joined messages relating to a traffic along a reverse path forwarding route;
assigning a cluster for a receiver based on its IP address;
dealing each of said assigned cluster having joined messages separately;
transmitting a collected data from different said receivers per said cluster to a central matrix;
arranging said data of said receiver in a row of said matrix; analysing said data in said matrix to generate a control program for multicast forwarding table;
transmitting said generated control program to a correct router;
installing said generated control program in said router; and
operating said router according to a new control system.
5. The method as claimed in Claim 4, wherein the IP addresses are IP v4/ IP v6 address
6. The method as claimed in Claim 4, wherein said central matrix is a matrix hop-by- hop.
7. The method as claimed in Claims 4, wherein a duplication data encountered per hop is deleted during analysis of said data in said matrix.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| MYPI20072297 | 2007-12-21 | ||
| MYPI20072297 | 2007-12-21 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2009082188A2 true WO2009082188A2 (en) | 2009-07-02 |
| WO2009082188A3 WO2009082188A3 (en) | 2009-08-20 |
Family
ID=40801712
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/MY2008/000192 Ceased WO2009082188A2 (en) | 2007-12-21 | 2008-12-19 | Multicast router controller system |
Country Status (1)
| Country | Link |
|---|---|
| WO (1) | WO2009082188A2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9191311B2 (en) | 2009-12-22 | 2015-11-17 | Huawei Technologies Co., Ltd. | Method and apparatus for processing a multicast packet |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7729350B2 (en) * | 2004-12-30 | 2010-06-01 | Nokia, Inc. | Virtual multicast routing for a cluster having state synchronization |
-
2008
- 2008-12-19 WO PCT/MY2008/000192 patent/WO2009082188A2/en not_active Ceased
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9191311B2 (en) | 2009-12-22 | 2015-11-17 | Huawei Technologies Co., Ltd. | Method and apparatus for processing a multicast packet |
| US9973443B2 (en) | 2009-12-22 | 2018-05-15 | Huawei Technologies Co., Ltd. | Method and apparatus for processing a multicast packet |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2009082188A3 (en) | 2009-08-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9509636B2 (en) | Multicast traffic management within a wireless mesh network | |
| JP3469552B2 (en) | Apparatus and method for effectively transferring multicast data in a personal access communication system (PAC) | |
| US8325645B2 (en) | Network relay apparatus | |
| US11509572B2 (en) | Optimizing IP multicast delivery with use of local source nodes and the propagation of advertisements therefor | |
| EP2622805B1 (en) | Method for pruning a multicast branch, protocol independent multicast router, and layer-2 exchange | |
| US8184630B2 (en) | Method for managing multicast traffic in a data network and network equipment using said method | |
| EP1869848B1 (en) | Building multipoint-to-multipoint label switch paths | |
| EP2942905A1 (en) | Method and device for registering multicast source and establishing multicast path | |
| US20080151890A1 (en) | Forwarding multicast traffic over link aggregation ports | |
| US7443851B2 (en) | Device and system for multicast communication | |
| CN1820458A (en) | Dynamic and traffic-driven optimization of message routing to geographical addresses | |
| CN105144639A (en) | Efficient multicast delivery to dually connected (VPC) hosts in overlay networks | |
| JP4654278B2 (en) | Multicast tree assignment method and apparatus | |
| US8553691B2 (en) | Efficient multicasting in a distributed system architecture | |
| CN100417141C (en) | A method for realizing multicast service | |
| US8774181B1 (en) | Reducing unnecessary upstream traffic in PIM-bidirectional mode | |
| Giorgetti et al. | First demonstration of SDN-based bit index explicit replication (BIER) multicasting | |
| WO2009082188A2 (en) | Multicast router controller system | |
| EP4037255B1 (en) | Upstream multicast hop (umh) extensions for anycast deployments | |
| WO2009064165A2 (en) | A fast packet forwarding engine for scalable routing | |
| Jokela et al. | (deployable) reduction of multicast state with in-packet Bloom filters | |
| WO2014151051A2 (en) | Multicast traffic management within a wireless mesh network | |
| JP4559465B2 (en) | Multicast packet transfer system and multicast packet transfer method | |
| Lee et al. | An Efficient Multicasting Architecture for Context-Aware Messaging Services in the Future Internet | |
| Green et al. | Network Working Group Yiqun Cai Internet-Draft Sri Vallepalli Intended status: Standards Track Heidi Ou Expires: April 17, 2012 Cisco Systems, Inc. |
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: 08864917 Country of ref document: EP Kind code of ref document: A2 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 08864917 Country of ref document: EP Kind code of ref document: A2 |