WO2010030163A2 - Ipv6 anycast routing protocol with multi-anycast senders - Google Patents

Ipv6 anycast routing protocol with multi-anycast senders Download PDF

Info

Publication number
WO2010030163A2
WO2010030163A2 PCT/MY2009/000136 MY2009000136W WO2010030163A2 WO 2010030163 A2 WO2010030163 A2 WO 2010030163A2 MY 2009000136 W MY2009000136 W MY 2009000136W WO 2010030163 A2 WO2010030163 A2 WO 2010030163A2
Authority
WO
WIPO (PCT)
Prior art keywords
anycast
packet
receiver
routing table
building
Prior art date
Application number
PCT/MY2009/000136
Other languages
French (fr)
Other versions
WO2010030163A3 (en
Inventor
Aus M Sulaiman
Borhanuddin Mohd Ali
Gopakumar Kurup
Sabira Khatun
Original Assignee
Mimos Berhad
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 Mimos Berhad filed Critical Mimos Berhad
Publication of WO2010030163A2 publication Critical patent/WO2010030163A2/en
Publication of WO2010030163A3 publication Critical patent/WO2010030163A3/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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/04Interdomain routing, e.g. hierarchical routing
    • 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

Definitions

  • the present invention relates to a method for establishing data communications between multiple senders and a receiver selected from a group of receivers with a common address, wherein the receiver has the least load in the group.
  • IPv6 Internet Protocol version 6
  • the IPv6 has three types of IP addresses i.e. unicast, multicast and anycast.
  • a unicast address is a unique identifier for each network interface. Packets with the same destination address are sent to the same node.
  • a multicast address is assigned to a group of nodes. Therefore, all group members have the same multicast address and packets for this address are sent to all the members of the group simultaneously.
  • Anycast on the other hand is like a hybrid between a unicast and a multicast.
  • anycast an identical address is assigned to a group of nodes providing a specific service, which is similar to multicast addressing.
  • an anycast packet i.e., one that has an anycast address as its destination
  • Anycasting is therefore more advantageous, as it is not limited to only one sender and receiver as in unicasting and there is no load burden on all receivers as in multicasting.
  • a standard routing protocol is not available for IP v6 based anycasting, and this is a hindrance to the widespread use of anycasting.
  • An anycast address is indistinguishable from an unicast address.
  • An anycast mechanism combines the mechanisms of both unicast and multicast, wherein it builds its anycast membership similar to that of a multicast protocol, but it sends it packets to only one node in the group resembling an unicast protocol.
  • the objective of the present invention is to provide for a new IPv6 Anycast Routing protocol to reduce the load over the best receiver and provide service to the client with the shortest time by amending the existing Protocol Independent Multicast Sparse Mode (PIM-SM) to build a IPv6 Anycast routing protocol, and also to introduce a new variable in the routing table called the Best Metric Value.
  • PIM-SM Protocol Independent Multicast Sparse Mode
  • Figure 1 is a diagram of the design of IPv6 Anycast protocol according to present invention
  • Figure 2 is a flow chart of the steps involved in building and updating a RP routing table
  • Figure 3 is a diagram illustrating a scenario when two anycast senders forward anycast packets to different receivers
  • Figure 4 is a diagram illustrating a scenario when four anycast senders forward anycast packets to different receivers
  • Figure 5 is a diagram of the method to update the routing table each time a sender sends an anycast traffic.
  • a new IPv6 Anycast protocol is proposed by modifying the existing PIM-SM .
  • the Rendezvous Point sends the traffic to the best receiver based with the Best Metric Value.
  • the proposed design comprises the steps of a. Building the anycast membership tree (RP tree) b. Building and updating the routing table in RP c. Forwarding the anycast traffic
  • FIG. 1 shows the proposed IPv6 Anycast protocol design.
  • Each router advertises itself to the other nodes in the same segment, according to neighbour discovery. This helps the routers to determine the presence of other routers in the same, segment.
  • a Rendezvous Point Tree (RP Tree) consists of anycast receivers (ARl, AR2), anycast routers (Rl, R2) and Rendezvous Point (RP).
  • the anycast receivers (ARl, AR2) will send a Multicast Listener Delivery (MLD) report messages to the respective routers (Rl , R2) when the anycast receiver wishes to join the RP tree.
  • MLD Multicast Listener Delivery
  • each router will set the multicast address field of the report message to the anycast address that the receivers (ARl, AR2) wishes to join.
  • the report message also contains the metric value of the receiver which sent the report.
  • the routers then send a join message to the Rendezvous Point. Building And Updating The Routing Table In RP
  • the Rendezvous Point will start building its routing table when it receives the join message from the anycast routers.
  • the routing table contains the Best Metric Factor (BMF), wherein metric is the distance between the anycast sender and the best receiver. It also denotes the load over the best anycast receiver. BMF is a combination of factors between the actual metric of the receivers and the status of the receivers i.e. whether the receiver is busy of free.
  • BMF Best Metric Factor
  • the anycast address in the routing table contains the anycast address related to the anycast receiver.
  • the route denotes the next hop or the next router which will be used to send the anycast packet to the associated anycast address from RP.
  • Metric indicates the distance of the receiver from the rendezvous point.
  • BMF in the routing table is variable used to determine the best receiver in terms of load and distance of attached link.
  • the RP will set the BMF values of Rl and R2 at 22 and 20 respectively, which is also the original metric value (i.e. the distance between the rendezvous point and the receiver) of the receiver upon receiving the join messages from the routers. RP then proceeds to determine the Lowest Best Metric Value and Highest Best Metric Value.
  • the RP will send the traffic to the receiver with the LBMF via the respective router.
  • the receiver with the LBMF is AR2 since its BMF is 20. Therefore the RP will route the traffic to R2 and send the traffic to AR2.
  • the RP will update the value of the LBMF according to the following function (1):
  • the updated value of the LBMF ensures that the same receiver is not selected for a new traffic should another anycast sender try to send a anycast packet. This effectively reduces the load on the best receiver when there is a multiple sender.
  • Figure 3 depicts a scenario when multiple senders attempt to send the anycast traffic to the best receiver, which will be used to explicate the method of forwarding the anycast traffic.
  • First Anycast Sender 1 (AS 1) sends the anycast packet to the anycast address AA.
  • the Sender Router (SR) encapsulates the packet with a RP unicast address when it receives the packet from AS 1. SR then forwards the packet based on the unicast routing to RP. RP then receives the packet and encapsulated anycast packet, and decapsulates it in order to obtain the anycast packet.
  • RP will update the routing table and set the value if LBMF when the anycast traffic has been forwarded from ASl to the LBMF, which in this case is AR2, using function (1).
  • AS2 will follow the same procedure as above to send an anycast packet. However, if the initial receiver with LBMF i.e. AR2 is still busy with ASl, then AS2 will forward the packet to the LBMF according to the updated routing table i.e. ARl. Therefore, RP will choose Rl as the route for the current anycast traffic.
  • Figure 4 is a diagram of a scenario when the number of AS is increased to more than two.
  • Figure 5 is an example of the updating of the routing table when each new sender tries to sent any anycast traffic.
  • the anycast senders sends their traffic to the receivers ARl and AR2 sequentially.
  • the sequence listed below details the means by which the anycast traffic will be forwarded from the sender to the receiver according to the present example.
  • the initial value of BMF or ARl and AR2 are 22 and 20 respectively. This denotes that AR2 is the LBMF receiver b.
  • AS 1 sends its anycast packet to SRl .
  • SRl will encapsulates the anycast packet with RP unicast address and forwards the packet based on unicast routing to RP.
  • RP receives the encapsulated anycast packet and proceeds to decapsulate it to obtain the anycast packet.
  • RP selects AR2 as the receiver due to its BMF value. Therefore, RP selects R2 as the route for the anycast traffic.
  • RP updates routing table as illustrated in Figure 5.
  • the receiver with LMBF is now set as ARl. f.
  • AS2 follows steps (b) to send its anycast packet.
  • RP selects ARl as the receiver with LBMF and forwards the anycast packet from AS2 to Rl.
  • the receiver with LBMF is now set as AR2. i. Both the AR are now busy with the senders AS 1 and AS2 j.
  • AS3 decides to send an anycast packet and acts according to step (b) k.
  • RP now selects AR2 as the receiver with LBMF and forwards the anycast packet from AS3 to R2 1.
  • the receiver with LMBF is now set as ARl .
  • AS4 decides to send an anycast packet and acts according to step (b) n.
  • RP now selects ARl as the receiver with LBMF and forwards the anycast packet from AS4 to Rl .
  • anycasting it is known that the traffic is forwarded to the nearest of the multiple receivers in a group, where all the receivers share a common address. From the foregoing description it can be seen that according to the present invention the possibility of a single receiver being over loaded with the anycast traffic from multiple sender because it is topologically nearest is reduced. Moreover, the invention provides a new protocol that can be used as a IPv6 Anycast routing protocol, which helps the more widespread use of Anycast in IPv6. ' -

Landscapes

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

Abstract

A method of implementing a IPv6 Anycast routing protocol by modifying the existing Protocol Independent Multicast Sparse Mode (PIM-SM) is provided.

Description

IPv6 Anycast Routing Protocol with Multi-Anycast Senders
Field of Invention
The present invention relates to a method for establishing data communications between multiple senders and a receiver selected from a group of receivers with a common address, wherein the receiver has the least load in the group.
Background of Invention
Internet Protocol version 6 (IPv6) is a network layer for packet-switched internetworks. The IPv6 has three types of IP addresses i.e. unicast, multicast and anycast.
A unicast address is a unique identifier for each network interface. Packets with the same destination address are sent to the same node. On the other hand, a multicast address is assigned to a group of nodes. Therefore, all group members have the same multicast address and packets for this address are sent to all the members of the group simultaneously.
Anycast on the other hand is like a hybrid between a unicast and a multicast. In anycast, an identical address is assigned to a group of nodes providing a specific service, which is similar to multicast addressing. However, an anycast packet (i.e., one that has an anycast address as its destination) is delivered to only one of nodes in the group, corresponding to the packet's destination address, a characteristic similar to that of a unicast.
Anycasting is therefore more advantageous, as it is not limited to only one sender and receiver as in unicasting and there is no load burden on all receivers as in multicasting. However, a standard routing protocol is not available for IP v6 based anycasting, and this is a hindrance to the widespread use of anycasting.
Therefore, there is a need for a standard IPv6 Anycasting routing protocol to be established. Summary of Invention
An anycast address is indistinguishable from an unicast address. An anycast mechanism combines the mechanisms of both unicast and multicast, wherein it builds its anycast membership similar to that of a multicast protocol, but it sends it packets to only one node in the group resembling an unicast protocol.
In an anycast mechanism, when multiple senders attempt to send packets to the nearest receiver, it increases the load over this receiver i.e. the best receiver.
Therefore, it is the objective of the present invention is to provide for a new IPv6 Anycast Routing protocol to reduce the load over the best receiver and provide service to the client with the shortest time by amending the existing Protocol Independent Multicast Sparse Mode (PIM-SM) to build a IPv6 Anycast routing protocol, and also to introduce a new variable in the routing table called the Best Metric Value.
Description of Drawings
Figure 1 is a diagram of the design of IPv6 Anycast protocol according to present invention Figure 2 is a flow chart of the steps involved in building and updating a RP routing table
Figure 3 is a diagram illustrating a scenario when two anycast senders forward anycast packets to different receivers
Figure 4 is a diagram illustrating a scenario when four anycast senders forward anycast packets to different receivers Figure 5 is a diagram of the method to update the routing table each time a sender sends an anycast traffic. Detailed Description
The present invention will now be detailed with reference to the accompanying drawings, in which exemplary embodiments of the invention are shown. The invention may, however be embodied in other different forms and should not be construed as being limited to the embodiments discussed herein, rather these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of the invention to those skilled in the art. In the following description of the present invention, known methods and functions will be omitted as it would be already known to those skilled in the art.
A new IPv6 Anycast protocol is proposed by modifying the existing PIM-SM . In the present design the Rendezvous Point sends the traffic to the best receiver based with the Best Metric Value. The proposed design comprises the steps of a. Building the anycast membership tree (RP tree) b. Building and updating the routing table in RP c. Forwarding the anycast traffic
Building Anycast Membership Tree CRP Tree)
Figure 1, shows the proposed IPv6 Anycast protocol design. Each router advertises itself to the other nodes in the same segment, according to neighbour discovery. This helps the routers to determine the presence of other routers in the same, segment. A Rendezvous Point Tree (RP Tree) consists of anycast receivers (ARl, AR2), anycast routers (Rl, R2) and Rendezvous Point (RP). The anycast receivers (ARl, AR2) will send a Multicast Listener Delivery (MLD) report messages to the respective routers (Rl , R2) when the anycast receiver wishes to join the RP tree. Upon receiving the MLD each router (Rl, R2) will set the multicast address field of the report message to the anycast address that the receivers (ARl, AR2) wishes to join. The report message also contains the metric value of the receiver which sent the report. The routers then send a join message to the Rendezvous Point. Building And Updating The Routing Table In RP
The Rendezvous Point will start building its routing table when it receives the join message from the anycast routers. The routing table contains the Best Metric Factor (BMF), wherein metric is the distance between the anycast sender and the best receiver. It also denotes the load over the best anycast receiver. BMF is a combination of factors between the actual metric of the receivers and the status of the receivers i.e. whether the receiver is busy of free.
The RP routing table contains four fields:
I. Anycast address ii. Route iii. Metric iv. BMF
The anycast address in the routing table contains the anycast address related to the anycast receiver. The route denotes the next hop or the next router which will be used to send the anycast packet to the associated anycast address from RP. Metric indicates the distance of the receiver from the rendezvous point. BMF in the routing table is variable used to determine the best receiver in terms of load and distance of attached link.
Referring to Figure 2, the RP will set the BMF values of Rl and R2 at 22 and 20 respectively, which is also the original metric value (i.e. the distance between the rendezvous point and the receiver) of the receiver upon receiving the join messages from the routers. RP then proceeds to determine the Lowest Best Metric Value and Highest Best Metric Value. When an anycast sender sends a traffic, the RP will send the traffic to the receiver with the LBMF via the respective router. In this example according to Figure 1 , the receiver with the LBMF is AR2 since its BMF is 20. Therefore the RP will route the traffic to R2 and send the traffic to AR2. Once the sender starts to send the traffic to the chosen receiver, the RP will update the value of the LBMF according to the following function (1):
LBMF = HBMF + 1 ..(1)
The updated value of the LBMF ensures that the same receiver is not selected for a new traffic should another anycast sender try to send a anycast packet. This effectively reduces the load on the best receiver when there is a multiple sender.
Forwarding The Anycast Traffic
Figure 3 depicts a scenario when multiple senders attempt to send the anycast traffic to the best receiver, which will be used to explicate the method of forwarding the anycast traffic. First Anycast Sender 1 (AS 1) sends the anycast packet to the anycast address AA. The Sender Router (SR) encapsulates the packet with a RP unicast address when it receives the packet from AS 1. SR then forwards the packet based on the unicast routing to RP. RP then receives the packet and encapsulated anycast packet, and decapsulates it in order to obtain the anycast packet.
Using Figure 2 as an example of a routing table before updating, we can determine that RP will forward the anycast packet to AR2, because the BMF for AR2 is 20 indicating that AR2 has now the LBMF. Therefore, the RP selects R2 as the route for the anycast traffic.
Now, RP will update the routing table and set the value if LBMF when the anycast traffic has been forwarded from ASl to the LBMF, which in this case is AR2, using function (1). An example of the updated routing table is as shown in figure 3. From the table, we now obtain the new BMF value of each AR i.e. ARl = 22 and AR2 = 23. Therefore, the new AR with the LBMF is ARl.
AS2 will follow the same procedure as above to send an anycast packet. However, if the initial receiver with LBMF i.e. AR2 is still busy with ASl, then AS2 will forward the packet to the LBMF according to the updated routing table i.e. ARl. Therefore, RP will choose Rl as the route for the current anycast traffic.
To further depict the advantages of the present invention, and to clearly indicate the improvement in the performance according to the present invention, an example according to Figure 4 and 5 will now be discussed. Figure 4 is a diagram of a scenario when the number of AS is increased to more than two. Figure 5 is an example of the updating of the routing table when each new sender tries to sent any anycast traffic.
The anycast senders sends their traffic to the receivers ARl and AR2 sequentially. The sequence listed below details the means by which the anycast traffic will be forwarded from the sender to the receiver according to the present example.
a. The initial value of BMF or ARl and AR2 are 22 and 20 respectively. This denotes that AR2 is the LBMF receiver b. AS 1 sends its anycast packet to SRl . SRl will encapsulates the anycast packet with RP unicast address and forwards the packet based on unicast routing to RP. c. RP receives the encapsulated anycast packet and proceeds to decapsulate it to obtain the anycast packet. d. RP selects AR2 as the receiver due to its BMF value. Therefore, RP selects R2 as the route for the anycast traffic. e. RP updates routing table as illustrated in Figure 5. The receiver with LMBF is now set as ARl. f. AS2 follows steps (b) to send its anycast packet. g. RP selects ARl as the receiver with LBMF and forwards the anycast packet from AS2 to Rl. h. RP updates routing table as illustrated in Figure 5. The receiver with LBMF is now set as AR2. i. Both the AR are now busy with the senders AS 1 and AS2 j. AS3 decides to send an anycast packet and acts according to step (b) k. RP now selects AR2 as the receiver with LBMF and forwards the anycast packet from AS3 to R2 1. RP updates routing table as illustrated in Figure 5. The receiver with LMBF is now set as ARl . m. AS4 decides to send an anycast packet and acts according to step (b) n. RP now selects ARl as the receiver with LBMF and forwards the anycast packet from AS4 to Rl .
In anycasting, it is known that the traffic is forwarded to the nearest of the multiple receivers in a group, where all the receivers share a common address. From the foregoing description it can be seen that according to the present invention the possibility of a single receiver being over loaded with the anycast traffic from multiple sender because it is topologically nearest is reduced. Moreover, the invention provides a new protocol that can be used as a IPv6 Anycast routing protocol, which helps the more widespread use of Anycast in IPv6. ' -
It will be apparent to those skilled in the art that various modification and variations can be made to the structure of the present invention without departing from the scope of the invention. In view of this, it is intended that the present invention covers modifications and variations of this invention provided they fall within the scope of the following claims and their equivalents.

