Abstract
The aim of the article is to contribute to the modeling and evaluation of TCP/IP traffic control in case of active queue management mechanisms implemented in congestion router. We consider mechanisms based on RED and fractional-order \(PI^\alpha\) controller. A new model based on diffusion approximation is developed and its results are compared with the results of an existing fluid flow model. Both models are used to investigate the influence of AQM control parameters on the flow control. Their numerical results concerning dynamics of congestion widow, loss probability, and traffic changes are quite similar. The advantage of the new model lies in giving more detailed information: the distribution of router queue and the distribution of introduced delay, not only their mean values as it is in case of fluid flow model. The variability of transmission time (jitter) is a factor of transmission quality, and therefore, the proposed model may be useful in further studies on TCP/IP quality of service.
Introduction
In the article, we present the diffusion model of the TCP NewReno transmission control where the congestion router implements an Active Queue Mechanism, based either on classical RED or fractional-order \(PI^\alpha\) controller. The AQM algorithms, recommended by IETF, enhance the efficiency of transfers and cooperate with TCP congestion window mechanism in adapting the intensity of flows to the congestion at a network [2]. They incorporate mechanisms of preventive packet dropping performed when there is still a place to store packets in the queue, to advertise that the queue is increasing and the danger of congestion is approaching. For most algorithms of this type, the packets are rejected randomly and the probability of packet dropping increases with the queue length. The basic active queue management algorithm is Random Early Detection (RED) algorithm proposed in 1993 [14]. Since then, numerous modifications to this algorithm have been discussed [22, 23, 41]. They differ in the way how the probability of the loss of packets is determined, a recently investigated option is to use in this purpose a \(PI^\alpha\) controller [24].
Our Contribution
The behavior of two AQM mechanisms applied to control Internet traffic is investigated. We compare in TCP transport protocol the basic RED algorithm and mechanism using a fractional-order controller. We explore the influence of parameters of the \(PI^\alpha\) controller on the queue length and evolution of the TCP congestion window. The second aim is to investigate the diffusion approximation perspectives for modeling TCP window changes.
A popular method for assessing the evolution of TCP congestion window is fluid flow approximation [29]. Therefore, we compare the proposed diffusion model with the other based on fluid flow approach. We are interested in diffusion model, because it gives also the distribution of the transport time, hence the information on the transmission jitter.
The remainder of the paper is organized as follows: section “Related works” describes the works related to this article. Section “RED and Non-integer order \(PI^\alpha\) controller” presents bases of RED and \(PI^\alpha\) controller. The fluid flow model is presented in the section “Fluid Flow model” and the basic notions of the diffusion approximation are presented in the section “Diffusion approximation”. Section “Diffusion approximation models of TCP NewReno mechanism” investigates the diffusion approximation model of TCP NewReno mechanism. Concluding remarks are presented in section “Conclusion”.
Related Works
The Active Queue Management mechanism is based on preventive packet dropping when there is still a place to store packets, the probability of packet rejection is increasing together with the level of congestion. Packets are dropped randomly, and hence, only chosen users are notified and the global synchronization of connections is avoided. A detailed discussion of the active queue management goals may be found in [2]. The AQM mechanism may be seen as part of a closed loop control of TCP/IP traffic intensity. The feedback control system includes the sender’s TCP congestion window increasing or decreasing the TCP flow as a function of losses in the queue of packets at a bottleneck router reacting to the changes in the input flow. AQM determines the loss probability which, in turn, after a certain delay, modifies the congestion window. Fluid flow modeling techniques were proposed to model the behavior of Internet traffic, e.g., [18, 19, 25], and they proved to be suitable for TCP traffic modeling [37]. Existing fluid flow models can simulate persistent TCP flows [31] and time-limited TCP flows [5]. The short-lived TCP flow, UDP flow, and XCP models have been presented in [1, 36]. Fluid network models with heterogenous flows were rarely investigated [31, 40]. In the last years, various AQM algorithms were proposed and studied [20, 21, 33]. Most of these studies were performed in a simulation environment. The analytical studies of AQM models are computationally complex, and hence, usually, they were investigated in open-loop scenario [4, 12, 26].
RED and Non-integer Order \(PI^{\alpha }\) Controller
The traffic control at TCP/IP is a classical closed loop control where the input signal, i.e., traffic intensity \(\lambda\) being sent is determined as a function of loss probability \(p_\mathrm{{loss}}\) witnessed at the queue of the congestion router between the sender and receiver. When \(p_\mathrm{{loss}} =0\), the traffic intensity is increased, and if \(p_\mathrm{{loss}} >0\), traffic intensity is decreased. With passive router queue losses start when the queue is full, with AQM, they start earlier anticipating the total congestion of the router.
In particular, RED algorithm determines dropping probability as a function of the weighted moving average avg acting as a low-pass filter and computed at the arrival of every packet; for the packet i:
where \(q_i\) is the queue seen by packet i and \(\mathrm{{avg}}_{i-1}\) is the moving average computed at arrival of previous packet. The loss probability for small values of avg is \(p_\mathrm{{RED}}=0\), and then, it is increasing linearly from 0 to \(p_{\max }\) between two thresholds \(\mathrm{{Min}}_{\rm th}\) and \(\mathrm{{Max}}_{\rm th}\):
and becomes \(p_\mathrm{{RED}}=1\) for \(\mathrm{{avg}} > \mathrm{{Max}}_\mathrm{{th}}\). Probability \(p_\mathrm{{loss}}\) may be also determined by a controller having as the input the “error”, i.e., the difference between the current queue \(q_{i}\) and a specified desired queue \(q_{0}\). This controller may be a classical PID one or, as it is investigated recently, a proportional-integral, \(PI^\alpha\) fractional non-integer order controller.
Fractional-Order Derivatives and Integrals (FOD/FOI) are a natural extension of the well-known integrals and derivatives. Differ-integrals of non-integer orders enable better and more precise control of physical processes [35].
In case of \(PI^\alpha\) controller, the loss probability \(p_i\) of a packet i is:
and it depends on the error \(e_i = q_i-q_0\), the proportional and integral terms \(K_P, K_I\), and the integration order \(\alpha\). The articles [6,7,8, 10] discuss their impact.
Packet drop probabilities are determined at discrete moments of packet arrivals; there is only one definition of discrete differ-integrals of non-integer order. This definition [28] is a generalization of the traditional definition of the difference of integer order to the non-integer order, and it is analogous to a generalization used in Grunwald–Letnikov (GrLET) formula [3, 34].
For a given sequence \(f_{0}, f_{1}, ..., f_{j}, ..., f_{k}\):
where \(\alpha \in R\) is generally a non-integer fractional order, \(f_k\) is a differentiated discrete function, and \({{\alpha }\atopwithdelims (){j}}\) is generalized Newton symbol defined as follows:
Fluid Flow Model
Fluid flow model presented in [29] demonstrates TCP protocol dynamics. The model ignores the TCP timeout mechanisms and is based on the following nonlinear differential equation describing the evolution of the congestion window size [22]:
The next equation is related to the queue evolution of the congested router:
where \(W_i\) is the expected TCP congestion window size (expressed in packets) for a flow i, it defines how many packets may be sent without waiting for the acknowledgements of previous packets reception, \(R_i\) is the round-trip time, \(R_i= {q}/{C} + T_p\), the sum \(\sum \frac{W_i}{R_i}\) is the total input flow to the congestion router, q is the queue length in packets, C is the link capacity (packets/time unit), the constant output flow of the router, \(T_p\) is the propagation delay, N is the number of TCP sessions passing through the router, and p is the packet drop probability.
Equations (5) and (6) should be supplemented with additional one giving dropping probability, and it may be Eq. (1) or Eq. (2).
The maximum values of q and W depend on the buffer capacity and maximum window size. This fluid flow model may be extended to any network topology with any number of TCP flows [39]. The article [32] presents a numerical example for a real network topology with 134 023 nodes and 50 000 flows.
Diffusion Approximation
The method of diffusion approximation, e.g., [15,16,17, 30] replaces the number of customers in a queueing system N(t) which is a discrete value process by a continuous diffusion process X(t). The density function \(f(x,\ t;x_{0})\):
of X(t), determined by the diffusion equation:
approximates the distribution of the number of customers in the system. Both processes, N(t) and X(t), have normal distribution of changes. In case of N(t), for a \(\mathrm {G}/\mathrm {G}/\mathrm {1}\) queueing system where A(x) and B(x) are the interarrival and service time distribution station, the mean and the variance of the changes observed in \(\Delta t\) are \((\lambda - \mu )\Delta t\) and \((\sigma _{A}^{2}\lambda ^{3}+\sigma _{B}^{2}\mu ^{3})\Delta t\), where \(E[A] =1/\lambda ,\) \(E[B] =1/\mu , Var[A] =\sigma _{A}^{2}\), \(Var[B] =\sigma _{B}^{2}\).
For the diffusion process, the mean and the variance of the changes in dt are \(\beta dt\) and \(\alpha dt\), where \(\alpha\) and \(\beta\) are the parameters of the diffusion equation. If we assume \(\beta = \lambda - \mu\), \(\alpha = \lambda ^{3} \sigma _{A}^{2} + \mu ^{3}\sigma _{B}^{2}\), both the processes have not only normally distributed changes, but the mean and the variance of these distributions depend in the same way on the observation time. The process N(t) is non-negative, and thus, also X(t) should be limited to \(x \ge 0\) by a barrier at \(x=0\). In case of a limited queue, e.g., in \(\mathrm {G}/\mathrm {G}/\mathrm {1}/\mathrm {L}\) station, the second barrier is introduced at \(x=L\) to limit the diffusion process to the interval [0, L]. As it was proposed by Gelenbe [15], we apply here the absorbing barriers with instantaneous jumps: when the process comes to \(x = 0\), it is absorbed by the barrier, and then, after a certain time, jumps to \(x = 1\). Similarly, if X(t) comes to \(x=L\), it is absorbed and then jumps to \(x = L-1\). The time spent in barriers corresponds to the idle time or to saturation time of the system. The diffusion equation with two barriers has the form:
where: \(p_{0}(t) = P[X(t)\ =\ 0]\), \(p_{L}(t) = P[X(t) = L]\).
Of course, in case of \(\mathrm {G}/\mathrm {G}/\mathrm {1}\), model terms related to \(p_L\) are omitted, as there is only one barrier at \(x = 0\). The steady-state solution of Eq. (9) is relatively straightforward and has the form of exponential functions, different in intervals [0, 1], \([1, L-1]\), \([L-1, L]\) with \(p_0\) and \(p_L\) given by normalization, see [15]. In case of transient states, as applied here, we use a solution in the form of Laplace transform presented in [38] which is then inverted numerically. The solution of the diffusion process with jumps from the barriers is expressed as a convolution of solutions obtained for purely absorbing barriers and the intensity of jumps is given by balance equations for flows coming and leaving the barriers.
These \(\mathrm {G}/\mathrm {G}/\mathrm {1}\) and \(\mathrm {G}/\mathrm {G}/\mathrm {1}/\mathrm {L}\) models are valid for transient behavior, but assume constant parameters \(\alpha , \beta\). To include time-varying model parameters (e.g., for \(\lambda = \lambda (t)\)), we should divide the time axis into short periods where the parameters of the model are constant. In this approach, the results obtained at the end of a period serve as the initial condition for the next period.
Diffusion Approximation Models of TCP NewReno Mechanism
Here, we propose a diffusion approximation model of the TCP NewReno connection having an intermediate router with AQM (\(PI^\alpha\) or RED) policy. Diffusion approximation gives the router queue distribution at time t. Its mean value modifies the probability of packet rejection. This probability changes the input stream intensity \(\lambda\), as the congestion window is increased by one in the case of lossless transmission or is halved in the case of a packet loss.
As in fluid flow model, we assume that the flow \(\lambda\), the size of the congestion window W, and the delay \(q/\mu\) of the router are linked together in the following way:
where \(1/\mu\) is mean service time. The diffusion model is performed calculations are carried out inside intervals of the length \(\Delta t = 1/\lambda\). As \(\lambda\) is changing, the length of the interval is also changing. We obtain a queue distribution at time \(t_i\) at the end of the interval i. Based on it, we have the average queue length \(E[q_i]\) and then the probability of packet rejection \(p_i\) which due to AQM algorithm defines new value of \(\lambda\), \(\lambda _{i+1} = \lambda _i + \Delta \lambda _i\), where
In the time \(t_{i+1} = t_i + 1/\lambda _i\), we repeat the calculations for new value of \(\lambda\).
The changes to \(\Delta \lambda\) in the time t depend on the source intensity, dispatching time, and queue length.
In numerical examples, we use the G / G / 1 / 30 model, and the length of the buffer \(L=30\) is enough to neglect full congestion probability. We only consider losses due to the AQM mechanism. Below, we compare the results obtained by the proposed solution with the results obtained by the fluid flow method. Both models give similar results. The advantage of the proposed diffusion model compared to fluid flow one is the ability to obtain more detailed results concerning transmission time. In this new model, we have the distribution of the queue, and in fluid flow approximation, we have only its mean value. The distribution of the queue size \(f(n,t, n_0)\) allows us to compute the density function r(t, x) of the router delay:
where \(i^*\) denotes the i-fold convolution and b(x) is probability density function of the service time distribution, and this way the information on the jitter of the transmission time.
Figures 1, 2, 3 refer to \(PI^\alpha\) controller display the behavior of the AQM queue due to changes of the congestion window and the evolution of congestion \(\rho =\lambda /\mu\) itself for selected sets of parameters \(K_P\), \(K_I\), \(\alpha\). They visualize the similarity of results obtained by fluid flow and diffusion approximations. Figure 1 displays the system behavior in the case of a “strong”, i.e., giving relatively high loss probability and low queue length. In this case, the queue size tends to ten packets. The controller in Fig. 2 is weaker. In its steady state, the mean size of the queue is around 11 packets. Figure 3 presents the influence of \(\alpha\) on the queue length. The queue decreases as the integral order increases. The same may be observed for the RED algorithm. The queue size decreases as the parameter \(p_{max}\) increases (Fig. 4). Figure 5 illustrates the influence of \(p_{max}\) in RED.
Tables 1, 2 show the obtained average queue lengths. The detailed results also show small differences between the results obtained with both methods.
The results of the \(PI^\alpha\) controller presented in Table 1 show the influence of the parameter \(PI^\alpha\) on the average queue length. Increasing the integration order decreases the average queue size. The mean queue length depends on the integral order and oscillates between 10 and 18 packets. It is associated with a significant increase in the probability of a packet loss. The same relationship is clearly visible both for the fluid flow method and diffusion \(\mathrm {G}/\mathrm {G}/\mathrm {1}/\mathrm {L}\) queue. Table 2 presents the results of the for the RED mechanism. The increasing of \(P_{max}\) results in a reduction of the average queue length. The reasons for these results are the same as in the case of the \(PI^\alpha\) controller. In the case of RED, the mean queue oscillates between 11 and 17 packets.
The results show that the parameters \(\alpha\) and \(P_{\max }\) strongly influence the behavior of the \(PI^\alpha\) and RED controllers. The problem of the choice of parameters is still discussed, see, e.g., [13, 27]. The influence of the \(PI^\alpha\) parameters on the queue behavior was shown in [6, 9,10,11]. These articles describe also the advantages of \(PI^\alpha\) controllers, associated with a larger number of variable control parameters.
Conclusions
In the article, we present two models of the TCP/AQM mechanism which are based on diffusion approximation. The AQM algorithm is either RED or \(PI^\alpha\) controller. The results of the diffusion models are compared with the output of often used fluid flow approximation models. We note a significant similarity of the results for the various RED and \(PI^\alpha\) parameters. Diffusion approximation approach gives more detailed information on the transmission delays: not only mean values, but whole distributions of these times. Therefore, we consider the proposed here model as a useful tool in TCP/IP control evaluation. In future work, we will consider more realistic Internet case studies.
References
Barbera M, Lombardo A, Schembra G, Trecarichi CA. Fluid flow analysis of TCP flows in a DiffServ environment. Eur Trans Telecommun. 2006;17:505–24. https://doi.org/10.1002/ett.1093.
Braden B, Clark D, Crowcroft J, Davie B, Deering S, Estrin D, Floyd S, Jacobson V, Minshall G, Partridge C, Peterson L, Ramakrishnan K, Shenker S, Wroclawski J, Zhang L. Recommendations on queue management and congestion avoidance in the Internet. RFC 2309, IETF, 1998.
Ciesielski M, Leszczynski J. A numerical method for solution of ordinary differential equations of fractional order. Parallel Process Appl Math. 2002;2328:695–702. https://doi.org/10.1007/3-540-48086-2_77.
Domańska J, Augustyn DR, Domański A. The choice of optimal 3-rd order polynomial packet dropping function for NLRED in the presence of self-similar traffic. Bull Polish Acad Sci Techn Sci. 2012;60(4):779–86. https://doi.org/10.2478/v10175-012-0090-x.
Domańska J, Domański A, Czachórski T, Klamka J. Fluid flow approximation of time-limited TCP/UDP/XCP streams. Bull Polish Acad Sci Tech Sci. 2014;62(2):217–25. https://doi.org/10.2478/bpasts-2014-0021.
Domańska J, Domański A, Czachórski T, Klamka J. The use of a non-integer order PI controller with an Active Queue Management Mechanism. In J Appl Math Comput Sci. 2016;26:777–89. https://doi.org/10.1515/amcs-2016-0055.
Domańska J, Domański A, Czachórski T, Klamka J. Self-similarity trafic and AQM mechanism based on non-integer order \(PI^{\alpha }D^\beta\) controller. Commun Comput Inform Sci. 2017;718:336–50. https://doi.org/10.1007/978-3-319-59767-6_27.
Domańska J, Domański A, Czachórski T, Klamka J, Marek D, Szyguła J. GPU accelerated non-integer order \(PI^{\alpha }D^\beta\) controller used as AQM mechanism. Commun Comput Inform Sci. 2018;860:286–99. https://doi.org/10.1007/978-3-319-92459-5_23.
Domańska J, Domański A, Czachórski T, Klamka J, Marek D, Szyguła J. The influence of the traffic self-similarity on the choice of the non-integer order \(PI^{\alpha }\) controller parameters. Commun Comput Inform Sci. 2018;935:76–83. https://doi.org/10.1007/978-3-030-00840-6_9.
Domańska J, Domański A, Czachórski T, Klamka J, Szyguła J. The AQM dropping packet probability function based on non-integer order \(PI^{\alpha }D^\beta\) controller. Lect Notes Electr Eng. 2019;496:36–48. https://doi.org/10.1007/978-3-319-78458-8_4.
Domańska J, Domański A, Czachórski T, Klamka J, Szyguła J, Marek D. AQM mechanism with the dropping packet function based on the answer of several \(PI^{\alpha }\) controllers. Commun Comput Inform Sci. 2019;1039:400–12. https://doi.org/10.1007/978-3-030-21952-9_29.
Domańska J, Domański A, Czachórski Tadeusz. The drop-from-front strategy in AQM. Next Gener Teletraffic Wired/Wirel Adv Netw 2007;4712:61–72. https://doi.org/10.1007/978-3-540-74833-5_6.
Feng W-C, Kandlur DD. Adaptive packet marking for maintaining end-to-end throughput in a differentiated-services internet. IEEE/ACM Trans Netw. 1999;7(5):685–97. https://doi.org/10.1109/90.803383.
Floyd S, Jacobson V. Random early detection gateways for congestion avoidance. IEEE/ACM Trans Netw. 1993;1(4):397–413. https://doi.org/10.1109/90.251892.
Gelenbe E. On approximate computer systems models. J ACM. 1975;22(2):261–9. https://doi.org/10.1145/321879.321888.
Gelenbe E, Pujolle G. The behaviour of a single-queue in a general queueing network. Acta Inform. 1976;7(2):123–36. https://doi.org/10.1007/BF00265766.
Gelenbe E. A diffusion model for packet travel time in a random multi-hop medium. ACM Trans Sens Netw (TOSN). 2007;3(2):10. https://doi.org/10.1145/1240226.1240230.
Gkogkas A, Roverso R, Haridi S. Accurate and efficient simulation of bandwidth dynamics for peer-to-peer overlay networks. In: VALUETOOLS 2011—5th International ICST Conference on Performance Evaluation Methodologies and Tools; 2011. pp. 352- 361. https://doi.org/10.4108/icst.valuetools.2011.245721.
Gu Y, Liu Y, Towsley D. On integrating fluid model with packet simulation. IEEE Infocom. 2004;4:2856–66. https://doi.org/10.1109/INFCOM.2004.1354702.
Haider A, Nakao A. On path switching in overlay networks. Proc Austr Telecommun Netw Appl Confer (ATNAC). 2008;. https://doi.org/10.1109/ATNAC.2008.4783350.
Heider A. Improved congestion control for packet switched data networks and the internet. Electrical and Electronic Engineering: University of Canterbury; 2004.
Hollot CV, Misra V, Towsley D. A control theoretic analysis of RED. IEEE/INFOCOM, pp. 1510–1519, 2001.
Hollot CV, Misra V, Towsley D, Gong W. On designing improved controllers for AQM routers supporting TCP flows. In: Twentieth Annual Joint Conference of the IEEE Computer and Communications Society. Proceedings IEEE INFOCOM; 2001, vol 3, pp. 1726–1734. https://doi.org/10.1109/INFCOM.2001.916670.
Krajewski W, Viaro U. On robust fractional order PI controller for TCP packet flow. BOS Coference: Systems and Operational Research; 2014.
Kumar S, Park S, Iyengar S. A loss-event driven scalable fluid simulation method for high-speed networks. Comput Netw Int J Comput Telecommun Netw. 2010;54:112–32. https://doi.org/10.1016/j.comnet.2009.08.018.
Liu C, Jain R. Improving explicit congestion notification with the mark-front strategy. Comput Netw. 2004;35:185–201. https://doi.org/10.1016/S1389-1286(00)00167-5.
May M, Diot C, Lyles B, Bolot J. Influence of active queue management parameters on aggregate traffic performance. Research Report, RR-3995, 2000.
Miller KS, Ross B. An introduction to the fractional calculus and fractional differential equations. New York: Wiley; 1993.
Misra V, Gong WB, Towsley D. Fluid-based analysis of network of AQM routers supporting TCP flows with an application to RED. In: Computer Communication Review—CCR. SIGCOMM ’00 Proceedings of the Conference on Applications, Technologies, Architectures and Protocols for Computer Communication; 2000, vol 30(4), pp. 151–160. https://doi.org/10.1145/347059.347421.
Newell GF. Queues with time-dependent arrival rates. I The transition through saturation. J Appl Probab, 1968;2(2):436–451. https://doi.org/10.2307/3212264.
Nishioka T, Sakumoto Y, Ohsaki H, Imase M. Design and implementation of flow-level simulator for a network with heterogeneous flows. In: 2009 Ninth Annual International Symposium on Applications and the Internet; 2009. pp. 78–84. https://doi.org/10.1109/SAINT.2009.21.
Nycz M, Nycz T, Czachórski T. Modelling dynamics of TCP flows in very large network topologies. Lect Notes Electr Eng. 2016;. https://doi.org/10.1007/978-3-319-22635-4_23.
Padhy PK, Sundaram RK. Analysis and design of improved PI-PD controller for TCP AQM routers. Int Confer Power, Control Embedded Syst. 2010. https://doi.org/10.1109/ICPCES.2010.5698714.
Podlubny I. Fractional differential equations. San Diego: Academic Press; 1999.
Podlubny I. Fractional order systems and \({PI}^\lambda d^\mu\) controllers. IEEE Trans Autom Control. 1999;44(1):208–14.
Sakumoto Y, Ohsaki H, Imase M. On XCP stability in a heterogeneous network. In: 12th IEEE Symposium on Computers and Communications; 2007. pp. 531–537. https://doi.org/10.1109/ISCC.2007.4381611.
Shah PA, Yasmin S, Asghar S, Qayyum A, Hasbullah HB. A fluid flow model for SCTP traffic over the internet. In: Proceedings of the International Conference on Emerging Technologies (ICET); 2012. pp. 1–6. https://doi.org/10.1109/ICET.2012.6375481.
Czachórski T. A method to solve diffusion equation with instantaneous return processes acting as boundary conditions. Bull Polish Acad Sci Techn Sci. 1993;41(4):417–51.
Towsley D, Gong W, Hollot K, Liu Y, Vishal M. Fluid methods for modeling large: heterogeneous networks. NTIS; 2005.
Li W, Zeng-zhi L, Yan-ping C, Ke X. Fluid-based stability analysis of mixed TCP and UDP traffic under RED. In: 10th IEEE International Conference on Engineering of Complex Computer Systems (ICECCS’05); 2005. pp. 341–348. https://doi.org/10.1109/ICECCS.2005.45.
Zheng B, Atiquzzaman M. DSRED: a new queue management scheme for the next generation internet. IEICE Trans Commun. 2000;. https://doi.org/10.1093/ietcom/e89-b.3.764.
Acknowledgements
This research was partially financed by National Science Center Project no. 2017/27/B/ST6/00145.
Author information
Authors and Affiliations
Corresponding author
Additional information
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
This article is part of the topical collection “Modelling methods in Computer Systems, Networks and Bioinformatics” guest edited by Erol Gelenbe.
Rights and permissions
Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.
About this article
Cite this article
Domański, A., Domańska, J., Czachórski, T. et al. Diffusion Approximation Model of TCP NewReno Congestion Control Mechanism. SN COMPUT. SCI. 1, 43 (2020). https://doi.org/10.1007/s42979-019-0032-x
Received:
Accepted:
Published:
DOI: https://doi.org/10.1007/s42979-019-0032-x
Keywords
- Diffusion approximation
- AQM
- Non-integer order \(PI^{\alpha }\) controller
- \(\mathrm {G}/\mathrm {G}/\mathrm {1}/\mathrm {N}\) queueing model
- Fluid flow approximation
- Congestion control