Next Article in Journal
Dynamic and Distributed Intelligence over Smart Devices, Internet of Things Edges, and Cloud Computing for Human Activity Recognition Using Wearable Sensors
Previous Article in Journal
Multi-Objective Optimization of Gateway Location Selection in Long-Range Wide Area Networks: A Tradeoff Analysis between System Costs and Bitrate Maximization
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Output Stream from the AQM Queue with BMAP Arrivals

by
Andrzej Chydzinski
Department of Computer Networks and Systems, Silesian University of Technology, Akademicka 16, 44-100 Gliwice, Poland
J. Sens. Actuator Netw. 2024, 13(1), 4; https://doi.org/10.3390/jsan13010004
Submission received: 14 November 2023 / Revised: 8 December 2023 / Accepted: 18 December 2023 / Published: 2 January 2024
(This article belongs to the Section Communications and Networking)

Abstract

:
We analyse the output stream from a packet buffer governed by the policy that incoming packets are dropped with a probability related to the buffer occupancy. The results include formulas for the number of packets departing the buffer in a specific time, for the time-dependent output rate and for the steady-state output rate. The latter is the key performance measure of the buffering mechanism, as it reflects its ability to process a specific number of packets in a time unit. To ensure broad applicability of the results in various networks and traffic types, a powerful and versatile model of the input stream is used, i.e., a BMAP. Numeric examples are provided, with several parameterisations of the BMAP, dropping probabilities and loads of the system.

1. Introduction

In the vast majority of packet networks, there are buffers for packets employed at network nodes. It is optimal when the occupancy of these buffers is low most of the time, but non-zero. If there are no packets in the buffer to transmit, then the link between the nodes is underutilised. Conversely, when the buffer occupancy is high, the packet sojourn time in the buffer is long, adding unnecessary delay to the whole packet delivery time.
In the literature, short queues, essential to sustain high utilisation of links, are called “good queues”, whereas the long unnecessary ones are called “bad queues” [1]. Unfortunately, bad queues appear quite often in all forms of packet networking, including wired, wireless and sensor networks. Specifically, bad queues occur when the following three factors are combined together: tail-drop buffers, the TCP protocol and oversized buffering space. All of them are pretty common. Namely, oversized buffers are common due to Moore’s Law and inexpensive memory chips. Tail-drop buffer organisation, i.e., the policy that a packet is deleted if and only if the buffer is full, is the simplest and the most popular one. Lastly, the TCP protocol is the one of the most useful and exploited protocols in networking.
It is generally understood that active queue management (AQM), implemented in packet buffers, may reduce or eliminate bad queues [2,3]. In AQM, a packet may be dropped while the buffer occupancy is far from maximum. Some advanced AQM mechanisms use many system states and complicated policies to decide whether a packet ought to be dropped or not [1,4,5,6,7,8,9,10].
A different approach to AQM is that a packet is dropped on arrival with probability d ( k ) , which is directly related the buffer occupancy on this packet arrival, k. In this case, only one variable (the buffer occupancy) and a simple decision policy is used. In different studies, different functions d ( k ) have been suggested: linear [11], negative exponential [12], polynomial [13,14], beta [15] and other functions [16,17].
The simplicity of the policy based on the buffer occupancy, its ease of implementation and its low computational complexity (i.e., low energy requirement) are especially attractive in wireless sensor networking (WSN). Therefore, several authors advocate using it in WSN, e.g., [18,19,20,21].
In this paper, we want to analyse the output stream from a buffer governed by this policy. A typical scenario is depicted in Figure 1. Specifically, we have a wireless sensor network of some topology and a sink node that collects data packets from sensor nodes. It transmits them further to a user through the internet (or to a local server first, but this is irrelevant here). Most importantly, the sink node has implemented an AQM mechanism at the buffer of its output interface (the blue part in Figure 1). Our interest lies in the statistical properties of the output stream from this buffer.
The buffer with AQM under study, in blue in Figure 1, is enlarged further in Figure 2. Namely, on the left-hand side of Figure 2, the traffic from the wireless sensor network, aggregated inside the sink node, is depicted. The packets from this traffic are subject to the AQM mechanism based on function d ( k ) . Specifically, every packet on arrival is subject to a random decision; it is dropped with probability d ( k ) , or it is deposited in the buffer of size N with probability 1 d ( k ) . Argument k of function d ( k ) denotes the buffer occupancy at the time of each decision. The buffer in Figure 2 is meanwhile being drained by transmissions throughout the output link. Each packet transmission time is random and has an arbitrary distribution function F ( t ) . This distribution may account for variable packet sizes or a variable bitrate of the output link, or both. Lastly, the aggregated traffic, on the left-hand side of Figure 2, is modelled here by the BMAP process, whose powerful capabilities enable modelling of traffic of arbitrary type and complexity (this subject will be broadened later).
Note that the output stream on the right-hand side of Figure 2 must be essentially unlike the aggregated traffic on the left-hand side. First, this is because the AQM mechanism occasionally drops packets, which is its main goal for the reasons explained before. Therefore, even the output rate from the sink node is not equal to its input rate. Second, the transmission through the output link further changes the statistical properties of the output stream.
The purpose of this paper is to find the characteristics of the output stream in Figure 2 using instruments of queuing theory, and to study in numeric examples how the properties of the output stream vary with the properties of the model.
The paper proceeds with the following arrangements. In Section 2, the contribution of the paper is detailed. In Section 3, previous investigations in related fields are recalled. The model of the input stream, the packet buffer and its policy based on function d ( k ) are presented in Section 4. Then, in Section 5, a mathematical analysis of the output stream is conducted. In Section 6, numeric examples are shown and commented, with diverse parameterisations of the input stream, mechanism loads and functions d ( k ) . Lastly, the insights of this research work are summarised in Section 7. In the same section, suggestions for future work are provided.

2. Contribution

