WO2005096566A1 - Data network, method and feedback node for assigning and providing path characterisation metrics - Google Patents
Data network, method and feedback node for assigning and providing path characterisation metrics Download PDFInfo
- Publication number
- WO2005096566A1 WO2005096566A1 PCT/GB2005/001246 GB2005001246W WO2005096566A1 WO 2005096566 A1 WO2005096566 A1 WO 2005096566A1 GB 2005001246 W GB2005001246 W GB 2005001246W WO 2005096566 A1 WO2005096566 A1 WO 2005096566A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- node
- data
- condition
- path characterisation
- characterisation metric
- Prior art date
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/14—Charging, metering or billing arrangements for data wireline or wireless communications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/14—Charging, metering or billing arrangements for data wireline or wireless communications
- H04L12/1425—Charging, metering or billing arrangements for data wireline or wireless communications involving dedicated fields in the data packet for billing purposes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/02—Details
- H04L12/14—Charging, metering or billing arrangements for data wireline or wireless communications
- H04L12/1485—Tariff-related aspects
- H04L12/1489—Tariff-related aspects dependent on congestion
-
- 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/02—Topology update or discovery
-
- 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/12—Shortest path evaluation
- H04L45/123—Evaluation of link metrics
-
- 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/22—Alternate routing
-
- 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/26—Route discovery packet
-
- 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/70—Routing based on monitoring results
Definitions
- the present invention relates to networks, for example data networks such as the Internet, and to routing in networks. It relates to ad hoc networks and to fixed networks, to networks which may be parts of other larger networks, to bounded networks such as an intranet, and to unbounded networks such as the Internet. It relates to networks for conveying information or other resources which may be in digital or analogue form, and which may be in packet or non-packet form. More specifically, aspects of the present invention relate to methods and systems for providing information, or for contributing towards the provision of information, which may be used for characterising paths through networks, and to the use of this information. Such information has applications in relation to the treatment of data being forwarded through a network, and particularly to the routing of data and other items through networks, and to establishing the presence of capabilities along paths through networks, in relation to charging, priority, quality of service and congestion issues for users of networks.
- IP Internet Protocol
- This is a data- oriented protocol used by source and destination hosts, or servers, for communicating data across a packet-switched network in order to ensure that no specific set-up process is needed before a host acting for a source tries to send packets to a host acting for the intended destination or destinations, irrespective of whether or not they have previously communicated, and irrespective of the type of data that is being communicated.
- Internet Protocol is a protocol relating to how certain types of information may be included in a specific manner in a "header" associated with the packets. It precedes the data in the packets, and allows them to be routed from source to the correct destination via the Internet.
- headers associated with datagrams according to the current version of the Internet Protocol comprise a first 4-bit field indicating this version.
- the second field is a 4-bit "Internet Header Length” (IHL) field indicating the number of 32-bit words in the IPv4 header.
- IHL Internet Header Length
- the following 8 bits have been allocated to a "Differentiated Services” field containing the 6 bit Differentiated Services Code Point (DSCP) and the 2 bit “ECN” (Explicit Congestion Notification) field.
- DSCP Differentiated Services Code Point
- ECN Exlicit Congestion Notification
- the ECN field is set probabilistically at a congested resource so that, over a series of packets, the destination can infer the level of congestion of the path traversed.
- the next 16-bit IPv4 field defines the entire datagram size, including header and data, in 8-bit bytes. The minimum-length datagram is 20 bytes and the maximum is 65535.
- the next field is a 16-bit "Identification” field. This field has primarily been used for unique identification of fragments of an original IP datagram. It has been suggested that this field could be used for other purposes, such as for adding packet-tracing information to datagrams.
- a 3-bit “Flags” field follows which is used to control or identify fragments. This is followed by a 13-bit “Fragment Offset Field” which allows a receiver to determine the position of a particular fragment in the original IP datagram.
- TTL Time-To-Live
- the next filed is an 8-bit "Time-To-Live” (TTL) field, which aims to prevent datagrams from persisting (e.g. going around in loops) within a network.
- TTL field limited a datagram's lifetime in seconds, but it has come to be a "hop count” field, with some attempt to maintain the original meaning by hops across large distances making themselves appear as multiple hops.
- the value may initially set at 255.
- Each packet switch (or router) that the datagram crosses decrements the TTL field by one (or maybe more at interfaces to long distance links). If the TTL field hits zero before reaching its intended destination, the packet is no longer forwarded by a packet switch and is thus discarded.
- Protocol field defines the next protocol used in the data portion of the IP datagram.
- the Internet Assigned Numbers Authority maintains a list of Protocol numbers. Common protocols include ICMP, TCP and UDP.
- the following field in an IPv4 datagram header is a 16-bit "Checksum” field. Some values in a IPv4 datagram header may change at each packet switch hop, so the checksum may need to be adjusted on its way through a network.
- the checksum is followed by 32-bit "Source Address” and a 32-bit “Destination Address” fields respectively.
- Options Additional header fields (called “Options") may follow the destination address field, but these are not often used.
- the Internet Protocol itself does not provide or guarantee a reliable datagram service, but a "best effort" service - it makes almost no guarantee that packets will reach their destination. Packets may arrive damaged, out of order, duplicated, or may be dropped entirely.
- a "Transport" layer This is responsible for end-to-end error recovery and flow control, and aims to ensure complete data transfer, although this again cannot be guaranteed for any of a variety of reasons relating to capacity, infrastructure problems, abuse etc.
- TCP Transmission Control Protocol
- UDP User Datagram Protocol
- intermediate points Between source points and destination points in a network, there are generally multiple intermediate points, some of which may be active, in the sense that they may take a role in the decision-making regarding the route by which data they receive is forwarded on towards the destination. In the context of the Internet, these may be known as packet switches, or Internet routers. Other intermediate points may be passive, in the sense that they take no part in this decision-making - data may simply pass via them on its way through the network. Intermediate points that are "active" in the above sense may look at information in or associated with the data, in particular the destination address, in order to determine the subsequent path, or at least the next leg of the path, that the data should take in order to proceed towards its destination.
- intermediate points may communicate continuously with each other in order to share information about network conditions.
- this information concerns the number of hops to each destination network and may include other information such as policies concerning whether one network wishes to offer routing transit to another.
- Intermediate points may also continuously share information about more pathological network conditions, such as infrastructure problems, congestion levels and delays occurring at different areas within the network.
- areas in the context of a network need not be areas in the geographical, or even the sense of a physically interconnected set of nodes - they may be areas of connectivity in a virtual network overlaid on the real physical links, which simply have a function to perform or a service to provide, much as the Internet is a network of virtual links overlaid on lower layer physical links.
- Routing decisions may be taken in order to balance the load across different areas of a network, or to route data around a problem area. In addition to this, if the network is being run on a commercial basis, with charges being made for services provided, routing decisions may be taken in order to find the cheapest, fastest, or most reliable route through the network. In relation to this, various schemes, such as "congestion charging" schemes, operate or have been proposed for determining how such charges could or should be levied, but there are significant problems in setting up a system which is workable and fair, not least because for a data packet to leave a sender and reach its destination, it may need to pass through parts of one or more networks which may be of a variety of different types (i.e. fixed, ad hoc etc.).
- ECN Explicit Congestion Notification
- the 2-bit ECN field is initialised to a binary value of either 01 or 10 (which are considered equivalent for the purposes of congestion control).
- the ECN field may be set to binary 11 (congestion experienced - CE) by any router through which a data packet passes, depending probabilistically on the levels of congestion currently being experienced by that router.
- the relative proportion of packets set to CE may provide an indication to the receiver of the overall level of congestion on the path by which the data passed through the network.
- This may be interpreted as a "cost" associated with the delivery of data via that particular path, which may be allocated to the receiving entity, the sending entity, or one or more other entities. Irrespective of whether any entity truly pays any consideration, the information available to the receiver may be of use in allowing routing decisions to be taken. It will be noted however that for any other entity to take any action or decision based on the final value, they generally need to be able to rely on the receiving entity to have passed on correct information.
- the sender in a network such as datagram network can be thought of as being active, whereas the receiver may be passive, in the following sense.
- a node capable of sending items of data may be able to control what it sends, where it tries to send them, and how often it sends them, but it has very little control over what, from where or how often it receives datagrams.
- a sender is generally in the worst natural position to know about the network it is sending data into, while a node receiving data may at least have the benefit of being able to receive information characterising the path taken by arriving data (path congestion, hops traversed etc).
- the sender can be thought of as having control without knowledge, whereas the receiver has knowledge without control.
- a receiver thus needs to provide feedback to the sender in respect of the path knowledge it learns, in order to carry path knowledge to where the control is.
- This is how the Internet currently works.
- the Internet is based on the end-to-end principle, where intermediate nodes are not expected to exercise intelligent control, they are often expected to make intelligent forwarding decisions based on routing information, which essentially should comprise knowledge of the downstream path. They may also be expected to make decisions on the rate at which they forward different classes of data, which would also ideally be informed by downstream path knowledge.
- embodiments of the present invention allow for solutions to be provided, amongst others, to one or both of two general problems, which can be regarded as separate but related. These problems can be summarised as follows: 1 ) How to arrange for the provision of information to nodes characterising the downstream path from those node; and 2) How to proof this information from falsification.
- a data network comprising a provider node, a receiver node, and a plurality of intermediate nodes, the provider node being arranged to provide data to at least one of said intermediate nodes or to the receiver node, said intermediate nodes being arranged to receive data and forward data to at least one other intermediate node or to the receiver node, and the receiver node being arranged to receive data from at least one intermediate node or from the provider node; wherein: said data comprises at least a part which relates to a path characterisation metric; said provider node is arranged to assign an initial condition to the path characterisation metric in respect of data provided by it; said intermediate nodes are arranged to update the condition of the path characterisation metric in respect of data they forward; said receiver node is arranged to make available for the provider node information indicative of a discrepancy between the condition of the path characterisation metric in respect of data received by it and a predetermined target condition for the path characterisation metric; and wherein said provider node is
- a method for assigning path characterisation metrics to data in a data network comprising a provider node, a receiver node, and a plurality of intermediate nodes, the provider node being arranged to provide data to at least one of said intermediate nodes or to the receiver node, said data comprising at least a part which relates to a path characterisation metric, said intermediate nodes being arranged to receive data and forward data to at least one other intermediate node or to the receiver node, and the receiver node being arranged to receive data from at least one intermediate node or from the provider node; the method comprising steps of: assigning an initial condition to the path characterisation metric in respect of data provided by the provider node; updating the condition of the path characterisation metric in respect of data forwarded by said intermediate nodes; monitoring a final condition of the path characterisation metric in respect of data received by the receiver node, and determining a measure indicative of a discrepancy between said final condition and a predetermined target condition for the path character
- a feedback node for enabling an initial condition to be assigned to a path characterisation metric in respect of data to be forwarded through a data network, said data network comprising a provider node, a receiver node and a plurality of intermediate nodes, said data comprising at least a part which relates to a path characterisation metric; said provider node being arranged to assign an initial condition to the path characterisation metric in respect of data, and to provide said data to at least one of said intermediate nodes or to the receiver node; said intermediate nodes being arranged to receive data from said provider node or from one or more other intermediate nodes, to update a condition of the path characterisation metric in respect of data received by them, and to forward data to at least one other intermediate node or to the receiver node; and said receiver node being arranged to receive data from at least one intermediate node or from the provider node, and to make available for the feedback node information relating to the path characterisation metric in respect of data received by it;
- a method of providing data in a data network comprising a provider node, a receiver node and a plurality of intermediate nodes, the provider node being arranged to provide data to at least one of said intermediate nodes or to the receiver node, said data comprising at least a part which relates to a path characterisation metric; said intermediate nodes being arranged to receive data from said provider node or from one or more other intermediate nodes, to update a condition of the path characterisation metric in respect of data received by them, and to forward data to at least one other intermediate node or to the receiver node; and said receiver node being arranged to receive data from at least one intermediate node or from the provider node, and to make available for the provider node information indicative of a discrepancy between an eventual condition of the path characterisation metric in respect of data received by it and a predetermined target condition for the path characterisation metric; the method comprising the steps of: assigning an initial condition to the path characterisation metric in respect of data
- either the provider node or the receiver node may also serve as the "feedback node" (i.e. the feedback node need not be a node additional to the provider node, intermediate nodes, and receiver node of a network as set out above. Whether it is the provider node or receiver node that serves as the feedback node may affect how it enables a different initial condition to be assigned, however.
- variable "condition” and the "predetermined target condition” for a path characterisation metric will usually be values, examples of which are provided in detail below. It is foreseeable however that certain embodiments of the invention may instead use types of condition that are not themselves values, such as, for example, the amplitude or phase of an optical signal in an optical network.
- Embodiments of the above may allow the following to be achieved: 1 ) Provision of path characterisation information to nodes in a network, said information relating to any of a variety of possible characteristics of the path or paths downstream of the node in question. To achieve this, there may be no need for upstream traffic beyond that being fed back end-to-end from a destination of data to the appropriate source. This is particularly useful where routes are asymmetric, particularly where it is not possible to send data upstream over certain unidirectional links (e.g. satellite links). But it is also useful if the available capacity can be increased by removing the overhead of routing information. 2) Ensuring that information such as the above may be proofed against falsification for the gain of an individual controlling any intermediate or end node.
- Embodiments of the invention apply naturally to a network of datagram or packet networks (the Internet or optical packet networks), but there are a variety of other possible application areas.
- path characterisation metric may in effect "travel" through the network with the item of data to which it relates, for example in the header of a data packet, according to a new version of an Internet Protocol for example, this is not necessarily the case.
- a path through a data network may be no more than a virtual data channel, and there is no need to restrict the "location" of any path characterisation information (to the extent that information has a location at all) to being within that channel.
- control information such as that characterising paths, is carried in separate messages using separate protocols, that refer to the relevant data channel that they characterise. Sometimes control information is even carried on separate physical links between control equipment that is distinct from data forwarding equipment.
- a method for providing path characterisation information for nodes in a network comprising a plurality of nodes including a provider node, a receiver node, and at least one intermediate node, the provider node being arranged to provide data to at least one intermediate node or to the receiver node, an intermediate node being arranged to receive data and to forward data to at least one other intermediate node or to the receiver node, and the receiver node being arranged to receive data from the provider node or from at least one intermediate node; the method comprising steps of: assigning an initial condition to a path characterisation metric in the event that said provider node provides data, said path characterisation metric being associated with said data; updating the condition of the path characterisation metric in the event that an intermediate node receives said data
- information corresponding to that which can be made available to intermediate nodes according to the above method which allows for information relating to the downstream path to be deduced, can also be made available without assigning a different initial condition to further path characterisation metrics provided that information relating to the difference between the eventual condition of a previous path characterisation metric and said predetermined target condition is made available to the intermediate node in addition to information indicative of the updated condition of further path characterisation metrics.
- information relating to the downstream path can similarly be deduced in respect of a particular intermediate node.
- a method for providing path characterisation information for nodes in a network comprising a plurality of nodes including a provider node, a receiver node, and at least one intermediate node, the provider node being arranged to provide data to at least one intermediate node or to the receiver node, an intermediate node being arranged to receive data and to forward data to at least one other intermediate node or to the receiver node, and the receiver node being arranged to receive data from the provider node or from at least one intermediate node; the method comprising steps of: assigning an initial condition to a path characterisation metric in the event that said provider node provides data, said path characterisation metric being associated with said data; updating the condition of the path characterisation metric in the event that an intermediate node receives said data; determining an eventual condition of the path characterisation metric in the event that said receiver node receives said data; and establishing if a discrepancy exists between the eventual condition of the path characterisation metric
- a "network” need not be the whole of an intranet, or the Internet, or any particular bounded or unbounded network.
- a "network” may be a part of another larger network.
- a "provider node” need not be a node responsible for originating any data. It may itself be providing data in the sense that it is forwarding data received from elsewhere. The features by virtue of which a "provider node” differs from another node may simply be those set out in the above statements of invention.
- a "receiver node” need not be the intended final destination for the data. The path from a "provider node", to a “receiver node” via any intermediate nodes may only be a sub-section of the total path from the originating source of the data to its intended final destination.
- embodiments of the present invention apply as much to data flows tunnelled between two tunnel end-points as to the data within the tunnel and its end- points, as long as there can be a flow of feedback between the tunnel end-points.
- Path characterisation information such as that derived according to methods referred to above is capable of being used by intermediate nodes in a network when making routing decisions, or other decisions concerning the treatment of data in the network. Such decisions may be based on more directly relevant, useful and up-to-date information than has previously been possible, provided that such intermediate nodes are capable of deriving appropriate information from the path characterisation information they receive.
- an intermediate node for controlling the treatment of data in a data network, the data network comprising said intermediate node, at least one upstream node, and a plurality of downstream nodes, the or one of the upstream nodes being arranged to provide data to said intermediate node, the or one of the upstream nodes being arranged to provide path characterisation information to said intermediate node, and said downstream nodes being arranged to receive data via paths downstream from the intermediate node;
- said intermediate node comprising: means for receiving data from an upstream node; means for receiving path characterisation information from an upstream node, and for deriving therefrom information indicative of a characteristic of a path downstream of said intermediate node; means arranged to select, in dependence on said information indicative of said characteristic of a downstream path, a preferred manner of treatment for data to be forwarded on a downstream path; and means for forwarding data to a downstream node according to said preferred manner.
- the initially filed claims of this co-pending application also relate to a method for controlling the treatment of data to be forwarded from an intermediate node in a data network, the data network comprising said intermediate node, at least one upstream node, and a plurality of downstream nodes, the or one of the upstream nodes being arranged to provide data to said intermediate node, the or one of the upstream nodes being arranged to provide path characterisation information to said intermediate node, and said downstream nodes being arranged to receive data via paths downstream from the intermediate node; said method comprising the steps of: receiving data from an upstream node; receiving path characterisation information from an upstream node, and deriving therefrom information indicative of a characteristic of a path downstream of said intermediate node; selecting, on the basis of said information indicative of said characteristic of a downstream path, a preferred manner of treatment for data to be forwarded on a downstream path; and forwarding data to a downstream node according to said preferred manner.
- the preferred manner of treatment for data to be forwarded on a downstream path may simply relate to the selection of a preferred downstream path for the data (i.e. the method of controlling the treatment of the data relates to the onward routing of data), or a preferred node to which the data is to be forwarded. It may however relate to selection between different types of treatment or service on the same path. Examples of other types of service which may allow one or more different types of levels of treatment to be selected include the following: (i) traffic engineering; (ii) route advert verification; (iii) contract verification; (iv) differentiated service gateways.
- embodiments of the present invention are described with reference to data networks, however it will be noted that some embodiments of the invention may be applicable to other forms of network, such as workflow routing, electricity generation or even transport networks such as railway networks.
- workflow routing such as a centralized network
- transport networks such as railway networks.
- the principal advantages of the invention are more evident in situations where it is problematic to provide immediate feedback for each message or event against the normal flow in the network along each link in order to keep each node in the network informed of the state of affairs downstream.
- the network carries non-information items (work, electrical current, cars etc.), often it is not natural to be able to carry feedback backward along every link of the network, because feedback is often pure information, which the network is not designed to carry.
- the distinguishing feature is that the "atoms" of messaging dealt with by a work-flow routing system are much larger than feedback to the source needs to be. This is a reason why feedback provided according to embodiments of the invention is particularly useful in a data network such as a packet network. It is advantageous to try to avoid sending feedback as often in the upstream direction as data is being sent in the downstream direction.
- connection-oriented networks with connections consisting of cells, frames or packets (e.g. ATM, Frame Relay, SDH etc). It could be applied to control of future all-optical packet networks, which are hard to design because of the inability to buffer light packets arriving simultaneously at a switch so that they may be served sequentially. Although light cannot be stored without converting it to electrical information, it can be slowed down.
- Feedback provided according to embodiments of the invention could provide a mechanism to slow it down before it arrived at a contended switch output, as the inability to store light means the slow-down must be instigated in advance of it being needed, not once the light arrives at the output.
- Feedback provided according to embodiments of the invention is wholly applicable to routed overlay networks on the current Internet, such as those created in a peer-to-peer fashion like CAN, PASTRY, Chord and SWAN, described in the following publications:
- Chord see “Chord: A Scalable Peer-to-Peer Lookup Service for Internet Applications", Hari Balakrishnan, M. Frans Kaashoek, David Karger, Robert Morris and Ion Stoica, Proc. ACM SIGCOMM'01 , Computer Communication Review 31 (4) pp. 149-160 (Oct 2001);
- PASTRY see “Pastry: Scalable, Distributed Object Location and Routing for Large-Scale Peer-to-Peer Systems", Antony Rowstron and Peter Druschel, IFIP/ACM “International Conference on Distributed Systems Platforms (Middleware)", pp. 329-350 (Nov 2001 ).
- Figure 1 is a table showing fields in the headers associated with data according to the current version of the Internet Protocol, IPv4;
- Figure 2 is a topological representation showing pertinent features of a network
- Figure 3 shows a simplified representation of a network for the purposes of explaining how routing decisions may be made
- Figure 4 is a graph illustrating the use of a path characterisation metric based on an
- ECL Explicit Congestion Level
- Figures 5, 6 and 7 are graphs indicating the use of and effects of using dropping algorithms.
- FIG. 2 there is shown a topological representation of certain features of a network.
- This figure will be referred to in order to describe an exemplary network 21 according to an embodiment of the invention, but it should be noted that the invention is applicable to a variety of different categories of network, such as fixed, mobile, ad hoc, and other types, and to networks themselves containing a variety of different categories of communication channels.
- the network 21 may in fact be a sub-part of a wider network such as the Internet itself.
- the network 21 comprises a plurality of nodes 22, 24, 26, 28 each of which may serve to fulfil one or more of the following roles in relation to a particular attempt to communicate data from one location to another: providing data, forwarding data, and receiving data; or they may not be involved.
- nodes may of course take different roles. There may thus be no difference between the different types of node other than their function at a particular time.
- the network 21 will be described in terms of comprising a provider node 22, a receiver node 26, and a plurality of intermediate nodes 24.
- the provider node 22 and the receiver node 26 need not be the original source of the data or the eventual destination of the data.
- the originating source of the data is shown to be at node 20 which is outside the network 21
- the intended eventual destination of the data is shown as being at node 27, also outside the network 21.
- the only distinguishing features of a provider node and a receiver node relate to the fact that a receiver node sends feedback to a provider node which includes path characterisation information.
- hops 23 In between nodes are individual communication channels 23, 29 via which data can be communicated.
- channels which link nodes which take a role in communicating data from the provider node 22 to the receiver node 26 will be referred to as hops 23.
- hops 23 Between the provider node 22 and the receiver node 26, a variety of alternative paths may be taken, in which case other ones of the communication channels 23, 29 would be regarded as hops 23 on the path.
- IPv4 header two fields are used to characterise the path, the TTL and the ECN fields (certain options such as a "timestamp” option were also designed for this purpose).
- An embodiment of the invention that aimed to characterise the path against hop count and congestion metrics may require modifications to the standards for handling IP headers.
- IP version field might be set to some future version, say eight.
- ECL Explicit Congestion Level
- the TTL field could remain the same size, but both TTL and ECN fields will be used differently from their standardised semantics in IPv4.
- ECL field will be capable of providing path characterisation information to any node, such path characterisation information providing information from upstream of the node in question which is indicative of the amount of congestion likely to be experienced on a path downstream of the node in question by a data packet at the node in question.
- the provider node 22 When providing a first data packet, the provider node 22 assigns values to various fields in a header associated with that data packet, which may include any or all of the fields explained above with reference to the Internet Protocol IPv4 with alterations similar to those just described.
- the provider node 22 assigns an initial value to what will be referred to as the "path characterisation metric".
- the semantics of the path characterisation metrics differ from those of the IPv4 header in a fundamental way, which is that the common reference level of the path characterisation metric is arranged to sit at the receiver node 26, rather than the provider node 22.
- TTL time-to-live
- the packet was incorrectly routed and/or entered a loop such that it performed sufficient hops (i.e. 255 hops) for the TTL value to reach zero, this would indicate to a subsequent intermediate node that the packet could be discarded. In this event, an indication may be sent to the provider node that the packet failed to reach its destination, but subsequent packets would still be assigned an initial TTL value of 255.
- a path characterisation metric corresponding to the TTL field would be assigned an initial value by the provider node 22 such that if the packet traverses the same or a similar path on a subsequent occasion, and every intermediate node 24 on the path decrements it by one, it should end up at a predetermined common reference level of, for example, zero at the receiver.
- the receiver node 26 should feed back the difference between the actual received value of the path characterisation metric, and the predetermined common reference level at the receiver (e.g. zero) to the provider node 22.
- the provider node 22 can then adjust or correct the initial value of the path characterisation metric in relation to future packets to the same destination so that packets should generally arrive at the receiver node 26 with a value of or near zero. It will be noted that the first packet sent, or other packets sent before any feedback is received are unlikely to hit the zero target, and may accordingly be flagged as "guess" packets. Once feedback relating to a "guess" packet has been received by the provider node and used to adjust or correct the initial value of the path characterisation metric in relation to a subsequent packet, the value of the metric, as updated by subsequent intermediate nodes 24 in respect of hops traversed by the packet, will convey information to each subsequent intermediate node that relates to remaining number of hops to the destination, i.e. the "downstream path" in respect of node.
- any node in the network can read the value of the path characterisation metric in any "non- guess" packet as the predicted remaining number of hops to the destination, albeit one round trip time ago.
- embodiments of the present invention allow intermediate nodes, taking the role of Internet routers for example, to make informed decisions with regard to the onward routing of packets they receive, based on information relating to the dynamic state of the downstream path to the destination (i.e. the path between the intermediate node in question and the intended receiver). They are able to do this without the need for upstream routing messages along the path in use other than those from the eventual receiver node back to the provider node.
- IPv4 routing messages have been passed upstream between intermediate nodes typically every 30 seconds.
- an Internet routing protocol Generally, the purpose of an Internet routing protocol is to maintain a "routing table" on, or in relation to any node that may act as a router. This allows data packets carrying any destination address to be forwarded via the correct interface.
- An objective of a routing protocol is to ensure that the routing table is as up-to-date as possible. It is advantageous if this can be done without requiring an unduly large volume of routing update messages between all the routers.
- FIG. 3 a simplified representation of a network is shown in order to illustrate how embodiments of the invention allow for the provision of path characterisation information to nodes which allows them to make informed decisions relating to the routing of data through the network.
- Figure 3 indicates how routing decisions may be made using path characterisation information derived according to embodiments of the present invention. It shows how such path characterisation information may be exploited to route information towards a receiver by the "best” possible route.
- the word “best” seems to imply that the choice is subjective, but the sense in which the route is seen as the best can be chosen by selecting a metric corresponding to any of a variety of categories. Depending on the category of metric used, “best” may thus correspond to "cheapest” , “least-congested”, “most direct”, or “least propagation delay” etc, or even a weighted combination of these.
- propagation delay for example. In this case it will be assumed that a "propagation delay" field exists in the data headers of the network protocol in use.
- senders S1 to S4 represent possible provider nodes, which may be single hosts or other networks from which data may be sourced .
- Receiver R1 represents a receiver node.
- Routers RT1 to RT6 represent possible intermediate nodes on the path from a sender to a receiver.
- Each interface of each router is shown (smaller circles) holding the link cost of its locally-connected downstream link ⁇ m,. Where two possible interfaces exist and a choice may need to be made between them, the link costs of the respective downstream links are shown in respective small circles.
- propagation delay this can be measured by a simple echo request along each link (whether wired or not) at boot, for example. For fixed links, a re-measuring of this delay may be triggered if the underlying logical link changes its topology, for example.
- For wireless links it may be appropriate to measure propagation delay more regularly, depending on the likelihood of mobility.
- each router As each router accepts data, it decrements the "propagation delay” field by the propagation delay ⁇ m ( of the link the data was sent over. For simplicity the target value m z for the "propagation delay” field will be taken to be zero in this example.
- further data packets flowing towards receiver R1 at every router may carry a "propagation delay to destination” (PDTD) value mi in their headers which represents what the remaining delay to R1 was on the last round-trip. This is represented by the "in-data headers" (numbers in heads of large numbered arrows), and may be treated by routers as a Path Characterisation Metric (PCM).
- PCM Path Characterisation Metric
- Routers may thus maintain the PDTD values for one, two, or more interfaces in their internal routing tables (see numbers inside large circles). Where two (or more) values are held, each router need only “advertise” its single “least-cosf or "besf route to its neighbours, but where a router may itself need to make a choice between the different interfaces, it may do this at any time simply by comparing the "least-cosf route with the "next least cosf route, or (in other terms) by comparing the "besf route with the "next besf route, at any time.
- Routing messages using a protocol similar to the current "Routing Information Protocol" (RIP) and containing PDTD values for R1 may be sent regularly from routers outwards from R1 , every 30 seconds for example, unless a change triggers an immediate message. These are shown as numbers inside black arrows. These routing messages may however be suppressed where data is flowing along a link towards R1 , since path characterisation information may then be provided instead according to the invention.
- RIP Routing Information Protocol
- sender S1 sends a regular information flow to R1.
- the PCM field is decreased by 4 (i.e. 4 being the link cost between RT1 and RT5. This value may be proportional to the congestion of RT1 on that link, or to the propagation delay that has been established in respect of the link in question, for example).
- the smaller numbered arrows represent "in route messages", which may be implemented by whatever means is most appropriate, depending on the protocol chosen, in order to broadcast the path cost between nearby routers.
- path characterisation metrics appear to correspond in some ways to the TTL value in the IPv4 header, it differs fundamentally from this on account of the fact that the path characterisation information used as feedback is effectively normalised with respect to the receiver rather than the sender.
- This fundamental difference will be more clearly evident in relation to other embodiments of the invention which may involve path characterisation metrics corresponding to any of a variety of other header values or other characteristics associated with data packets, adapted by applying the above change of reference point to those values or other characteristics in order that they characterise the "downstream path" (i.e.
- Propagation delay an ideal metric for determining optimal routes to destinations
- Congestion shadow price The probability that a current packet will cause any other packet to fail to achieve its required level of service (e.g. cause a low latency packet to arrive too late, or a best effort packet to be dropped etc.)
- ECN Explicit Congestion Notification
- Loss-rate the probability that the current packet will be dropped before reaching its destination 9)
- Error-rate the probability that the current packet will be corrupted before reaching its destination (mainly distinguishing losses on wireless links due to fading etc, from congestion losses)
- the list could include path characterisation metrics corresponding to propagation delay, congestion shadow price and error rate, for example.
- Specific embodiments of this invention may use fields already existing in current protocol headers (for instance the eight-bit TTL field for the hop count or the two-bit ECN field for the congestion shadow price in IPv4 packets), or may require the introduction of new fields for metrics already in use that are better suited to effectively run what we will refer to as the "re-feedback" mechanism (for instance a larger shadow price congestion field in IPv6 packets, with a size of eight or maybe 32 bits if necessary), or may require the introduction of new fields suitable for metrics currently not handled at all (for instance a field for propagation delay in IPv6 packets).
- the "re-feedback" mechanism for instance a larger shadow price congestion field in IPv6 packets, with a size of eight or maybe 32 bits if necessary
- new fields suitable for metrics currently not handled at all for instance a field for propagation delay in IPv6 packets.
- Each path characterisation metric m is represented by a header value h.
- the header value would in general be combined across all the nodes on a path with the most useful function, for instance one of the functions listed above.
- Logical AND() may be the most appropriate for "Downstream Service Availability", Min() for "Available Capacity” Combinatorial product() for "Congestion shadow price”, Difference for "Unloaded delay”, etc.
- a graph is shown illustrating the use of a path characterisation metric based on the Explicit Congestion Level (ECL), by way of example.
- a path across a network consisting of a sequence of nodes (v o , v 1 f . . . Vj, . . . v n ) is represented, with source v 0 and destination v n .
- a metric "m” used in an Explicit Congestion Level (ECL) multibit field "h” in the network layer header of all data packets is used in this example. This field should be wide enough to represent a reasonable number of discrete values, both positive and negative.
- the receiver (26 in Fig.2) then feeds h n back to the sender using a relevant end-to-end protocol above the network layer (step (2), circled).
- step (2) circled
- any discrepancy between h n and h z will require the sender to adjust the initial value it sets the header field to in the data packets it sends.
- the sender can therefore adjust the rate at which it sends subsequent packets according to a congestion control algorithm (see later).
- h 0 will have to be updated again the following round-trip-time in order to ensure that the ECL field is still zero when it arrives at the destination.
- each receiving network would have to pay its immediately upstream network in proportion to the number of packets with the congestion experienced code point set in the ECN field.
- a downstream network has upstream congestion information but cannot choose who routes to it, and the upstream network doesn't have downstream congestion information but can choose to whom it routes. So downstream networks would have to pay congestion charges to upstream networks whether they would have chosen to have received traffic from them or not.
- embodiments of the invention provide the correct incentives to proceed cautiously until sufficient feedback has been received.
- Internet Protocols require voluntary compliance with congestion control initialisation algorithms in case the path to be used is close to or already in a state of congestion.
- Such controls lead to conservative behaviour, wasting transfer time when a path is in fact nowhere near being congested, which will become a considerable problem in the future if most objects transfers are complete before feedback from the first packet has arrived.
- Such controls are also open to abuse, with nodes having an incentive to ignore them for "selfish” reasons.
- Embodiments of the present invention allow for the risk of lack of knowledge of a path's state to be reflected in the shadow price charged, which may either be realised as an actual congestion charge, or as a deprioritisation of the traffic carrying the higher shadow prices. It also allows for the correct incentives to be given for intermediate nodes to aggregate numerous flows, each of which separately have no knowledge of the path state, but which can be treated collectively to learn the likely path state for a new flow from the path state recently learned from an old flow.
- intermediate nodes can use it in order to act as a congestion control proxy for the provider.
- a specific differentiated services gateway has been invented, which can selectively deprioritise and eventually drop the traffic most likely to experience (and therefore cause) congestion on its active downstream paths.
- the information required by a proxy was in feedback data passing end to end upstream from destination to source, often on a different path from the downstream flow.
- proxies found it difficult to access this information, because there was no guarantee they were even on the path of the data. Where such proxies were in use, they were also required to understand all possible higher layer feedback protocols, effectively constraining the introduction of new protocols.
- Embodiments of the present invention allow for relevant information to be kept at the right layer, in the right direction and therefore on the right path.
- the above discussion relates in general to how embodiments of the present invention allow for solutions of the first of the two general problems set out above, relating to the provision of information characterising the downstream path to be made available to every node.
- An explanation will now be given as to how embodiments of the present invention allow for the solution of the second of the two general problems set out above, namely how to proof this information against falsification.
- a system can be foreseen in which each node sending data along a path (noting that all intermediate nodes, when forwarding data, act in effect both as senders and receivers) pays for the level of congestion it forwards on in sent traffic, and each receiver is paid for the level of congestion in the traffic it receives (except the ultimate receiver - see later).
- intermediate nodes may collect revenue according to the level that they decrement the congestion field in each packet as "congestion charges", and they have an incentive to route packets along the least congested and hence cheapest downstream path.
- Each intermediate node may also run a policing algorithm that probabilistically drops packets if their congestion level has decremented below zero, zero being the agreed target level in this case. Dropping algorithms will be discussed later.
- the provider node has an incentive not to over-declare congestion, otherwise it will have to pay too much.
- the provider node also has an incentive not to under-declare congestion, otherwise packets it sends may well be dropped before they reach their destination.
- - Intermediate nodes have no incentive to decrement the congestion level more than is actually being experienced, as they cause upstream congestion control algorithms to reduce otherwise revenue carrying traffic towards them and will also risk losing their traffic to competing routes.
- An example of a dropping algorithm is outlined with reference to Figures 5, 6 and 7. In overview, it first measures the current moving average level of congestion in packets to a destination. It also either measures the current variance of the level, or uses a fixed value found to be typical from operating experience. This measured mean is used as a parameter to determine the probability that any particular packet will be dropped. If the mean is positive or zero, no packets will be dropped. If the mean is negative, a packet with a negative value will be dropped with a probability given by the dropper's probability distribution. The more negative the level of congestion in any particular packet, the greater the chance it will be dropped. The more negative is the mean, the stricter the dropping policy is.
- a congestion control gateway that brokers the risk of variable pricing may be used. It would sit downstream of a sender, absorbing the risk of congestion pricing on the sender's behalf. It would buffer and eventually drop packets destined for the most congested downstream paths if the accumulated regular income it receives from the sender drops below the variable congestion charge it has to pay to its downstream inter-connect provider. Thus it would offer a constant level of service at a constant price, except during extreme sustained levels of congestion when it would degrade the service, keeping the price constant per unit time.
- gateways offering different tariffs or service contracts may generally be much easier to design if feedback according to an embodiment of the invention is used, because downstream path knowledge is available at the point of control where the gateway is sending.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Transition And Organic Metals Composition Catalysts For Addition Polymerization (AREA)
- Massaging Devices (AREA)
- Transplanting Machines (AREA)
Abstract
Description
Claims
Priority Applications (6)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/593,423 US8391152B2 (en) | 2004-03-30 | 2005-03-30 | Networks |
CA2559924A CA2559924C (en) | 2004-03-30 | 2005-03-30 | Data network, method and feedback node for assigning and providing path characterisation metrics |
DE602005015300T DE602005015300D1 (en) | 2004-03-30 | 2005-03-30 | Data network, method and feedback nodes for assigning and providing path characterization metrics |
CN200580010757.8A CN1939012B (en) | 2004-03-30 | 2005-03-30 | Data network, method and feedback node for assigning and providing path characterisation metrics |
EP05729631A EP1730907B1 (en) | 2004-03-30 | 2005-03-30 | Data network, method and feedback node for assigning and providing path characterisation metrics |
AT05729631T ATE436136T1 (en) | 2004-03-30 | 2005-03-30 | DATA NETWORK, METHOD AND FEEDBACK NODES FOR ASSIGNING AND PROVIDING PATH CHARACTERIZATION MERITS |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GBGB0407144.5A GB0407144D0 (en) | 2004-03-30 | 2004-03-30 | Networks |
GB0407144.5 | 2004-03-30 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2005096566A1 true WO2005096566A1 (en) | 2005-10-13 |
Family
ID=32247513
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/GB2005/001250 WO2005096567A1 (en) | 2004-03-30 | 2005-03-30 | Treatment of data in networks |
PCT/GB2005/001246 WO2005096566A1 (en) | 2004-03-30 | 2005-03-30 | Data network, method and feedback node for assigning and providing path characterisation metrics |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/GB2005/001250 WO2005096567A1 (en) | 2004-03-30 | 2005-03-30 | Treatment of data in networks |
Country Status (8)
Country | Link |
---|---|
US (2) | US8797887B2 (en) |
EP (2) | EP1730908B1 (en) |
CN (2) | CN1939012B (en) |
AT (1) | ATE436136T1 (en) |
CA (2) | CA2559986C (en) |
DE (1) | DE602005015300D1 (en) |
GB (1) | GB0407144D0 (en) |
WO (2) | WO2005096567A1 (en) |
Cited By (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2007053141A1 (en) * | 2005-11-02 | 2007-05-10 | Thomson Licensing | Method for determining a route in a wireless mesh network using a metric based on radio and traffic load |
WO2008002440A2 (en) * | 2006-06-23 | 2008-01-03 | Lucent Technologies Inc. | Method and apparatus of precedence identification for real time services |
WO2008001081A1 (en) * | 2006-06-26 | 2008-01-03 | British Telecommunications Public Limited Company | Monitoring networks |
WO2008097221A1 (en) * | 2007-02-07 | 2008-08-14 | Thomson Licensing | A radio and bandwidth aware routing metric for multi-radio multi-channel multi-hop wireless networks |
WO2009013201A1 (en) | 2007-07-26 | 2009-01-29 | Siemens Aktiengesellschaft | Methods, networks and network nodes for selecting a route |
EP2048834A1 (en) * | 2007-10-08 | 2009-04-15 | Siemens Aktiengesellschaft | Methods, networks and network nodes for selecting a route |
EP2106068A1 (en) * | 2008-03-28 | 2009-09-30 | British Telecommunications Public Limited Company | Measuring data source-specific network metrics |
EP2230803A1 (en) | 2009-03-16 | 2010-09-22 | BRITISH TELECOMMUNICATIONS public limited company | Path characterisation in networks |
EP2234346A1 (en) | 2009-03-26 | 2010-09-29 | BRITISH TELECOMMUNICATIONS public limited company | Policing in data networks |
EP2282458A1 (en) | 2009-07-17 | 2011-02-09 | BRITISH TELECOMMUNICATIONS public limited company | Usage policing in data networks |
US7948878B2 (en) | 2005-02-07 | 2011-05-24 | British Telecommunications Plc | Policing networks |
EP2398194A1 (en) | 2010-06-17 | 2011-12-21 | British Telecommunications Public Limited Company | Monitoring path characterisation information |
JP2012147459A (en) * | 2012-03-05 | 2012-08-02 | Thomson Licensing | Radio and bandwidth aware routing metric for multi-radio multi-channel multi-hop wireless networks |
EP2541850A1 (en) | 2011-06-30 | 2013-01-02 | British Telecommunications Public Limited Company | Determining path congestion measures |
WO2013001271A1 (en) | 2011-06-30 | 2013-01-03 | British Telecommunications Public Limited Company | Determining path congestion measures |
EP2575303A1 (en) | 2011-09-30 | 2013-04-03 | British Telecommunications Public Limited Company | Determining congestion measures |
WO2013045878A1 (en) | 2011-09-30 | 2013-04-04 | British Telecommunications Plc | Attribution of congestion contributions |
US8498210B2 (en) | 2005-01-31 | 2013-07-30 | British Telecommunications Plc | Control of data in a network |
EP2680636A1 (en) * | 2011-06-07 | 2014-01-01 | ZTE Corporation | Reporting method, detection method, device and system for network state |
US20140047103A1 (en) * | 2012-08-10 | 2014-02-13 | Viasat, Inc. | System, method and apparatus for subscriber user interfaces |
US8797887B2 (en) * | 2004-03-30 | 2014-08-05 | British Telecommunications Plc | Treatment of data in networks |
Families Citing this family (60)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20050060423A1 (en) * | 2003-09-15 | 2005-03-17 | Sachin Garg | Congestion management in telecommunications networks |
CN101099350B (en) * | 2005-01-14 | 2013-12-11 | 富士通株式会社 | Repeating method, repeater, communication system |
US7895270B2 (en) * | 2005-04-21 | 2011-02-22 | Microsoft Corporation | Transport abstraction for multiparty replication |
JP4375303B2 (en) * | 2005-08-19 | 2009-12-02 | ブラザー工業株式会社 | Information communication system, information communication method, node device included in information communication system, information processing program, and node device program |
US7684337B2 (en) * | 2006-01-17 | 2010-03-23 | Mitsubishi Electric Research Laboratories, Inc. | Method and system for communicating in cooperative relay networks |
WO2007129699A1 (en) * | 2006-05-09 | 2007-11-15 | Nec Corporation | Communication system, node, terminal, communication method, and program |
US7738643B1 (en) * | 2006-06-29 | 2010-06-15 | At&T Corp. | Method for troubleshooting echo on teleconference bridge |
US20080002722A1 (en) * | 2006-07-03 | 2008-01-03 | Palo Alto Research Center Incorporated | Providing a propagation specification for information in a network |
US7508803B2 (en) * | 2006-09-07 | 2009-03-24 | Motorola, Inc. | Transporting management traffic through a multi-hop mesh network |
US8578159B2 (en) * | 2006-09-07 | 2013-11-05 | Motorola Solutions, Inc. | Method and apparatus for establishing security association between nodes of an AD HOC wireless network |
US8032899B2 (en) | 2006-10-26 | 2011-10-04 | International Business Machines Corporation | Providing policy-based operating system services in a hypervisor on a computing system |
US8713582B2 (en) * | 2006-10-26 | 2014-04-29 | International Business Machines Corporation | Providing policy-based operating system services in an operating system on a computing system |
US8656448B2 (en) * | 2006-10-26 | 2014-02-18 | International Business Machines Corporation | Providing policy-based application services to an application running on a computing system |
US20080170562A1 (en) * | 2007-01-12 | 2008-07-17 | Accton Technology Corporation | Method and communication device for improving the performance of a VoIP call |
US7796510B2 (en) * | 2007-03-12 | 2010-09-14 | Citrix Systems, Inc. | Systems and methods for providing virtual fair queueing of network traffic |
US7760642B2 (en) | 2007-03-12 | 2010-07-20 | Citrix Systems, Inc. | Systems and methods for providing quality of service precedence in TCP congestion control |
US8296430B2 (en) | 2007-06-18 | 2012-10-23 | International Business Machines Corporation | Administering an epoch initiated for remote memory access |
US7958274B2 (en) | 2007-06-18 | 2011-06-07 | International Business Machines Corporation | Heuristic status polling |
US8082424B2 (en) * | 2007-08-01 | 2011-12-20 | International Business Machines Corporation | Determining when a set of compute nodes participating in a barrier operation on a parallel computer are ready to exit the barrier operation |
US9065839B2 (en) | 2007-10-02 | 2015-06-23 | International Business Machines Corporation | Minimally buffered data transfers between nodes in a data communications network |
US7984450B2 (en) * | 2007-11-28 | 2011-07-19 | International Business Machines Corporation | Dispatching packets on a global combining network of a parallel computer |
EP2079205A1 (en) * | 2008-01-14 | 2009-07-15 | British Telecmmunications public limited campany | Network characterisation |
US8458722B2 (en) | 2008-06-09 | 2013-06-04 | International Business Machines Corporation | Thread selection according to predefined power characteristics during context switching on compute nodes |
US8140704B2 (en) * | 2008-07-02 | 2012-03-20 | International Busniess Machines Corporation | Pacing network traffic among a plurality of compute nodes connected using a data communications network |
US8495603B2 (en) * | 2008-08-11 | 2013-07-23 | International Business Machines Corporation | Generating an executable version of an application using a distributed compiler operating on a plurality of compute nodes |
US8654759B2 (en) * | 2008-12-04 | 2014-02-18 | Genband Us Llc | Loop condition prevention at internetwork interface boundary |
US8605584B2 (en) * | 2009-07-02 | 2013-12-10 | Qualcomm Incorporated | Transmission of control information across multiple packets |
US8693339B2 (en) * | 2009-12-10 | 2014-04-08 | Verizon Patent And Licensing Inc. | LDP extension for forwarding path congestion notification |
US8606979B2 (en) * | 2010-03-29 | 2013-12-10 | International Business Machines Corporation | Distributed administration of a lock for an operational group of compute nodes in a hierarchical tree structured network |
US8365186B2 (en) | 2010-04-14 | 2013-01-29 | International Business Machines Corporation | Runtime optimization of an application executing on a parallel computer |
WO2012001616A2 (en) * | 2010-06-27 | 2012-01-05 | Valens Semiconductor Ltd. | Methods and systems for time sensitive networks |
US8504730B2 (en) | 2010-07-30 | 2013-08-06 | International Business Machines Corporation | Administering connection identifiers for collective operations in a parallel computer |
US8565120B2 (en) | 2011-01-05 | 2013-10-22 | International Business Machines Corporation | Locality mapping in a distributed processing system |
US9317637B2 (en) | 2011-01-14 | 2016-04-19 | International Business Machines Corporation | Distributed hardware device simulation |
US8724467B2 (en) | 2011-02-04 | 2014-05-13 | Cisco Technology, Inc. | System and method for managing congestion in a network environment |
US8630247B2 (en) | 2011-02-15 | 2014-01-14 | Cisco Technology, Inc. | System and method for managing tracking area identity lists in a mobile network environment |
US8891373B2 (en) | 2011-02-15 | 2014-11-18 | Cisco Technology, Inc. | System and method for synchronizing quality of service in a wireless network environment |
US8902815B2 (en) | 2011-07-10 | 2014-12-02 | Cisco Technology, Inc. | System and method for subscriber mobility in a cable network environment |
US8689228B2 (en) | 2011-07-19 | 2014-04-01 | International Business Machines Corporation | Identifying data communications algorithms of all other tasks in a single collective operation in a distributed processing system |
US9250948B2 (en) | 2011-09-13 | 2016-02-02 | International Business Machines Corporation | Establishing a group of endpoints in a parallel computer |
US9198209B2 (en) | 2012-08-21 | 2015-11-24 | Cisco Technology, Inc. | Providing integrated end-to-end architecture that includes quality of service transport for tunneled traffic |
US9507653B2 (en) * | 2012-09-12 | 2016-11-29 | Microsoft Technology Licensing, Llc | Inter-process communication channel |
EP2923279B1 (en) * | 2012-11-21 | 2016-11-02 | Coherent Logix Incorporated | Processing system with interspersed processors; dma-fifo |
WO2014192142A1 (en) * | 2013-05-31 | 2014-12-04 | 富士通株式会社 | Wireless terminal, importance-degree generation method, and wireless communication system |
US9325609B2 (en) * | 2013-08-23 | 2016-04-26 | Futurewei Technologies, Inc. | Segmented source routing in a network |
JP6398982B2 (en) * | 2013-08-27 | 2018-10-03 | ソニー株式会社 | Information processing apparatus and information processing method |
US10778584B2 (en) | 2013-11-05 | 2020-09-15 | Cisco Technology, Inc. | System and method for multi-path load balancing in network fabrics |
US9088508B1 (en) * | 2014-04-11 | 2015-07-21 | Level 3 Communications, Llc | Incremental application of resources to network traffic flows based on heuristics and business policies |
US9716664B2 (en) * | 2014-12-03 | 2017-07-25 | Cisco Technology, Inc. | Tracking queuing delay and performing related congestion control in information centric networking |
CN105656779B (en) * | 2016-01-18 | 2019-08-23 | 西安三星电子研究有限公司 | The method, apparatus and system of routing are selected in asymmetric link |
US12058015B2 (en) * | 2016-10-21 | 2024-08-06 | Forward Networks, Inc. | Systems and methods for an interactive network analysis platform |
JP2018152691A (en) * | 2017-03-13 | 2018-09-27 | 日本電気株式会社 | Control apparatus |
CN109936510B (en) * | 2017-12-15 | 2022-11-15 | 微软技术许可有限责任公司 | Multi-path RDMA transport |
US10771405B2 (en) * | 2018-10-26 | 2020-09-08 | Cisco Technology, Inc. | Switching and load balancing techniques in a communication network |
CN109560860B (en) * | 2018-12-25 | 2021-02-09 | 长沙天仪空间科技研究院有限公司 | Satellite communication routing method and system |
CN111435938B (en) * | 2019-01-14 | 2022-11-29 | 阿里巴巴集团控股有限公司 | Data request processing method, device and equipment |
CN110581778A (en) * | 2019-08-13 | 2019-12-17 | 中兴通讯股份有限公司 | Routing method, BSR generation method, device and storage medium |
US11438789B2 (en) * | 2020-01-24 | 2022-09-06 | Vmware, Inc. | Computing and using different path quality metrics for different service classes |
US11681677B2 (en) * | 2020-02-27 | 2023-06-20 | EMC IP Holding Company LLC | Geographically diverse data storage system employing a replication tree |
US11606287B2 (en) * | 2020-09-10 | 2023-03-14 | Rockwell Collins, Inc. | Multicast and broadcast storm prevention |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6192404B1 (en) * | 1998-05-14 | 2001-02-20 | Sun Microsystems, Inc. | Determination of distance between nodes in a computer network |
US20030009594A1 (en) * | 2000-02-04 | 2003-01-09 | Mcelligott Adrian | Method and apparatus for identifying locale of internet users |
WO2003088615A2 (en) * | 2002-04-18 | 2003-10-23 | Matsushita Electric Industrial Co., Ltd. | Mobile node, router, server and method for mobile communications under ip version 6 (ipv6) protocol |
US20030202469A1 (en) * | 2002-04-29 | 2003-10-30 | Harris Corporation | Traffic policing in a mobile ad hoc network |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE69829203T2 (en) | 1997-11-03 | 2006-02-16 | British Telecommunications P.L.C. | Packet network |
GB2331659A (en) * | 1997-11-21 | 1999-05-26 | Ericsson Telefon Ab L M | Resource reservation |
JP3609599B2 (en) | 1998-01-30 | 2005-01-12 | 富士通株式会社 | Node proxy system, node monitoring system, method thereof, and recording medium |
JP4341181B2 (en) * | 1998-05-13 | 2009-10-07 | ソニー株式会社 | Information receiving apparatus and method, information distribution apparatus, information communication system |
JP3641139B2 (en) * | 1998-06-30 | 2005-04-20 | 株式会社東芝 | Hop count management method and node device |
US6275470B1 (en) * | 1999-06-18 | 2001-08-14 | Digital Island, Inc. | On-demand overlay routing for computer-based communication networks |
WO2001058084A2 (en) * | 2000-02-04 | 2001-08-09 | Hrl Laboratories, Llc | System and method for pricing-based quality of service |
DE60005150T2 (en) * | 2000-05-17 | 2004-04-01 | Matsushita Electric Industrial Co., Ltd., Kadoma | Hybrid ARQ procedure for data packet transmission |
JP4756143B2 (en) * | 2000-06-07 | 2011-08-24 | インテル コーポレイション | Multi-route dynamic routing algorithm |
US6925075B2 (en) * | 2000-07-31 | 2005-08-02 | Telefonaktiebolaget Lm Ericsson | Method and system for inter-operability between mobile IP and RSVP during route optimization |
US6842424B1 (en) | 2000-09-05 | 2005-01-11 | Microsoft Corporation | Methods and systems for alleviating network congestion |
TW561747B (en) * | 2000-11-21 | 2003-11-11 | Ibm | Costs in data networks |
US7433311B1 (en) * | 2001-03-19 | 2008-10-07 | Cisco Technology, Inc. | Methods and apparatus for allocating resources in a communications system |
FI112140B (en) * | 2001-05-23 | 2003-10-31 | Nokia Corp | Communication of information |
US20030189901A1 (en) * | 2002-04-03 | 2003-10-09 | Timucin Ozugur | Upstream resource management propagation system and method for use in bufferless networks |
US6940832B2 (en) * | 2003-01-17 | 2005-09-06 | The Research Foundation Of The City University Of New York | Routing method for mobile infrastructureless network |
CN1188984C (en) * | 2003-07-11 | 2005-02-09 | 清华大学 | Selecting method based on path-time delay probability distribution |
GB0407144D0 (en) | 2004-03-30 | 2004-05-05 | British Telecomm | Networks |
-
2004
- 2004-03-30 GB GBGB0407144.5A patent/GB0407144D0/en not_active Ceased
-
2005
- 2005-03-30 CA CA2559986A patent/CA2559986C/en active Active
- 2005-03-30 EP EP05729774A patent/EP1730908B1/en active Active
- 2005-03-30 CN CN200580010757.8A patent/CN1939012B/en active Active
- 2005-03-30 US US10/593,442 patent/US8797887B2/en active Active
- 2005-03-30 CA CA2559924A patent/CA2559924C/en active Active
- 2005-03-30 CN CN200580010251.7A patent/CN100581131C/en active Active
- 2005-03-30 WO PCT/GB2005/001250 patent/WO2005096567A1/en not_active Application Discontinuation
- 2005-03-30 DE DE602005015300T patent/DE602005015300D1/en active Active
- 2005-03-30 US US10/593,423 patent/US8391152B2/en active Active
- 2005-03-30 AT AT05729631T patent/ATE436136T1/en not_active IP Right Cessation
- 2005-03-30 WO PCT/GB2005/001246 patent/WO2005096566A1/en not_active Application Discontinuation
- 2005-03-30 EP EP05729631A patent/EP1730907B1/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6192404B1 (en) * | 1998-05-14 | 2001-02-20 | Sun Microsystems, Inc. | Determination of distance between nodes in a computer network |
US20030009594A1 (en) * | 2000-02-04 | 2003-01-09 | Mcelligott Adrian | Method and apparatus for identifying locale of internet users |
WO2003088615A2 (en) * | 2002-04-18 | 2003-10-23 | Matsushita Electric Industrial Co., Ltd. | Mobile node, router, server and method for mobile communications under ip version 6 (ipv6) protocol |
US20030202469A1 (en) * | 2002-04-29 | 2003-10-30 | Harris Corporation | Traffic policing in a mobile ad hoc network |
Non-Patent Citations (1)
Title |
---|
GANESH A ET AL: "Congestion pricing and user adaptation", PROCEEDINGS IEEE INFOCOM 2001. THE CONFERENCE ON COMPUTER COMMUNICATIONS. 20TH. ANNUAL JOINT CONFERENCE OF THE IEEE COMPUTER ANDCOMMUNICATIONS SOCIETIES. ANCHORAGE, AK, APRIL 22 - 26, 2001, PROCEEDINGS IEEE INFOCOM. THE CONFERENCE ON COMPUTER COMMUNI, vol. VOL. 1 OF 3. CONF. 20, 22 April 2001 (2001-04-22), pages 959 - 965, XP010538783, ISBN: 0-7803-7016-3 * |
Cited By (40)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8797887B2 (en) * | 2004-03-30 | 2014-08-05 | British Telecommunications Plc | Treatment of data in networks |
US8498210B2 (en) | 2005-01-31 | 2013-07-30 | British Telecommunications Plc | Control of data in a network |
US7948878B2 (en) | 2005-02-07 | 2011-05-24 | British Telecommunications Plc | Policing networks |
US8537714B2 (en) | 2005-11-02 | 2013-09-17 | Thomson Licensing | Method for determining a route in a wireless mesh network using a metric based on radio and traffic load |
US8335164B2 (en) | 2005-11-02 | 2012-12-18 | Thomson Licensing | Method for determining a route in a wireless mesh network using a metric based on radio and traffic load |
WO2007053141A1 (en) * | 2005-11-02 | 2007-05-10 | Thomson Licensing | Method for determining a route in a wireless mesh network using a metric based on radio and traffic load |
WO2008002440A2 (en) * | 2006-06-23 | 2008-01-03 | Lucent Technologies Inc. | Method and apparatus of precedence identification for real time services |
WO2008002440A3 (en) * | 2006-06-23 | 2008-02-21 | Lucent Technologies Inc | Method and apparatus of precedence identification for real time services |
US8050259B2 (en) | 2006-06-23 | 2011-11-01 | Alcatel Lucent | Method and apparatus of precedence identification for real time services |
WO2008001081A1 (en) * | 2006-06-26 | 2008-01-03 | British Telecommunications Public Limited Company | Monitoring networks |
US8259578B2 (en) | 2006-06-26 | 2012-09-04 | British Telecommunications | Monitoring networks |
WO2008097221A1 (en) * | 2007-02-07 | 2008-08-14 | Thomson Licensing | A radio and bandwidth aware routing metric for multi-radio multi-channel multi-hop wireless networks |
US8432820B2 (en) | 2007-02-07 | 2013-04-30 | Thomson Licensing | Radio and bandwidth aware routing metric for multi-radio multi-channel multi-hop wireless networks |
WO2009013201A1 (en) | 2007-07-26 | 2009-01-29 | Siemens Aktiengesellschaft | Methods, networks and network nodes for selecting a route |
EP2048834A1 (en) * | 2007-10-08 | 2009-04-15 | Siemens Aktiengesellschaft | Methods, networks and network nodes for selecting a route |
WO2009118540A1 (en) * | 2008-03-28 | 2009-10-01 | British Telecommunications Public Limited Company | Measuring data source-specific network metrics |
EP2106068A1 (en) * | 2008-03-28 | 2009-09-30 | British Telecommunications Public Limited Company | Measuring data source-specific network metrics |
WO2010106311A1 (en) | 2009-03-16 | 2010-09-23 | British Telecommunication Public Limited Company | Path characterisation in networks |
US9130768B2 (en) | 2009-03-16 | 2015-09-08 | British Telecommunications Public Limited Company | Path characterisation in networks |
EP2230803A1 (en) | 2009-03-16 | 2010-09-22 | BRITISH TELECOMMUNICATIONS public limited company | Path characterisation in networks |
EP2234346A1 (en) | 2009-03-26 | 2010-09-29 | BRITISH TELECOMMUNICATIONS public limited company | Policing in data networks |
US9154422B2 (en) | 2009-03-26 | 2015-10-06 | British Telecommunications Plc | Policing in data networks |
WO2010109201A1 (en) | 2009-03-26 | 2010-09-30 | British Telecommunications Public Limited Company | Policing in data networks |
WO2011045553A1 (en) | 2009-07-17 | 2011-04-21 | British Telecommunications Public Limited Company | Usage policing in data networks |
US8934338B2 (en) | 2009-07-17 | 2015-01-13 | British Telecommunications, Public Limited Company | Policing usage of data networks |
EP2282458A1 (en) | 2009-07-17 | 2011-02-09 | BRITISH TELECOMMUNICATIONS public limited company | Usage policing in data networks |
EP2398194A1 (en) | 2010-06-17 | 2011-12-21 | British Telecommunications Public Limited Company | Monitoring path characterisation information |
WO2011157984A1 (en) | 2010-06-17 | 2011-12-22 | British Telecommunications Public Limited Company | Monitoring path characterisation information |
EP2680636A4 (en) * | 2011-06-07 | 2015-04-15 | Zte Corp | Reporting method, detection method, device and system for network state |
EP2680636A1 (en) * | 2011-06-07 | 2014-01-01 | ZTE Corporation | Reporting method, detection method, device and system for network state |
US9161255B2 (en) | 2011-06-07 | 2015-10-13 | Zte Corporation | Reporting method, detection method, device and system for network state |
WO2013001271A1 (en) | 2011-06-30 | 2013-01-03 | British Telecommunications Public Limited Company | Determining path congestion measures |
EP2541850A1 (en) | 2011-06-30 | 2013-01-02 | British Telecommunications Public Limited Company | Determining path congestion measures |
WO2013045878A1 (en) | 2011-09-30 | 2013-04-04 | British Telecommunications Plc | Attribution of congestion contributions |
EP2575303A1 (en) | 2011-09-30 | 2013-04-03 | British Telecommunications Public Limited Company | Determining congestion measures |
US9998400B2 (en) | 2011-09-30 | 2018-06-12 | British Telecommunications Public Limited Company | Attribution of congestion contributions |
JP2012147459A (en) * | 2012-03-05 | 2012-08-02 | Thomson Licensing | Radio and bandwidth aware routing metric for multi-radio multi-channel multi-hop wireless networks |
US20140047103A1 (en) * | 2012-08-10 | 2014-02-13 | Viasat, Inc. | System, method and apparatus for subscriber user interfaces |
US11469914B2 (en) * | 2012-08-10 | 2022-10-11 | Viasat, Inc. | System, method and apparatus for subscriber user interfaces |
US11973607B2 (en) | 2012-08-10 | 2024-04-30 | Viasat, Inc. | System, method and apparatus for subscriber user interfaces |
Also Published As
Publication number | Publication date |
---|---|
GB0407144D0 (en) | 2004-05-05 |
CA2559986A1 (en) | 2005-10-13 |
ATE436136T1 (en) | 2009-07-15 |
US8391152B2 (en) | 2013-03-05 |
US8797887B2 (en) | 2014-08-05 |
CN1939007A (en) | 2007-03-28 |
EP1730907B1 (en) | 2009-07-08 |
US20070195698A1 (en) | 2007-08-23 |
EP1730908B1 (en) | 2012-10-03 |
EP1730907A1 (en) | 2006-12-13 |
CN1939012A (en) | 2007-03-28 |
CA2559924A1 (en) | 2005-10-13 |
CN100581131C (en) | 2010-01-13 |
EP1730908A1 (en) | 2006-12-13 |
CA2559986C (en) | 2013-12-17 |
CN1939012B (en) | 2010-08-25 |
WO2005096567A1 (en) | 2005-10-13 |
DE602005015300D1 (en) | 2009-08-20 |
CA2559924C (en) | 2013-12-17 |
US20080240115A1 (en) | 2008-10-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CA2559986C (en) | Treatment of data in networks | |
Godfrey et al. | Pathlet routing | |
Feamster et al. | Guidelines for interdomain traffic engineering | |
CA2565535C (en) | Processing of data in networks | |
TWI384824B (en) | Method for providing routing protocols in a frequency hopping spread spectrum network | |
US20020150041A1 (en) | Method and system for providing an improved quality of service for data transportation over the internet | |
US6804201B1 (en) | Cognitive packet network | |
CN109314676A (en) | Resource data in distribution and converging network | |
Nour et al. | A collaborative multi-metric interface ranking scheme for named data networks | |
Korkmaz et al. | State-path decoupled QoS-based routing framework | |
Stoilov et al. | Routing algorithms in computers networks | |
Kamel et al. | Final specification of mechanisms, protocols and algorithms for enhanced | |
Wang et al. | A framework for lightweight QoS provisioning: network planes and parallel Internets | |
Hei et al. | Stochastic relay routing in peer-to-peer networks | |
Amaral | Multipath inter-domain policy routing | |
Skrypnyuk | Load-sensitive routing | |
Loret et al. | Optimal threshold based CAR for wireless mesh network | |
Rajahalme | Incentive-Informed Inter-Domain Multicast | |
Rangaswamy et al. | Adaptive Routing Algorithms in Distributed Networks | |
Wang et al. | Interdomain traffic control over multiple links based on genetic algorithm | |
Nanda et al. | Policy based QoS support using BGP routing | |
Yannuzzi | Strategies for internet route control: past, present and future | |
Saad | Source routing: Best rout using genetic algorithm | |
Kavianfar et al. | PPMN: a resilient public peer-to-peer mesh network of IEEE802. 16 Users | |
Elsayed et al. | LMPS: Localized multi-path Selection for QoS routing in VoIP networks |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): BW GH GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2005729631 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2559924 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 5408/DELNP/2006 Country of ref document: IN |
|
WWE | Wipo information: entry into national phase |
Ref document number: 10593423 Country of ref document: US Ref document number: 2007195698 Country of ref document: US |
|
WWE | Wipo information: entry into national phase |
Ref document number: 200580010757.8 Country of ref document: CN |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWW | Wipo information: withdrawn in national office |
Ref document number: DE |
|
WWP | Wipo information: published in national office |
Ref document number: 2005729631 Country of ref document: EP |
|
WWP | Wipo information: published in national office |
Ref document number: 10593423 Country of ref document: US |