2017
DOI: 10.1016/j.jestch.2016.10.002
|View full text |Cite
|
Sign up to set email alerts
|

Design of feedback controller for TCP/AQM networks

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
18
0

Year Published

2017
2017
2022
2022

Publication Types

Select...
9

Relationship

0
9

Authors

Journals

citations
Cited by 37 publications
(18 citation statements)
references
References 31 publications
0
18
0
Order By: Relevance
“…In another work [39], the researchers are designed a robust controller (fractional PID) to control the congestion of TCP/AQM networks in a time-varying parameter, the proposed design has given good management to congestion of networks such as a stable queue length and less packet drop probability. SK Bisoy and PK Pattnaik in [40] proposed a new AQM by a novel-PD-type feedback controller to regulate the queue length with tiny oscillation. In [41] the authors proposed FPI controller with GA as tuning of those controller parameters to manage the congestion of TCP networks.…”
Section:  Issn: 2088-8708mentioning
confidence: 99%
“…In another work [39], the researchers are designed a robust controller (fractional PID) to control the congestion of TCP/AQM networks in a time-varying parameter, the proposed design has given good management to congestion of networks such as a stable queue length and less packet drop probability. SK Bisoy and PK Pattnaik in [40] proposed a new AQM by a novel-PD-type feedback controller to regulate the queue length with tiny oscillation. In [41] the authors proposed FPI controller with GA as tuning of those controller parameters to manage the congestion of TCP networks.…”
Section:  Issn: 2088-8708mentioning
confidence: 99%
“…In order to boost the traffic level in the network, the receiver has to intimate the sender to immediately increase the data traffic generation rate in the network based on the rwnd value. e rwnd value is in the range of 101 to 120, and once the sender receives the rwnd value, it does further computation to increase (19) if ((current_time − last_time) > targetperiod) or (counter > targetcounter) then (20) datarate � totaldata/totaldelay (21) currentpercentage � (datarate/datarate max ) × 100% 22Diffpercentage � 100% − currentpercentage (23) if Diffpercentage ≥ limit high then (24) rwnd � (Diffpercentage − limit low ) (25) else if (Diffpercentage ≥ limit low ) then (26) rwnd � (Diffpercentage − limit low ) × (Diffpercentage − limit low /limit high − limit low ) (27) else if (Diffpercentage ≤ lowest) then (28) rwnd � (lowest − Diffpercentage) + 100 (29) end if (30) Avoiding aggressive reduction in congestion window size (31) if ((current_time − last_time) < targetperiod) and (rwnd < 100) then (32) if rwnd > oldrwnd then (33) rwnd � rwnd − oldrwnd (34) oldrwnd � rwnd (35) else (36) oldrwnd � rwnd (37) end if (38) else (39) oldrwnd � 0 (40) end if (41) last_time � current_time (42) totaldata � totaldelay � counter � 0 (43) end if (44) end procedure ALGORITHM 1: Network congestion estimation at the receiver side.…”
Section: Network Congestion Estimation At Receiver Sidementioning
confidence: 99%
“…e active queue management (AQM) technique in the router is the promising solution for congestion avoidance, and it is an intelligent way of indicating to the source node (user) to reduce the traffic generation rate either by dropping or marking the packets in router queue before it gets filled up, due to congestion in the network [32]. e queue scheduler uses various algorithms such as random early detection (RED) [33], explicit congestion notification (ECN) [34], and random exponential marking in order to avoid more number of packet losses from the queue.…”
Section: Introductionmentioning
confidence: 99%
“…A proportional-differential-type feedback controller called Novel-PD was proposed by Bisoy et al [31], as new active queue management (AQM) to adjust the queue length with small oscillation. It also regulates the packet drop probability dynamically by using the measured current queue length and the differential error signals.…”
Section: Previous Workmentioning
confidence: 99%