Abstract

In order to achieve high throughput and low average delay in computer network, it is necessary to stabilize the queue length and avoid oscillation or chaos phenomenon. In this paper, based on Adaptive Random Early Detection (ARED), an improved algorithm is proposed, which dynamically changes the range of maximum drop probability according to different network scenarios and adjusts to limit average queue size in a steady range. Moreover, exponential averaging weight is adjusted based on linear stability condition to stabilize . A number of simulations show that the improved ARED algorithm can effectively stabilize the queue length and perform better than other algorithms in terms of stability and chaos control.

1. Introduction

In the current internet, congestion control has been a serious problem. Lack of effective management of congestion significantly affects the performance of internet, such as degradation of link utilization, more round-trip time, and even makes the network inaccessible. At the same time, various approaches have been proposed to solve the issue. These schemes can be divided into two categories. One category strengthens congestion management at the end while making few changes to internet [1, 2]. The other one aims to adapt Active Queue Management (AQM) at each router, and eventually control congestion level, such as Random Early Detection (RED) [3], Random Early Marking (REM) [4] and Virtual Queue (VQ) [5, 6]. Among them, RED is the most prominent and well-studied AQM scheme. Though RED can prevent global synchronization, reduce packet loss, and achieve high throughput, it induces oscillation or chaos to degrade the performance of the system in some network scenarios. The stability of RED gains more and more researchers’ attentions.

The main goal of AQM is to keep queue length stable in order to make a good tradeoff between high throughput and low delay. As a queue management policy, RED gateway manages queue by monitoring the average queue size . When exceeds the preset lower threshold , arriving packets are randomly dropped or marked with a certain probability, so that some connections can sense the early congestion, and then adjust their window sizes to avoid serious congestion and packet lost. Once the average queue size is larger than the upper threshold , the RED gateway drops/marks every arriving packet to keep below . Although the RED algorithm is an effective mechanism to achieve high throughput and low delay, some researches note that RED is quite sensitive to traffic load and RED parameters [79], and that the average queue length exhibits nonlinear instability and chaos [1013]. In particular, when the average queue becomes larger than the upper threshold , fluctuates seriously, leading to low throughput and large packet loss rate. Many modified RED algorithms are proposed to eliminate oscillations or chaos to improve its robustness by revising the drop probability function or by adjusting control parameters.

Among these algorithms, one set of approaches are to modify the packet drop probability function to improve the stability of RED and its performances [1418]. Particularly, Hollot et al. proposed a PI-controller (Proportional-Integral controller) to improve reaction of TCP-RED dynamics [15]. Besides that, the authors proposed LRED (Loss Ratio-based RED) in [18], which takes into account the dropping probability based on loss rate and queue length rather than average queue size. These modified algorithms outperform original RED in terms of better stability and higher throughput. However, these methods always induce additional parameters that are needed to be optimized to stabilize the queue length in different network scenarios. The setting of parameters is still an unsolved problem. Another set of algorithms does not change the basic idea of RED, but tunes the control parameters to improve the stability of the queue length [8, 9, 12, 13, 1923]. Feng et al. have argued that there is no single set of RED parameters that can work well under different congestion scenarios. In [8], they proposed original ARED, which tunes the parameter based on network traffic to keep the average queue size between the upper threshold and lower threshold . Floyd et al. present a revised version, also called Adaptive RED [9], which adopts AIMD mechanism to change slowly. Although ARED can stabilize the queue length at a given target and achieve high throughput in some networks, ARED does not provide any systematic methods to set parameters and the target. Furthermore, the control parameter selection is based only on empirical observation and simulation analysis. As a result, it performs well in one simulation, but fails in another. Besides that, some researches propose other variants of RED, such as SARED (Stabilized ARED) [19], PD-RED [20], while others discuss the bound of [2123]. These algorithms keep the queue length stable in some network scenarios by dynamically tuning parameters, but they fail to control the fluctuation and chaos in others.

