Improving Congestion Control for Concurrent Multipath Transfer through Bandwidth Estimation based Resource Pooling

Size: px
Start display at page:

Download "Improving Congestion Control for Concurrent Multipath Transfer through Bandwidth Estimation based Resource Pooling"

Transcription

1 Improvng Congeston Control for Concurrent Multpath Transfer through Bandwdth Estmaton based Resource Poolng Samar Shalendra, R. Bhattacharjee, Member IEEE, Sanjay K. Bose, Senor Member IEEE Department of Electroncs & Electrcal Engneerng, I.I.T. Guwahat, Guwahat, INDIA {samar, ratnajt, Abstract Stream Control Transmsson Protocol (SCTP) was ntroduced n 2001 as a multpath varant to tradtonal transport protocols,.e. Transmsson Control Protocol (TCP) and User Datagram Protocol (UDP). Concurrent Multpath Transfer (CMT) has been proposed as an extenson for SCTP to support concurrent usage of avalable multple paths. In ths paper, we propose a new congeston control algorthm for CMT-SCTP based on the prncple of resource poolng. We use the connecton bandwdth estmates to obtan the collecton of the network resources beng used by dfferent flows on multple paths. Based on these bandwdth estmates, we have used the bandwdth estmaton based resource poolng approach to adjust the congeston wndow of the respectve paths. We compare our proposed scheme wth CMT-SCTP through ns-2 based smulatons. Keywords-Stream Control Transmsson Protocol, Concurrent Multpath Transfer, Congeston Control, Bandwdth Estmates, Resource Poolng. I. INTRODUCTION Consderable research work s currently underway to support multpath transport [1-7] n networks so that resources can be effcently utlzed for data transfers. In 2001, IETF proposed the Stream Control Transmsson Protocol (SCTP) to support mult-homed end nodes [8-10] n a network. SCTP also has the potental to support mult-streamng though that s not part of the exstng standards. Ths would reduce the Head of Lne (HOL) blockng that s sometmes experenced by TCP [11]. Janardhan et al. [12] proposed a Concurrent Multpath Transfer (CMT) extenson to SCTP whch allows concurrent usage of multple dsjont end-to-end paths n the network. Implementaton of proper Congeston Control algorthms s necessary for the operaton of any transport protocol over a network and must be ncorporated n any Internet based mplementaton. The congeston control mechansm proposed for CMT s largely based on the mechansm followed by tradtonal TCP and s not effectve when multple paths are concurrently used. Whle proposng and mplementng new congeston control mechansms for SCTP, a prmary requrement would be that the new protocol mplementaton should not take undue advantage of the network and should not harm other fellow TCP and UDP flows wth whch t coexsts n the network. For provdng better QoS to an end user, load balancng has become a de-facto mplementaton strategy for any servce provder. The basc requrement for load balancng s to aggregate all the avalable resources. Thus load balancng s an example of resource poolng. The basc phlosophy of resource poolng s to look at all the avalable resources as a sngle pool of resources. The avalable bandwdth of the ndvdual paths s a typcal example of the resource under consderaton. Accordng to resource poolng prncple, the total bandwdth of the set of avalable paths wll be shared equally by the flows usng those paths. Currently IETF s workng on MultPath TCP, a TCP extenson to support multple path usage n parallel fashon. Racu et al. [13] have proposed a congeston control mechansm based upon resource poolng prncple [14]. Ths mechansm tres to acheve the followng three goals: ) Improved throughput.e. multpath flow should perform at least as good as the best of the path avalable n the pool; ) Do not harm.e. other fellow flows on the shared lnk should not unduly suffer; ) Balance Congeston.e. the congeston experenced by all the paths should be smlar. Besdes mprovng the congeston control algorthm, other efforts are also underway to mprove the performance of multpath flows. Drebholz et al. [15] have proposed schedulng of packets on multple paths n an optmzed fashon to mprove the throughput of the network and also provde for RTT compensaton on multple paths wth dssmlar RTTs. Tsa et al. [16] have proposed a multpath transmsson control scheme (MTCS) to mprove throughput for real tme data transmsson usng multple paths. They have proposed a packet schedulng polcy to handle out-of-order packets n multpath transmsson. Key et al. [17] have gven a mathematcal analyss of the benefts of dong coordnated congeston control wth actve state nformaton of the paths. In ths paper, we have proposed a modfed congeston control algorthm for CMT-SCTP. Our proposed algorthm apples the resource poolng prncple based upon the bandwdth estmates obtaned by observng the data flow on the paths. The rest of the paper s organzed as follows. In Secton II, we present the changes beng proposed n the congeston control algorthm. Secton III presents the network model of the scenaros where the proposed changes are tested and compares the results obtaned wth those obtaned by usng the CMT protocol. Secton IV concludes the paper followed by references used.

2 II. PROPOSED CHANGES IN CONGESTION CONTROL Whle technologes lke ATM can ensure guaranteed QoS to the end users, Internet typcally supports a best effort delvery servce. TCP and UDP are the two transport protocols that are manly used n the current Internet. UDP s a datagram based protocol whch does not provde any relablty. TCP does end-to-end error correcton and provdes relablty to the underlyng Internet Protocol (IP) layer whch s connectonless and unrelable n nature. Recently, CMT-SCTP and Multpath TCP (MPTCP) have been proposed to use multple parallel paths for data transfer. Ths should provde better resource utlzaton and ncrease the error reslence of the underlyng network. The congeston control of SCTP s based on the TCP congeston control. TCP based congeston control works well wth standard SCTP because n spte of beng a multhomng protocol, t uses only one path at a tme and swtches to an alternate path only f the prmary path fals. However, CMT- SCTP uses all the paths concurrently. Hence t takes undue advantage of shared lnks on multple paths whch wll create ssue of farness and TCP frendlness. In lterature, t has been demonstrated that CMT flows unduly harm other network flows on the shared lnks and captures more bandwdth n the rato of the number of concurrent paths beng establshed across any shared bottleneck lnk en-route. These problems motvated us to reexamne the congeston control algorthm of CMT-SCTP and suggest an approach whch wll allow multple paths to be used wthout ncurrng these dffcultes. In ths paper, we have proposed a modfed congeston control algorthm usng Bandwdth Estmaton based Resource Poolng (BERP) to overcome the above sad shortcomngs n CMT congeston control. Wschk et al. ntroduced the concept of resource poolng n [14]. Ths prncple consders all the ndependent resources avalable on the network as a sngle pool of resources. Recently, Racu et al. [13] have nvestgated fully coupled and lnk coupled congeston control algorthms for Multpath TCP (MPTCP). In ths work they demonstrate that lnked congeston control based algorthm exhbts better performance n terms of throughput and farness on paths wth dssmlar round trp tme (RTT). However, they stll use a TCP lke approach to decrease the congeston wndow. Ths dfference n polcy for congeston wndow evoluton causes unfarness. Hence to balance the ncrease n congeston wndow wth the decrease of the same at equlbrum, a factor of aggressveness (α) was ntroduced. Drebholz et al. [18] have compared an MPTCPlke algorthm wth CMT-SCTP. In ths paper, we also consder the resources beng used by CMT as a sngle pool of resources. However, we argue that ths approach s not optmum on heterogeneous networks wth wreless lnks. Unlke wred lnks, losses n wreless lnks may happen because of reasons other than congeston (e.g. nose or lnk qualty). Hence we consder the resources to be as a sngle pool of resources durng the congeston detecton phase as well. Currently the CMT congeston control algorthm s based upon the standard TCP based congeston control algorthm wth some mnor modfcatons. Note that TCP s congeston control algorthm conssts of three phases, ) Slow Start phase, ) Congeston Avodance phase and ) Congeston detecton phase. CMT starts the connecton wth the slow-start phase. It exhbts exponental growth n the congeston wndow tll the slow start threshold (ssthresh) s reached. Once the cwnd value crosses ssthresh, t gets nto the congeston avodance phase. Durng ths congeston avodance phase, CMT ncreases ts congeston wndow by one Maxmum Transmsson Unt (MTU) for every RTT. We propose to modfy congeston avodance rule as follows. Congeston Avodance Phase: Increase the value of cwnd of th path by: where mn(α * P a * MTU/w T, P a * MTU/w ) P a = P a - w P a = Partal Bytes Acked w T = Total congeston wndow w = Congeston wndow of th path srtt = smoothed RTT of th path β * w 2* wt *max 2 srtt α 2 w srtt We have adopted the same methodology to calculate α, the factor of aggressveness as the one suggested n [13]. The value of β s gven by (2). Whenever the sender experences any loss n packet, tradtonal SCTP algorthm nfers that the path s n congeston and to reduce the congeston on that path t cuts the congeston wndow by half. However, n wreless lnks ths may not always be the case. A wreless lnk may experence hgher packet loss even when the lnk s not n congeston. It has also been demonstrated n lterature that CMT may be unfar to fellow TCP flows on a shared lnk and may capture unduly more bandwdth. We plan to avod ths n our approach by usng resource poolng durng congeston detecton for adjustng the congeston wndow. To apply resource poolng, we need to measure the avalable resources,.e. bandwdth used by the flow. We use the bandwdth estmaton for measurng the lnk bandwdth avalable to the user. Several technques for bandwdth estmaton have been proposed n lterature. We use the same approach for the bandwdth estmaton as the one beng used n TCP Westwood. The modfed rule for decreasng the congeston wndow wll be as follows. Congeston Detecton Phase: f (four duplcates are receved) s = max(w β *w, 4* MTU) w = s f (Tmeout occurred) s = max(w β *w, 4* MTU) (1)