The primary contribution of this paper includes three new formulas: one for the average number of packets over time t in the output stream, one for the momentary packet output rate at time t and one for the steady-state output rate.
The secondary contribution of the paper is a set of numeric examples, exposing dependencies of the output stream characteristics on the model parameters. Specifically, five parameterisations of a BMAP are used in these examples, with different features of the input stream, and combined with different system loads and different forms of function d ( k ) to observe the impact of each on the output stream in both steady-state and time-dependent cases.
Why do the characteristics of the output stream matter?
From a networking standpoint, they matter because the considered output stream constitutes an input stream to another device. Specifically, the output stream in Figure 1 can be an input stream to a router, local or distant processing server, local or distant user, etc. Whatever the next device is, the performance of the whole system depends on the characteristics of the considered stream.
From a theoretical angle, the rate of the output stream is the key characteristic of the buffering mechanism, because it represents the overall performance of this mechanism, i.e., its ability to process a specific number of packets in a time unit.
Now, it is worth stressing that the results obtained here are broadly applicable in networks with completely different statistical properties of traffic and exploiting different functions d ( k ) . Such universality is a consequence of three assumptions on the analysed model.
Firstly, the batch Markovian arrival process (BMAP) is used to model the packet interarrival times in the aggregated traffic (see Figure 2). The BMAP has very powerful modelling capabilities—perhaps most powerful among all known point processes—which are analytically tractable. To name a few of these capabilities, the BMAP is able to model an arbitrary autocorrelation structure of the input stream, batch and single arrivals, and an arbitrary interarrival distribution [22,23]. It is known that all these features may influence the performance of the buffering policy. For instance, the effects of the interarrival distribution are known from elementary queueing theory [24]. The impact of the correlation structure was thoroughly investigated when positive autocorrelation was discovered in LANs [25]. The batch structure of traffic was shown to follow from the design of the TCP protocol [26], and is also known to deeply impact the queueing characteristics [24,27].
Secondly, the transmission times are assumed to have an arbitrary distribution. This means every needed packet length distribution can be used in numeric calculations.
Lastly, the function d ( k ) is not specified in the analysis and may be of any mentioned type [11,12,13,14,15,16,17], or some other.

3. Related Work

Based on the author’s knowledge, the results of this article are new.
Specifically, there are no published papers devoted to the output stream of packets leaving a buffer governed by the d ( k ) -based policy. This is rather unexpected, bearing in mind the importance of the d ( k ) -based policy in networking and the significance of the characteristics of the output stream, discussed in Section 2.
The work related to this paper can be categorised into four groups.
First, there are published articles on the output stream from a buffer for various types of input stream and = service time, but without the d ( k ) -based packet dropping policy. For instance, in the classic work [28], the output stream for a Poisson input stream and exponential service is shown to be Poisson. In [29], the case with a general, single, uncorrelated input stream and general service times is studied. In [30], a system with a batch, uncorrelated input stream and general service times is investigated. Lastly, some papers are devoted to analysis of the output stream from a buffer with correlated batch arrivals, see, e.g., [31,32,33].
In none of the mentioned above work was the d ( k ) -based dropping policy considered, whereas it is a crucial component of the system studied here. Obviously, this policy deeply influences the system performance in general and the output stream behaviour in particular.
Second, there are studies on buffers that do incorporate the d ( k ) -based policy, but without an analysis of the output stream. In these papers, different queueing characteristics are studied either via simulations [11,12,13,14,15,16,17] or mathematically [34,35,36,37,38,39,40,41,42] under diverse assumptions of system parameters. As it was argued above, the characteristics of the output stream are very important for both theoretical and practical reasons. Therefore, we study them herein.
Third, as it was already mentioned, there are papers on AQM, in which the probability of deletion of a packet at the buffer depends on different variables [1,4,5,6,7,8,9,10].
Fourth, there are many studies on the BMAP and queueing models for telecommunication networks, which are very loosely related to the model studied herein, see, e.g., [43,44,45,46] and the references provided there.
Lastly, it is worth mentioning that usage of the BMAP process is not limited to networking. Other real-world applications of the BMAP include inventory models [47,48], supply chain management [49], maintenance and spare parts [50], disaster models [51] and vehicular traffic [52,53].
All the mentioned references are gathered in Table 1, in which the originality of this paper is highlighted when compared to them.

4. Model

We are going to analyse the model depicted schematically in Figure 2.
Firstly, the aggregated input stream on the left-hand side of Figure 2 is modelled by a BMAP [54].
To parametrise the BMAP, matrices D b , b = 0 , 1 , , are needed, each of size M × M . They have to fulfill the following requirements:
  • D 0 is negative on its diagonal but non-negative outside the diagonal;
  • D b is non-negative for b > 0 ;
  • D = k = 0 D b is a transition-rate matrix, i.e., each row of D sums to zero;
  • D 0 D .
Matrix D constitutes the intensity matrix of the underlying Markov chain of the BMAP, v ( t ) , which has possible states { 1 , , M } . In what follows, when saying that the BMAP is in state i, we will mean that this underlying chain is in state i, i.e., v ( t ) = i .
The evolution of v ( t ) governs arrivals of batches. In particular, diagonal entries of D b for b > 0 correspond to arrivals of batches of length b, while off-diagonal entries correspond to arrivals of batches of length b together with changes in v ( t ) . Off-diagonal elements of D 0 correspond to changes in v ( t ) without arrivals. In practice, we usually deal with a few D b matrices only, each corresponding to a possible batch length. All the remaining D b values are zero.
Two important characteristics of a BMAP are ν i and p i , j ( b ) . Specifically, ν i is the parameter of the exponentially distributed sojourn time before the next change of state, given that the BMAP is now in state i, whereas p i , j ( b ) is the probability that after this sojourn time the state switches from i to j with arrival of a batch of b packets. It holds that
ν i = [ D 0 ] i , i ,
and
p i , j ( 0 ) = ν i 1 [ D 0 ] i , j , i j ,
p i , j ( b ) = ν i 1 [ D b ] i , j , b > 0 .
More on the mathematical properties of BMAPs can be found in the monograph [43].
Now, we presume that a buffer of capacity N packets is fed by a stream of packets modelled by a BMAP. The packets create an FIFO queue in this buffer, which is served from the head by a transmission process. The transmission time of each packet is random and distributed in accordance with some distribution function F ( t ) .
When N packets are present in the buffer, a newly incoming packet is deleted. However, even with fewer than N packets in the buffer, a new packet may be deleted. This may happen with every incoming packet with probability d ( k ) , where k denotes the buffer occupancy at the time of arrival of this new packet. Therefore, arguments of function d ( k ) are non-negative integers, k = 0 , 1 , 2 ,
It is presumed that the packet being currently transmitted is the first one in the buffer; i.e., there is no separate room for the packet under service. Therefore, the phrase “buffer occupancy” includes the packet being transmitted, if any.
By λ we denote the rate of the aggregate input stream, i.e., the BMAP rate. The load of the buffering mechanism is:
ρ = λ μ 1 ,
where
μ 1 = 0 ( 1 F ( t ) ) d t ,
is the average packet transmission time.
When characterising the output process, we will be interested in the following three characteristics: D n , i ( t ) , V n , i ( t ) and V.
Specifically, D n , i ( t ) is the average number of packets occurring in the output stream in ( 0 , t ) , assuming the buffer occupancy at t = 0 was n and the state was i.
V n , i ( t ) is the momentary rate of the output stream at time t, defined by:
V n , i ( t ) = d D n , i ( t ) d t ,
Finally, V is the steady-state rate of the output stream, defined by:
V = lim t V n , i ( t ) .
As the limit in (7) is independent of n and i, any n = 0 , , N and i = 1 , , M can be used.
All model parameters and characteristics of interest are gathered in Table 2.
Finally, note that herein we consider only the aggregated traffic without distinguishing between individual flows from users. The information about which packet comes from which individual user is not included in the BMAP. Naturally, the rates and distributions of particular users influence the aggregated traffic. Fortunately, several algorithms for fitting BMAP matrices to the aggregated traffic have already been proposed, see, for example, [22,23,55,56]. In these fitting algorithms, the rates and distributions of particular users are incorporated into the resulting BMAP matrices. We assume herein that we already have the BMAP matrices reflecting the statistical properties of the aggregated traffic and, indirectly, the particular users within it.