In the paper, we analyze the steady range of and its linear stability condition, and propose a novel improved ARED algorithm. The improved ARED constrains in a more reasonable range according to both the steady range and the target range of ARED. What is more, the improved ARED also decreases to stabilize based on linear stability condition. By stabilizing within target range, the improved ARED algorithm could get high link utilization, more stable delay with less delay jitter. The rest of the paper is organized as follows. In Section 2, RED algorithm and a discrete-time TCP-RED model are introduced. Then we analyze linear stability condition of the average queue size. In Section 3, an improved ARED algorithm is proposed based on ARED algorithm, and the settings of the control parameters and are discussed in detailed. Section 4 presents simulations results and discusses the performance of various AQM schemes. Finally, we present the conclusions in Section 5.

2. Discrete-Time TCP-RED Model

In this paper, the network topology used is a dumbbell with a single bottleneck as shown in Figure 1. There are connections sharing a single link with the capacity . It is assumed that these connections are identical, long-lived, and have the same round-trip propagation delay .

2.1. Random Early Detection (RED)

RED is a recommended scheme of AQM by the Internet Engineering Task Force (IETF) [3]. The main goal of RED is to achieve low average delay and high throughput. In order to achieve the goal, the RED gateway always measures , and drops/marks the arriving packets with the probability p to notify the TCP end of the incipient congestion when . Once , RED gateway drops every arriving packet so that it can control the average queue size even in the absence of cooperating sources. The drop probability with RED can be described by the following piecewise function [3]: Here is the drop probability when is equal to , and also called the maximum drop probability. and are the expected upper and lower thresholds, respectively. can be got with the following equation [3]: Here, is average queue size at the previous time. is instantaneous queue length. is exponential averaging weight which is limited at []. is updated at the time of packet arrival [3].

2.2. Discrete-Time Feedback Model for TCP-RED

To better understand the nonlinear instability in TCP-RED, Ranjan et al. have developed a discrete-time dynamical feedback TCP-RED model [11]. It is assumed that RED queue management mechanism with Explicit Congestion Notification (ECN) capability is implemented at each node to provide congestion signal. According to the model, the instantaneous queue size can be determined by some network parameters, such as the buffer size B, mean packet size M, the number of connections N, and a constant K in [1, (8/3)0.5]. can be expressed mathematically as [11] Here , where is the minimum drop rate that leads to an empty queue at next time. , where is the maximum drop probability with full queue at next time. C is the capacity of the shared link, and d is round-trip propagation delay. The parameter p can be calculated by (2.1):

In the discrete-time model, it is noted that the average queue size is updated over time scale of approximately one RTT (round-trip time) [10, 11]. It is much longer than typical interarrival times of packets in practice. Therefore, w in the model is much larger.

2.3. Instability in TCP-RED

The interaction between TCP and RED is proved to be rather complex and nonlinear [11, 24]. In recent years, some novel approaches are proposed to better understand the complex and nonlinear phenomena in practice [2527], which may be used to explain the nonlinear phenomena in TCP-RED. In this section, the complex behavior with RED parameters variation is analyzed based on the associated eigenvalue that is presented as follows.

If the average queue size stabilizes at a value , that is, , the fixed point must lie in the range [q2, q1]. That can be obtained from (2.3). Considering the associated eigenvalue corresponding to , the linear stability condition is [11]. Here, means the increase factor of . Figures 2 and 3 plot the average queue size and the associated eigenvalue for a fixed point , as w varies from 0.12 to 0.2. In simulation, the parameters are the same as in [11]:  Mb/s, ,  s, packets, packets, packets, .

From Figures 2 and 3, it is evident that for , converges to the fixed point . At the same time, also stays below 1. As w increases, PDB (period doubling bifurcation) emerges from the fixed point, and then chaos appears with . It implies that if for , the average queue size is instable at the point. In other words, the point is not a fixed one. The system oscillates and even exhibits chaos phenomenon.

Because all the parameters in (2.4) are positive, must be smaller than 1. The linear stability can be rewritten as , that is,

3. The Improved ARED Algorithm

In this section, we first briefly introduce ARED algorithm, and then propose a novel improved ARED algorithm. At last, we give a theoretic analysis for the proposed algorithm.

3.1. Adaptive RED

In 2001, Floyd et al. proposed a modified version of the original ARED (Adaptive RED), also called ARED [9]. To ensure high throughput and low delay, they set a target range with [(), ()]. When the current average queue size is not in the range, the control parameter is revised by AIMD (additive-increase multiplicative-decrease) policy, which can be expressed mathematically as: Here, is the target range. ARED changes slowly, and the time scale is larger than interarrival time in original ARED. In general, the parameter interval = 0.5 seconds. Based on the principle that the change of should not be larger than the range of target in single interval [9], Floyd et al. advised to set (0.01, ) and . Besides that, is constrained within the range [0.01, 0.5], so that the overall performance of RED could be still acceptable in the transition period, even though the average queue size is out of the target range. A lot of experiments demonstrate that ARED has a good performance in terms of stability and robustness [9]. However, the parameter and the bound of are configured according to some experiment results. Therefore, ARED works well in some network scenarios but fails in others.

3.2. The Improved ARED Algorithm

Since ARED adjusts by monitoring whether is within the target range, it is sensitive to the change of . Besides that, it causes oscillation when w is improper. In the section, we propose a novel ARED, named improved ARED, to reduce the parametric sensitivity and traffic sensitivity. The algorithm is described in Algorithm 1.

Every interval seconds:
 if (qave>qtarget&&pmax<pmax_u)
   pmax=pmax+α;
 else
   if (qave<qtarget&&pmax>pmax_l)
     pmax=pmax×β;
   if (qaveqtarget)
    Calculate λ by(2.4)
     if (λ<-1  &&  w>wmin)
       w=w×γ;
Parameters:
pmax_u: the upper threshold of pmax;  p1/0.6
pmax_l: the lower threshold of pmax;  p2/0.4
γ: decrease factor of w
wmin: the lower threshold of w; 1-exp(-1/(10Cd/M))
Other parameters are the same as those with Adaptive RED

There are two main differences between ARED and the improved ARED: () is constrained in the range [p2/0.4, p1/0.6] in the improved ARED, instead of the range [0.01, 0.5] in ARED, () w is also adjusted in the improved ARED, when the linear stability condition is not satisfied and stays in the steady range.

3.3. Maximum Drop Probability

Base on the discussion in Section 2.3, one can see that is stable only when it is in the range [q2, q1] and at the point is below −1. In order to stabilize , it is necessary to ensure . If the target range in ARED is constrained in the steady range [q2, q1], could be adjusted effectively to keep in the range. In the case, the two following inequalities are obtained:

Substituting and into (3.2), we obtain the range of :

By the way, the drop mechanism with ARED can keep within the steady range [q2, q1], so the stability of depends on the value of from (2.5). Figure 4 shows the drop probability with the improved ARED algorithm.

3.4. Exponential Averaging Weight

The inequality (2.5) shows that depends on control parameters (, , w, ), system parameter N, the constant K and . Since the number of connections N is out of control, a network manager usually changes control parameters to stabilize . The thresholds and refer to the tradeoffs between throughput and delay, and they are constants in general. Thus, they are set in advance. The control parameters is adjusted by ARED scheme. Therefore, w becomes the only parameter to be chosen to achieve the stability of . Since is a monotony decrease function of w from (2.5), can be ensured by decreasing w when is below −1. In other words, the linear stability of can be obtained by decreasing w.

On the other hand, if w is too small, the average queue size cannot reflect the change of instantaneous queue size, so that RED gateway cannot detect the early congestion. In order to avoid too mall of w, a lower threshold is used [9]. Besides that, multiplicative-decrease policy is used to reduce quickly.

4. Simulations

The instability of RED schemes comes from its parametric sensitivity and traffic sensitivity. In other words, RED scheme is very sensitive to control parameters (w, ) and system parameters (N, d). In this section, we test the performance of the improved ARED, the gentle RED, and ARED when these parameters vary in a large range. The three algorithms use the discrete-time TCP-RED model for simulation, and are evaluated by the stability of . The parameters in simulation are the same as in [11]:  Mb/s, ,,000b,,, packets, packets, packets, , , except special descriptions. Besides that, because the instant of observation is about one RRT [10, 11], is updated after every 5 iterations. It is roughly 0.5 seconds for both the improved ARED and ARED.

4.1. Control Parameters

In the subsection, we test the parametric sensitivity of various algorithms. The plots in Figure 5 present the average queue size when w varies from 0.12 to 0.34 for the gentle RED, ARED and the improved ARED, respectively. Figure 5(a) shows that for gentle RED, can be stabilized at 345.1 with a small w. As w increases, becomes instable, and then PDB appears. When w is larger than 0.164, exhibits chaos phenomenon. ARED cannot stabilize within the target range until as shown in Figure 5(b). It implies that ARED is more stable than gentle RED when w varies. However, it also leads to PDB and chaos. From Figure 5(c), it is found that the improved ARED keeps stable at a point within target range when w is set at different values. The experiments show that the robustness of the improved ARED is better than Adaptive RED and gentle RED in terms of w.