3 where w = 1 * MTU s = slow start threshold of th path BWE β (2) BWE where, BWE = Bandwdth estmate of th path Snce CMT uses all the paths concurrently, we can use the SACKs on each path for measurng the bandwdth estmate on respectve path. If the k th SACK s receved at tme nstant t k and acknowledges d k new bytes then the current bandwdth sample B k s gven by B k dk t (3) k tk 1 For our tests, we have assumed that the source s transferrng a 60MB fle to the destnaton usng ftp. We have measured the tme taken to transfer the fle from the source to the destnaton whle the packet loss probablty of lnks s vared from 1% to 10% (Fg.2) for both the CMT congeston control (CMT-CC) algorthm and our proposed algorthm (CMT-BERP). The results ndcate that when the losses are purely due to error and there s no congeston n the lnks, CMT-BERP algorthm performs better n comparson to the CMT-CC algorthm. Ths s because CMT-BERP algorthm does not abruptly decrease the congeston wndow on every loss by assumng that ths s beng caused by congeston. Instead, t estmates the bandwdth of the connecton and decreases the bandwdth accordng to the resource poolng prncple. In Fg. 3, we show how the congeston wndow at the source evolves for the case when the packet loss probablty s 10%. In order to average the sampled bandwdth, a low pass flter s appled to these samples as n [19]. The fltered bandwdth estmate s gven as B B ^ ^ k k 1 Bk pb. k 1 (1 p). 2 (4) where p s a constant whose value s typcally set to 0.9. Note that MPTCP congeston control s also a specal case of our algorthm wth β=0.5. III. PERFORMANCE ANALYSIS To study the performance of the proposed congeston control, we have consdered three scenaros. A. Dsjont Paths wth no congeston We consder the network graph as shown n Fg.1. Ths network conssts of a dual homed source (S) and a dual-homed destnaton (D). Both the paths have several dsjonts lnks as shown n the fgure. The lnks between the source nterfaces and the Node-1 (N1) and Node-2 (N2) are wred lnks wth bandwdth 10Mpbs and fxed packet loss probablty of 1%. The lnks between N1 & Node-3 (N3) and also N2 & Node-4 (N4) are lnks wth 1Mbps bandwdth each and the packet loss probablty of these lnks s vared n the range 1-10%. The lnks between destnaton node nterface and N3 and N4 are also wred lnks wth 10Mbps bandwdth and 1% packet loss probablty. Fgure 2. Average Transmsson Tme for dsjont paths Fgure 3. Congeston Wndow evoluton for CMT congeston control and CMT-BERP algorthm for packet loss probablty of 10%. Fgure 1. Network Graph for dsjont path wth smlar characterstcs

4 B. Paths wth Shared Bottleneck lnk Fg. 4 shows an example of a scenaro where there s a shared bottleneck lnk. The lnk characterstcs are same as n (A) except that the shared bottleneck lnk between N1 and N2 has 1Mpbs bandwdth wth a packet loss probablty that s vared from 1% to 10%. Fgure 4. Network Graph for shared bottleneck The test results for transferrng a 60MB fle are shown n Fg.5 whch shows the average fle transmsson tme for varyng packet loss probabltes n the bottleneck lnk. The results ndcate that CMT-BERP algorthm performs better than the CMT-CC algorthm for ths scenaro. However, because of the shared bottleneck lnk, the average transmsson tme s hgher than the earler case where dsjont paths were used. The way the Congeston Wndow evolves n ths scenaro has been shown n Fg. 6 for both the congeston control schemes when the bottleneck lnk has 10% packet loss probablty. C. Dsjont paths wth only congeston losses For ths scenaro, as n Fg. 7, we consder lnks between N1, N2 and N3, N4 to be error free. We assume that U1 and U2 are UDP sources generatng CBR traffc wth U3 and U4 as ther respectve snk nodes. These UDP sources are ntroduced to create congeston n the network between the source S and destnaton D. Fgure 7. Network Graph for dsjont lnks wth congeston losses Fgure 5. Average Transmsson Tme for Shared bottleneck lnk. The packet sze assumed for these UDP sources s 512 bytes. In ths case, we have obtaned average throughput acheved for both CMT-CC algorthm and CMT-BERP algorthm. The results are shown n Fg. 8. Fgure 6. Congeston Wndow evoluton for CMT congeson control and CMT-BERP algorthm for packet loss probablty of 10%. Fgure 8. Average Throughput for dfferent Average load of UDP traffc. We observe that n ths scenaro, both congeston control strateges show almost dentcal performances. Ths s