5. Output Stream Analysis

To make it easier to follow the derivations in this section, the workflow of the analysis of the output stream is shown in Figure 3.
Therefore, we begin derivations by constructing the first integral equation for D n , i ( t ) .
Assume first that the buffer occupancy is 0 at t = 0 . For an arbitrary initial state i, we have:
D 0 , i ( t ) = b = 0 a = 0 N j = 1 M 0 t ν i e ν i x p i , j ( b ) q ( 0 , b , a ) D a , j ( t x ) d x ,
where ν i and p i , j ( b ) are given in (1) and (3), respectively. Furthermore, q ( n , b , a ) denotes the probability that on arrival of a batch of b packets, a packets are admitted to the buffer, while b a packets are dropped, presuming the buffer occupancy on the arrival of this batch is n. A formula for q ( n , b , a ) will be shown at the end of this section.
Equation (8) is inferred by conditioning on the initial moment of any change in the input stream, x. At time x, a packets are admitted to the buffer, so the new buffer occupancy is a, and the new state is j. There could not be any departure by x, so the new average number of packets departed by t, counting from x, will be D a , j ( t x ) .
Calculating the Laplace transform for both sides of (8), we achieve:
D 0 , i * ( s ) = ν i ν i + s b = 0 a = 0 N j = 1 M p i , j ( b ) q ( 0 , b , a ) D a , j * ( s ) , i = 1 , , M ,
with
D n , i * ( s ) = 0 e s t D n , i ( t ) d t .
Then, adopting vectors and matrices in (9), i.e.,
D n * ( s ) = [ D n , 1 * ( s ) , , D n , M * ( s ) ] T ,
P ( b , s ) = p i , j ( b ) ν i ν i + s i , j = 1 , , M ,
yields:
D 0 * ( s ) = b = 0 a = 0 N q ( 0 , b , a ) P ( b , s ) D a * ( s ) .
Lastly, (13) can be ordered with regards to growing a as follows:
R ( 0 , 0 , s ) I D 0 * ( s ) + a = 1 N R ( 0 , a , s ) D a * ( s ) = 0 ,
where
R ( n , a , s ) = b = 0 q ( n , b , a ) P ( b , s ) ,
0 = [ 0 , , 0 ] T ,
and I is the identity matrix.
Now, we can deal with the eventuality where the buffer occupancy is non-zero at t = 0 . In such a situation, we can construct the following equation:
D n , i ( t ) = a = 0 N n j = 1 M 0 t H i , j ( n , a , x ) [ 1 + D n + a 1 , j ( t x ) ] d F ( x ) , n = 1 , , N ,
where H i , j ( n , a , x ) denotes the probability that until the time x, the number of packets admitted to the buffer is a; the state at the time x is j, given that no departure took place by the time x; the initial occupancy was n; and the initial state was i.
Equation (17) is inferred by conditioning on a different moment to (8). Specifically, x in (17) is the first departure moment, distributed according to F ( x ) . Just after x, we have one packet already transmitted from the buffer, the new buffer occupancy of n + a 1 and the new state of j. Consequently, the new average number of packets departed by t, counting from x, will be 1 + D n + a 1 , j ( t x ) .
Calculating the Laplace transform for both sides of (17) yields:
D n , i * ( s ) = a = 0 N n j = 1 M a i , j ( n , a , s ) 1 s + D n + a 1 , j * ( s ) , n = 1 , , N ,
with
a i , j ( n , a , s ) = 0 e s x H i , j ( n , a , x ) d F ( x ) .
Denoting:
A ( n , a , s ) = a i , j ( n , a , s ) i , j = 1 , , M ,
e = [ 1 , , 1 ] T ,
we have from (18):
D n * ( s ) = a = 0 N n A ( n , a , s ) 1 s e + D n + a 1 * ( s ) , n = 1 , , N .
Lastly, (22) leads to:
a = 0 N n A ( n , a , s ) D n + a 1 * ( s ) D n * ( s ) = B ( n , s ) , n = 1 , , N ,
where:
B ( n , s ) = 1 s a = 0 N n A ( n , a , s ) e .
Equations (14) and (23) constitute a system of algebraic equations with unknowns: D 0 * ( s ) , , D N * ( s ) . Combining these unknowns in a vertical vector D * ( s ) , we can derive the solution of (14) and (23), which can be recapitulated as follows.
Theorem 1.
The average number of packets at time t in the output stream has the Laplace transform:
D * ( s ) = ( C ( s ) I ) 1 E ( s ) ,
where
D * ( s ) = D 0 * ( s ) T , , D N ( s ) T T ,
C ( s ) = [ C n , m ( s ) ] n , m = 0 , , N ,
C n , m ( s ) = R ( 0 , m , s ) , if n = 0 , A ( n , m n + 1 , s ) , if n 1 , n 1 m N 1 , O , otherwise ,
E ( s ) = 0 T , B ( 1 , s ) T , , B ( N , s ) T T ,
whereas R ( n , m , s ) , A ( n , m , s ) and B ( n , s ) are given in (12), (19) and (24), and O is the zero matrix.
Take note that to use this result in practice, one needs to be able to calculate the values of functions q ( n , b , a ) and H i , j ( n , a , x ) , which occur in (12) and (19), respectively. Both these functions are rather easy to compute recursively using the method shown in [40]. Specifically, for q ( n , b , a ) , we have:
q ( n , 0 , 0 ) = 1 ,
q ( n , 0 , a ) = 0 , a 1 ,
q ( n , b , 0 ) = ( d ( n ) ) b , b 1 ,
q ( n , b , a ) = 0 , min { N n , b } < a ,
and
q ( n , b , a ) = q ( n , b 1 , a ) d ( n ) + q ( n + 1 , b 1 , a 1 ) ( 1 d ( n ) ) , b 1 , a 1 ,
which enables recursive calculation of q ( n , b , a ) for arbitrary n, b and a.
For H i , j ( n , a , x ) , we have the following formulas, recursive with respect to a:
H * ( n , 0 , s ) = ( I R ( n , 0 , s ) ) 1 Z ( s ) ,
H * ( n , a , s ) = ( I R ( n , 0 , s ) ) 1 l = 1 a R ( n , l , s ) H * ( n + l , a l , s ) , a 1 ,
where
H * ( n , a , s ) = H i , j * ( n , a , s ) i , j = 1 , , M ,
H i , j * ( n , a , s ) = 0 e s t H i , j ( n , a , x ) d x ,
Z ( s ) = diag 1 s + ν 1 , , 1 s + ν M .
and R ( n , a , s ) is given in (12).
Note also that D n , i ( t ) is, by definition, non-decreasing with respect to t. For a visualisation of the properties of the output stream, it is more convenient to use the time-dependent rate of the output stream, V n , i ( t ) , which is defined in (6).
Applying the well-known derivative theorem on the Laplace transform, we have:
V n , i * ( s ) = s D n , i * ( s ) ,
where
V n , i * ( s ) = 0 e s t V n , i ( x ) d x ,
whereas D n , i * ( s ) can be calculated using (25).
The steady-state rate of the output stream, V, can be computed using another well-known property of the transform. Specifically, using the Final-Value Theorem on (40), we have:
V = lim s 0 s 2 D 0 , 1 * ( s ) .
with D 0 , 1 * ( s ) obtained from (25) again.
Lastly, note that (25) and (40) are expressed in the transform domain based on variable s. To return to the time domain, t, we have to employ an inversion method. A great variety of such methods is accessible (see monograph [57] on the subject). In the following numeric examples, the Zakian approach is exploited (Formula (7.12) in [57]).