Claims

Claims
1. A method for implementing anycast routing with multi-anycast sender comprising the steps of: a. building an anycast membership tree; b. building and updating a routing table; and c. forwarding the anycast traffic.
2. A method according to claim 1, wherein the step of building an anycast membership tree further comprises the steps of sending an advertisement to advertise the presence of each anycast router and also to discover the presence of other routers in the same segment; and building a Rendezvous Point (RP) Tree, wherein comprising the steps of: sending a Multicast Listener Delivery (MLD) report message to the respective anycast routers when a anycast receiver wishes to join the RP tree, setting the multicast address of the MLD report message to the anycast address that the anycast receivers wishes to join, and wherein the multicast address is set to the anycast address by the anycast router, and sending joining message to Rendezvous Point, wherein the message is sent by anycast routers.
3. A method according to claim 1, wherein the step of building and updating a routing table further comprises the steps of: receiving the join message from the anycast routers; building a routing table; setting the Best Metric Value (BMF) as the original metric value of each anycast receiver; and calculating the Lowest Best Metric Value (LBMF) and the Highest Best Metric Value (HBMF).
4. A method according to claim 1, wherein the step of forwarding the anycast traffic further comprises the steps of: sending a packet to a sender router, which encapsulates the packet with RP unicast address, wherein the packet is sent by an anycast sender; sending packets to RP from the sender router; decapsulating the packet upon receipt by the RP; forwarding the packet to anycast receiver with LBMF from the RP; and updating the routing table.
5. A method according to claim 4, wherein the RP updates the routing table using the function LBMF = HBMF + 1
PCT/MY2009/000136 2008-09-12 2009-09-07 Ipv6 anycast routing protocol with multi-anycast senders WO2010030163A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
MYPI20083552 2008-09-12
MYPI20083552 2008-09-12