5 expected, as n ths system, vrtually all the losses are caused by congeston. The evoluton of the congeston wndow for ths scenaro has also been shown n Fg. 9 for average UDP traffc load of 0.9. IV. CONCLUSION We have proposed and studed the performance of a modfed congeston control algorthm. Ths algorthm s based on the multpath TCP congeston control algorthm. Though we have tested t only for CMT-SCTP, we expect that ths can be sutably adapted for use wth any multpath transport protocol. Our proposed algorthm (CMT-BERP) uses resource poolng durng congeston detecton phase for better overall performance where the bandwdth resource avalable s obtaned usng a sutable bandwdth estmaton approach. The results ndcate that CMT-BERP algorthm adapts better to packet drops than CMT congeston control algorthm and therefore provdes better resource utlzaton. Snce ths algorthm s based upon the MPTCP algorthm, t s lkely to nhert the farness and frendlness property of MPTCP as well. Fgure 9. Congeston Wndow evoluton for average UDP traffc load of 0.9. REFERENCES [1] Huazhong Han, Srnvas Shakkotta, C.V. Hollot, R. Srkant, Don Towsley, Mult-Path TCP: A jont Congeston Control and Routng Scheme to Explot Path Dversty n the Internet, IEEE/ACM Transactons On Networkng, vol. 14, no. 6, pp , December [2] S. H. Low, Optmzaton flow control wth on-lne measurement or multple paths, n Proceedngs of the 16th Internatonal Teletraffc Congress, Ednburgh,U.K., [3] We-Hua Wang, M. Palanswam, Steven H. Low, Optmal flow control and routng n mult-path networks, Performance Evaluaton, Volume 52, Issues 2-3, Internet Performance and Control of Network Systems, pp , Aprl [4] Henrk Abrahamsson, Bengt Ahlgren, Juan Alonso, Anders Andersson, Per Kreuger, A Mult-path Routng Algorthm for IP Networks Based on Flow Optmsaton, Proceedngs of the 3rd nternatonal conference on qualty of future nternet servces and nternet chargng and QoS technologes 2nd nternatonal conference on From QoS provsonng to QoS chargng, pp , [5] V. Sharma, S. Kalyanaraman, K. Kar, K.K. Ramakrshnan, V. Subramanan, MPLOT: A Transport Protocol Explotng Multpath Dversty usng Erasure Codes, Proceedngs of 27th Conference on Computer Communcatons (INFOCOM 2008), pp , Aprl [6] V. Sharmat, K. Kart, S. Kalyanaraman, K.K. Ramakrshnan, Explotng Multple Paths and Dversty n Wreless Networks for Hgh Goodput and Low Latency, Frst Internatonal conference on Communcaton Systems and Networks and Workshops (COMSNETS 2009), pp. 1-10, January, [7] Yashar Ganjal, Abtn Keshavarzan, Load Balancng n Ad Hoc Networks:Sngle-path Routng vs. Mult-path Routng, Twenty-thrd Annual Jont Conference of the IEEE Computer and Communcatons Socetes (INFOCOM 2004), vol. 2, pp , March [8] RFC4960, Stream Control Transmsson Protocol,2007. [9] Shaojan Fu, Mohammed Atquzzaman, SCTP: State of the Art n Research, Products, and Techncal Challenges, IEEE Communcaton Magazne, vol. 42, ssue: 4, pp , [10] Preeth Natarajan, Fred Baker, Paul D. Amer, Jonathan T. Leghton, SCTP: what, why, and how, IEEE Internet Computng Magazne, vol. 13, no. 5, pp , September [11] Scharf, M. and Kesel, S., Head-of-lne Blockng n TCP and SCTP: Analyss and Measurements, IEEE Global Telecommuncatons Conference, pp. 1-5, November [12] Janardhan R. Iyengar, Paul D. Amer, Randall Stewart, Concurrent Multpath Transfer Usng SCTP Multhomng Over Independent Endto-End Paths, IEEE/ACM Transactons On Networkng, vol. 14, no. 5, pp , October [13] Costn Racu, Damon Wschk, Mark Handley, Practcal Congeston Control for Multpath Transport Protocols, Tech Report, Unversty College London, UK. [14] Damon Wschnk, The Resource Poolng Prncple, Proceddngs of SIGCOMM Computer Communcaton, pp , September [15] Thomas Drebholz, R. Segglemann, M. Tuxen, Erwn P. Rathgeb, Transmsson Schedulng Optmzaton for Concurrent Multpath Transfer, Proceddngs of the 8 th Internatonal Workshop on Protocols for Furure, Large-Scale and Dveerse Network Transports (PFLDNet), vol. 8, November [16] M.F.Tsa, N.Chlamkurt, J.H.Park, C.K. Sheh, Mult-path transmsson control scheme combnng bandwdth aggregaton and packet schedulng for real-tme streamng n mult-path envronment, IET Communcatons, vol. 4, no. 8, pp , May, [17] Peter key, Laurent Massoule, Don Towsley, Path Selecton and multpath congeston control, 26th IEEE Internatonal Conference on Computer Communcatons (INFOCOM 2007), pp , May [18] Thomas Drebholz, Martn Becke, Hakm Adhar, Erwn P. Rathgeb, On the Impact of Congeston Control for Concurrent Multpath Transfer on the Transport Layer, Proceedngs of 11th Internatonal Conference on Telecommuncatons, Austra, June [19] Caludo Casett, Enahancng TCP Congeston Control Va Connecton bandwdth Estmaton, A Performance Study, CteSeerX - Scentfc Lterature Dgtal Lbrary and Search Engne (Unted States), tcpw.pdf, 2007.

Simulation Based Analysis of FAST TCP using OMNET++

Simulation Based Analysis of FAST TCP using OMNET++ Smulaton Based Analyss of FAST TCP usng OMNET++ Umar ul Hassan 04030038@lums.edu.pk Md Term Report CS678 Topcs n Internet Research Sprng, 2006 Introducton Internet traffc s doublng roughly every 3 months

More information

Internet Traffic Managers

Internet Traffic Managers Internet Traffc Managers Ibrahm Matta matta@cs.bu.edu www.cs.bu.edu/faculty/matta Computer Scence Department Boston Unversty Boston, MA 225 Jont work wth members of the WING group: Azer Bestavros, John

More information

Efficient Distributed File System (EDFS)

Efficient Distributed File System (EDFS) Effcent Dstrbuted Fle System (EDFS) (Sem-Centralzed) Debessay(Debsh) Fesehaye, Rahul Malk & Klara Naherstedt Unversty of Illnos-Urbana Champagn Contents Problem Statement, Related Work, EDFS Desgn Rate

More information

Evaluation of an Enhanced Scheme for High-level Nested Network Mobility

Evaluation of an Enhanced Scheme for High-level Nested Network Mobility IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.15 No.10, October 2015 1 Evaluaton of an Enhanced Scheme for Hgh-level Nested Network Moblty Mohammed Babker Al Mohammed, Asha Hassan.

More information

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration

Improvement of Spatial Resolution Using BlockMatching Based Motion Estimation and Frame. Integration Improvement of Spatal Resoluton Usng BlockMatchng Based Moton Estmaton and Frame Integraton Danya Suga and Takayuk Hamamoto Graduate School of Engneerng, Tokyo Unversty of Scence, 6-3-1, Nuku, Katsuska-ku,

More information

Load-Balanced Anycast Routing

Load-Balanced Anycast Routing Load-Balanced Anycast Routng Chng-Yu Ln, Jung-Hua Lo, and Sy-Yen Kuo Department of Electrcal Engneerng atonal Tawan Unversty, Tape, Tawan sykuo@cc.ee.ntu.edu.tw Abstract For fault-tolerance and load-balance

More information

CS 268: Lecture 8 Router Support for Congestion Control

CS 268: Lecture 8 Router Support for Congestion Control CS 268: Lecture 8 Router Support for Congeston Control Ion Stoca Computer Scence Dvson Department of Electrcal Engneerng and Computer Scences Unversty of Calforna, Berkeley Berkeley, CA 9472-1776 Router

More information

Gateway Algorithm for Fair Bandwidth Sharing

Gateway Algorithm for Fair Bandwidth Sharing Algorm for Far Bandwd Sharng We Y, Rupnder Makkar, Ioanns Lambadars Department of System and Computer Engneerng Carleton Unversty 5 Colonel By Dr., Ottawa, ON KS 5B6, Canada {wy, rup, oanns}@sce.carleton.ca

More information

Channel-Quality Dependent Earliest Deadline Due Fair Scheduling Schemes for Wireless Multimedia Networks

Channel-Quality Dependent Earliest Deadline Due Fair Scheduling Schemes for Wireless Multimedia Networks Channel-Qualty Dependent Earlest Deadlne Due Far Schedulng Schemes for Wreless Multmeda Networks Ahmed K. F. Khattab Khaled M. F. Elsayed ahmedkhattab@eng.cu.edu.eg khaled@eee.org Department of Electroncs

More information

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network

A New Token Allocation Algorithm for TCP Traffic in Diffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network A New Token Allocaton Algorthm for TCP Traffc n Dffserv Network S. Sudha and N. Ammasagounden Natonal Insttute of Technology, Truchrappall,

More information

The Impact of Delayed Acknowledgement on E-TCP Performance In Wireless networks