6. Numeric Examples

In the numeric examples, we will use a few parameterisations of the BMAP which exemplify different features of the input stream. These include single arrivals, batch arrivals, positive autocorrelation, negative autocorrelation and no autocorrelation.
Specifically, the following five parameterisations will be employed:
  • B M A P 1 :
D 0 = 0.827091 0.787708 0.005626 0.022505 0.545767 0.011255 0.001442 0.001203 1.950544 , D 1 = 0.005626 0.016879 0.011252 0.501318 0.005626 0.005063 0.019469 0.000961 1.927469 .
  • B M A P 2 :
D 0 = 1.331696 1.268285 0.009057 0.036235 0.878738 0.018121 0.015328 0.012775 20.731246 , D 1 = 0.009059 0.027177 0.018118 0.008153 0.009059 0.807170 20.485996 0.010218 0.206929 .
  • B M A P 3 :
D 0 = 0.2 I , D 1 = 0.016667 J , D 3 = 0.022221 J , D 9 = 0.027778 J , J = [ 1 ] n , m = 1 , , 3 .
  • B M A P 4 :
D 0 = 0.165418 0.157543 0.001127 0.004505 0.109154 0.002253 0.000289 0.000242 0.390109 , D 1 = 0.000281 0.000844 0.000562 0.025066 0.000281 0.000253 0.000973 0.000048 0.096377 ,
D 3 = 0.000375 0.001125 0.000750 0.033419 0.000375 0.000337 0.001297 0.000064 0.128493 , D 9 = 0.000468 0.001406 0.000937 0.041776 0.000468 0.000421 0.001622 0.000080 0.160624 .
  • B M A P 5 :
