US6215772B1 - Dynamic parameter estimation for efficient transport of HPR data on IP - Google Patents

Dynamic parameter estimation for efficient transport of HPR data on IP Download PDF

Info

Publication number
US6215772B1
US6215772B1 US08/980,073 US98007397A US6215772B1 US 6215772 B1 US6215772 B1 US 6215772B1 US 98007397 A US98007397 A US 98007397A US 6215772 B1 US6215772 B1 US 6215772B1
Authority
US
United States
Prior art keywords
link
hpr
rate
network
connection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US08/980,073
Inventor
Dinesh Chandra Verma
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US08/980,073 priority Critical patent/US6215772B1/en
Assigned to IBM CORPORATION reassignment IBM CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: VERMA, DINESH C.
Application granted granted Critical
Publication of US6215772B1 publication Critical patent/US6215772B1/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/50Testing arrangements

Definitions

  • the computer communication network in a typical enterprise has changed substantially over the last two decades. Until the middle 80's most enterprise networks were based on IBM's SNA architecture. Such networks connected database servers, usually IBM mainframes, to several client terminals. However, since the late 80's, the use of IP in the enterprise network has become more prevalent. However, the applications in the client and the mainframe are largely the original SNA-based ones. In such an environment, one needs to transport SNA application data over an IP network efficiently. The typical communication occurs between two SNA networks, which are connected by an intermediary IP network.
  • SNA architecture has evolved into several versions.
  • the initial version of SNA networks was relatively static, and machine communication had to be pre-configured. This version is commonly known as the subarea SNA.
  • the next version of an SNA network provided dynamic configuration of communication among different machines, and is known as APPN (Advanced Peer to Peer Networking).
  • APPN Advanced Peer to Peer Networking
  • HPR High Performance Routing
  • HPR augments APPN by providing two functional enhancements, a flexible routing mode called ANR (Automatic Network Routing) and a transport protocol called RTP.
  • ANR Automatic Network Routing
  • RTP transport protocol
  • IP Internet Protocol
  • TCP transport protocols
  • UDP unreliable datagram service end-to-end
  • UDP is a unreliable connection-less protocol and the encapsulation process can be done very efficiently.
  • SNA requires that the intermediate links provide reliable connectivity. This problem is addressed by replacing the core SNA protocol in the mainframe by the HPR (High Performance Routing) protocol, which has been developed as an adjunct to APPN (Advanced Peer to Peer Networking), an enhanced form of SNA protocol.
  • HPR High Performance Routing
  • ARB fails to perform adequately in IP-based networks. ARB assumes that it is operating over a link with a fixed delay and bandwidth. In reality, this virtual link consists of several links with competing traffic from other protocols such as TCP sharing the link bandwidth. The characteristics of the link change over time. The performance of ARB is adversely affected when the link characteristics it assumes differ substantially from the instant link characteristics.
  • a second method uses a packet pair scheme.
  • one end of the IP network sends out two back-to-back packets to its partner the other end of the network.
  • the partner records the difference in time between the two packets, and relays the information back to the network.
  • the information is relayed back to the originating node, which uses the temporal separation between the two nodes to determine the bottleneck link speed in the multi-hop network.
  • the step is repeated several time so as to obtain a dynamic moving average.
  • the network delay is obtained by averaging over the round-trip delays observed by the sender.
  • a third method uses an aggressive congestion scheme.
  • one end of the IP network snoops into the RTP headers to determine whether a packet is being transmitted for the first time, is being re-transmitted, or an acknowledgment is being received for the packet.
  • the snooper computes the network bandwidth and delay parameters for ARB which would cause it to become as aggressive as the TCP congestion control scheme for the connection.
  • This protocol requires a pre-existing RTP connection.
  • each node establishes a RTP connection between entities known as control points.
  • the control point connection is an ideal connection to monitor for this comparison.
  • the first network engine I/O is coupled to the second encapsulator I/O, the third network engine I/O to accept a coupling to a network supporting the second protocol.
  • the encapsulator converts data between the first and second protocols, and the estimator measures link characteristics of the communication apparatus with respect to a remote apparatus coupled to the network.
  • the network provides a remote virtual link with the apparatus.
  • the virtual link is supported by the second protocol.
  • the estimator measures the link characteristics at predetermined events. In some cases the predetermined intervals are fixed times increments ranging from a few milliseconds to many minutes.
  • the first protocol engine is an HPR protocol engine and the second protocol engine is an IP protocol engine.
  • Another aspect of the present invention provides a method for dynamically estimating the characteristics of a virtual HPR link.
  • the method comprising of: sending a plurality of back-to-back packets from a first HPR/IP node to a second HPR/IP node; measuring packet separation data between the back-to-back packets when received at the second HPR/IP node; determining a set of link characteristics of the IP network from the packet separation data at the second node; and returning the link characteristics to the first HPR/IP node.
  • the step of estimating is done repeatedly at a predetermined interval, and/or is comprised of sending a plurality of probe packets to a receiver at an end of the virtual link, and receiving a plurality of response packets from the receiver from which the set of link characteristics are determined.
  • the probe packets include the time of send data, and/or the response packets contain a delay characteristics of the virtual link, and/or the response packets contain bandwidth characteristics of the virtual link.
  • the first congestion control algorithm is a TCP congestion control algorithm
  • the second congestion control algorithm is an ARB congestion control algorithm.
  • the estimator comprises: a monitor, which observes the requests and acknowledgements/responses flowing through the apparatus; a correlator, which matches the requests to the acknowledgments/responses; a delay estimator, which determines the delay on a virtual HPR link on which the requests and acknowledgements/responses are flowing; a TCP connection rate generator, which determines a TCP rate at which a TCP connection sends data using a TCP congestion control algorithm; an ARB connection rate generator, which determines an ARB rate at which the TCP connection would send data using an ARB congestion control algorithm; a link rate generator, which sets a link rate equal to the TCP rate if the TCP rate is higher than the ARB rate, otherwise sets the link rate to the ARB rate.
  • the estimator comprises: a monitor, which observes the requests and acknowledgements/responses flowing through the apparatus; a correlator, which matches the requests to the acknowledgments/responses; a delay estimator, which determines the delay on a virtual HPR link on which the requests and acknowledgements/responses are flowing; a first connection rate generator, which determines a first rate at which a connection sends data using a first congestion control algorithm; a second connection rate generator, which determines a second rate at which the connection would send data using a second congestion control algorithm; a link rate generator, which sets a link rate equal to the first rate if the first rate is higher than the second rate, otherwise sets the link rate to the second rate.
  • a gateway system which comprises: a first apparatus having a first apparatus primary I/O and a first apparatus secondary I/O, and a second apparatus having a second apparatus primary I/O and a second apparatus secondary I/O.
  • the first apparatus primary I/O to accept a first link connection supporting a first protocol
  • the first apparatus secondary I/O to accept a connection to a communications network supporting a second protocol.
  • the second apparatus primary I/O to accept a second link connection supporting a third protocol
  • the second apparatus secondary I/O to accept a connection to the communications network.
  • the second apparatus is coupled to the first apparatus via a virtual link within the communications network, with the virtual link supporting the second protocol.
  • the first apparatus comprises a first estimator to measure a set of first link characteristics of the virtual link with respect to the second apparatus, and wherein.
  • the second apparatus comprises a second estimator to measure a set of second link characteristics of the virtual link with respect to the first apparatus.
  • the first estimator measures the first link characteristics at predetermined intervals.
  • the second estimator measures the second link characteristics at the predetermined intervals, and/or the first and third protocols are HPR protocols and the second protocol is an IP protocol.
  • the first estimator and the second estimator cooperate in measuring the first set of characteristic links and the second set of characteristic links, and/or the first apparatus further comprises a first encapsulator to convert between the first and second protocols, and the second apparatus further comprises a second encapsulator to convert between the first and third protocols.
  • the present invention provides a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for dynamically estimating the characteristics of a virtual HPR link.
  • the method steps comprising: monitoring a plurality of requests and a plurality of acknowledgments flowing between a first HPR/IP node and a second HPR/IP node on a virtual IP link; correlating each acknowledgment with one request; determining a delay between the each acknowledgement and the one request; determining a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; converting the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
  • the present invention provides an article of manufacture comprising: a computer usable medium having computer readable program code embodied therein to cause the dynamic estimatation of link characteristics of a virtual HPR link.
  • the computer readable program code in the article of manufacture comprising computer readable program code to cause a computer to effect: the monitoring of a plurality of requests and a plurality of acknowledgments flowing between a first HPR/IP node and a second HPR/IP node on a virtual IP link; the correlating of each acknowledgment with one request; the determining of a delay between the each acknowledgement and the one request; the determining of a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; and the converting of the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
  • FIG. 1 shows several clusters of HPR networks connected together by an IP backbone network which is accessed via HPR-IP gateways;
  • FIG. 2 ( a ) shows the structure of any IP packet on an IP network
  • FIG. 2 ( b ) shows the structure of a packet on a pure HPR network
  • FIG. 2 ( c ) shows the structure of a HPR packet when it is carried on the IP network
  • FIG. 3 shows the structure of an HPR-IP gateway illustrating the components that make up the HPR-IP gateway
  • FIG. 4 shows a flow-chart used by the RTP source engine to determine the characteristics of a link along its path during its congestion control scheme
  • FIG. 5 shows a flow-chart used by the estimator component of the HPR/IP gateway to estimate the dynamic characteristics of a virtual link along its path using pre-existing link characteristic tools
  • FIG. 6 show the flow-chart used by the estimator component of the HPR/IP gateway to request the estimation of the dynamic characteristics of a virtual link along its path by sending a group of probe packets in the network;
  • FIG. 7 show the flow-chart used by the estimator component of the HPR/IP gateway to respond to the estimation of the dynamic characteristics of a virtual link along its path using the method of sending a group of probe packets in the network;
  • FIG. 9 shows the structure of an estimator component of the HPR/IP gateway which estimates the dynamic characteristics of a virtual link along its path using a method of snooping into the higher level protocol headers at the HPR-IP gateway.
  • FIG. 1 An environment in which the invention can be used is shown in FIG. 1 . It shows three HPR networks, 100 , 110 and 120 , which are interconnected together by a backbone IP network 130 .
  • the IP backbone 130 is connected to the HPR network 100 by means of an HPR-IP gateway 140 .
  • HPR network 110 is connected by means of an HPR-IP gateway 150
  • HPR network 120 is connected to the backbone by means of an HPR-IP gateway 160 .
  • the task of the HPR-IP gateways is to provide the mechanisms so that the HPR networks 100 , 110 and 120 can inter-operate.
  • the gateways perform this task by creating logical links across the IP backbone network that provide the interconnection between the different HPR networks. These logical links are created by establishing a communication channel across the IP network using the UDP protocol.
  • the creation of logical links is used widely within the networking community.
  • FIG. 1 shows three logical links, 170 , 180 and 190 which connect the three HPR networks together.
  • a virtual link may include several IP nodes and/or links.
  • the ANR header 270 is derived from the ANR header 230
  • the RTP header 280 is derived from the ANR header 250
  • the RTP data 290 is derived from the RTP data 250 .
  • the IP header 260 is removed, and the original packet in the format of FIG. 2 ( b ) is regenerated, with the ANR header 230 derived from ANR header 270 , RTP header 240 derived from RTP header 280 , and RTP data 250 derived from RTP data 290 .
  • RTP is the transport protocol used with HPR networks.
  • RTP is used for point-to-point communication between a pair of applications on two computers connected together by an HPR network.
  • RTP bases its reaction to congestion control on the notion of the bottleneck link, that it the slowest link between a pair of communicating links. It also assumes that the links are going to be used exclusively by RTP sources.
  • the characteristics of the virtual link over the IP backbone varies dynamically over time. Sometimes, it may be the slowest link along the path, while at other times it may not be. Furthermore, when it is the slowest link on the path, the bandwidth available for HPR traffic varies dynamically due to the presence of competing non-HPR traffic.
  • the source needs to obtain the information about the dynamic characteristic of the link and use that in its congestion control algorithm.
  • this information needs to be provided in a manner that is transparent to RTP so that the same RTP engine can be used for HPR links that are encapsulated over IP as well as native HPR links.
  • this adaptation be provided by the HPR-IP gateway.
  • FIG. 3 shows a structure of an HPR-IP gateway that uses information about the current characteristics of the virtual link to improve the performance of HPR encapsulation over IP.
  • the HPR-IP gateway 300 consists of four components.
  • the HPR engine 320 is responsible for receiving and transmitting HPR packets in the format shown in FIG. 2 ( b ), and for interacting with other components of the HPR network that send packets to it.
  • the IP engine 340 is responsible for receiving and transmitting packets in the IP backbone network in the format shown in FIG. 2 ( a ).
  • the encapsulator 330 is responsible for converting packets from the HPR format to the IP format and vice-versa.
  • the estimator 310 is a module that monitors the performance of the IP network, and computes its current link characteristics.
  • the estimator determines the current link characteristics by monitoring the IP packets received and transmitted by the IP engine 340 , and the RTP engine 320 . It also communicates with the RTP engine to indicate the current characteristics of the virtual link.
  • the encapsulator 330 can add information during the encapsulation and decapsulation phase, which would enable the estimator 310 to obtain better estimates of the link performance. One example of such information would be the time at which a packet is received for encapsulation.
  • the estimator 310 at the other end looks at this information in order to determine the performance of the network.
  • the encapsulators in the network can also exchange special probe packets in order to determine the network performance. These special probe packets carry time-stamps and sequence number information which permits the encapsulator at the other end to determine network performance.
  • the information about the current link characteristics need to be conveyed back to the RTP engine at the communicating node.
  • the source RTP initiates a connection by sending out a route-establishment message which determines the characteristics of the path between the pair of communicating nodes.
  • the current characteristics of the virtual path are always provided by the HPR engine in the HPR-IP engine gateway.
  • each RTP connection that is initiated obtains the characteristics of the virtual links at the start of the connections.
  • the dynamic determination of link characteristics at the time of connection establishment is adequate for the duration of the connection.
  • the link characteristics vary over the life of the connection.
  • the RTP engine at the source node can account for it by sending route-establishment queries at periodic intervals. However, this would require a change to the existing HPR architecture.
  • the same RTP end-point is likely to have several RTP connection establishments over a period of time.
  • the virtual link would be shared among all the different RTP connections established by the node.
  • the RTP end-point would use the most current link characteristics in order to drive its congestion control scheme.
  • the most current link characteristics would be obtained by the most current response to a route establishment message that involves the virtual link.
  • Links characteristics obtained as a result of different route establishment messages can be correlated easily because they have a common ANR path from the source.
  • the most current link characteristics can also be broadcast on the HPR network by the estimator in HPR-IP gateway on a periodic basis, or when the characteristics change by a significant amount.
  • the broadcasts contain an identifier for the link whose characteristics are contained in the broadcast.
  • FIG. 4 shows a flow-chart used by an RTP source engine to determine the characteristics of a link along its path during its congestion control scheme.
  • the procedure is entered in step 400 whenever the characteristics of a link have to be determined.
  • the algorithm verifies whether a new link characteristic is available for the link in question.
  • the new link characteristic may be available as a result of either a new route establishment message using the same link, or as a result of a new link status update broadcast by the HPR-IP gateway. If a new link characteristic is available, it is stored locally 420 .
  • step 430 of the algorithm the stored link characteristics are extracted. The stored data are always the most recently updated data.
  • the algorithm exits in step 450 .
  • the link characteristics of the virtual link may themselves be identified by using a variety of techniques. Three such techniques that can be used for determining the link characteristics of an IP virtual link are described herein. Other techniques may be similarly employed to implement the present invention.
  • Method 1 consists of using pre-existing link characteristic tools. These tools (e.g. a tool known as pathchar on the Internet) send out special IP control messages that become invalid after a fixed number of hops. On the expiration of the invalid messages, the corresponding router sends a reply back to the originating host.
  • This scheme identifies the characteristics of all the IP links along the path. The individual path characteristics are aggregated together by adding up their delays and taking the minimum available bandwidth on the links. This information is then provided to the HPR engine.
  • Other tools available for this purpose are bprobe and cprobe, developed at Boston University. These tools are invoked at periodic intervals, as well as when an abrupt change in network conditions is observed. The abrupt change in network conditions include a sudden loss of packets in the network, or a failure of a link or a node in the network.
  • FIG. 5 shows a flow-chart used by an estimator component of a HPR/IP gateway to obtain the dynamic characteristics of a virtual link along its path using Method 1.
  • the procedure is initiated at predetermined times.
  • the procedure is entered in step 501 .
  • an existing tool such as traceroute or bprobe, is invoked to obtain the characteristics of the virtual link.
  • the results obtained from the existing tool are converted to the link characteristics understood by the HPR algorithm. Specifically, the link delay and bandwidth metrics are obtained from the output of the existing tools.
  • these link characteristics are stored in a location that is accessible by the RTP source engine executing the flow-chart described in FIG. 4 and the procedure is exited 509 .
  • Method 2 consists of sending a group of probe packets on the network. These probe packets are sent out by an estimator in an originating HPR-IP gateway to the estimator in another HPR-IP gateway.
  • the sending estimator puts the current time-stamp and sequence number in the origin packet.
  • This information is analyzed by the recipient estimator who can analyze this information locally, or can store its current time-stamp into the packet and reflect it back to the original HPR/IP gateway.
  • the analysis of the information determines the delay and bandwidth of the virtual link by, for example, observing the sequence numbers and the time-stamp placed by the originating HPR-IP gateway.
  • FIGS. 6 and 7 show the flow-charts used by an estimator component of the HPR/IP gateway to obtain the dynamic characteristics of a virtual link along its path using Method 2.
  • Method 2 requires two estimators, one on each of the two ends of a virtual link enabling the HPR/IP gateways to communicate with each other.
  • One of these estimators initiates the estimating procedure using the flow-chart illustrated in FIG. 6 .
  • the other estimator responds to the estimation requests using the flow-chart illustrated in FIG. 7 .
  • the procedure illustrated in FIG. 6 is generally entered at pre-determined times 601 .
  • step 603 two or more packets are prepared for transmission to the estimator on a second HPR/IP gateway.
  • the current time and packet sequence number is put into the packet.
  • the procedure waits for the responses/acknowledgments to the packets to be received, and stores them in local memory.
  • step 609 the procedure checks if it has obtained the required number of responses to determine the link characteristics. If the required responses have been received, it computes the link characteristics on the basis of those responses in step 613 .
  • step 615 these responses are stored so that they can be used by an RTP source engine procedure such as that illustrated in FIG. 4 .
  • the process then stops in step 619 . If the result of step 609 is negative, and all required responses have not been received, the procedure checks if a specified time-out period after the requests have been sent has elapsed 611 . If the time-out period has elapsed, and the response have not been received, the estimation procedure stops 617 . However, if the time-out period has not elapsed, the procedure continues to wait for more responses.
  • the procedure illustrated in FIG. 7 is entered by an estimator during its initialization in step 701 .
  • the estimator waits for probes from its partner estimator on the other end of the virtual link.
  • the packets are processed in step 705 .
  • the processing in step 705 can either simply reflect the probe packets back to the sender, or it can compute the link characteristics at its local end.
  • the procedure checks if a response packet needs to be generated. This check is performed in step 707 . If no response is needed, the procedure goes back to receiving more packets in step 703 . If the response is needed, a response packet is generated and sent back in step 709 , after which the estimator procedure reverts back to receiving the next probe packet in step 703 .
  • Method 3 consists of snooping into the higher level protocol headers at the HPR-IP gateway.
  • the HPR-IP gateway traditionally looks only at the IP and ANR headers of packets shown in FIG. 2 .
  • RTP header contains various congestion control information data that can be used to determine the rate at which packets should be sent in the network.
  • the RTP protocol uses a particular algorithm to translate this congestion control information into a transmission rate for a connection.
  • Other congestion control protocols, such as TCP use somewhat different algorithms to translate the congestion control information into the transmission rate.
  • the HPR-IP gateway analyzes the congestion control information and uses both the TCP and RTP congestion control algorithms to determine the transmission rate.
  • the HPR-IP gateway computes the effective bandwidth and delay of the virtual link for which the RTP congestion control scheme would send packets at the same transmission rate as the TCP algorithm. These link characteristics are then published by the HPR-IP gateway as those of the virtual link.
  • FIG. 8 shows the flow-chart used by the estimator component of the HPR/IP gateway to obtain the dynamic characteristics of a virtual link along its path using Method 3 .
  • the procedure is entered at step 801 when an HPR/IP connection is established through the HPR/IP gateway. At this step, a default set of link characteristics are assumed for the virtual link.
  • the packets flowing through the HPR/IP gateway are monitored and classified into packet transmissions, acknowledgments of packet transmission, requests for network rate information, and replies (acknowledgment) of network rate information.
  • the procedure checks if the packet signals the end of the HPR/IP connection. If so, the procedure exits in step 821 .
  • step 805 the procedure checks if the packet is an acknowledgment (or rate reply packet). Information from the rate requests and packet transmissions which is needed for computing link characteristics is stored for further processing in step 807 .
  • the procedure finds its corresponding rate request or original packet.
  • step 811 the time when the packet was originally transmitted and when the reply (or acknowledgment) are received are compared, and the delay on the virtual HPR link is estimated from the difference in the two times.
  • step 813 the information about the packets and the acknowledgment patterns they received are analyzed to determine the rate that a TCP congestion control algorithm would obtain when used for the specified HPR/IP connection.
  • step 815 the ARB congestion control algorithm is executed and the rate it would assign to the connection under the same set of constraints is computed.
  • the ARB protocol engine is well known in prior art.
  • One distinguishing feature about the TCP congestion control algorithm is that it computes its connection rate without using the characteristics of the virtual link, whereas ARB protocol uses the link characteristics as an input in computing its connection rate.
  • step 817 the TCP connection rate and the ARB connection rate are compared. If the ARB connection rate is higher than the TCP connection rate, the link characteristics are left unchanged, and the procedure reverts to step 803 .
  • step 819 the procedure computes the virtual link rate which would cause ARB to operate at the same connection rate as TCP.
  • One method of doing it is to divide the TCP connection rate by an configuration parameter of ARB which specifies the ratio of ARB initial connection rate to the link rate. This information is stored and the procedure moves back to step 803 .
  • a request is information that is generated by one of end of a connection and sent to the other end.
  • An acknowledgment is an indication from the other end that it received the request. After the second end has processed the request, it may also send a reply back to the first end.
  • the TCP congestion control algorithm determines a rate at which to send new requests by analyzing the acknowledgments received for requests sent earlier.
  • the ARB congestion control algorithm determines a rate at which to send new requests by analyzing the replies generated to a subset of requests sent earlier. Both of these, the TCP acknowledgments and the ARB replies, are herein commonly referred to as acknowledgments/responses.
  • FIG. 9 shows a flow structure of the estimator that can be used to determine the dynamic characteristics of a virtual HPR link.
  • the estimator 901 consists of packet monitor 903 , a correlator 905 , a delay computer 907 , a first connection rate computer 909 , a second connection rate computer 911 and a link rate computer 913 .
  • the packet monitor 903 receives information about packets flowing through the HPR/IP gateway on a monitor input port, and classifies the packets into requests, acknowledgments, replies and packet transmissions.
  • the packet monitor 903 passes the classification information to a correlator 905 via a correlator output port.
  • the correlator 905 receives this information, and sends information about acknowledgments and corresponding packets (or matching request-reply pairs) to the delay computer 907 via the delay output interface.
  • the delay computer 907 receives this information via its correlator input interface and determines the delay of a virtual HPR link from this information.
  • the delay computer 907 outputs the link delay on a link delay output port.
  • the correlator 905 sends the packet information to a first rate computer 909 and a second rate computer 911 .
  • the first connection rate computer determines the connection rate for a HPR/IP session using the TCP congestion control algorithm, while the second connection rate computer determines the connection rate for a HPR/IP session using the ARB congestion control algorithm.
  • the two connection rates thus computed are sent to a link rate computer 913 .
  • the link rate computer compares the two connection rates, and chooses the higher of the two rates. If the TCP rate is not the highest, then the link rate computer determines the minimum link rate at which the second connection rate computer 911 would have obtained the same rate as the first connection rate computer 909 .
  • the computed link rate is sent on a link rate output port.
  • All the embodiments of the present inventions are also suitable for inclusion in an article of manufacture and/or a program storage device readable by machine, with the article/device being used for implementing the present invention in a particular system.
  • the article may be a floppy or hard disc, a CDROM or any media and/or equipment capable of being loaded with data or a program for enabling a system or computer to perform an embodiment of the invention.
  • this may be any of the HPR gateways 100 shown in FIG. 1 .
  • This includes embodiments wherein the data and/or programs are available locations that are remote from the network and/or elements that employ this invention. This encompasses cases in which the data and/or programs are downloaded from one location/medium for use at another location or another medium.

Abstract

The invention describes a scheme by which the dynamic characteristics of virtual links provided to a first network protocol engine are fed back to a second network protocol engine, and used to improve the performance of the second protocol traffic across a backbone. As an example, the invention describes a scheme by which the dynamic characteristics of the virtual links provided to the HPR network are fed back to the RTP protocol, and used to improve the performance of RTP traffic across the IP backbone. The invention provides this feedback using the mechanisms provided by the HPR networking architecture, and thus can inter-operate with HPR networks that do not support this invention. In one embodiment of the present invention, on the link characteristics are determined by programs running on both end of the IP network. These link characteristics are sent to the HPR end-node when an HPR connection is established. The HPR end-node obtains the information during the connection establishment phase. During the initiation of a connection, the HPR connection establishment protocols send out route-setup messages along the desired path of the connection. When the message is received by the node along the path, it is required to send its fixed bandwidth and delay in the route-setup control vector, a component of the set-up message. This value is dynamically changed so as to reflect the current state of the network. Three methods to obtain the current link characteristics of the multi-hop IP network are described.

Description

FIELD OF THE INVENTION
This invention is directed to the field of computer communication networks. It is more particularly directed to inter-operation among different types of communication networks.
BACKGROUND OF THE INVENTION
The computer communication network in a typical enterprise has changed substantially over the last two decades. Until the middle 80's most enterprise networks were based on IBM's SNA architecture. Such networks connected database servers, usually IBM mainframes, to several client terminals. However, since the late 80's, the use of IP in the enterprise network has become more prevalent. However, the applications in the client and the mainframe are largely the original SNA-based ones. In such an environment, one needs to transport SNA application data over an IP network efficiently. The typical communication occurs between two SNA networks, which are connected by an intermediary IP network.
These computer communications networks in the enterprise interconnect these different terminals, work-stations, personal computers, servers and host and enable them to inter-operate. The inter-operation between these machines is obtained by using a common communication protocols and architecture. An architecture developed by IBM, called SNA (Systems Networking Architecture) is a very common networking architecture in an enterprise.
Over the years, SNA architecture has evolved into several versions. The initial version of SNA networks was relatively static, and machine communication had to be pre-configured. This version is commonly known as the subarea SNA. The next version of an SNA network provided dynamic configuration of communication among different machines, and is known as APPN (Advanced Peer to Peer Networking). A further enhancement to APPN is known as HPR (High Performance Routing). HPR augments APPN by providing two functional enhancements, a flexible routing mode called ANR (Automatic Network Routing) and a transport protocol called RTP. While subarea SNA required that each of the links in the network be reliable, HPR does not have such a requirement. ANR links may be unreliable, and RTP provides end-to-end reliability by retransmitting packets.
Another architecture, based on the Internet Protocol, or IP, is commonly used in an enterprise. IP provides a connectionless network on top of which two transport protocols are commonly supported, TCP, which provides a reliable byte-stream transport of data end-to-end, and UDP which provides an unreliable datagram service end-to-end. Due to historical reasons, many enterprises have evolved to have a structure in which clusters of SNA networks are inter-connected with an intervening IP network. Communication in these networks usually tend to be from a client SNA network which supports different terminals, to a SNA network containing a mainframe server. The client networks are connected to the server networks by an intermediate IP network. To the SNA network, the entire IP network appears to be a set of SNA links that connect the different sites together. SNA protocols operate transparently over these virtual links.
One way for transport of SNA traffic over IP network is using a protocol called DLSW (Data Link Switching). This protocol terminates the SNA connection at the boundary of the SNA and the IP networks. And splices the two resulting SNA connections by means of a TCP connection. The splicing imposes a significant load on the computer implementing DLSW due to the need to maintain the connection state and protocol for both SNA and TCP sides of the connection. The DLSW scheme consists of encapsulating an SNA packet into a TCP packet for carrying across the IP network. It is well-suited for sub-area SNA, but performs poorly when it is used for HPR networks. The congestion control used by RTP and TCP, the transport protocol used by DLSW, do not operate well together.
An alternative way is to encapsulate SNA data over the Internet UDP protocol. UDP is a unreliable connection-less protocol and the encapsulation process can be done very efficiently. However, SNA requires that the intermediate links provide reliable connectivity. This problem is addressed by replacing the core SNA protocol in the mainframe by the HPR (High Performance Routing) protocol, which has been developed as an adjunct to APPN (Advanced Peer to Peer Networking), an enhanced form of SNA protocol.
HPR provides reliability by using a reliable transport protocol called RTP. RTP operates over unreliable links, and uses a congestion control policy called ARB (adaptive rate-based control). The ARB protocol sends out packets at a regular spacing, increasing the spacing when it detects that the network is congested, and decreasing the spacing when it senses that the network is lightly loaded.
ARB was designed to operate on links which are used exclusively for HPR traffic. HPR assumes that each link on the network is a constant-delay fixed-bandwidth point-to-point link, on which all the traffic originates from competing HPR sources. The characteristics of all links are determined when the link is brought up, and distributed to all other nodes in the HPR network. When part of the network is carried on an IP backbone, the entire IP network is made to appear like a single SNA link to the HPR/ARB algorithm. This is done by encapsulating HPR packets into UDP packets and tunnelling them through the IP network.
ARB fails to perform adequately in IP-based networks. ARB assumes that it is operating over a link with a fixed delay and bandwidth. In reality, this virtual link consists of several links with competing traffic from other protocols such as TCP sharing the link bandwidth. The characteristics of the link change over time. The performance of ARB is adversely affected when the link characteristics it assumes differ substantially from the instant link characteristics.
While the creation of logical links is used in various networking infrastructures, the performance of logical links is generally poor. The key to good performance of HPR networks is the performance of its transport protocol RTP. RTP bases its operation on the behaviour of the intermediate links along the path of a pair of communicating hosts, and assumes that all the links in the network are used exclusively by RTP sources. In an HPR over IP environment, the logical links over the IP network carry a variety of non-RTP traffic which alters the characteristics of the logical link significantly. In this invention, we describe a solution which would cause RTP performance to improve when operating over an IP backbone
A solution to the dynamic link configuration problem is to determine the right characteristics of the virtual link at different times and distributing them to the network. However, such a dynamic distribution can cause a significant overhead on the network. Furthermore, it will require changes to the HPR topology distribution protocol.
SUMMARY OF THE INVENTION
The current invention describes a scheme by which the dynamic characteristics of the virtual links provided to the HPR network are fed back to the RTP protocol, and used to improve the performance of RTP traffic across the IP backbone. The invention provides this feedback using the mechanisms provided by the HPR networking architecture, and thus can inter-operate with HPR networks that do not support this invention.
In the present invention the link characteristics are determined by programs running on both end of the IP network. These link characteristics are sent to the HPR end-node when an HPR connection is established. The HPR end-node obtains the information as appropriate fields in the Route-Setup Control Vector that is exchanged among different HPR nodes during the connection establishment phase.
During the initiation of a connection, the HPR connection establishment protocols send out route-setup messages hop by hop along the desired path of the connection. When the message is received by the node along the path, it is required to send its fixed bandwidth and delay in the route-setup control vector, a component of the set-up message. This value is dynamically changed so as to reflect the current state of the network.
There are many methods to obtain the current link characteristics of the multi-hop IP network. One method uses existing tools. There are existing tools that will identify the characteristics of an IP network. These tools impose a heavy load on the network for deciphering the path characteristics, but can be used at relatively long intervals to determine the path characteristics in a network. The commonly available such tools include and traceroute and pathchar.
A second method uses a packet pair scheme. In this case, one end of the IP network sends out two back-to-back packets to its partner the other end of the network. The partner records the difference in time between the two packets, and relays the information back to the network. The information is relayed back to the originating node, which uses the temporal separation between the two nodes to determine the bottleneck link speed in the multi-hop network. The step is repeated several time so as to obtain a dynamic moving average. The network delay is obtained by averaging over the round-trip delays observed by the sender.
A third method uses an aggressive congestion scheme. Here, one end of the IP network snoops into the RTP headers to determine whether a packet is being transmitted for the first time, is being re-transmitted, or an acknowledgment is being received for the packet. The snooper computes the network bandwidth and delay parameters for ARB which would cause it to become as aggressive as the TCP congestion control scheme for the connection. This protocol requires a pre-existing RTP connection. In HPR, each node establishes a RTP connection between entities known as control points. The control point connection is an ideal connection to monitor for this comparison.
Several of these schemes can be used together to obtain a good estimate of the current network characteristics. The estimation of dynamic link characteristics in this manner improves the performance of HPR ARB algorithm in a multiple-hop IP network, without requiring a change to existing APPN/HPR network protocols.
One aspect of the present invention provides a method for dynamically determining link characteristics for a first communication protocol connection traversing a virtual communication link. The virtual link forming a pathway over a communication network supporting a second protocol. The method comprising: requesting a first set of link characteristics from a first node connected at a first boundary location along the network to a second node connected at a second boundary location along the network; sending a route setup message from at least one of the nodes along the pathway; receiving from each of the nodes a fixed bandwidth and delay in a response setup message for forming the first set of link characteristics; repeating the steps of requesting, sending and receiving at a plurality of predetermined times to obtain a new set of link characteristics at each of the predetermined times. In some embodiments the first protocol is a HPR protocol, and the second protocol is an IP protocol.
Another aspect of the present invention provides a communication apparatus comprising: a first communication engine having a first communication engine I/O, a second communication engine I/O, and a third communication engine I/O, the first communication engine I/O in order to accept a first protocol link and support a first protocol; an encapsulator having a first encapsulator I/O and a second encapsulator I/O, the first encapsulator I/O coupled to the second communication engine I/O; a network engine supporting a second protocol and having a first network engine I/O, a second network engine I/O, and a third network engine I/O; and an estimator having a first estimator I/O and a second estimator I/O, the first estimator I/O coupled to the second network engine I/O, and the second estimator I/O coupled to the second communication engine I/O. The first network engine I/O is coupled to the second encapsulator I/O, the third network engine I/O to accept a coupling to a network supporting the second protocol. The encapsulator converts data between the first and second protocols, and the estimator measures link characteristics of the communication apparatus with respect to a remote apparatus coupled to the network. The network provides a remote virtual link with the apparatus. The virtual link is supported by the second protocol. In some embodiments the estimator measures the link characteristics at predetermined events. In some cases the predetermined intervals are fixed times increments ranging from a few milliseconds to many minutes. In specific embodiments, the first protocol engine is an HPR protocol engine and the second protocol engine is an IP protocol engine.
Another aspect of the present invention provides a method for dynamically estimating the characteristics of a virtual HPR link. The method comprising of: sending a plurality of back-to-back packets from a first HPR/IP node to a second HPR/IP node; measuring packet separation data between the back-to-back packets when received at the second HPR/IP node; determining a set of link characteristics of the IP network from the packet separation data at the second node; and returning the link characteristics to the first HPR/IP node. In some embodiments the step of estimating is done repeatedly at a predetermined interval, and/or is comprised of sending a plurality of probe packets to a receiver at an end of the virtual link, and receiving a plurality of response packets from the receiver from which the set of link characteristics are determined. Sometimes the probe packets include the time of send data, and/or the response packets contain a delay characteristics of the virtual link, and/or the response packets contain bandwidth characteristics of the virtual link.
Still another aspect of the present invention is to provide a method for dynamically estimating the characteristics of a virtual HPR link. The method comprising: monitoring a plurality of requests and a plurality of acknowledgments flowing between a first HPR/IP node and a second HPR/IP node on a virtual IP link; correlating each acknowledgment with one request; determining a delay between the each acknowledgement and the one request; determining a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; and converting the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm. In some specific embodiments the first congestion control algorithm is a TCP congestion control algorithm, and the second congestion control algorithm is an ARB congestion control algorithm. In some cases the estimator comprises: a monitor, which observes the requests and acknowledgements/responses flowing through the apparatus; a correlator, which matches the requests to the acknowledgments/responses; a delay estimator, which determines the delay on a virtual HPR link on which the requests and acknowledgements/responses are flowing; a TCP connection rate generator, which determines a TCP rate at which a TCP connection sends data using a TCP congestion control algorithm; an ARB connection rate generator, which determines an ARB rate at which the TCP connection would send data using an ARB congestion control algorithm; a link rate generator, which sets a link rate equal to the TCP rate if the TCP rate is higher than the ARB rate, otherwise sets the link rate to the ARB rate. In some embodiments the estimator comprises: a monitor, which observes the requests and acknowledgements/responses flowing through the apparatus; a correlator, which matches the requests to the acknowledgments/responses; a delay estimator, which determines the delay on a virtual HPR link on which the requests and acknowledgements/responses are flowing; a first connection rate generator, which determines a first rate at which a connection sends data using a first congestion control algorithm; a second connection rate generator, which determines a second rate at which the connection would send data using a second congestion control algorithm; a link rate generator, which sets a link rate equal to the first rate if the first rate is higher than the second rate, otherwise sets the link rate to the second rate.
In still another aspect of the present invention, a gateway system is provided which comprises: a first apparatus having a first apparatus primary I/O and a first apparatus secondary I/O, and a second apparatus having a second apparatus primary I/O and a second apparatus secondary I/O. The first apparatus primary I/O to accept a first link connection supporting a first protocol, and the first apparatus secondary I/O to accept a connection to a communications network supporting a second protocol. The second apparatus primary I/O to accept a second link connection supporting a third protocol, and the second apparatus secondary I/O to accept a connection to the communications network. The second apparatus is coupled to the first apparatus via a virtual link within the communications network, with the virtual link supporting the second protocol. The first apparatus comprises a first estimator to measure a set of first link characteristics of the virtual link with respect to the second apparatus, and wherein. The second apparatus comprises a second estimator to measure a set of second link characteristics of the virtual link with respect to the first apparatus. In some case, the first estimator measures the first link characteristics at predetermined intervals. In some cases the second estimator measures the second link characteristics at the predetermined intervals, and/or the first and third protocols are HPR protocols and the second protocol is an IP protocol. In some embodiments the first estimator and the second estimator cooperate in measuring the first set of characteristic links and the second set of characteristic links, and/or the first apparatus further comprises a first encapsulator to convert between the first and second protocols, and the second apparatus further comprises a second encapsulator to convert between the first and third protocols.
In still another aspect, the present invention provides a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for dynamically estimating the characteristics of a virtual HPR link. The method steps comprising: monitoring a plurality of requests and a plurality of acknowledgments flowing between a first HPR/IP node and a second HPR/IP node on a virtual IP link; correlating each acknowledgment with one request; determining a delay between the each acknowledgement and the one request; determining a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; converting the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
In still another aspect, the present invention provides an article of manufacture comprising: a computer usable medium having computer readable program code embodied therein to cause the dynamic estimatation of link characteristics of a virtual HPR link. The computer readable program code in the article of manufacture comprising computer readable program code to cause a computer to effect: the monitoring of a plurality of requests and a plurality of acknowledgments flowing between a first HPR/IP node and a second HPR/IP node on a virtual IP link; the correlating of each acknowledgment with one request; the determining of a delay between the each acknowledgement and the one request; the determining of a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; and the converting of the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
DESCRIPTION OF FIGURES
These and other objects, features, and advantages of the present invention will become apparent upon further consideration of the following detailed description of the invention when read in conjunction with the drawing figures, in which:
FIG. 1 shows several clusters of HPR networks connected together by an IP backbone network which is accessed via HPR-IP gateways;
FIG. 2(a) shows the structure of any IP packet on an IP network;
FIG. 2(b) shows the structure of a packet on a pure HPR network;
FIG. 2(c) shows the structure of a HPR packet when it is carried on the IP network;
FIG. 3 shows the structure of an HPR-IP gateway illustrating the components that make up the HPR-IP gateway;
FIG. 4 shows a flow-chart used by the RTP source engine to determine the characteristics of a link along its path during its congestion control scheme;
FIG. 5 shows a flow-chart used by the estimator component of the HPR/IP gateway to estimate the dynamic characteristics of a virtual link along its path using pre-existing link characteristic tools;
FIG. 6 show the flow-chart used by the estimator component of the HPR/IP gateway to request the estimation of the dynamic characteristics of a virtual link along its path by sending a group of probe packets in the network;
FIG. 7 show the flow-chart used by the estimator component of the HPR/IP gateway to respond to the estimation of the dynamic characteristics of a virtual link along its path using the method of sending a group of probe packets in the network;
FIG. 8 shows the flow-chart used by the estimator component of the HPR/IP gateway to estimate the dynamic characteristics of a virtual link along its path using a third method; and
FIG. 9 shows the structure of an estimator component of the HPR/IP gateway which estimates the dynamic characteristics of a virtual link along its path using a method of snooping into the higher level protocol headers at the HPR-IP gateway.
DETAILED DESCRIPTION OF THE INVENTION
An environment in which the invention can be used is shown in FIG. 1. It shows three HPR networks, 100, 110 and 120, which are interconnected together by a backbone IP network 130. The IP backbone 130 is connected to the HPR network 100 by means of an HPR-IP gateway 140. Similarly, HPR network 110 is connected by means of an HPR-IP gateway 150, and HPR network 120 is connected to the backbone by means of an HPR-IP gateway 160.
The task of the HPR-IP gateways is to provide the mechanisms so that the HPR networks 100, 110 and 120 can inter-operate. The gateways perform this task by creating logical links across the IP backbone network that provide the interconnection between the different HPR networks. These logical links are created by establishing a communication channel across the IP network using the UDP protocol. The creation of logical links is used widely within the networking community. FIG. 1 shows three logical links, 170, 180 and 190 which connect the three HPR networks together. In general, a virtual link may include several IP nodes and/or links.
FIGS. 2(a), 2(b) and 2(c) show the structure of packets as they are carried over different parts of the network. A packet on the IP backbone consists of two parts, an IP header 210 and an IP data 220, as shown in FIG. 2(a). A packet on an HPR network, e.g. in network 110 of FIG. 1, has the general format shown in FIG. 2(b). It consists of an ANR header 230 followed by an RTP header 240. These two headers are followed by the payload of RTP, or RTP data 250. When the packet shown in FIG. 2(b) is encapsulated over the virtual link, it is transported in the format shown in FIG. 2(c), which consists of an IP header 260 followed by the ANR header 270 and the RTP header 280, and the RTP data 290. At the point of origin of a virtual link, the ANR header 270 is derived from the ANR header 230, the RTP header 280 is derived from the ANR header 250, and the RTP data 290 is derived from the RTP data 250. At the destination point of the virtual link, the IP header 260 is removed, and the original packet in the format of FIG. 2(b) is regenerated, with the ANR header 230 derived from ANR header 270, RTP header 240 derived from RTP header 280, and RTP data 250 derived from RTP data 290.
The performance of a logical link created for interconnecting different HPR networks is very variable and unpredictable. This causes performance problems for RTP, which is the transport protocol used with HPR networks. RTP is used for point-to-point communication between a pair of applications on two computers connected together by an HPR network. RTP bases its reaction to congestion control on the notion of the bottleneck link, that it the slowest link between a pair of communicating links. It also assumes that the links are going to be used exclusively by RTP sources.
Because of competition from competing traffic from the network, the characteristics of the virtual link over the IP backbone varies dynamically over time. Sometimes, it may be the slowest link along the path, while at other times it may not be. Furthermore, when it is the slowest link on the path, the bandwidth available for HPR traffic varies dynamically due to the presence of competing non-HPR traffic.
In order for RTP to operate efficiently in this environment, the source needs to obtain the information about the dynamic characteristic of the link and use that in its congestion control algorithm. However, this information needs to be provided in a manner that is transparent to RTP so that the same RTP engine can be used for HPR links that are encapsulated over IP as well as native HPR links. In this invention we propose that this adaptation be provided by the HPR-IP gateway.
FIG. 3 shows a structure of an HPR-IP gateway that uses information about the current characteristics of the virtual link to improve the performance of HPR encapsulation over IP. The HPR-IP gateway 300 consists of four components. The HPR engine 320 is responsible for receiving and transmitting HPR packets in the format shown in FIG. 2(b), and for interacting with other components of the HPR network that send packets to it. The IP engine 340 is responsible for receiving and transmitting packets in the IP backbone network in the format shown in FIG. 2(a). The encapsulator 330 is responsible for converting packets from the HPR format to the IP format and vice-versa. The estimator 310 is a module that monitors the performance of the IP network, and computes its current link characteristics. The estimator determines the current link characteristics by monitoring the IP packets received and transmitted by the IP engine 340, and the RTP engine 320. It also communicates with the RTP engine to indicate the current characteristics of the virtual link. The encapsulator 330 can add information during the encapsulation and decapsulation phase, which would enable the estimator 310 to obtain better estimates of the link performance. One example of such information would be the time at which a packet is received for encapsulation. The estimator 310 at the other end looks at this information in order to determine the performance of the network. The encapsulators in the network can also exchange special probe packets in order to determine the network performance. These special probe packets carry time-stamps and sequence number information which permits the encapsulator at the other end to determine network performance.
The information about the current link characteristics need to be conveyed back to the RTP engine at the communicating node. As per the HPR architecture, the source RTP initiates a connection by sending out a route-establishment message which determines the characteristics of the path between the pair of communicating nodes. The current characteristics of the virtual path are always provided by the HPR engine in the HPR-IP engine gateway. Thus, each RTP connection that is initiated obtains the characteristics of the virtual links at the start of the connections.
For RTP connections that are relatively small, the dynamic determination of link characteristics at the time of connection establishment is adequate for the duration of the connection. For long-lived connections, the link characteristics vary over the life of the connection. The RTP engine at the source node can account for it by sending route-establishment queries at periodic intervals. However, this would require a change to the existing HPR architecture. Alternatively, the same RTP end-point is likely to have several RTP connection establishments over a period of time. The virtual link would be shared among all the different RTP connections established by the node. The RTP end-point would use the most current link characteristics in order to drive its congestion control scheme. The most current link characteristics would be obtained by the most current response to a route establishment message that involves the virtual link. Links characteristics obtained as a result of different route establishment messages can be correlated easily because they have a common ANR path from the source. The most current link characteristics can also be broadcast on the HPR network by the estimator in HPR-IP gateway on a periodic basis, or when the characteristics change by a significant amount. The broadcasts contain an identifier for the link whose characteristics are contained in the broadcast.
FIG. 4 shows a flow-chart used by an RTP source engine to determine the characteristics of a link along its path during its congestion control scheme. The procedure is entered in step 400 whenever the characteristics of a link have to be determined. In step 410, the algorithm verifies whether a new link characteristic is available for the link in question. The new link characteristic may be available as a result of either a new route establishment message using the same link, or as a result of a new link status update broadcast by the HPR-IP gateway. If a new link characteristic is available, it is stored locally 420. In step 430 of the algorithm, the stored link characteristics are extracted. The stored data are always the most recently updated data. Finally, the algorithm exits in step 450.
In accordance with the present invention, the link characteristics of the virtual link may themselves be identified by using a variety of techniques. Three such techniques that can be used for determining the link characteristics of an IP virtual link are described herein. Other techniques may be similarly employed to implement the present invention.
Method 1, consists of using pre-existing link characteristic tools. These tools (e.g. a tool known as pathchar on the Internet) send out special IP control messages that become invalid after a fixed number of hops. On the expiration of the invalid messages, the corresponding router sends a reply back to the originating host. This scheme identifies the characteristics of all the IP links along the path. The individual path characteristics are aggregated together by adding up their delays and taking the minimum available bandwidth on the links. This information is then provided to the HPR engine. Other tools available for this purpose are bprobe and cprobe, developed at Boston University. These tools are invoked at periodic intervals, as well as when an abrupt change in network conditions is observed. The abrupt change in network conditions include a sudden loss of packets in the network, or a failure of a link or a node in the network.
FIG. 5. shows a flow-chart used by an estimator component of a HPR/IP gateway to obtain the dynamic characteristics of a virtual link along its path using Method 1. The procedure is initiated at predetermined times. The procedure is entered in step 501. In step 503, an existing tool, such as traceroute or bprobe, is invoked to obtain the characteristics of the virtual link. In step 505, the results obtained from the existing tool are converted to the link characteristics understood by the HPR algorithm. Specifically, the link delay and bandwidth metrics are obtained from the output of the existing tools. After that, in step 507, these link characteristics are stored in a location that is accessible by the RTP source engine executing the flow-chart described in FIG. 4 and the procedure is exited 509.
Method 2 consists of sending a group of probe packets on the network. These probe packets are sent out by an estimator in an originating HPR-IP gateway to the estimator in another HPR-IP gateway. The sending estimator puts the current time-stamp and sequence number in the origin packet. This information is analyzed by the recipient estimator who can analyze this information locally, or can store its current time-stamp into the packet and reflect it back to the original HPR/IP gateway. The analysis of the information determines the delay and bandwidth of the virtual link by, for example, observing the sequence numbers and the time-stamp placed by the originating HPR-IP gateway.
FIGS. 6 and 7 show the flow-charts used by an estimator component of the HPR/IP gateway to obtain the dynamic characteristics of a virtual link along its path using Method 2. Method 2, requires two estimators, one on each of the two ends of a virtual link enabling the HPR/IP gateways to communicate with each other. One of these estimators initiates the estimating procedure using the flow-chart illustrated in FIG. 6. The other estimator responds to the estimation requests using the flow-chart illustrated in FIG. 7.
The procedure illustrated in FIG. 6 is generally entered at pre-determined times 601. In step 603, two or more packets are prepared for transmission to the estimator on a second HPR/IP gateway. In this preparation step, the current time and packet sequence number is put into the packet. After the packets have been prepared, they are shipped out on the IP gateway sequentially 605. Subsequently, in step 607, the procedure waits for the responses/acknowledgments to the packets to be received, and stores them in local memory. In step 609, the procedure checks if it has obtained the required number of responses to determine the link characteristics. If the required responses have been received, it computes the link characteristics on the basis of those responses in step 613. In step 615, these responses are stored so that they can be used by an RTP source engine procedure such as that illustrated in FIG. 4. The process then stops in step 619. If the result of step 609 is negative, and all required responses have not been received, the procedure checks if a specified time-out period after the requests have been sent has elapsed 611. If the time-out period has elapsed, and the response have not been received, the estimation procedure stops 617. However, if the time-out period has not elapsed, the procedure continues to wait for more responses.
The procedure illustrated in FIG. 7 is entered by an estimator during its initialization in step 701. In step 703, the estimator waits for probes from its partner estimator on the other end of the virtual link. When the probe packet is received, the packets are processed in step 705. Depending on the probing method selected by the two estimators, the processing in step 705 can either simply reflect the probe packets back to the sender, or it can compute the link characteristics at its local end. On each probe packet, the procedure checks if a response packet needs to be generated. This check is performed in step 707. If no response is needed, the procedure goes back to receiving more packets in step 703. If the response is needed, a response packet is generated and sent back in step 709, after which the estimator procedure reverts back to receiving the next probe packet in step 703.
Method 3 consists of snooping into the higher level protocol headers at the HPR-IP gateway. The HPR-IP gateway traditionally looks only at the IP and ANR headers of packets shown in FIG. 2. RTP header contains various congestion control information data that can be used to determine the rate at which packets should be sent in the network. The RTP protocol uses a particular algorithm to translate this congestion control information into a transmission rate for a connection. Other congestion control protocols, such as TCP use somewhat different algorithms to translate the congestion control information into the transmission rate. The HPR-IP gateway analyzes the congestion control information and uses both the TCP and RTP congestion control algorithms to determine the transmission rate. If the transmission rate for TCP turns out to be higher, the HPR-IP gateway computes the effective bandwidth and delay of the virtual link for which the RTP congestion control scheme would send packets at the same transmission rate as the TCP algorithm. These link characteristics are then published by the HPR-IP gateway as those of the virtual link.
FIG. 8 shows the flow-chart used by the estimator component of the HPR/IP gateway to obtain the dynamic characteristics of a virtual link along its path using Method 3. The procedure is entered at step 801 when an HPR/IP connection is established through the HPR/IP gateway. At this step, a default set of link characteristics are assumed for the virtual link. In step 803, the packets flowing through the HPR/IP gateway are monitored and classified into packet transmissions, acknowledgments of packet transmission, requests for network rate information, and replies (acknowledgment) of network rate information. In step 804, the procedure checks if the packet signals the end of the HPR/IP connection. If so, the procedure exits in step 821. Otherwise, In step 805, the procedure checks if the packet is an acknowledgment (or rate reply packet). Information from the rate requests and packet transmissions which is needed for computing link characteristics is stored for further processing in step 807. When an acknowledgment packet, or reply to a rate request is obtained, in step 809, the procedure finds its corresponding rate request or original packet. In step 811, the time when the packet was originally transmitted and when the reply (or acknowledgment) are received are compared, and the delay on the virtual HPR link is estimated from the difference in the two times. In step 813, the information about the packets and the acknowledgment patterns they received are analyzed to determine the rate that a TCP congestion control algorithm would obtain when used for the specified HPR/IP connection. This rate is obtained by executing the procedures of the TCP congestion control algorithm, which is well known in prior art. In step 815, the ARB congestion control algorithm is executed and the rate it would assign to the connection under the same set of constraints is computed. The ARB protocol engine is well known in prior art. One distinguishing feature about the TCP congestion control algorithm is that it computes its connection rate without using the characteristics of the virtual link, whereas ARB protocol uses the link characteristics as an input in computing its connection rate. In step 817, the TCP connection rate and the ARB connection rate are compared. If the ARB connection rate is higher than the TCP connection rate, the link characteristics are left unchanged, and the procedure reverts to step 803. If the TCP connection rate is higher than the ARB connection rate, then in step 819 the procedure computes the virtual link rate which would cause ARB to operate at the same connection rate as TCP. One method of doing it is to divide the TCP connection rate by an configuration parameter of ARB which specifies the ratio of ARB initial connection rate to the link rate. This information is stored and the procedure moves back to step 803.
Generally, a request is information that is generated by one of end of a connection and sent to the other end. An acknowledgment is an indication from the other end that it received the request. After the second end has processed the request, it may also send a reply back to the first end. The TCP congestion control algorithm determines a rate at which to send new requests by analyzing the acknowledgments received for requests sent earlier. The ARB congestion control algorithm determines a rate at which to send new requests by analyzing the replies generated to a subset of requests sent earlier. Both of these, the TCP acknowledgments and the ARB replies, are herein commonly referred to as acknowledgments/responses.
FIG. 9 shows a flow structure of the estimator that can be used to determine the dynamic characteristics of a virtual HPR link. The estimator 901 consists of packet monitor 903, a correlator 905, a delay computer 907, a first connection rate computer 909, a second connection rate computer 911 and a link rate computer 913. The packet monitor 903 receives information about packets flowing through the HPR/IP gateway on a monitor input port, and classifies the packets into requests, acknowledgments, replies and packet transmissions. The packet monitor 903 passes the classification information to a correlator 905 via a correlator output port. The correlator 905 receives this information, and sends information about acknowledgments and corresponding packets (or matching request-reply pairs) to the delay computer 907 via the delay output interface. The delay computer 907 receives this information via its correlator input interface and determines the delay of a virtual HPR link from this information. The delay computer 907 outputs the link delay on a link delay output port. The correlator 905 sends the packet information to a first rate computer 909 and a second rate computer 911. The first connection rate computer determines the connection rate for a HPR/IP session using the TCP congestion control algorithm, while the second connection rate computer determines the connection rate for a HPR/IP session using the ARB congestion control algorithm. The two connection rates thus computed are sent to a link rate computer 913. The link rate computer compares the two connection rates, and chooses the higher of the two rates. If the TCP rate is not the highest, then the link rate computer determines the minimum link rate at which the second connection rate computer 911 would have obtained the same rate as the first connection rate computer 909. The computed link rate is sent on a link rate output port.
All the embodiments of the present inventions are also suitable for inclusion in an article of manufacture and/or a program storage device readable by machine, with the article/device being used for implementing the present invention in a particular system. For example, the article may be a floppy or hard disc, a CDROM or any media and/or equipment capable of being loaded with data or a program for enabling a system or computer to perform an embodiment of the invention. For example this may be any of the HPR gateways 100 shown in FIG. 1. This includes embodiments wherein the data and/or programs are available locations that are remote from the network and/or elements that employ this invention. This encompasses cases in which the data and/or programs are downloaded from one location/medium for use at another location or another medium.
It is noted that these schemes are only example of the different methods and apparatus that can be used. One versed in the art can replace them with other schemes for predicting the characteristics of the virtual link. It is further noted that although the description is made for particular arrangements and steps, the intent and concept of the present invention are suitable and applicable to other arrangements and combination of steps. It will be clear to those skilled in the art that other modifications to the disclosed embodiments can be effected without departing from the spirit and scope of the invention.

Claims (12)

What is claimed is:
1. A method for dynamically estimating the characteristics of a virtual High Performance Routing (HPR) link, said method comprising:
sending a plurality of back-to-back packets from a first High Performance Routing over the Internet Protocol (HPR/IP) node to a second HPR/IP node;
measuring packet separation data between the back-to-back packets when received at the second HPR/IP node;
determining a set of link characteristics of the Internet Protocol (IP) network from the packet separation data at the second node; and
returning the link characteristics to the first HPR/IP node.
2. A method as in claim 1, wherein the step of estimating is done repeatedly at a predetermined interval.
3. A method as in claim 1, wherein the step of estimating is comprised of sending a plurality of probe packets to a receiver at an end of said virtual link, and receiving a plurality of response packets from the receiver from which the set of link characteristics are determined.
4. A method as in claim 3, wherein the probe packets include the time of send data.
5. A method as in claim 3, wherein the response packets contain a delay characteristics of the virtual link.
6. A method as in claim 3, wherein the response packets contain bandwidth characteristics of the virtual link.
7. A method for dynamically estimating the characteristics of a virtual High Performance Routing (HPR) link, said method comprising:
monitoring a plurality of requests and a plurality of acknowledgments flowing between a first High Performance Routing over the Internet Protocol (HPR/IP) node and a second HPR/IP node on a virtual Internet Protocol (IP) link;
correlating each acknowledgment with one request;
determining a delay between said each acknowledgment and said one request;
determining a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; and
converting the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
8. A method as described in claim 7, wherein the first congestion control algorithm is a Transmission Control Protocol (TCP) congestion control algorithm, and the second congestion control algorithm is an Adaptive Rate-Based (ARB) congestion control algorithm.
9. A communication apparatus comprising:
a first communication engine having a first communication engine I/O, a second communication engine I/O, and a third communication engine I/O, said first communication engine I/O to accept a first protocol link and support a first protocol;
an encapsulator having a first encapsulator I/O and a second encapsulator I/O, said first encapsulator I/O coupled to said second communication engine I/O;
a network engine supporting a second protocol and having a first network engine I/O, a second network engine I/O, and a third engine I/O, a second network engine I/O, and a third network engine I/O, said first network engine I/O coupled to said second encapsulator I/O, said third network engine I/O to accept a coupling to a network supporting said second protocol; and
an estimator having a first estimator I/O and a second estimator I/O, said first estimator I/O coupled to said second network engine I/O, and said second estimator I/O coupled to said second communication engine I/O,
wherein said encapsulator converts data between said first and second protocols, and said estimator measures link characteristics of said communication apparatus with respect to a remote apparatus coupled to said network, said network providing a remote virtual link with said gateway apparatus, said virtual link supported by said second protocol, and
wherein the estimator comprises:
a monitor, which observes the requests and acknowledgments/responses flowing through the apparatus;
a correlator, which matches the requests to the acknowledgments/responses;
a delay estimator, which determines the delay on a virtual HPR link on which the requests and acknowledgments/responses are flowing;
a TCP connection rate generator, which determines a TCP rate at which a TCP connection sends data using a TCP congestion control algorithm;
an ARB Connection Rate Generator, which determines an ARB rate at which the TCP connection would send data using an ARB congestion control algorithm;
a link rate generator, which sets a link rate equal to the TCP rate if the TCP rate is higher than the ARB rate, otherwise sets the link rate to the ARB rate.
10. A communication apparatus comprising:
a first communication engine having a first communication engine I/O, a second communication engine I/O, and a third communication engine I/O, said first communication engine I/O to accept a first protocol link and support a first protocol;
an encapsulator having a first encapsulator I/O and a second encapsulator I/O, said first encapsulator I/O coupled to said second communication engine I/O;
a network engine supporting a second protocol and having a first network engine I/O, a second network engine I/O, and a third network engine I/O, said-first network engine I/O coupled to said second encapsulator I/O, said third network engine I/O to accept a coupling to a network supporting said second protocol; and
an estimator having a first estimator I/O and a second estimator I/O, said first estimator I/O coupled to said second network engine I/O, and said second estimator I/O coupled to said second communication engine I/O,
wherein said encapsulator converts data between said first and second protocols, and said estimator measures link characteristics of said communication apparatus with respect to a remote apparatus coupled to said network, said network providing a remote virtual link with said gateway apparatus, said virtual link supported by said second protocol, and
wherein the estimator comprises:
a monitor, which observes the requests and acknowledgments/responses flowing through the apparatus;
a correlator, which matches the requests to the acknowledgments/responses;
a delay estimator, which determines the delay on a virtual HPR link on which the requests and acknowledgments/responses are flowing;
a first connection rate generator, which determines a first rate at which a connection sends data using a first congestion control algorithm;
a second connection rate generator, which determines a second rate at which the connection would send data using a second congestion control algorithm;
a link rate generator, which sets a link rate equal to the first rate if the first rate is higher than the second rate, otherwise sets the link rate to the second rate.
11. A program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps for dynamically estimating the characteristics of a virtual High Performance Routing (HPR) link, said method steps comprising:
monitoring a plurality of requests and a plurality of acknowledgments flowing between a first High Performance Routing over the Internet Protocol (HPR/IP) node and a second HPR/IP node on a virtual Internet Protocol (IP) link;
correlating each acknowledgment with one request;
determining a delay between said each acknowledgment and said one request;
determining a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests;
converting the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
12. An article of manufacture comprising:
a computer usable medium having computer readable program code embodied therein to cause the dynamic estimation of link characteristics of a virtual High Performance Routing (HPR) link, the computer readable program code in said article of manufacture comprising computer readable program code to cause a computer to effect:
the monitoring of a plurality of requests and a plurality of acknowledgments flowing between a first High Performance Routing over the Internet Protocol (HPR/IP) node and a second HPR/IP node on a virtual Internet Protocol (IP) link;
the correlating of each acknowledgment with one request;
the determining of a delay between said each acknowledgment and said one request;
the determining of a connection rate at which a first congestion control algorithm would transmit packets on a connection with the requests and the acknowledgments to the requests; and
the converting of the connection rate into a corresponding link bandwidth and delay which would enable HPR to transmit at the same rate as the first congestion control algorithm.
US08/980,073 1997-11-26 1997-11-26 Dynamic parameter estimation for efficient transport of HPR data on IP Expired - Fee Related US6215772B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/980,073 US6215772B1 (en) 1997-11-26 1997-11-26 Dynamic parameter estimation for efficient transport of HPR data on IP

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/980,073 US6215772B1 (en) 1997-11-26 1997-11-26 Dynamic parameter estimation for efficient transport of HPR data on IP

Publications (1)

Publication Number Publication Date
US6215772B1 true US6215772B1 (en) 2001-04-10

Family

ID=25527337

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/980,073 Expired - Fee Related US6215772B1 (en) 1997-11-26 1997-11-26 Dynamic parameter estimation for efficient transport of HPR data on IP

Country Status (1)

Country Link
US (1) US6215772B1 (en)

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001065268A1 (en) * 2000-02-29 2001-09-07 Verizon Laboratories Inc. Estimating data delays from poisson probe delays
US20020049762A1 (en) * 1998-10-20 2002-04-25 Shah Dhaval N. System and method for information retrieval regarding services
US20020055995A1 (en) * 1998-06-23 2002-05-09 Ameritech Corporation Global service management system for an advanced intelligent network
US20020083170A1 (en) * 2000-10-26 2002-06-27 Metilinx System-wide optimization integration model
US20020152304A1 (en) * 2000-10-26 2002-10-17 Metilinx Aggregate system resource analysis including correlation matrix and metric-based analysis
US20020178248A1 (en) * 2000-10-26 2002-11-28 Metilinx Application program interface for optimization integration model
US6498782B1 (en) * 1999-02-03 2002-12-24 International Business Machines Corporation Communications methods and gigabit ethernet communications adapter providing quality of service and receiver connection speed differentiation
US6529475B1 (en) * 1998-12-16 2003-03-04 Nortel Networks Limited Monitor for the control of multimedia services in networks
US6594238B1 (en) * 1998-06-19 2003-07-15 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for dynamically adapting a connection state in a mobile communications system
US6643496B1 (en) * 1998-03-31 2003-11-04 Canon Kabushiki Kaisha System, method, and apparatus for adjusting packet transmission rates based on dynamic evaluation of network characteristics
US20040001511A1 (en) * 2002-06-28 2004-01-01 Matta Johnny M. Catprobe
US6701372B2 (en) * 1997-08-22 2004-03-02 Canon Kabushiki Kaisha Data communication apparatus and method
US20040052212A1 (en) * 2002-09-13 2004-03-18 Steve Baillargeon Packet flow control in a wireless communications network based on an indication contained in a packet
US6721786B1 (en) * 2000-01-06 2004-04-13 International Business Machines Corporation Method and apparatus for balancing bandwidth usage in a browser
US20040083385A1 (en) * 2002-10-25 2004-04-29 Suhail Ahmed Dynamic network security apparatus and methods for network processors
US20040111522A1 (en) * 2002-12-09 2004-06-10 Johnson Erik J. Method and apparatus for improving packet processing
US20040122969A1 (en) * 2002-12-20 2004-06-24 Pablo Ameigeiras Adaptive delayed ACK switching for TCP applications
US6757255B1 (en) * 1998-07-28 2004-06-29 Fujitsu Limited Apparatus for and method of measuring communication performance
US6765911B1 (en) 1999-02-03 2004-07-20 International Business Machines Corporation Communications adapter for implementing communications in a network and providing multiple modes of communications
US20050021829A1 (en) * 2002-07-30 2005-01-27 Takashi Nomura Information processing unit, method, and program
US6850518B1 (en) * 1999-03-04 2005-02-01 Cisco Technology, Inc. DLSw RIF passthru technique for providing end-to-end source route information to end stations of a data link switching network
US20050111487A1 (en) * 2002-06-28 2005-05-26 Matta Johnny M. Method and apparatus for quality of service determination
US7009963B1 (en) * 2000-10-11 2006-03-07 Marconi Intellectual Property (Ringfence), Inc. Dual optimality for different data rate backplane transfer
US20060050736A1 (en) * 2004-09-08 2006-03-09 Alcatel Rural broadband hybrid satellite/terrestrial solution
US20060224886A1 (en) * 2005-04-05 2006-10-05 Cohen Donald N System for finding potential origins of spoofed internet protocol attack traffic
US20060252416A1 (en) * 2003-04-01 2006-11-09 Yonggang Du Method and system for multi-hop communication management in wireless communications networks
EP1734690A1 (en) * 2005-06-17 2006-12-20 Alcatel Performance monitoring of frame transmission in a data network utilising OAM protocols
US7180858B1 (en) * 2001-09-10 2007-02-20 Adara Networks, Inc. Tool for measuring available bandwidth in computer networks
US20070081561A1 (en) * 2005-10-11 2007-04-12 International Business Machines Corporation Single ended solution for estimation of bandwidth delay product
US7349407B1 (en) * 1999-09-30 2008-03-25 Fujitsu Limited Protocol conversion apparatus, communication apparatus, communication program storage medium, and communication system
WO2008039962A2 (en) * 2006-09-28 2008-04-03 Qualcomm Incorporated Methods and apparatus for determining communication link quality
US20080259813A1 (en) * 2004-03-09 2008-10-23 Johnny Mikhael Matta Method and apparatus for quality of service determination
US20090245127A1 (en) * 2000-11-10 2009-10-01 Packeteer, Inc. Application Service Level Mediation and Method of Using Same
US20100011118A1 (en) * 2005-04-28 2010-01-14 Kirk Chang Call admission control and preemption control over a secure tactical network
US7697568B1 (en) * 2003-03-03 2010-04-13 Cisco Technology, Inc. Method and system for automatic modem bandwidth detection in a router
US20100110892A1 (en) * 2008-11-06 2010-05-06 Institute For Information Industry Network system, adjusting method of data transmission rate and computer program product thereof
US20100165857A1 (en) * 2006-09-28 2010-07-01 Qualcomm Incorporated Methods and apparatus for determining quality of service in a communication system
USRE41986E1 (en) * 1999-05-07 2010-12-07 At&T Intellectual Property Ii, L.P. Method and apparatus for load-sensitive routing of long-lived packet flows
US7885607B1 (en) * 2002-12-17 2011-02-08 Marvell International Ltd. Apparatus and method for measuring signal quality of a wireless communications link
US20110072138A1 (en) * 2009-09-21 2011-03-24 International Business Machines Corporation Virtual machine demand estimation
US7933237B2 (en) 2005-12-23 2011-04-26 Telcordia Licensing Company, Llc Ensuring quality of service of communications in networks
US8656125B2 (en) 1999-01-11 2014-02-18 Ac Technologies, S.A. Data access and management system as well as a method for data access and data management for a computer system
US8806634B2 (en) 2005-04-05 2014-08-12 Donald N. Cohen System for finding potential origins of spoofed internet protocol attack traffic
US20150085852A1 (en) * 2013-09-24 2015-03-26 Hitachi, Ltd. Communication system and time synchronization method
US9509450B2 (en) 2014-10-23 2016-11-29 International Business Machines Corporation Snoop virtual receiver time
US20170033865A1 (en) * 2008-12-08 2017-02-02 Ciena Corporation Path computation based on dynamic performance monitoring systems and methods in optical networks
US9860183B2 (en) 2015-09-25 2018-01-02 Fsa Technologies, Inc. Data redirection in a bifurcated communication trunk system and method
US10230610B2 (en) * 2013-07-31 2019-03-12 Adaptive Spectrum And Signal Alignment, Inc. Method and apparatus for continuous access network monitoring and packet loss estimation

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5450394A (en) * 1994-03-10 1995-09-12 Northern Telecom Limited Delay monitoring of telecommunication networks
US5457681A (en) * 1992-06-05 1995-10-10 Washington University ATM-Ethernet portal/concentrator
US5515359A (en) * 1994-08-26 1996-05-07 Mitsubishi Electric Research Laboratories, Inc. Credit enhanced proportional rate control system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5457681A (en) * 1992-06-05 1995-10-10 Washington University ATM-Ethernet portal/concentrator
US5450394A (en) * 1994-03-10 1995-09-12 Northern Telecom Limited Delay monitoring of telecommunication networks
US5515359A (en) * 1994-08-26 1996-05-07 Mitsubishi Electric Research Laboratories, Inc. Credit enhanced proportional rate control system

Cited By (82)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6701372B2 (en) * 1997-08-22 2004-03-02 Canon Kabushiki Kaisha Data communication apparatus and method
US6643496B1 (en) * 1998-03-31 2003-11-04 Canon Kabushiki Kaisha System, method, and apparatus for adjusting packet transmission rates based on dynamic evaluation of network characteristics
US6594238B1 (en) * 1998-06-19 2003-07-15 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for dynamically adapting a connection state in a mobile communications system
US20020055995A1 (en) * 1998-06-23 2002-05-09 Ameritech Corporation Global service management system for an advanced intelligent network
US6757255B1 (en) * 1998-07-28 2004-06-29 Fujitsu Limited Apparatus for and method of measuring communication performance
US20020049762A1 (en) * 1998-10-20 2002-04-25 Shah Dhaval N. System and method for information retrieval regarding services
US7200596B2 (en) * 1998-10-20 2007-04-03 Cisco Technology, Inc. System and method for information retrieval regarding services
US6529475B1 (en) * 1998-12-16 2003-03-04 Nortel Networks Limited Monitor for the control of multimedia services in networks
US9787771B2 (en) 1999-01-11 2017-10-10 Ac Technologies S.A. Data access and management system as well as a method for data access and data management for a computer system
US8656125B2 (en) 1999-01-11 2014-02-18 Ac Technologies, S.A. Data access and management system as well as a method for data access and data management for a computer system
US6765911B1 (en) 1999-02-03 2004-07-20 International Business Machines Corporation Communications adapter for implementing communications in a network and providing multiple modes of communications
US6498782B1 (en) * 1999-02-03 2002-12-24 International Business Machines Corporation Communications methods and gigabit ethernet communications adapter providing quality of service and receiver connection speed differentiation
US6850518B1 (en) * 1999-03-04 2005-02-01 Cisco Technology, Inc. DLSw RIF passthru technique for providing end-to-end source route information to end stations of a data link switching network
USRE41986E1 (en) * 1999-05-07 2010-12-07 At&T Intellectual Property Ii, L.P. Method and apparatus for load-sensitive routing of long-lived packet flows
US7349407B1 (en) * 1999-09-30 2008-03-25 Fujitsu Limited Protocol conversion apparatus, communication apparatus, communication program storage medium, and communication system
US6721786B1 (en) * 2000-01-06 2004-04-13 International Business Machines Corporation Method and apparatus for balancing bandwidth usage in a browser
WO2001065268A1 (en) * 2000-02-29 2001-09-07 Verizon Laboratories Inc. Estimating data delays from poisson probe delays
US6430160B1 (en) * 2000-02-29 2002-08-06 Verizon Laboratories Inc. Estimating data delays from poisson probe delays
US7009963B1 (en) * 2000-10-11 2006-03-07 Marconi Intellectual Property (Ringfence), Inc. Dual optimality for different data rate backplane transfer
US7379994B2 (en) 2000-10-26 2008-05-27 Metilinx Aggregate system resource analysis including correlation matrix and metric-based analysis
US20020178248A1 (en) * 2000-10-26 2002-11-28 Metilinx Application program interface for optimization integration model
US20020152304A1 (en) * 2000-10-26 2002-10-17 Metilinx Aggregate system resource analysis including correlation matrix and metric-based analysis
US20020083170A1 (en) * 2000-10-26 2002-06-27 Metilinx System-wide optimization integration model
US9356851B2 (en) 2000-11-10 2016-05-31 Blue Coat Systems, Inc. Application service level mediation and method of using the same
US8300545B2 (en) * 2000-11-10 2012-10-30 Packeteer, Inc. Application service level mediation and method of using same
US20090245127A1 (en) * 2000-11-10 2009-10-01 Packeteer, Inc. Application Service Level Mediation and Method of Using Same
US7180858B1 (en) * 2001-09-10 2007-02-20 Adara Networks, Inc. Tool for measuring available bandwidth in computer networks
WO2003038642A1 (en) * 2001-10-26 2003-05-08 Metilinx Aggregate system resource analysis including correlation matrix and metric-based analysis
US20050111487A1 (en) * 2002-06-28 2005-05-26 Matta Johnny M. Method and apparatus for quality of service determination
US7729268B2 (en) * 2002-06-28 2010-06-01 Ntt Docomo, Inc. Method and apparatus for quality of service determination
US20040001511A1 (en) * 2002-06-28 2004-01-01 Matta Johnny M. Catprobe
US7525923B2 (en) * 2002-06-28 2009-04-28 Ntt Docomo, Inc. Catprobe
US20050021829A1 (en) * 2002-07-30 2005-01-27 Takashi Nomura Information processing unit, method, and program
US7574517B2 (en) * 2002-07-30 2009-08-11 Sony Corporation Information processing unit, method, and program
US9414255B2 (en) * 2002-09-13 2016-08-09 Alcatel Lucent Packet flow control in a wireless communications network based on an indication contained in a packet
US20040052212A1 (en) * 2002-09-13 2004-03-18 Steve Baillargeon Packet flow control in a wireless communications network based on an indication contained in a packet
US7540028B2 (en) 2002-10-25 2009-05-26 Intel Corporation Dynamic network security apparatus and methods or network processors
US20040083385A1 (en) * 2002-10-25 2004-04-29 Suhail Ahmed Dynamic network security apparatus and methods for network processors
US8606960B2 (en) * 2002-12-09 2013-12-10 Intel Corporation Method and apparatus for improving packet processing
US20040111522A1 (en) * 2002-12-09 2004-06-10 Johnson Erik J. Method and apparatus for improving packet processing
US7885607B1 (en) * 2002-12-17 2011-02-08 Marvell International Ltd. Apparatus and method for measuring signal quality of a wireless communications link
US7225266B2 (en) * 2002-12-20 2007-05-29 Nokia Corporation Adaptive delayed ACK switching for TCP applications
US20040122969A1 (en) * 2002-12-20 2004-06-24 Pablo Ameigeiras Adaptive delayed ACK switching for TCP applications
US7697568B1 (en) * 2003-03-03 2010-04-13 Cisco Technology, Inc. Method and system for automatic modem bandwidth detection in a router
US20060252416A1 (en) * 2003-04-01 2006-11-09 Yonggang Du Method and system for multi-hop communication management in wireless communications networks
US20080259813A1 (en) * 2004-03-09 2008-10-23 Johnny Mikhael Matta Method and apparatus for quality of service determination
US7477597B2 (en) * 2004-09-08 2009-01-13 Alcatel Lucent Rural broadband hybrid satellite/terrestrial solution
US20060050736A1 (en) * 2004-09-08 2006-03-09 Alcatel Rural broadband hybrid satellite/terrestrial solution
US8806634B2 (en) 2005-04-05 2014-08-12 Donald N. Cohen System for finding potential origins of spoofed internet protocol attack traffic
US20060224886A1 (en) * 2005-04-05 2006-10-05 Cohen Donald N System for finding potential origins of spoofed internet protocol attack traffic
US20110211480A1 (en) * 2005-04-28 2011-09-01 Telcordia Licensing Company, Llc Call Admission Control and Preemption Control Over a Secure Tactical Network
US20100011118A1 (en) * 2005-04-28 2010-01-14 Kirk Chang Call admission control and preemption control over a secure tactical network
US9438516B2 (en) 2005-04-28 2016-09-06 Nytell Software LLC Call admission control and preemption control over a secure tactical network
US10178028B2 (en) 2005-04-28 2019-01-08 Nytell Software LLC Call admission control and preemption control over a secure tactical network
US11811661B2 (en) 2005-04-28 2023-11-07 Nytell Software LLC Call admission control and preemption control over a secure tactical network
US7957276B2 (en) * 2005-04-28 2011-06-07 Telcordia Licensing Company, Llc Call admission control and preemption control over a secure tactical network
EP1734690A1 (en) * 2005-06-17 2006-12-20 Alcatel Performance monitoring of frame transmission in a data network utilising OAM protocols
US7733794B2 (en) 2005-06-17 2010-06-08 Alcatel Lucent Performance monitoring of frame transmission in data network OAM protocols
US20060285501A1 (en) * 2005-06-17 2006-12-21 Gerard Damm Performance monitoring of frame transmission in data network oam protocols
US20070081561A1 (en) * 2005-10-11 2007-04-12 International Business Machines Corporation Single ended solution for estimation of bandwidth delay product
US7933237B2 (en) 2005-12-23 2011-04-26 Telcordia Licensing Company, Llc Ensuring quality of service of communications in networks
US20100165857A1 (en) * 2006-09-28 2010-07-01 Qualcomm Incorporated Methods and apparatus for determining quality of service in a communication system
WO2008039962A3 (en) * 2006-09-28 2008-10-30 Qualcomm Inc Methods and apparatus for determining communication link quality
US9191226B2 (en) 2006-09-28 2015-11-17 Qualcomm Incorporated Methods and apparatus for determining communication link quality
WO2008039962A2 (en) * 2006-09-28 2008-04-03 Qualcomm Incorporated Methods and apparatus for determining communication link quality
US20090257361A1 (en) * 2006-09-28 2009-10-15 Qualcomm Incorporated Methods and apparatus for determining communication link quality
US8553526B2 (en) 2006-09-28 2013-10-08 Qualcomm Incorporated Methods and apparatus for determining quality of service in a communication system
US20100110892A1 (en) * 2008-11-06 2010-05-06 Institute For Information Industry Network system, adjusting method of data transmission rate and computer program product thereof
US10404365B2 (en) * 2008-12-08 2019-09-03 Ciena Corporation Path computation based on dynamic performance monitoring systems and methods in optical networks
US20180191432A1 (en) * 2008-12-08 2018-07-05 Ciena Corporation Path computation based on dynamic performance monitoring systems and methods in optical networks
US9948387B2 (en) * 2008-12-08 2018-04-17 Ciena Corporation Path computation based on dynamic performance monitoring systems and methods in optical networks
US20170033865A1 (en) * 2008-12-08 2017-02-02 Ciena Corporation Path computation based on dynamic performance monitoring systems and methods in optical networks
US9037717B2 (en) * 2009-09-21 2015-05-19 International Business Machines Corporation Virtual machine demand estimation
US20110072138A1 (en) * 2009-09-21 2011-03-24 International Business Machines Corporation Virtual machine demand estimation
US10230610B2 (en) * 2013-07-31 2019-03-12 Adaptive Spectrum And Signal Alignment, Inc. Method and apparatus for continuous access network monitoring and packet loss estimation
US11223550B2 (en) 2013-07-31 2022-01-11 Assia Spe, Llc Method and apparatus for continuous access network monitoring and packet loss estimation
US9407389B2 (en) * 2013-09-24 2016-08-02 Hitachi, Ltd. Communication system and time synchronization method
US20150085852A1 (en) * 2013-09-24 2015-03-26 Hitachi, Ltd. Communication system and time synchronization method
US9515777B2 (en) 2014-10-23 2016-12-06 International Business Machines Corporation Snoop virtual receiver time
US9509450B2 (en) 2014-10-23 2016-11-29 International Business Machines Corporation Snoop virtual receiver time
US9860183B2 (en) 2015-09-25 2018-01-02 Fsa Technologies, Inc. Data redirection in a bifurcated communication trunk system and method
US9900258B2 (en) 2015-09-25 2018-02-20 Fsa Technologies, Inc. Multi-trunk data flow regulation system and method

Similar Documents

Publication Publication Date Title
US6215772B1 (en) Dynamic parameter estimation for efficient transport of HPR data on IP
EP1350363B1 (en) Method and apparatus for the assessment and optimization of network traffic
US6115751A (en) Technique for capturing information needed to implement transmission priority routing among heterogeneous nodes of a computer network
US7773536B2 (en) Method and apparatus for the assessment and optimization of network traffic
US7336613B2 (en) Method and apparatus for the assessment and optimization of network traffic
US7185070B2 (en) Generic quality of service protocol and architecture for user applications in multiple transport protocol environments
US7284051B1 (en) Relaying apparatus for use in a network system
JP4975760B2 (en) How to allow multiple client machines to remotely access applications running on the target server
US7756032B2 (en) Method and apparatus for communicating data within measurement traffic
US5596719A (en) Method and apparatus for routing and link metric assignment in shortest path networks
US7761562B1 (en) Technique for determining multi-path latency in multi-homed transport protocol
US6101549A (en) Proxy-based reservation of network resources
US6131117A (en) Technique for correlating logical names with IP addresses on internetworking platforms
US20090135734A1 (en) Packet fragmentation prevention
WO2000044147A1 (en) Method for supporting communications mobility in a telecommunications system
US6742031B1 (en) Delay calculation for a frame relay network
Matsumoto et al. Experimental evaluation of software reliability growth models
Park et al. An extended TCP/IP protocol for real-time local area networks
Cisco R
Cisco R
Cisco R
Cisco R
Cisco R
Cisco Configuring Novell IPX
Cisco Configuring Novell IPX

Legal Events

Date Code Title Description
AS Assignment

Owner name: IBM CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VERMA, DINESH C.;REEL/FRAME:008845/0826

Effective date: 19971126

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20090410