The Impact of Delayed Acknowledgement on E-TCP Performance In Wireless networks The mpact of Delayed Acknoledgement on E-TCP Performance n Wreless netorks Deddy Chandra and Rchard J. Harrs School of Electrcal and Computer System Engneerng Royal Melbourne nsttute of Technology Melbourne,

More information

ARTICLE IN PRESS. Signal Processing: Image Communication

ARTICLE IN PRESS. Signal Processing: Image Communication Sgnal Processng: Image Communcaton 23 (2008) 754 768 Contents lsts avalable at ScenceDrect Sgnal Processng: Image Communcaton journal homepage: www.elsever.com/locate/mage Dstrbuted meda rate allocaton

More information

A Performance Analysis Model of TCP over Multiple Heterogeneous Paths for 5G Mobile Services

A Performance Analysis Model of TCP over Multiple Heterogeneous Paths for 5G Mobile Services A Performance Analyss Model of TCP over Multple Heterogeneous Paths for 5G Moble Servces Jayang Song 1, Png Dong 1, Huachun Zhou 1, Tao Zheng 1, Xaojang Du 2, Mohsen Guzan 3 1 School of Electronc Informaton

More information

Comparisons of Packet Scheduling Algorithms for Fair Service among Connections on the Internet

Comparisons of Packet Scheduling Algorithms for Fair Service among Connections on the Internet Comparsons of Packet Schedulng Algorthms for Far Servce among Connectons on the Internet Go Hasegawa, Takahro Matsuo, Masayuk Murata and Hdeo Myahara Department of Infomatcs and Mathematcal Scence Graduate

More information

A Binarization Algorithm specialized on Document Images and Photos

A Binarization Algorithm specialized on Document Images and Photos A Bnarzaton Algorthm specalzed on Document mages and Photos Ergna Kavalleratou Dept. of nformaton and Communcaton Systems Engneerng Unversty of the Aegean kavalleratou@aegean.gr Abstract n ths paper, a

More information

Video Proxy System for a Large-scale VOD System (DINA)

Video Proxy System for a Large-scale VOD System (DINA) Vdeo Proxy System for a Large-scale VOD System (DINA) KWUN-CHUNG CHAN #, KWOK-WAI CHEUNG *# #Department of Informaton Engneerng *Centre of Innovaton and Technology The Chnese Unversty of Hong Kong SHATIN,

More information

DEAR: A DEVICE AND ENERGY AWARE ROUTING PROTOCOL FOR MOBILE AD HOC NETWORKS

DEAR: A DEVICE AND ENERGY AWARE ROUTING PROTOCOL FOR MOBILE AD HOC NETWORKS DEAR: A DEVICE AND ENERGY AWARE ROUTING PROTOCOL FOR MOBILE AD HOC NETWORKS Arun Avudanayagam Yuguang Fang Wenjng Lou Department of Electrcal and Computer Engneerng Unversty of Florda Ganesvlle, FL 3261

More information

Routing in Degree-constrained FSO Mesh Networks

Routing in Degree-constrained FSO Mesh Networks Internatonal Journal of Hybrd Informaton Technology Vol., No., Aprl, 009 Routng n Degree-constraned FSO Mesh Networks Zpng Hu, Pramode Verma, and James Sluss Jr. School of Electrcal & Computer Engneerng

More information

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks

FAHP and Modified GRA Based Network Selection in Heterogeneous Wireless Networks 2017 2nd Internatonal Semnar on Appled Physcs, Optoelectroncs and Photoncs (APOP 2017) ISBN: 978-1-60595-522-3 FAHP and Modfed GRA Based Network Selecton n Heterogeneous Wreless Networks Xaohan DU, Zhqng

More information

A High-Performance Router: Using Fair-Dropping Policy

A High-Performance Router: Using Fair-Dropping Policy Internatonal Journal of Computer Scence and Telecommuncatons [Volume 5, Issue 4, Aprl 2014] A Hgh-Performance Router: Usng Far-Droppng Polcy ISSN 2047-3338 Seyyed Nasser Seyyed Hashem 1, Shahram Jamal

More information

Performance Comparison of a QoS Aware Routing Protocol for Wireless Sensor Networks

Performance Comparison of a QoS Aware Routing Protocol for Wireless Sensor Networks Communcatons and Network, 2016, 8, 45-55 Publshed Onlne February 2016 n ScRes. http://www.scrp.org/journal/cn http://dx.do.org/10.4236/cn.2016.81006 Performance Comparson of a QoS Aware Routng Protocol

More information

Dynamic Dispersion Framework for Router Load Balancing

Dynamic Dispersion Framework for Router Load Balancing Dynamc Dsperson Framework for Router Load Balancng Lonel M. N, Yunhua Lu Department of Computer Scence Hong Kong Unversty of Scence and Technology, Kowloon, Hong Kong, Chna SAR {n,yunhua}@cs.ust.hk Abstract

More information

Relational Analysis based Concurrent Multipath Transfer over Heterogeneous Vehicular Networks

Relational Analysis based Concurrent Multipath Transfer over Heterogeneous Vehicular Networks www.ijcsi.org 1 Relatonal Analyss based Concurrent Multpath Transfer over Heterogeneous Vehcular Networks Yuanlong Cao 1, Changqao Xu 1,2, Janfeng Guan 1, Ja Zhao 3, We Quan 1, Mngchuan Zhang 1 and Hongke

More information

Why Congestion Control. Congestion Control and Active Queue Management. TCP Congestion Control Behavior. Generic TCP CC Behavior: Additive Increase

Why Congestion Control. Congestion Control and Active Queue Management. TCP Congestion Control Behavior. Generic TCP CC Behavior: Additive Increase Congeston Control and Actve Queue Management Congeston Control, Effcency and Farness Analyss of TCP Congeston Control A smple TCP throughput formula RED and Actve Queue Management How RED works Flud model

More information

Real-Time Guarantees. Traffic Characteristics. Flow Control

Real-Time Guarantees. Traffic Characteristics. Flow Control Real-Tme Guarantees Requrements on RT communcaton protocols: delay (response s) small jtter small throughput hgh error detecton at recever (and sender) small error detecton latency no thrashng under peak

More information

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory

Virtual Memory. Background. No. 10. Virtual Memory: concept. Logical Memory Space (review) Demand Paging(1) Virtual Memory Background EECS. Operatng System Fundamentals No. Vrtual Memory Prof. Hu Jang Department of Electrcal Engneerng and Computer Scence, York Unversty Memory-management methods normally requres the entre process

More information

Load Balancing for Hex-Cell Interconnection Network

Load Balancing for Hex-Cell Interconnection Network Int. J. Communcatons, Network and System Scences,,, - Publshed Onlne Aprl n ScRes. http://www.scrp.org/journal/jcns http://dx.do.org/./jcns.. Load Balancng for Hex-Cell Interconnecton Network Saher Manaseer,

More information

Quantifying Responsiveness of TCP Aggregates by Using Direct Sequence Spread Spectrum CDMA and Its Application in Congestion Control

Quantifying Responsiveness of TCP Aggregates by Using Direct Sequence Spread Spectrum CDMA and Its Application in Congestion Control Quantfyng Responsveness of TCP Aggregates by Usng Drect Sequence Spread Spectrum CDMA and Its Applcaton n Congeston Control Mehd Kalantar Department of Electrcal and Computer Engneerng Unversty of Maryland,

More information

JTCP: Congestion Distinction by the Jitter-based Scheme over Wireless Networks

JTCP: Congestion Distinction by the Jitter-based Scheme over Wireless Networks JTCP: Congeston stncton by the Jtter-based Scheme over Wreless Networks Erc Hsao-Kuang Wu, Mng-I Hseh, Me-Zhen Chen and Shao-Y Hung ept. of Computer Scence and Informaton Engneerng, Natonal Central Unversty,