D 0 = 0.266339 0.253653 0.001823 0.007250 0.175748 0.003627 0.003067 0.002557 4.146250 , D 1 = 0.000452 0.001358 0.000905 0.000407 0.000452 0.040360 1.024340 0.000510 0.010346 ,
D 3 = 0.000603 0.001811 0.001207 0.000543 0.000603 0.053809 1.365680 0.000681 0.013794 , D 9 = 0.000754 0.002264 0.001509 0.000679 0.000754 0.067264 1.707180 0.000851 0.017244 .
The total input rate of each of these streams is 1. B M A P 1 and B M A P 2 have single arrivals only, whereas B M A P 3 B M A P 5 have batch arrivals. B M A P 1 and B M A P 4 are positively autocorrelated with a one-lag autocorrelation of 0.425, whereas B M A P 2 and B M A P 5 are negatively autocorrelated with a one-lag autocorrelation of −0.425. B M A P 3 is not autocorrelated. Lastly, B M A P 3 B M A P 5 have common average batch length of 5, and a common rate of arrivals of batches of 0.2.
Unless indicated otherwise, the following function d ( k ) will be utilised in the examples:
d ( k ) = 0 , for k = 0 , , 15 , 1.8 1.8 e ( k 16 ) / 20 , for k = 16 , , 31 , 1 , for k = 32 , 33 , .
This is a negative-exponential function of REM type (see, e.g., [12]). The buffer on which this function operates is of length 32.
Unless indicated otherwise, the transmission time distribution is hyper-exponential with parameters λ 1 = 0.75 , λ 2 = 1.75 , p 1 = 0.3 , p 2 = 0.7 , the average value of 0.8 and the std. deviation of 0.94. Therefore, unless indicated otherwise, the system load is ρ = 0.8 .
In Table 3, the rate of the output stream is shown for all considered BMAPs at different times and in the steady state, t = . In all instances, the buffer occupancy at t = 0 was 0 and the initial state was 1.
Let us focus first on the steady-state output rate, shown in the last column of Table 3. As is evident, the rate may differ greatly depending on the internal nuances of the input stream. The worst result, 0.715, differs by almost 30% from the best result, 0.994, even though the input rate was the same in all cases. Note that 0.715 (or even 0.822) is a quite bad output rate, given that the system is significantly underloaded, ρ = 0.8 .
Clearly, positive autocorrelation produces worse results than negative autocorrelation. Specifically, positively correlated B M A P 1 produces a worse output rate than negatively correlated B M A P 2 , while they both have no batch arrivals. Similarly, positively correlated B M A P 4 provides a worse rate than negatively correlated B M A P 5 , while they both have the same average batch length. It is interesting, however, that uncorrelated B M A P 3 offers a slightly better rate than negatively correlated B M A P 5 .
Moreover, batch arrivals produce worse results than single arrivals. This becomes evident if we compare B M A P 1 with B M A P 4 , and B M A P 2 with B M A P 5 . Within each of these pairs, the autocorrelation is common but the former input stream is single, whereas the latter is of batch type.
Summarising the steady-state results, the worst rate, 0.715, is obtained when both positive autocorrelation and the batch structure are involved, while the best rate, 0.994, is obtained when the autocorrelation is negative and there are no batch arrivals.
Now we can focus on the time-dependent output rates shown in Table 3. Apparently, the convergence time to the steady state may vary greatly depending on the internal nuances of the input stream. In the case of B M A P 2 and B M A P 3 , the steady-state output rate is achieved at the relatively low t = 100 , whereas for B M A P 4 , it is not achieved even at t = 500 . The convergence time seems to be prolonged by positive autocorrelation and the batch structure. This can be observed by performing comparisons in the same pairs, as previously, i.e., B M A P 1 vs. B M A P 2 , B M A P 4 vs. B M A P 5 , B M A P 1 vs. B M A P 4 and B M A P 2 vs. B M A P 5 .
A detailed evolution in time of the output rate is depicted in Figure 4 and Figure 5 for all considered BMAPs. Figure 4 differs from Figure 5 in that the former is computed for an initially empty buffer, while the latter for an initially full buffer. In the full buffer scenario, the output rate is initially rather high for every considered BMAP. This is because efficient transmission ( ρ < 1 ) can temporarily provide an output rate greater than the input rate using packets stored in the buffer.
Interestingly, in both Figure 4 and Figure 5, the curves for B M A P 3 and B M A P 5 are close to each other, despite the fact that the former stream has no autocorrelation, whereas the latter has negative autocorrelation. Apparently, the negative autocorrelation provides very close (slightly worse) output rates to zero autocorrelation. Conversely, both these curves are in sharp contrast with the B M A P 4 curve, obtained for positively autocorrelated input streams.
Lastly, we can observe in detail the convergence to the steady state in Figure 4 and Figure 5. For B M A P 2 , B M A P 3 and B M A P 5 , each with negative or zero autocorrelation, the convergence is pretty quick. It is a little bit slower for B M A P 1 , which has positive autocorrelation, but no batch arrivals, and much slower for B M A P 4 , which has positive autocorrelation and batch arrivals.
A detailed evolution in time of the output rate, depending on the initial occupancy, is depicted in Figure 6 and Figure 7, for one selected input stream, B M A P 4 . In both figures, the curves for initial occupancies of 0, 25%, 50%, 75% and 100% are shown. Figure 6 differs from Figure 7 in that the former is computed for the initial state 1, while the latter for the initial state of 3.
Firstly, we can notice that the initial state may severely influence the evolution of the output rate—the figures are not alike.
Secondly, the discussed above effect of the initially high output rate is not characteristic to the initially full buffer only. In fact, this effect occurs for every non-zero initial occupancy. Therefore, all the curves for n > 0 differ greatly from the curve for n = 0 in both Figure 6 and Figure 7.
In the next figure, we may examine the dependence of the steady-state output rate on the system load. To achieve that, parameters λ 1 and λ 2 of the transmission time distribution are scaled by a factor r, resulting in a variable system load from 0 to 2.
The results are depicted in Figure 8. For B M A P 2 , which has neither a batch structure nor positive autocorrelation, a good output rate is maintained almost up to the load of 1. For B M A P 1 , B M A P 3 and B M A P 5 , which have either batch arrivals or positive autocorrelation, the output rate begins to deteriorate much earlier, for the load about 0.6. However, the impact of the positive autocorrelation in B M A P 1 prevails, and the output rate in this case drops faster than for B M A P 3 and B M A P 5 . Lastly, for B M A P 4 , which has both a batch structure and positive autocorrelation, the output rate begins to deteriorate at as low a ρ as 0.3. The shape of the curve is in this case quite close to the shape for B M A P 1 —both curves were obtained for the same autocorrelation.
In the final set of results, we examine the dependence of the steady-state output rate on the function d ( k ) . To achieve this, we can focus on the most demanding input stream, B M A P 4 , with a class of functions d ( k ) depending on two parameters, u and w:
d u , w ( k ) = d w 16 k 32 u + 512 32 u ,
where d ( k ) is given in (43).
Parameter u establishes the interval of effective operation of function d u , w ( k ) , which is ( u , 32 ) . Parameter w establishes how steep the function is, i.e., how quickly the dropping probability grows in the operation interval.
In Figure 9, we can see function d u , w ( k ) for a few combinations of parameters u and w.
The resulting steady-state output rate as a function of u and w for B M A P 4 is depicted in Figure 10. As one could foresee, the output rate grows with each of the two parameters. What is more interesting, however, is that both parameters seem to influence the output rate in a similar manner, i.e., the surface is almost symmetrical.

7. Conclusions

We analysed the output stream from a packet buffer governed by the policy that incoming packets are dropped with a probability related to the buffer occupancy.
In the mathematical part, formulas for the number of packets departing the buffer in a specific time, the time-dependent output rate and the steady-state output rate were derived. A powerful and versatile model of the input stream was used, the BMAP, and accompanied with a general transmission time distribution and a general function d ( k ) . These make the results broadly applicable in networks of completely different statistical properties of traffic and exploiting different d ( k ) probabilities.
In the numeric examples, we used the obtained formulas to examine the influence of the properties of the input stream, system load and function d ( k ) on the properties of the output stream.

7.1. Insights of this Research Work

