Probabilistic link selection in routing algorithm

Information

  • Patent Application
  • 20070081458
  • Publication Number
    20070081458
  • Date Filed
    March 02, 2005
    19 years ago
  • Date Published
    April 12, 2007
    17 years ago
Abstract
The present invention comprises method and an apparatus for finding a path for routing a call from a source-node (SN) to a destination-node (DN) through a communication network. According to the invention the source-node (SN) generates a random-number and depending on the generated random-number at least one path between the source-node (SN) and the destination-node (DN) will be selected from the source-node (SN).
Description
TECHNICAL FIELD OF THE INVENTION

The invention is related to a method and a network node for routing a call through a communication network, preferably by using a Quality of Service routing algorithm.


BACKGROUND OF THE INVENTION

A common and important technique for routing connections through a network is known as Source Node Routing (SNR). In this technique, the source of a new connection calculates the route based on its own knowledge of the network topology and the state and utilization of the links therein. Routers periodically, or following a threshold exceeding event, flood the state of the links to which they are attached throughout the network. In this way, the source nodes find out about the current state of the network from time to time. However the information (known as the link state database) rapidly becomes out of date, and also each source node has the same view of the network so that they all tend to choose the same set of links which soon become full causing calls to be blocked, while some links still have free capacity to support new connections. One possibility to solve this problem could be that the frequency of the link state flooding will be increased but this causes increased signalling traffic. For finding a route from a source node to a destination node through a network, one well-known algorithm is Dijkstra's algorithm which computes the shortest path. One variant of this algorithm has sometimes been referred to as OSPF—Open Shortest Path First algorithm, since it is used in the Internet routing protocol with the same name, which has been specified by RFC 2328 and other related documents (J. Moy, “OSPF Version 2”, RFC 2328, April 1998.). The use of QoS routing in mobile core networks has become necessary in order to meet the needs of multimedia applications and to improve the efficiency of the network. For QoS routing, routing algorithms must be designed to meet QoS constraints. One such algorithm is called CSPF, which stands for Constrained Shortest Path First. It is an algorithm which searches for the shortest path through a network which obeys certain constraints such as minimum bandwidth, maximum delay. This is based on the Dijkstra's algorithm for computation of the shortest path. CSPF can be used within a node running OSPF protocol. Many studies have been performed into the benefits of QoS routing but these concentrate on the benefits of QoS routing without taking into account the effect of mobility by an ever increasing population of users. Mobile subscribers cause varying load on network elements and routers. There are unacceptable call blocking ratios during some periods of the day for non-QoS routing algorithms (e.g. OSPF). QoS routing algorithms are shown to cope with the varying population distributions much more efficiently than non-QoS algorithms.


SUMMARY OF THE INVENTION

The present invention aims to solve the blocking of calls problem.


In one embodiment of the invention for finding a path for routing a call from a source-node to a destination-node through a communication network is a method and an apparatus, which solve the problem by using a shortest path algorithm such as Dijkstra or Bellman-Ford but with the distance being a random variable dependent on the link's capacity and free bandwidth. In this way routers will not tend to choose the same links and load sharing of the connections across the network will be achieved, decreasing congestion and increasing call acceptance probability. Any function of the links (paths) or the network could be used as a random variable including historical information and path parameters.


One advantage of the invention is to solve the blocking of calls problem without requiring manual modification of the costs of the links involved, such that the invention can improve the overall efficiency of the network.




BRIEF DESCRIPTION OF THE INVENTION

The invention will be described in more detail below with reference to the exemplary embodiments and drawings, in which:



FIG. 1 shows an exemplary method for choosing a random distance for a link.



FIG. 2 illustrates the selection of at least one path between a source node SN and a destination node DN.




DETAILED DESCRIPTION OF THE INVENTION


FIG. 1 shows an example method for choosing a random distance for a link. Assume a baseline distance D for the link has been set up by configuration or other technique. A random number between 0 and the link's capacity is generated and the distance is determined from the graph. The distance is thus a resulted random number. It can be seen that if a link has a lot of free bandwidth, its distance is more likely to be in the range 0-D than in the range D-2D. The lower the distance, the more likely a link is to be selected. This type of function has the additional advantage that it is very unlikely that there will be ties, increasing the effectiveness of the load sharing.



FIG. 2 illustrates the selection of at least one path between a source node SN and a destination node DN. A source node SN maintains a links state database. One possibility to propagate/signal the state information to one's neighbor nodes is to employ OSPF protocol. The Link State Advertisement (LSA) message of OSPF serves mainly this purpose. Normally the link state database will be out of date owing to the changing configuration of connections through the network and the OSPF propagation delays. When the source Node SN wants to calculate a route/path from itself to a destination node DN it (SN) computes a route/path for the data of the call through the network. For finding a route/path from the source node SN to a destination node DN (i.e. mobile end device, mobile computer, computer, PDA etc.) through a net-work the source node SN uses an algorithm such as Dijkstra's algorithm, Bellman-Ford or any similar Quality of Service routing algorithm to select/compute a shortest path through the network. When considering a route/path, the shortest path from a source node SN to a destination node DN is used. This is the path with the minimal total cumulated distance or cost of the links it comprises. In this invention, the total distance or cost is a random number, being the sum of the distances/costs of the involved links, some of which are randomized. The distance/cost of at least one involved link is randomized. For such a link, a random number for its distance/cost is generated using a method such as that depicted in FIG. 1. A special case is to randomize the distances/costs of all involved links. A separate random number is normally generated for each randomized link of each path considered. With this invention each source node SN of the network generates random numbers of its own, independently from other nodes and selects the best path for routing the data of the call. Furthermore each route request uses different random numbers, independent of those of previous requests.

Claims
  • 1. A method for finding a path for routing a call from a source-node to a destination-node through a communication network, comprising: generating, via the source-node, a random-number; and selecting, depending on the random-number, at least one path between the source-node and the destination-node from the source-node.
  • 2. The method according to claim 1, wherein the random number is a variance of a link distance, depending on the link capacity and/or the free bandwidth.
  • 3. The method according to, claim 1, wherein signaling to other nodes throughout the network is implemented by OSPF-LSA-messages.
  • 4. The method according to, claim 1, wherein the source-node generates for each selected path a separate random-number.
  • 5. The method according to claim 1, wherein the random number is a sum of random variables calculated at each link of a considered path.
  • 6. The method according to claim 1, wherein the method uses a Quality of Service routing algorithm for selecting a path.
  • 7. The method according to claim 6, wherein the Dijkstra- and/or the Bellman-Ford-Algorithm will be used as Quality of Service routing algorithm.
  • 8. The method according to claim 1, wherein a destination node is an end device, an end device of a mobile network, a computer, a mobile computer and/or a PDA.
  • 9. The method according to claim 1, wherein a communication network is a mobile communication network and/or a data network.
  • 10. An apparatus for finding a path for routing a call from a source-node to a destination-node through a communication network, comprising a source-node for generating a random-number, and with the source-node for selecting at least one path between the source-node and the destination-node depending on the generated random-number.
  • 11. The apparatus according to claim 10, wherein the apparatus for signaling use OSPF LSA messages.
Priority Claims (1)
Number Date Country Kind
042512913 Mar 2004 EP regional
CLAIM FOR PRIORITY

This application is a national stage of PCT/EP2005/050904 which was published on Sep. 29, 2005 and which claims the benefit of priority to European Application No. 04251291 filed Mar. 5, 2004.

PCT Information
Filing Document Filing Date Country Kind 371c Date
PCT/EP05/50904 3/2/2005 WO 11/21/2006