More information

A Semi-Distributed Load Balancing Architecture and Algorithm for Heterogeneous Wireless Networks

A Semi-Distributed Load Balancing Architecture and Algorithm for Heterogeneous Wireless Networks A Sem-Dstrbuted oad Balancng Archtecture and Algorthm for Heterogeneous reless Networks Md. Golam Rabul Ala Choong Seon Hong * Kyung Hee Unversty, Korea rob@networkng.khu.ac.kr, cshong@khu.ac.kr Abstract

More information

Parallelism for Nested Loops with Non-uniform and Flow Dependences

Parallelism for Nested Loops with Non-uniform and Flow Dependences Parallelsm for Nested Loops wth Non-unform and Flow Dependences Sam-Jn Jeong Dept. of Informaton & Communcaton Engneerng, Cheonan Unversty, 5, Anseo-dong, Cheonan, Chungnam, 330-80, Korea. seong@cheonan.ac.kr

More information

Neural Network Control for TCP Network Congestion

Neural Network Control for TCP Network Congestion 5 Amercan Control Conference June 8-, 5. Portland, OR, USA FrA3. Neural Network Control for TCP Network Congeston Hyun C. Cho, M. Sam Fadal, Hyunjeong Lee Electrcal Engneerng/6, Unversty of Nevada, Reno,

More information

QoS-aware routing for heterogeneous layered unicast transmissions in wireless mesh networks with cooperative network coding

QoS-aware routing for heterogeneous layered unicast transmissions in wireless mesh networks with cooperative network coding Tarno et al. EURASIP Journal on Wreless Communcatons and Networkng 214, 214:81 http://wcn.euraspournals.com/content/214/1/81 RESEARCH Open Access QoS-aware routng for heterogeneous layered uncast transmssons

More information

BANDWIDTH OPTIMIZATION OF INDIVIDUAL HOP FOR ROBUST DATA STREAMING ON EMERGENCY MEDICAL APPLICATION

BANDWIDTH OPTIMIZATION OF INDIVIDUAL HOP FOR ROBUST DATA STREAMING ON EMERGENCY MEDICAL APPLICATION ARPN Journal of Engneerng and Appled Scences 2006-2009 Asan Research Publshng Network (ARPN). All rghts reserved. BANDWIDTH OPTIMIZATION OF INDIVIDUA HOP FOR ROBUST DATA STREAMING ON EMERGENCY MEDICA APPICATION

More information

RAP. Speed/RAP/CODA. Real-time Systems. Modeling the sensor networks. Real-time Systems. Modeling the sensor networks. Real-time systems:

RAP. Speed/RAP/CODA. Real-time Systems. Modeling the sensor networks. Real-time Systems. Modeling the sensor networks. Real-time systems: Speed/RAP/CODA Presented by Octav Chpara Real-tme Systems Many wreless sensor network applcatons requre real-tme support Survellance and trackng Border patrol Fre fghtng Real-tme systems: Hard real-tme:

More information

Improving TCP Performance over an On-board Multi-homed Network

Improving TCP Performance over an On-board Multi-homed Network Improvng TCP Performance over an On-board Mult-homed Networ Kun-chan Lan Department of Computer Scence and Informaton Engneerng Natonal Cheng Kung Unversty Tanan, Tawan lan@cse.ncu.edu.tw Abstract Prevously,

More information

NETWORK LIFETIME AND ENERGY EFFICIENT MAXIMIZATION FOR HYBRID WIRELESS NETWORK

NETWORK LIFETIME AND ENERGY EFFICIENT MAXIMIZATION FOR HYBRID WIRELESS NETWORK NETWORK LIFETIME AND ENERGY EFFICIENT MAXIMIZATION FOR HYBRID WIRELESS NETWORK Prasana kumar. S 1, Deepak.N 2, Tajudeen. H 3, Sakthsundaram. G 4 1,2,3,4Student, Department of Electroncs and Communcaton,

More information

Wishing you all a Total Quality New Year!

Wishing you all a Total Quality New Year! Total Qualty Management and Sx Sgma Post Graduate Program 214-15 Sesson 4 Vnay Kumar Kalakband Assstant Professor Operatons & Systems Area 1 Wshng you all a Total Qualty New Year! Hope you acheve Sx sgma

More information

A fair buffer allocation scheme

A fair buffer allocation scheme A far buffer allocaton scheme Juha Henanen and Kalev Klkk Telecom Fnland P.O. Box 228, SF-330 Tampere, Fnland E-mal: juha.henanen@tele.f Abstract An approprate servce for data traffc n ATM networks requres

More information

Experimentations with TCP Selective Acknowledgment

Experimentations with TCP Selective Acknowledgment Expermentatons wth TCP Selectve Acknowledgment Renaud Bruyeron, Bruno Hemon, Lxa Zhang UCLA Computer Scence Department {bruyeron, bruno, lxa}@cs.ucla.edu Abstract Ths paper reports our expermentaton results

More information

A KIND OF ROUTING MODEL IN PEER-TO-PEER NETWORK BASED ON SUCCESSFUL ACCESSING RATE

A KIND OF ROUTING MODEL IN PEER-TO-PEER NETWORK BASED ON SUCCESSFUL ACCESSING RATE A KIND OF ROUTING MODEL IN PEER-TO-PEER NETWORK BASED ON SUCCESSFUL ACCESSING RATE 1 TAO LIU, 2 JI-JUN XU 1 College of Informaton Scence and Technology, Zhengzhou Normal Unversty, Chna 2 School of Mathematcs

More information

Optimum Number of RLC Retransmissions for Best TCP Performance in UTRAN

Optimum Number of RLC Retransmissions for Best TCP Performance in UTRAN Optmum Number of RLC Retransmssons for Best TCP Performance n UTRAN Olver De Mey, Laurent Schumacher, Xaver Dubos {ode,lsc,xdubos}@nfo.fundp.ac.be Computer Scence Insttute, The Unversty of Namur (FUNDP)

More information

Performance Evaluation of Information Retrieval Systems

Performance Evaluation of Information Retrieval Systems Why System Evaluaton? Performance Evaluaton of Informaton Retreval Systems Many sldes n ths secton are adapted from Prof. Joydeep Ghosh (UT ECE) who n turn adapted them from Prof. Dk Lee (Unv. of Scence

More information

High Performance DiffServ Mechanism for Routers and Switches: Packet Arrival Rate Based Queue Management for Class Based Scheduling

High Performance DiffServ Mechanism for Routers and Switches: Packet Arrival Rate Based Queue Management for Class Based Scheduling Hgh Performance DffServ Mechansm for Routers and Swtches: Packet Arrval Rate Based Queue Management for Class Based Schedulng Bartek Wydrowsk and Moshe Zukerman ARC Specal Research Centre for Ultra-Broadband

More information

Solutions for Real-Time Communication over Best-Effort Networks

Solutions for Real-Time Communication over Best-Effort Networks Solutons for Real-Tme Communcaton over Best-Effort Networks Anca Hangan, Ramona Marfevc, Gheorghe Sebestyen Techncal Unversty of Cluj-Napoca, Computer Scence Department {Anca.Hangan, Ramona.Marfevc, Gheorghe.Sebestyen}@cs.utcluj.ro

More information

A Fair Access Mechanism Based on TXOP in IEEE e Wireless Networks

A Fair Access Mechanism Based on TXOP in IEEE e Wireless Networks 11 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 8, No. 1, Aprl 16 A Far Access Mechansm Based on TXOP n IEEE 8.11e Wreless Networks Marjan Yazdan 1, Maryam Kamal, Neda

More information

MobileGrid: Capacity-aware Topology Control in Mobile Ad Hoc Networks

MobileGrid: Capacity-aware Topology Control in Mobile Ad Hoc Networks MobleGrd: Capacty-aware Topology Control n Moble Ad Hoc Networks Jle Lu, Baochun L Department of Electrcal and Computer Engneerng Unversty of Toronto {jenne,bl}@eecg.toronto.edu Abstract Snce wreless moble

More information

Pricing Network Resources for Adaptive Applications in a Differentiated Services Network

Pricing Network Resources for Adaptive Applications in a Differentiated Services Network IEEE INFOCOM Prcng Network Resources for Adaptve Applcatons n a Dfferentated Servces Network Xn Wang and Hennng Schulzrnne Columba Unversty Emal: {xnwang, schulzrnne}@cs.columba.edu Abstract The Dfferentated

More information

BAIMD: A Responsive Rate Control for TCP over Optical Burst Switched (OBS) Networks

BAIMD: A Responsive Rate Control for TCP over Optical Burst Switched (OBS) Networks AIMD: A Responsve Rate Control for TCP over Optcal urst Swtched (OS) Networks asem Shhada 1, Pn-Han Ho 1,2, Fen Hou 2 School of Computer Scence 1, Electrcal & Computer Engneerng 2 U. of Waterloo, Waterloo,

More information

Fast Retransmission of Real-Time Traffic in HIPERLAN/2 Systems

Fast Retransmission of Real-Time Traffic in HIPERLAN/2 Systems Fast Retransmsson of Real-Tme Traffc n HIPERLAN/ Systems José A Afonso and Joaqum E Neves Department of Industral Electroncs Unversty of Mnho, Campus de Azurém 4800-058 Gumarães, Portugal {joseafonso,

More information

A Traffic Aware Routing Protocol for Congestion Avoidance in Content-Centric Network

A Traffic Aware Routing Protocol for Congestion Avoidance in Content-Centric Network , pp.69-80 http://dx.do.org/10.14257/jmue.2014.9.9.08 A Traffc Aware Routng Protocol for Congeston Avodance n Content-Centrc Network Jung-Jae Km 1, Mn-Woo Ryu 2*, S-Ho Cha 3 and Kuk-Hyun Cho 1 1 Dept.

More information

Concurrent Apriori Data Mining Algorithms

Concurrent Apriori Data Mining Algorithms Concurrent Apror Data Mnng Algorthms Vassl Halatchev Department of Electrcal Engneerng and Computer Scence York Unversty, Toronto October 8, 2015 Outlne Why t s mportant Introducton to Assocaton Rule Mnng

More information

EFT: a high throughput routing metric for IEEE s wireless mesh networks

EFT: a high throughput routing metric for IEEE s wireless mesh networks Ann. Telecommun. (2010) 65:247 262 DOI 10.1007/s12243-009-0130-1 EFT: a hgh throughput routng metrc for IEEE 802.11s wreless mesh networks Md. Sharful Islam Muhammad Mahbub Alam Md. Abdul Hamd Choong Seon

More information

Derivation of Three Queue Nodes Discrete-Time Analytical Model Based on DRED Algorithm

Derivation of Three Queue Nodes Discrete-Time Analytical Model Based on DRED Algorithm Seventh Internatonal Conference on Informaton Technology Dervaton of Three Queue Nodes Dscrete-Tme Analytcal Model Based on DRED Algorthm Jafar Ababneh, Hussen Abdel-Jaber, 3 Fad Thabtah, 3 Wael Had, EmranBadarneh

More information

Adaptive Network Resource Management in IEEE Wireless Random Access MAC

Adaptive Network Resource Management in IEEE Wireless Random Access MAC Adaptve Network Resource Management n IEEE 802.11 Wreless Random Access MAC Hao Wang, Changcheng Huang, James Yan Department of Systems and Computer Engneerng Carleton Unversty, Ottawa, ON, Canada Abstract

More information

Network Coding as a Dynamical System

Network Coding as a Dynamical System Network Codng as a Dynamcal System Narayan B. Mandayam IEEE Dstngushed Lecture (jont work wth Dan Zhang and a Su) Department of Electrcal and Computer Engneerng Rutgers Unversty Outlne. Introducton 2.

More information

Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model. Eiji Oki May 28, 2009 The University of Electro-Communications

Efficient Load-Balanced IP Routing Scheme Based on Shortest Paths in Hose Model. Eiji Oki May 28, 2009 The University of Electro-Communications Effcent Loa-Balance IP Routng Scheme Base on Shortest Paths n Hose Moel E Ok May 28, 2009 The Unversty of Electro-Communcatons Ok Lab. Semnar, May 28, 2009 1 Outlne Backgroun on IP routng IP routng strategy

More information

Dynamic Bandwidth Provisioning with Fairness and Revenue Considerations for Broadband Wireless Communication

Dynamic Bandwidth Provisioning with Fairness and Revenue Considerations for Broadband Wireless Communication Ths full text paper was peer revewed at the drecton of IEEE Communcatons Socety subject matter experts for publcaton n the ICC 008 proceedngs. Dynamc Bandwdth Provsonng wth Farness and Revenue Consderatons

More information

Online Policies for Opportunistic Virtual MISO Routing in Wireless Ad Hoc Networks

Online Policies for Opportunistic Virtual MISO Routing in Wireless Ad Hoc Networks 12 IEEE Wreless Communcatons and Networkng Conference: Moble and Wreless Networks Onlne Polces for Opportunstc Vrtual MISO Routng n Wreless Ad Hoc Networks Crstano Tapparello, Stefano Tomasn and Mchele

More information

Algorithms for Routing and Centralized Scheduling to Provide QoS in IEEE Mesh Networks

Algorithms for Routing and Centralized Scheduling to Provide QoS in IEEE Mesh Networks Algorthms for Routng and Centralzed Schedulng to Provde QoS n IEEE 802.16 Mesh Networks Harsh Shetya Dept of Electrcal Communcaton Engneerng Indan Insttute of Scence Bangalore, Inda. 560012 harsh@pal.ece.sc.ernet.n

More information

Positive Semi-definite Programming Localization in Wireless Sensor Networks

Positive Semi-definite Programming Localization in Wireless Sensor Networks Postve Sem-defnte Programmng Localzaton n Wreless Sensor etworks Shengdong Xe 1,, Jn Wang, Aqun Hu 1, Yunl Gu, Jang Xu, 1 School of Informaton Scence and Engneerng, Southeast Unversty, 10096, anjng Computer

More information

A STUDY ON THE PERFORMANCE OF TRANSPORT PROTOCOLS COMBINING EXPLICIT ROUTER FEEDBACK WITH WINDOW CONTROL ALGORITHMS AARTHI HARNA TRIVESALOOR NARAYANAN

A STUDY ON THE PERFORMANCE OF TRANSPORT PROTOCOLS COMBINING EXPLICIT ROUTER FEEDBACK WITH WINDOW CONTROL ALGORITHMS AARTHI HARNA TRIVESALOOR NARAYANAN A STUDY ON THE PERFORMANCE OF TRANSPORT PROTOCOLS COMBINING EXPLICIT ROUTER FEEDBACK WITH WINDOW CONTROL ALGORITHMS By AARTHI HARNA TRIVESALOOR NARAYANAN Master of Scence n Computer Scence Oklahoma State

More information

Scheduling Remote Access to Scientific Instruments in Cyberinfrastructure for Education and Research

Scheduling Remote Access to Scientific Instruments in Cyberinfrastructure for Education and Research Schedulng Remote Access to Scentfc Instruments n Cybernfrastructure for Educaton and Research Je Yn 1, Junwe Cao 2,3,*, Yuexuan Wang 4, Lanchen Lu 1,3 and Cheng Wu 1,3 1 Natonal CIMS Engneerng and Research

More information

A Load-balancing and Energy-aware Clustering Algorithm in Wireless Ad-hoc Networks

A Load-balancing and Energy-aware Clustering Algorithm in Wireless Ad-hoc Networks A Load-balancng and Energy-aware Clusterng Algorthm n Wreless Ad-hoc Networks Wang Jn, Shu Le, Jnsung Cho, Young-Koo Lee, Sungyoung Lee, Yonl Zhong Department of Computer Engneerng Kyung Hee Unversty,

More information

Performance analysis of distributed cluster-based MAC protocol for multiuser MIMO wireless networks

Performance analysis of distributed cluster-based MAC protocol for multiuser MIMO wireless networks RESEARCH Open Access Performance analyss of dstrbuted cluster-based MAC protocol for multuser MIMO wreless networks Azadeh Ettefagh *, Marc Kuhn, Celal Eşl and Armn Wttneben Abstract It s known that multuser

More information

Adaptive Energy and Location Aware Routing in Wireless Sensor Network

Adaptive Energy and Location Aware Routing in Wireless Sensor Network Adaptve Energy and Locaton Aware Routng n Wreless Sensor Network Hong Fu 1,1, Xaomng Wang 1, Yngshu L 1 Department of Computer Scence, Shaanx Normal Unversty, X an, Chna, 71006 fuhong433@gmal.com {wangxmsnnu@hotmal.cn}

More information

Analysis of Collaborative Distributed Admission Control in x Networks

Analysis of Collaborative Distributed Admission Control in x Networks 1 Analyss of Collaboratve Dstrbuted Admsson Control n 82.11x Networks Thnh Nguyen, Member, IEEE, Ken Nguyen, Member, IEEE, Lnha He, Member, IEEE, Abstract Wth the recent surge of wreless home networks,

More information

Delay Variation Optimized Traffic Allocation Based on Network Calculus for Multi-path Routing in Wireless Mesh Networks

Delay Variation Optimized Traffic Allocation Based on Network Calculus for Multi-path Routing in Wireless Mesh Networks Appl. Math. Inf. Sc. 7, No. 2L, 467-474 2013) 467 Appled Mathematcs & Informaton Scences An Internatonal Journal http://dx.do.org/10.12785/ams/072l13 Delay Varaton Optmzed Traffc Allocaton Based on Network

More information

A Model Based on Multi-agent for Dynamic Bandwidth Allocation in Networks Guang LU, Jian-Wen QI

A Model Based on Multi-agent for Dynamic Bandwidth Allocation in Networks Guang LU, Jian-Wen QI 216 Jont Internatonal Conference on Artfcal Intellgence and Computer Engneerng (AICE 216) and Internatonal Conference on etwork and Communcaton Securty (CS 216) ISB: 978-1-6595-362-5 A Model Based on Mult-agent

More information

Cluster Analysis of Electrical Behavior

Cluster Analysis of Electrical Behavior Journal of Computer and Communcatons, 205, 3, 88-93 Publshed Onlne May 205 n ScRes. http://www.scrp.org/ournal/cc http://dx.do.org/0.4236/cc.205.350 Cluster Analyss of Electrcal Behavor Ln Lu Ln Lu, School

More information

Scheduling and queue management. DigiComm II

Scheduling and queue management. DigiComm II Schedulng and queue management Tradtonal queung behavour n routers Data transfer: datagrams: ndvdual packets no recognton of flows connectonless: no sgnallng Forwardng: based on per-datagram forwardng

More information

Priority-Based Scheduling Algorithm for Downlink Traffics in IEEE Networks

Priority-Based Scheduling Algorithm for Downlink Traffics in IEEE Networks Prorty-Based Schedulng Algorthm for Downlnk Traffcs n IEEE 80.6 Networks Ja-Mng Lang, Jen-Jee Chen, You-Chun Wang, Yu-Chee Tseng, and Bao-Shuh P. Ln Department of Computer Scence Natonal Chao-Tung Unversty,

More information

Instantaneous Fairness of TCP in Heterogeneous Traffic Wireless LAN Environments

Instantaneous Fairness of TCP in Heterogeneous Traffic Wireless LAN Environments KSII TRANSACTIONS ON INTERNET AND INFORMATION SYSTEMS VOL. 10, NO. 8, Aug. 2016 3753 Copyrght c2016 KSII Instantaneous Farness of TCP n Heterogeneous Traffc Wreless LAN Envronments Young-Jn Jung 1 and

More information

Intelligent Traffic Conditioners for Assured Forwarding Based Differentiated Services Networks 1

Intelligent Traffic Conditioners for Assured Forwarding Based Differentiated Services Networks 1 Intellgent Traffc Condtoners for Assured Forwardng Based Dfferentated Servces Networks B. Nandy, N. Seddgh, P. Peda, J. Ethrdge Nortel Networks, Ottawa, Canada Emal:{bnandy, nseddgh, ppeda, jethrdg}@nortelnetworks.com

More information

Mobility Based Routing Protocol with MAC Collision Improvement in Vehicular Ad Hoc Networks

Mobility Based Routing Protocol with MAC Collision Improvement in Vehicular Ad Hoc Networks Moblty Based Routng Protocol wth MAC Collson Improvement n Vehcular Ad Hoc Networks Zhhao Dng, Pny Ren, Qnghe Du Shaanx Smart Networks and Ubqutous Access Rearch Center School of Electronc and Informaton

More information

An Efficient Garbage Collection for Flash Memory-Based Virtual Memory Systems

An Efficient Garbage Collection for Flash Memory-Based Virtual Memory Systems S. J and D. Shn: An Effcent Garbage Collecton for Flash Memory-Based Vrtual Memory Systems 2355 An Effcent Garbage Collecton for Flash Memory-Based Vrtual Memory Systems Seunggu J and Dongkun Shn, Member,

More information

Research Article. ISSN (Print) s k and. d k rate of k -th flow, source node and

Research Article. ISSN (Print) s k and. d k rate of k -th flow, source node and Scholars Journal of Engneerng and Technology (SJET) Sch. J. Eng. Tech., 2015; 3(4A):343-350 Scholars Academc and Scentfc Publsher (An Internatonal Publsher for Academc and Scentfc Resources) www.saspublsher.com

More information

Quantifying Performance Models

Quantifying Performance Models Quantfyng Performance Models Prof. Danel A. Menascé Department of Computer Scence George Mason Unversty www.cs.gmu.edu/faculty/menasce.html 1 Copyrght Notce Most of the fgures n ths set of sldes come from

More information

A NEW LOCALIZED NETWORK BASED ROUTING MODEL IN COMPUTER AND COMMUNICATION NETWORKS

A NEW LOCALIZED NETWORK BASED ROUTING MODEL IN COMPUTER AND COMMUNICATION NETWORKS A NEW LOCALIZED NETWORK BASED ROUTING MODEL IN COMPUTER AND COMMUNICATION NETWORKS Abdulbaset H. Mohammad School of Computng, Informatcs and Meda, Unversty of Bradford, Bradford, Unted Kngdom a.h.t.mohammad@bradford.ac.uk

More information

ABRC: An End-to-End Rate Adaptation Scheme for Multimedia Streaming over Wireless LAN*

ABRC: An End-to-End Rate Adaptation Scheme for Multimedia Streaming over Wireless LAN* ARC: An End-to-End Rate Adaptaton Scheme for Multmeda Streamng over Wreless LAN We Wang Soung C Lew Jack Y Lee Department of Informaton Engneerng he Chnese Unversty of Hong Kong Shatn N Hong Kong {wwang2

More information

Relative Link Quality Assessment and Hybrid Routing Scheme for Wireless Mesh Networks

Relative Link Quality Assessment and Hybrid Routing Scheme for Wireless Mesh Networks Relatve Lnk Qualty Assessment and Hybrd Routng Scheme for Wreless Mesh Networks ChaoY Ban, Xn Jn, Chao Lu, XaoMng L, YAN We Insttute of Networkng Computng and Informaton System Pekng Unversty, P.R.Chna

More information

X- Chart Using ANOM Approach

X- Chart Using ANOM Approach ISSN 1684-8403 Journal of Statstcs Volume 17, 010, pp. 3-3 Abstract X- Chart Usng ANOM Approach Gullapall Chakravarth 1 and Chaluvad Venkateswara Rao Control lmts for ndvdual measurements (X) chart are

More information

Resource and Virtual Function Status Monitoring in Network Function Virtualization Environment

Resource and Virtual Function Status Monitoring in Network Function Virtualization Environment Journal of Physcs: Conference Seres PAPER OPEN ACCESS Resource and Vrtual Functon Status Montorng n Network Functon Vrtualzaton Envronment To cte ths artcle: MS Ha et al 2018 J. Phys.: Conf. Ser. 1087

More information

IR-HARQ vs. Joint Channel-Network coding for Cooperative Wireless Communication

IR-HARQ vs. Joint Channel-Network coding for Cooperative Wireless Communication Cyber Journals: ultdscplnary Journals n Scence and Technology, Journal of Selected Areas n Telecommuncatons (JSAT), August Edton, 2 IR-HARQ vs. Jont Channel-Network codng for Cooperatve Wreless Communcaton

More information

QoS-aware composite scheduling using fuzzy proactive and reactive controllers

QoS-aware composite scheduling using fuzzy proactive and reactive controllers Khan et al. EURASIP Journal on Wreless Communcatons and Networkng 2014, 2014:138 http://jwcn.euraspjournals.com/content/2014/1/138 RESEARCH Open Access QoS-aware composte schedulng usng fuzzy proactve

More information

Parallel matrix-vector multiplication

Parallel matrix-vector multiplication Appendx A Parallel matrx-vector multplcaton The reduced transton matrx of the three-dmensonal cage model for gel electrophoress, descrbed n secton 3.2, becomes excessvely large for polymer lengths more

More information

Improving Load Balancing mechanisms in Wireless Packet Networks 1

Improving Load Balancing mechanisms in Wireless Packet Networks 1 Improvng Load Balancng mechansms n Wreless Packet etworks 1 Guseppe Banch, Ilena Tnnrello Dept. Electrcal Engneerng, Unversty of Palermo Vale Delle Scenze, Parco D'Orleans, 90128 Palermo, Italy Abstract

More information

QoS Bandwidth Estimation Scheme for Delay Sensitive Applications in MANETs

QoS Bandwidth Estimation Scheme for Delay Sensitive Applications in MANETs Communcatons and Network, 2013, 5, 1-8 http://dx.do.org/10.4236/cn.2013.51001 Publshed Onlne February 2013 (http://www.scrp.org/journal/cn) QoS Bandwdth Estmaton Scheme for Delay Senstve Applcatons n MANETs

More information

Determining the Optimal Bandwidth Based on Multi-criterion Fusion

Determining the Optimal Bandwidth Based on Multi-criterion Fusion Proceedngs of 01 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 5 (01) (01) IACSIT Press, Sngapore Determnng the Optmal Bandwdth Based on Mult-crteron Fuson Ha-L Lang 1+, Xan-Mn

More information

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching

A Fast Visual Tracking Algorithm Based on Circle Pixels Matching A Fast Vsual Trackng Algorthm Based on Crcle Pxels Matchng Zhqang Hou hou_zhq@sohu.com Chongzhao Han czhan@mal.xjtu.edu.cn Ln Zheng Abstract: A fast vsual trackng algorthm based on crcle pxels matchng

More information

Efficient Content Distribution in Wireless P2P Networks

Efficient Content Distribution in Wireless P2P Networks Effcent Content Dstrbuton n Wreless P2P Networs Qong Sun, Vctor O. K. L, and Ka-Cheong Leung Department of Electrcal and Electronc Engneerng The Unversty of Hong Kong Pofulam Road, Hong Kong, Chna {oansun,

More information

Efficient Backoff Algorithm in Wireless Multihop Ad Hoc Networks

Efficient Backoff Algorithm in Wireless Multihop Ad Hoc Networks 1 Chen-Mn Wu, 2 Hu-Ka Su, 3 Wang-Has Yang *1,Correspondng Author Nanhua Unversty, cmwu@mal.nhu.edu.tw 2 Natonal Formosa Unversty, hksu@nfu.edu.tw 3 Hsupng Insttute of Technology, yangwh@mal.ht.edu.tw do:10.4156/jact.vol3.

More information

A Hybrid Genetic Algorithm for Routing Optimization in IP Networks Utilizing Bandwidth and Delay Metrics

A Hybrid Genetic Algorithm for Routing Optimization in IP Networks Utilizing Bandwidth and Delay Metrics A Hybrd Genetc Algorthm for Routng Optmzaton n IP Networks Utlzng Bandwdth and Delay Metrcs Anton Redl Insttute of Communcaton Networks, Munch Unversty of Technology, Arcsstr. 21, 80290 Munch, Germany

More information

Balancing Energy Saving and QoS in the Mobile Internet: An Application-Independent Approach

Balancing Energy Saving and QoS in the Mobile Internet: An Application-Independent Approach Balancng Energy Savng and QoS n the Moble Internet: An Applcaton-Independent Approach Unv. of Psa, Dept. of Informaton Engneerng Va Dotsalv 2-5622 Psa, Italy {g.anastas, a.passarella}@et.unp.t, G. Anastas,

More information

Application of VCG in Replica Placement Strategy of Cloud Storage

Application of VCG in Replica Placement Strategy of Cloud Storage Internatonal Journal of Grd and Dstrbuted Computng, pp.27-40 http://dx.do.org/10.14257/jgdc.2016.9.4.03 Applcaton of VCG n Replca Placement Strategy of Cloud Storage Wang Hongxa Computer Department, Bejng

More information

Long Lifetime Routing in Unreliable Wireless Sensor Networks

Long Lifetime Routing in Unreliable Wireless Sensor Networks 211 Internatonal Conference on Networkng, Sensng and Control Delft, the Netherlands, 11-13 Aprl 211 Long Lfetme Routng n Unrelable Wreless Sensor Networks Hamed Yousef, Mohammad Hossen Yeganeh, Al Movaghar

More information

Enhanced Signaling Scheme with Admission Control in the Hybrid Optical Wireless (HOW) Networks

Enhanced Signaling Scheme with Admission Control in the Hybrid Optical Wireless (HOW) Networks Enhanced Sgnalng Scheme wth Admsson Control n the Hybrd Optcal Wreless (HOW) Networks Yng Yan, Hao Yu, Henrk Wessng, and Lars Dttmann Department of Photoncs Techncal Unversty of Denmark Lyngby, Denmark

More information

Network-Driven Layered Multicast with IPv6

Network-Driven Layered Multicast with IPv6 Network-Drven Layered Multcast wth IPv6 Ho-pong Sze and Soung C. Lew Department of Informaton Engneerng, The Chnese Unversty of Hong Kong, Shatn, N.T., Hong Kong {hpsze8, soung}@e.cuhk.edu.hk Abstract.

More information

Evaluation of TCP Variants and Bandwidth on Demand over Next Generation Satellite Network

Evaluation of TCP Variants and Bandwidth on Demand over Next Generation Satellite Network Evaluaton of TCP Varants and Bandwdth on Demand over Next Generaton Satellte Network Songrth Kttperachol, Zhl Sun and Hatham Cruckshank Centre for Communcaton Systems Research Unversty of Surrey Guldford,

More information

3. CR parameters and Multi-Objective Fitness Function

3. CR parameters and Multi-Objective Fitness Function 3 CR parameters and Mult-objectve Ftness Functon 41 3. CR parameters and Mult-Objectve Ftness Functon 3.1. Introducton Cogntve rados dynamcally confgure the wreless communcaton system, whch takes beneft

More information