In the steady-state examples, it was shown that the output rate may differ greatly depending on the internal nuances of the input stream, even if the input rate is unaltered. Furthermore, it was demonstrated that the output rate can be quite low, even if the load of the buffering mechanism is low.
An essential takeaway from this is the following. For a given input packet rate λ , a given load ρ and a particular function d ( k ) , there is absolutely nothing we can say about the output rate without taking into consideration the internal statistical structure of the input stream.
As was demonstrated, the most important factors causing deterioration of the output rate are the batch structure and positive autocorrelation, especially when combined together. Interestingly, a negative correlation in the input stream produced a slightly worse output rate than a zero correlation.
In the time-dependent examples, its was shown that a batch structure and positive autocorrelation make the convergence time to the steady state much longer than in the case without these factors.
Lastly, it was established that a batch structure and positive autocorrelation can cause much quicker deterioration of the output rate with a growing load.
Namely, in uncorrelated examples with single arrivals, close to the maximum output rate was maintained up to the load approaching 1. If either batch arrivals or positive correlation was introduced, the output rate started to deteriorate at the load of about 0.6. If, however, both these factors were combined together, the output rate began to deteriorate at as low a load as 0.3.

7.2. Future Work

Future work can branch off in several ways.
First, the buffering mechanism from Figure 2 can be further studied with respect to other characteristics. For example, the average response time of this mechanism has not been derived so far. The response time of a system is the total time that a packet spends in this system. (Herein, it would be the time spent in the buffer plus the transmission time.) It is therefore a key characteristic of the mechanism, reflecting the latency that it adds to the entire packet delivery time.
Second, extensions of the mechanism in Figure 2 can be proposed and studied. For example, instead of one function d ( k ) , a separate function d ( k ) for each flow of traffic can be used. For some reasons, we may prefer to filter one flow differently than another.
Third, completely different AQM mechanisms than those considered here can be analysed using queueing models, e.g., the mechanisms of [1,4,5,6,7,8,9,10]. To date, they have been tested mainly using network simulations.
Finally, computations for other transmission time distributions can be carried out, e.g, gamma, uniform, degenerate, etc., distributions.

Funding

This research received no external funding.

Data Availability Statement

Data is contained within the article.

Conflicts of Interest

The author declares no conflict of interest.