Publications (2)

Publication Number Publication Date
WO2010030163A2 true WO2010030163A2 (en) 2010-03-18
WO2010030163A3 WO2010030163A3 (en) 2010-06-24

Family

ID=42005658

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/MY2009/000136 WO2010030163A2 (en) 2008-09-12 2009-09-07 Ipv6 anycast routing protocol with multi-anycast senders

Country Status (1)

Country Link
WO (1) WO2010030163A2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030193958A1 (en) * 2002-04-11 2003-10-16 Vidya Narayanan Methods for providing rendezvous point router redundancy in sparse mode multicast networks
US20070165632A1 (en) * 2006-01-13 2007-07-19 Cisco Technology, Inc. Method of providing a rendezvous point

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030193958A1 (en) * 2002-04-11 2003-10-16 Vidya Narayanan Methods for providing rendezvous point router redundancy in sparse mode multicast networks
US20070165632A1 (en) * 2006-01-13 2007-07-19 Cisco Technology, Inc. Method of providing a rendezvous point

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
'IEEE International Conference on Telecommunications and Malaysia International Conference on Communications, May 14, 2007', article SULAIMANA, M. ET AL.: 'An Enhanced IPv6 Anycast Routing Protocol Using Protocol Independent Multicast-Sparse Mode (PIM-SM)' *
'International Conference on Advanced Information Networking and Applications, March 28, 2005', article MATSUNAGA, S. ET AL.: 'Design and Implementation of IPv6 Anycast Routing Protocol: PIA-SM' *
SUN, L. ET AL.: 'An Enhanced Anycast Routing Protocol: Nearest PIM-SM Extension with Load-balancing Schemes' MALAYSIAN JOURNAL OF COMPUTER SCIENCE 2006, *

Also Published As

Publication number Publication date
WO2010030163A3 (en) 2010-06-24

Similar Documents

Publication Publication Date Title
US8724533B2 (en) Multicast support by mobile routers in a mobile ad hoc network
EP1317822B1 (en) Multicast routing in ad-hoc networks
KR101086111B1 (en) Routing protocol for multicast in a meshed network
US8717934B2 (en) Multicast source move detection for layer-2 interconnect solutions
US7925778B1 (en) Method and apparatus for providing multicast messages across a data communication network
EP1597875B1 (en) Method and device for protocol-independent realization of ip multicast
US8638787B2 (en) Multicast hello on demand
US9736054B2 (en) Multicast active source discovery and management for layer-2 interconnect solutions
US20140126575A1 (en) Method of Routing a Multicast Stream in Non-Storage Mode
US6944135B2 (en) Methods and arrangements for establishing a group collaboration session utilizing multiple multicast distribution trees
JP5448211B2 (en) Wireless communication apparatus, wireless network system, data transfer method, and program
US20130021942A1 (en) Granular Control of Multicast Delivery Services for Layer-2 Interconnect Solutions
US20030193958A1 (en) Methods for providing rendezvous point router redundancy in sparse mode multicast networks
US20020143951A1 (en) Method and system for multicast to unicast bridging
Semeria et al. Introduction to IP multicast routing
Ballardie et al. Core Based Tree (CBT) Multicast
Cisco Configuring Networking Protocols
WO2010030163A2 (en) Ipv6 anycast routing protocol with multi-anycast senders
CN117857431A (en) Weighted multicast join load balancing
JP2005253026A (en) Vpn (virtual private network) multicast method using multicast mpls (multiprotocol label switching) in mpls/vpn
AU2004217224B2 (en) Method and device for protocol-independent realization of IP multicast
Trees et al. INTERNET-DRAFT C. Semeria T. Maufer Category: Informational 3Com Corporation May 1996
Boudani et al. An hybrid explicit multicast/unicast recursif approach for multicast routing
IGMP et al. IP Multicasting: Concepts, Algorithms, and Protocols
Mode et al. The Testking network is implementing IP multicast, and they wish to avoid the problems described above. Based on this information, what IP multicast technology would you recommend? Caution: This protocol should avoid maintaining source-specific forwarding state, thereby reducing the amount of memory needed by the number of sources per

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: 09813279

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: 09813279

Country of ref document: EP

Kind code of ref document: A2