2012
DOI: 10.1007/s13369-012-0483-z
|View full text |Cite
|
Sign up to set email alerts
|

QTCP: Improving Throughput Performance Evaluation with High-Speed Networks

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
6
0
1

Year Published

2014
2014
2019
2019

Publication Types

Select...
7

Relationship

2
5

Authors

Journals

citations
Cited by 11 publications
(7 citation statements)
references
References 22 publications
0
6
0
1
Order By: Relevance
“…Fu et al (2007), Mohamed A. Alrshah and Mohamed Othman (2009), Qureshi et al (2012) and Mohamed A. Alrshah and Mohamed Othman (2013) confirmed that, the single-based TCP with an appropriate modification can overcome and well replace the parallel-based TCP and it may be able to fully utilize the high-speed bandwidths.…”
Section: Latest Issuesmentioning
confidence: 96%
“…Fu et al (2007), Mohamed A. Alrshah and Mohamed Othman (2009), Qureshi et al (2012) and Mohamed A. Alrshah and Mohamed Othman (2013) confirmed that, the single-based TCP with an appropriate modification can overcome and well replace the parallel-based TCP and it may be able to fully utilize the high-speed bandwidths.…”
Section: Latest Issuesmentioning
confidence: 96%
“…(1) procedure SENDER WINDOW (parameters) (2) INITIALIZE (variables) (3) cwnd � Measure the current cwnd size (4) rwnd � received ack with advertised window size (5) targetlimit high � 10000, targetlimit low � 3000 (6) if rwnd ≤ 100 and rwnd < cwnd then (7) rwnd � (rwnd/100) (8) cwnd � cwnd − (cwnd × rwnd) (9) if cwnd < targetlimit low then (10) cwnd � targetlimit low (11) end if (12) else if rwnd ≤ 120 and rwnd < cwnd then (13) if cwnd > targetlimit high then (14) rwnd � (rwnd − 100)/200 (15) else (16) rwnd � (rwnd − 100)/100 (17) end if (18) cwnd � cwnd + (cwnd × rwnd) (19) else (20) cwnd � min(rwnd, cwnd) (21) end if (22) end procedure ALGORITHM 2: Adaptive congestion control.…”
Section: Adaptive Packet Generation Processmentioning
confidence: 99%
“…us, there is overflow of RLC queues due to the large volume of traffic in a short period of time leading to high delay resulting in poor performance. To guarantee high throughput and low delay during congestion, the researchers have proposed various methods such as buffer-aware scheduling [5][6][7][8], active queue management (AQM) techniques [9][10][11][12], receiver window control [13][14][15], loss-based congestion control [16][17][18], delay-based congestion control [16,19,20], rate-based congestion control [4,20,21], admission and congestion control [22][23][24][25], and resource starvation [26][27][28].…”
Section: Introductionmentioning
confidence: 99%
“…Many research works on congestion control mechanism have considered other variants of TCP. For example, [9] devised an adaptive congestion control strategy for high-speed TCP (HSTCP).…”
Section: Tcp Congestion Control Mechanismmentioning
confidence: 99%