References

  1. Nichols, K.; Jacobson, V. Controlling Queue Delay. Queue 2012, 55, 42–50. [Google Scholar]
  2. Internet Engineering Task Force. Request for Comments 7567: ETF Recommendations Regarding Active Queue Management; Baker, F., Fairhurst, G., Eds.; 2015; Available online: https://datatracker.ietf.org/doc/rfc7567/ (accessed on 12 November 2023).
  3. Internet Engineering Task Force. Request for Comments 7928: Characterization Guidelines for Active Queue Management (AQM); Kuhn, N., Natarajan, P., Khademi, N., Eds.; 2016; Available online: https://datatracker.ietf.org/doc/html/rfc7928 (accessed on 12 November 2023).
  4. Pan, R.; Natarajan, P.; Piglione, C.; Prabhu, M.S.; Subramanian, V.; Baker, F.; VerSteeg, B. PIE: A lightweight control scheme to address the bufferbloat problem. In Proceedings of the IEEE International Conference on High Performance Switching and Routing, Taipei, Taiwan, 8–11 July 2013; pp. 148–155. [Google Scholar]
  5. Kahe, G.; Jahangir, A.H. A self-tuning controller for queuing delay regulation in TCP/AQM networks. Telecommun. Syst. 2019, 71, 215–229. [Google Scholar] [CrossRef]
  6. Belamfedel Alaoui, S.; Tissir, E.H.; Chaibi, N. Analysis and design of robust guaranteed cost Active Queue Management. Comput. Commun. 2020, 159, 124–1321. [Google Scholar] [CrossRef]
  7. Wang, H. Trade-off queuing delay and link utilization for solving bufferbloat. ICT Express 2020, 6, 269–272. [Google Scholar] [CrossRef]
  8. Hotchi, R.; Chibana, H.; Iwai, T.; Kubo, R. Active queue management supporting TCP flows using disturbance observer and Smith predictor. IEEE Access 2020, 8, 173401–173413. [Google Scholar] [CrossRef]
  9. Wang, C.; Chen, X.; Cao, J.; Qiu, J.; Liu, Y.; Luo, Y. Neural Network-Based Distributed Adaptive Pre-Assigned Finite-Time Consensus of Multiple TCP/AQM Networks. IEEE Trans. Circuits Syst. 2021, 68, 387–395. [Google Scholar] [CrossRef]
  10. Shen, J.; Jing, Y.; Ren, T. Adaptive finite time congestion tracking control for TCP/AQM system with input saturation. Int. J. Syst. Sci. 2022, 53, 253–264. [Google Scholar] [CrossRef]
  11. Floyd, S.; Jacobson, V. Random early detection gateways for congestion avoidance. IEEE ACM Trans. Netw. 1993, 1, 397–413. [Google Scholar] [CrossRef]
  12. Athuraliya, S.; Li, V.H.; Low, S.H.; Yin, Q. REM: Active queue management. IEEE Netw. 2001, 15, 48–53. [Google Scholar] [CrossRef]
  13. Zhou, K.; Yeung, K.L.; Li, V. Nonlinear RED: Asimple yet efficient active queue management scheme. Comput. Netw. 2006, 50, 3784. [Google Scholar] [CrossRef]
  14. Domanska, J.; Augustyn, D.; Domanski, A. The choice of optimal 3-rd order polynomial packet dropping function for NLRED in the presence of self-similar traffic. Bull. Pol. Acad. Sci. Tech. Sci. 2012, 60, 779–786. [Google Scholar] [CrossRef]
  15. Gimenez, A.; Murcia, M.A.; Amigó, J.M.; Martínez-Bonastre, O.; Valero, J. New RED-Type TCP-AQM Algorithms Based on Beta Distribution Drop Functions. Appl. Sci. 2022, 12, 11176. [Google Scholar] [CrossRef]
  16. Feng, C.; Huang, L.; Xu, C.; Chang, Y. Congestion Control Scheme Performance Analysis Based on Nonlinear RED. IEEE Syst. J. 2017, 11, 2247–2254. [Google Scholar] [CrossRef]
  17. Patel, S.; Karmeshu. A New Modified Dropping Function for Congested AQM Networks. Wirel. Pers. Commun. 2019, 104, 37–55. [Google Scholar] [CrossRef]
  18. Zhao, S.; Wang, P.; He, J. Simulation analysis of congestion control in WSN based on AQM. In Proceedings of the 2011 International Conference on Mechatronic Science, Electric Engineering and Computer (MEC), Jilin, China, 19–22 August 2011; pp. 197–200. [Google Scholar]
  19. Ghaffari, A. Congestion control mechanisms in Wireless Sensor Networks: A survey. J. Netw. Comput. Appl. 2015, 52, 101–115. [Google Scholar] [CrossRef]
  20. Asonye, E.A.; Musa, S.M. Analysis of Personal Area Networks for ZigBee Environment Using Random Early Detection-Active Queue Management Model. In Proceedings of the International Conference on Industrial Engineering and Operations Management, Toronto, ON, Canada, 23–25 October 2019; pp. 1441–1455. [Google Scholar]
  21. Kumar, H.; Kumar, S.M.D.; Nagarjun, E. Congestion Estimation and Mitigation Using Fuzzy System in Wireless Sensor Network. Lect. Notes Netw. Syst. 2022, 329, 655–667. [Google Scholar]
  22. Klemm, A.; Lindemann, C.; Lohmann, M. Modeling IP traffic using the batch Markovian arrival process. Perform. Eval. 2003, 54, 149–173. [Google Scholar] [CrossRef]
  23. Salvador, P.; Pacheco, A.; Valadas, R. Modeling IP traffic: Joint characterization of packet arrivals and packet sizes using BMAPs. Comput. Netw. 2004, 44, 335–352. [Google Scholar] [CrossRef]
  24. Cohen, J.W. The Single Server Queue, Revised ed.; North-Holland Publishing Company: Amsterdam, The Netherlands, 1982. [Google Scholar]
  25. Lel, W.; Taqqu, M.; Willinger, W.; Wilson, D. On the self-similar nature of ethernet traffic (extended version). IEEE/ACM Trans. Netw. 1994, 2, 1–15. [Google Scholar]
  26. Garetto, M.; Towsley, D. An efficient technique to analyze the impact of bursty TCP traffic in wide-area networks. Perform. Eval. 2008, 65, 181–202. [Google Scholar] [CrossRef]
  27. Chydzinski, A.; Samociuk, D.; Adamczyk, B. Burst ratio in the finite-buffer queue with batch Poisson arrivals. Appl. Math. Comput. 2018, 330, 225–238. [Google Scholar] [CrossRef]
  28. Burke, P.J. The output of a queueing system. Oper. Res. 1956, 4, 699–704. [Google Scholar] [CrossRef]
  29. Girish, M.K.; Hu, J.-Q. Approximations for the departure process of the G/G/1 queue with Markov-modulated arrivals. Eur. J. Oper. Res. 2001, 134, 540–556. [Google Scholar] [CrossRef]
  30. Kempa, W.M. The departure process for queueing systems with batch arrival of customers. Stoch. Model. 2008, 24, 246–263. [Google Scholar] [CrossRef]
  31. Ferng, H.-W.; Chang, J.-F. Departure processes of BMAP/G/1 queues. Queueing Syst. 2001, 39, 109–135. [Google Scholar] [CrossRef]
  32. Zhang, Q.; Heindl, A.; Smirni, E. Models of the departure process of a BMAP/MAP/1 queue. Perform. Eval. Rev. 2005, 33, 18–20. [Google Scholar] [CrossRef]
  33. Zhang, Q.; Heindl, A.; Smirni, E. Characterizing the BMAP/MAP/1 departure process via the ETAQA truncation. Stoch. Model. 2005, 21, 821–846. [Google Scholar] [CrossRef]
  34. Hao, W.; Wei, Y. An Extended GIX/M/1/N Queueing Model for Evaluating the Performance of AQM Algorithms with Aggregate Traffic. Lect. Notes Comput. Sci. 2005, 3619, 395–414. [Google Scholar]
  35. Kempa, W.M. Time-dependent queue-size distribution in the finite GI/M/1 model with AQM-type dropping. Acta Electrotech. Inform. 2013, 13, 85–90. [Google Scholar] [CrossRef]
  36. Kempa, W.M. A direct approach to transient queue-size distribution in a finite-buffer queue with AQM. Appl. Math. Inf. Sci. 2013, 7, 909–915. [Google Scholar] [CrossRef]
  37. Tikhonenko, O.; Kempa, W.M. Performance evaluation of an M/G/N-type queue with bounded capacity and packet dropping. Appl. Math. Comput. Sci. 2016, 26, 841–854. [Google Scholar] [CrossRef]
  38. Tikhonenko, O.; Kempa, W.M. Erlang service system with limited memory space under control of AQM mechanizm. Commun. Comput. Inf. Sci. 2017, 718, 366–379. [Google Scholar]
  39. Chydzinski, A.; Barczyk, M.; Samociuk, D. The Single-Server Queue with the Dropping Function and Infinite Buffer. Math. Probl. Eng. 2018, 2018, 3260428. [Google Scholar] [CrossRef]
  40. Chydzinski, A.; Mrozowski, P. Queues with dropping functions and general arrival processes. PLoS ONE 2016, 11, e0150702. [Google Scholar] [CrossRef] [PubMed]
  41. Chydzinski, A. Non-Stationary Characteristics of AQM Based on the Queue Length. Sensors 2023, 23, 485. [Google Scholar] [CrossRef] [PubMed]
  42. Chydzinski, A. Loss Process at an AQM Buffer. J. Sens. Actuator Netw. 2023, 12, 55. [Google Scholar] [CrossRef]
  43. Dudin, A.N.; Klimenok, V.I.; Vishnevsky, V.M. The Theory of Queuing Systems with Correlated Flows; Springer: Cham, Switzerland, 2020. [Google Scholar]
  44. Vishnevskii, V.M.; Dudin, A.N. Queueing systems with correlated arrival flows and their applications to modeling telecommunication networks. Autom. Remote Control 2017, 78, 1361–1403. [Google Scholar] [CrossRef]
  45. Baek, J.W.; Lee, H.W.; Lee, S.W.; Ahn, S. A workload factorization for BMAP/G/1 vacation queues under variable service speed. Oper. Res. Lett. 2014, 42, 58–63. [Google Scholar] [CrossRef]
  46. Banik, A.D.; Chaudhry, M.L.; Wittevrongel, S.; Bruneel, H. A simple and efficient computing procedure of the stationary system-length distributions for GIX/D/c and BMAP/D/c queues. Comput. Oper. Res. 2022, 138, 105564. [Google Scholar] [CrossRef]
  47. Dudin, A.; Klimenok, V. Analysis of MAP/G/1 queue with inventory as the model of the node of wireless sensor network with energy harvesting. Ann. Oper. Res. 2023, 331, 839–866. [Google Scholar] [CrossRef]
  48. Krishnamoorthy, A.; Joshua, A.N.; Kozyrev, D. Analysis of a Batch Arrival, Batch Service Queuing-Inventory System with Processing of Inventory While on Vacation. Mathematics 2021, 9, 419. [Google Scholar] [CrossRef]
  49. Barron, Y. A threshold policy in a Markov-modulated production system with server vacation: The case of continuous and batch supplies. Adv. Appl. Probab. 2018, 50, 1246–1274. [Google Scholar] [CrossRef]
  50. Baek, J.W.; Lee, H.W.; Lee, S.W.; Ahn, S. A MAP-modulated fluid flow model with multiple vacations. Ann. Oper. Res. 2013, 202, 19–34. [Google Scholar] [CrossRef]
  51. Dudin, A.; Karolik, A. BMAP/SM/1 queue with Markovian input of disasters and non-instantaneous recovery. Perform. Eval. 2001, 45, 19–32. [Google Scholar] [CrossRef]
  52. Alfa, A.S. Modelling traffic queues at a signalized intersection with vehicle-actuated control and Markovian arrival processes. Comput. Math. Appl. 1995, 30, 105. [Google Scholar] [CrossRef]
  53. Alfa, A.S.; Neuts, M.F. Modelling vehicular traffic using the discrete time Markovian arrival process. Transp. Sci. 1995, 29, 109–117. [Google Scholar] [CrossRef]
  54. Lucantoni, D.M. New results on the single server queue with a batch Markovian arrival process. Commun. Stat. Stoch. Model. 1991, 7, 1–46. [Google Scholar] [CrossRef]
  55. Breuer, L. An EM algorithm for batch Markovian arrival processes and its comparison to a simpler estimation procedure. Ann. Oper. Res. 2002, 112, 123–138. [Google Scholar] [CrossRef]
  56. Casale, G.; Zhang, E.Z.; Smirni, E. Trace data characterization and fitting for Markov modeling. Perform. Eval. 2010, 67, 61–79. [Google Scholar] [CrossRef]
  57. Cohen, A.M. Numerical Methods for Laplace Transform Inversion; Springer: New York, NY, USA, 2007. [Google Scholar]