In simulations, ARED can stabilize with a larger w compared with gentle RED because with ARED is adjusted dynamically. However, when w is larger than some critical values, is more sensitive to the change of queue length, and thus changes fast. As a result, ARED gateway frequently adjusts that leads to oscillation. In the same case, the improved ARED decreases w according to the linear stability condition besides adjusting . Therefore, the performance of the improved ARED outperforms ARED.

Figure 6 demonstrates the change of the average queue size for various algorithms with the variation of . From these figures, it is evident that gentle RED does a poor job in terms of stability due to the constant . However, both ARED and the improved ARED perform better in eliminating oscillations and chaos when the lower threshold changes from 250 to 550. When is near 500 packets, ARED exhibits oscillations as shown in Figure 6(b). That is because the target range [(), ()] shrinks as increases, which means that stays within the range with a smaller probability. Under this condition, fluctuates frequently, so fluctuates too. However, the improved ARED changes the value of w based on linear stability condition to reduce the effect of the queue length on , and then reduce the fluctuation of . By doing so, the improved RED degrades the sensitivity of to some extent, and improves the stability of compared with ARED and gentle RED, as shown in Figure 6(c).

4.2. System Parameters

In this subsection, we test the stability and robustness of different algorithms under different network load N and different round-trip propagation delay d.

Figure 7 shows the average queue size when N increases from 100 to 1500. From Figure 7(a), it is evident that the system is difficult to stabilize with small N. As N increases, the system is more stable and stabilizes at a larger value. These results are consistent with that in [28]. However, if N continues to increase without constrain, there exists a value of N with near 2, which corresponds to the drop probability of 1 for gentle RED. Once N exceeds the value, oscillates [8]. Therefore, the system can stabilize only if N varies in some range when other parameters are determined. Figure 7(b) shows that of ARED is stable when . However it increases when and oscillates when . In the simulations, the improved ARED can keep stable in the target range with , as shown in Figure 7(c).

For small N, ARED and the improved ARED decrease to reduce the effect of single source on traffic so they can achieve good stability. For large N, a lot of packets need to be dropped to trigger enough congestion signals with a large drop probability. For the improved ARED, both p1 and p2 will increase accordingly, and the bounds of will be enlarged as shown in (3.3). Therefore, the improved ARED can provide enough congestion signal by adapting a larger . However, the upper threshold of is set to 0.5 for ARED, so it is ineffective to provide a large enough drop probability with . Therefore, the improved algorithm can get better performance in the simulations.

The plots in Figure 8 show the average queue size with respect to the round-trip propagation delay. For gentle RED, larger d results in instability as shown in Figure 8(a), because it takes more time to transmit an early congestion signal. After the ends receive the congestion signals, a lot of packets have been sent out, caused more serious congestion with a long queue length. On the other hand, when the system recovers from congestion, the ends may still decrease sending rate, due to the delay arrival of congestion signals sent at the previous time. In this case, the average queue size will be very small and the network resource cannot be fully utilized. In the experiments, both ARED and the improved ARED can reduce aggressiveness of drop mechanism through decreasing that makes enter into stability slowly. Figures 8(b) and 8(c) also verify that both algorithms are effective in control of oscillation and chaos.

5. Conclusions

In this paper, we study the instability of TCP-RED based on a discrete-time feedback system model and propose an improved ARED algorithm in which bounds of the maximum drop probability are optimized and the lower threshold of the exponential averaging weight w is adjusted based on linear stability condition. Simulations based on the discrete-time model show that the improved ARED algorithm can stabilize effectively in the target range with various values of control parameters (w, ) and system parameters (N, d). Compared with the gentle RED and ARED, the improved ARED algorithm is less sensitive to parameters, and performs better than the two schemes in terms of stability. The simulation results imply that the improved ARED can achieve high throughput and less delay.

Acknowledgments

The work was supported by National Natural Science Foundation of China (Grant no. 60573125, 60703112, and 60873264).