1. Field of the Invention
The present invention relates to the field of telecommunications and networking, and more particularly, a method and apparatus for controlling connection admission in a network with multiple service classes and quality of service requirements.
2. Description of Related Art
A critical need in managing the resources of a network with multiple service classes and quality of service (QoS) requirements is an effective connection admission control (CAC) algorithm which maximizes the utilization of the network resources while ensuring that QoS requirements of the admitted connections are met. As connection setup requests are received by the network and a transmission path is selected, a real-time local decision needs to be made to accept or reject the request based on the QoS and traffic parameters of the requesting connection as well as the state of the network including resource availability, traffic characteristics, and QoS requirements of the existing connections. Similarly, as connection release messages arrive, appropriate actions need to be taken to release any committed resources.
For example, in an asynchronous transfer mode (ATM) network there exist five service classes: Constant Bit Rate (CBR), real-time Variable Bit Rate (rtVBR), non-real-time Variable Bit Rate (nrtVBR), Available Bit Rate (ABR), and Unspecified Bit Rate (UBR). Of these five service classes, the rtVBR service is the most involved. Indeed, it is the only service category among all guaranteed service categories (CBR, rtVBR, and VBR) that combines both traffic burstiness and multiple QoS requirements (cell loss and delay) since CBR is not bursty and nrtVBR has only cell loss requirements. The other two service categories (ABR and UBR) are mainly best-effort in nature except for a minimum cell rate (MCR) component, which is met by simply reserving bandwidth equal to MCR.
Consider a set of virtual circuits (VCs) having the same QoS requirements given by L, D, and α representing the cell loss ratio (CLR), cell delay variation (CDV), and CDV percentile, respectively. If these VCs are allocated a buffer B and capacity C, then the CLR and CDV requirements are met when
Prob(Qt>B)≦L, and (1)
Prob(Dt>D)≦α (2)
where Qt represents the queue length process and Dt represents the delay process. Since the delay and queue length are related through Dt=Qt/C, (2) can be rewritten as
Prob(Qt>D·C)≦α (3)
The existing CAC algorithms for VBR services do not provide a complete solution and fall into one of the following categories where they either (a) ignore CDV and deal only with CLR and consequently they are applicable to nrtVBR only, or (b) assume a cell loss dominant model where CDV is not binding, or (c) assume a delay dominant model where CLR is not binding and convert the delay requirement into a loss (or buffer overflow) requirement as in equation (3), or (d) assume that the bandwidth and buffer allocations along the QoS requirements are such that the loss and delay performance are violated with the same rate, and therefore assume that D·C=B and α=L so that equation (1) and equation (3) are the same. Moreover, most existing models which deal with “first in, first out” (FIFO) scheduling explicitly model per-VC queuing using assumption (d) above.
In the method according to the present invention, both the CLR requirement and the CDV requirement for bursty real-time traffic (rtVBR category in ATM) accounted for the per-VC scheduling case. By independently considering the loss and delay requirements without making particular assumptions about the relationship between them and the resource allocations, the present invention solves a more general problem and captures different operating regimes. In particular, the present invention shows that as the traffic mix within the network changes, the operating regime could change from delay-dominant to loss-dominant or vice versa. Therefore, the present invention provides an improved CAC algorithm by increasing utilization of the network resources while ensuring that QoS requirements of the admitted connections are still met regardless of the operating regime of the network.
The present invention will become more fully understood from the detailed description given herein below and the accompanying drawings which are given by way of illustration only, wherein like reference numerals designate corresponding parts in the various drawings, and wherein:
according to the method of the present invention; and
according to the method of the present invention.
As far as allocating the total buffer 202 to the different VCs, in a preferred embodiment a complete sharing arrangement whereby an arriving cell from any VC (2031, 2032, . . . , 203N) is lost only when the total buffer occupancy of all VCs reaches capacity B in the total buffer 202 is used. The use of complete sharing instead of partitioning maximizes the statistical multiplexing gain. With this buffer management option, an implication is that the cell losses experienced by each VC are independent of the scheduling discipline (independent of φi's) as long as the scheduler is work conserving. While the method of this invention will be described as implemented with the complete sharing arrangement, the method is not limited to this implementation. Other buffer management options including complete partitioning and partial partitioning of the buffer could also be implemented.
The CAC algorithm estimates the capacity Ch needed by each class h, h ε S={CBR, rtVBR, nrtVBR, ABR, UBR}, and makes sure that Σhε SCh≦C where C is the link capacity of the output link 204.
the capacity needed to meet the cell loss requirement. Then in step S102, ATM switch 103 next computes CrtVBRCDV, the capacity needed to meet the cell delay requirement, and then sets CrtVBR as the maximum of the above two quantities in step S103.
The details of steps S101 and S102 will be discussed infra.
The above described approach does not make any assumption about how the loss requirement, the delay requirement, and the traffic parameters relate to each other. Specifically, the required capacity to meet the loss requirement and the required capacity to meet the delay requirement are computed independent of one another in steps S101 and S102, respectively. After the two requirements are computed, step S103 obtains the capacity needed to meet both QoS requirements.
Computing
in Step S101
Under the buffer sharing strategy, the overall CLR is independent of the scheduler weights. Therefore, a model for any work-conserving scheduler to compute
can be used. In a preferred embodiment, we use a FIFO scheduler model. The performance measures of interest for a finite buffer system, when fed with leaky bucket compliant sources, are estimated by using the loss probability (PL) in a two-stage process as shown in
Step S201 computes an effective bandwidth e for each source in isolation for the FIFO model of a preferred embodiment as a function of a buffer of size B drained at capacity C and fed by J groups of rtVBR sources with Kj being the number of sources in group j, j ε {1, 2, . . . , J}. Traffic sources are ON/OFF with the traffic descriptor for each source made up of three parameters: peak cell rate (denoted p), sustained cell rate (which is the mean cell rate denoted m), and burst size (denoted b). The ON and OFF periods can be obtained from these parameters as follows: TON=b/p and TOFF=b/m−b/p. Sources in each group j have the same traffic descriptor given by the tuple (pj, mj, bj).
Assuming traffic sources are independent with exponentially distributed ON and exponentially distributed OFF periods, the ATM switch 103 computes as a function of B, L, and the traffic descriptor (p, m, b) the following effective bandwidth in step S201:
where x=m/p and δ=B/(b Log(1/L)).
Next, in step S202 the ATM switch 103 computes the benefit of statistical multiplexing where the loss probability PL is approximated by the overflow probability resulting from feeding a bufferless multiplexer with independent traffic sources each having a binomially distributed ON/OFF rate process with peak rate being the equivalent bandwidth e computed in step S201 and with the probability of being in the ON state equal to m/e where m is the mean cell rate of the source.
In computing a total capacity requirement which satisfies the CLR requirement for the rtVBR class including a benefit of statistical multiplexing, the Gaussian approximation is used to estimate a loss probability which is given in terms of the error function by
where ej is the effective bandwidth computed in step S201 for a VC in group j.
Given the loss requirement L, the above equation needs to be solved (“inverted”) for the required capacity C. Equation (6) can be easily inverted using the inverse of the error function to obtain:
C=M+erf−1(L)√{square root over (V)} (7)
where
is the aggregate mean rate and
is the variance of the aggregate ON/OFF process (it can be easily shown that the variance for each independent ON/OFF source with peak rate ej and mean rate mj is (ej−mj)).
Since the Gaussian approximation is more accurate when more VC's are multiplexed and given the fact that the required capacity should not be greater than the sum of the effective bandwidth of all VCs
as based on step S201, the total capacity needed to support the rtVBR class so that the overall CLR is no more than L as based on step S202 is given by:
In a preferred embodiment, the ATM switch 103 sets
in step S203 according to equation (8) as the minimum of the sum of the effective bandwidth of all VCs based on step S201 and the Gaussian approximation based on S202 computed according to equation (7). Further, note that this approach for computing
which is the capacity needed to meet the CLR requirement, can also be used to compute CnrtVBR since the nrtVBR class has only a loss requirement.
Computing
in Step S102
To compute
as in step S102, consider VC queue i in
which is a function of the traffic parameters (pi, mi, bi) and the CDV requirement Di and is shown by the solid curve in
So far, only VC queue i in isolation was considered and the method did not take into account any statistical multiplexing gain. To do so, consider again the multiplexer model described above and illustrated in
By choosing the weight of VC queue i to be proportional to ei for all i, the result of equation (10) becomes
In order to meet the delay requirement of VC queue i, the condition Ri(t)≧ei when VC i is backlogged (ui(t)=1) must hold. Stating this using equation (11) provides:
which implies that, to meet the delay requirements of all VCs,
This requirement is met when
since, given any time t, if there exists i such that ui(t)=1 then equation (13) is equivalent to equation (14), and if ui(t)=0 ∀i, equation (14) is true since
Note that equation (14) is equivalent to
since, as defined in
Since the CDV requirement allows for the delay of VC i to exceed Di with a small probability α, equation (15) may be violated with the same probability
In a preferred embodiment, the On/Off process cj(t) are independent since sources are assumed to be independent, and that the aggregate process
is assumed to be Gaussian. Under this assumption, equation (16) is satisfied when
where M and V are the mean and variance of R(t), respectively, and δ=erf−1(α) is the inverse of the error function at the CDV percentile value α. In step S303, ATM Switch 103 then sets
according to equation (17) as a function of the results of steps S301 and S302.
The invention being thus described, it will be obvious that the same may be varied in many ways. For example, instead of an ATM network, the network could be any type of network that has multiple service classes. As other alternatives, the method of the present invention could be implemented in a network in which all traffic is bursty, real-time traffic or in a network which has a partitioned buffer. Such variations are not to be regarded as a departure from the spirit and scope of the invention, and all such modifications are intended to be included within the scope of the following claims.
Number | Name | Date | Kind |
---|---|---|---|
6269079 | Marin et al. | Jul 2001 | B1 |
6442138 | Yin et al. | Aug 2002 | B1 |
6504820 | Oliva | Jan 2003 | B1 |
6625155 | Dziong | Sep 2003 | B1 |
20030058796 | Anderson, Sr. | Mar 2003 | A1 |
20030063624 | Nagarajan et al. | Apr 2003 | A1 |
20040066785 | He et al. | Apr 2004 | A1 |
Number | Date | Country | |
---|---|---|---|
20030193954 A1 | Oct 2003 | US |