Figure 1. An output stream from a wireless sensor network through a buffer with AQM.
Figure 1. An output stream from a wireless sensor network through a buffer with AQM.
Jsan 13 00004 g001
Figure 2. Buffer with AQM from Figure 1 in detail.
Figure 2. Buffer with AQM from Figure 1 in detail.
Jsan 13 00004 g002
Figure 3. Workflow of derivations.
Figure 3. Workflow of derivations.
Jsan 13 00004 g003
Figure 4. Time-dependent rate of the output stream for different input streams. n = 0 , i = 1 .
Figure 4. Time-dependent rate of the output stream for different input streams. n = 0 , i = 1 .
Jsan 13 00004 g004
Figure 5. Time-dependent rate of the output stream for different input streams. n = 32 , i = 1 .
Figure 5. Time-dependent rate of the output stream for different input streams. n = 32 , i = 1 .
Jsan 13 00004 g005
Figure 6. Time-dependent rate of the output stream for B M A P 4 and different initial buffer occupancies. i = 1 .
Figure 6. Time-dependent rate of the output stream for B M A P 4 and different initial buffer occupancies. i = 1 .
Jsan 13 00004 g006
Figure 7. Time-dependent rate of the output stream for B M A P 4 and different initial buffer occupancies. i = 3 .
Figure 7. Time-dependent rate of the output stream for B M A P 4 and different initial buffer occupancies. i = 3 .
Jsan 13 00004 g007
Figure 8. Steady-state rate of the output stream versus load for different input streams.
Figure 8. Steady-state rate of the output stream versus load for different input streams.
Jsan 13 00004 g008
Figure 9. Function d u , w ( k ) for different combinations of parameters u and w.
Figure 9. Function d u , w ( k ) for different combinations of parameters u and w.
Jsan 13 00004 g009
Figure 10. Steady-state rate of the output stream for B M A P 4 vs. parameters u and w in d u , w ( k ) .
Figure 10. Steady-state rate of the output stream for B M A P 4 vs. parameters u and w in d u , w ( k ) .
Jsan 13 00004 g010
Table 1. Research related to AQM, the BMAP and the output stream.
Table 1. Research related to AQM, the BMAP and the output stream.
d ( k ) -based AQM,this work
analysis of the output stream
no AQM at all,[28,29,30,31,32,33]
analysis of the output stream
d ( k ) -based AQM,[11,12,13,14,15,16,17,34,35,36,37,38,39,40,41,42]
no analysis of the output stream
different AQM to here,[1,4,5,6,7,8,9,10]
various characteristics
BMAP traffic models and queueing,a vast literature, see [43,44,45,46,47,48,49,50,51,52,53]
no AQM at alland the references there
Table 2. Summary of model parameters and characteristics of interest.
Table 2. Summary of model parameters and characteristics of interest.
D b BMAP matrices (parameters of the input stream)
v ( t ) underlying Markov chain of the BMAP
Nbuffer size in packets
d ( k ) dropping probability for buffer occupancy k in AQM
F ( t ) distribution function of the packet transmission time
Mnumber of states of v ( t )
λ packet input rate
ρ load of the buffering mechanism
μ 1 average packet transmission time
Vstate-state rate of the output stream
Table 3. Rate of the output stream at different times for different input streams. n = 0 , i = 1 .
Table 3. Rate of the output stream at different times for different input streams. n = 0 , i = 1 .
t = 20 t = 50 t = 100 t = 200 t = 500 t =
B M A P 1 0.5360.7170.8090.8220.8220.822
B M A P 2 0.9410.9800.9940.9940.9940.994
B M A P 3 0.8300.9000.9080.9080.9080.908
B M A P 4 0.3510.4340.5260.6270.7100.715
B M A P 5 0.8010.8860.8930.8940.8940.894
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Chydzinski, A. Output Stream from the AQM Queue with BMAP Arrivals. J. Sens. Actuator Netw. 2024, 13, 4. https://doi.org/10.3390/jsan13010004

AMA Style

Chydzinski A. Output Stream from the AQM Queue with BMAP Arrivals. Journal of Sensor and Actuator Networks. 2024; 13(1):4. https://doi.org/10.3390/jsan13010004

Chicago/Turabian Style

Chydzinski, Andrzej. 2024. "Output Stream from the AQM Queue with BMAP Arrivals" Journal of Sensor and Actuator Networks 13, no. 1: 4. https://doi.org/10.3390/jsan13010004

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop