Coordinated TCP Westwood Congestion Control for Multiple Paths over Wireless Networks

Size: px
Start display at page:

Download "Coordinated TCP Westwood Congestion Control for Multiple Paths over Wireless Networks"

Transcription

1 Coordinated TCP Wetwood Congetion Control for Multiple Path over Wirele Network Tuan Anh Le, Choong eon Hong, and Eui-Nam Huh Department of Computer Engineering, Kyung Hee Univerity 1 eocheon, Giheung, Yongin, Gyeonggi, , Korea {letuanh, chong, johnhu}@khu.ac.kr, Abtract Multipath TCP (MPTCP) ha jut been approved by the IETF. It wa deigned to be fairly hared with regular TCP, o it performance i equivalent that of a regular TCP flow that on the bet path for it. However, regular TCP ha been proven it performance very poor in wirele network, where packet lo often i caued by random error rather than by network congetion a in wired network. TCP Wetwood (TCPW) ue the available bandwidth etimation technique to improve TCP performance in uch environment. In thi work, we propoe an extended verion of TCP Wetwood for multiple path, called MPTCPW. To tart with the analyi model of TCPW, MPTCPW i deigned a a coordinated congetion controller between path which allow load-balancing, fair haring to regular TCPW at bottleneck. Our imulation reult how that MPTCPW can achieve higher throughput than MPTCP in wirele environment, fairne to regular TCPW, and greater load-balancing than uncoordinated MPTCPW. I. INTODUCTION Nowaday portable device with multiple wirele interface are becoming more popular. If multiple link are ued imultaneouly for a tranport protocol eion, multipath tranport protocol would be able to avoid ending traffic on hotpot and failure link, and to upport mobility [1]. o far, the performance and reilience are improved. egular TCP [2] performance i degraded ignificantly a packet loe are occurred by random error (caued by ignal fading, or multiple-acce interference) in wirele link rather than by network congetion a in wired network. Thi i becaue regular TCP reduce blindly it congetion window by haft when a packet drop i detected. To overcome thi problem, TCP Wetwood (TCPW) [3] [4] ha been propoed. In TCPW cheme 1, the ender monitor ACK inter-arrival time in order to etimate the bottleneck bandwidth available. Intead of reducing congetion window by haft, TCPW update both congetion window and low-tart threhold to the etimated bandwidth (in term of the number of packet) whenever detecting packet drop. TCPW performance ha been proven ignificant improvement in wirele network. A multipath TCP protocol eion conit of imultaneou multiple ub-flow amongt path between two end-hot [5], where each ub-flow perform flow control function on a path. o there are ome requirement for congetion control 1 The original verion of TCP Wetwood [3] overetimate the available bandwidth in the preence of ACK compreion. TCP Wetwood+ [4] olve thi problem. deign for multiple path [6] a follow: (i) A multipath TCP protocol hould fairly hare bandwidth with ingle-path TCP protocol without any common bottleck detection mechanim; (ii) To improve multipath TCP performance in multipath environment. (iii) To exploit load-balancing between path. Multipath TCP (MPTCP) [6] ha jut been approved by the IETF. It deign aim to atify the above requirement. MPTCP end more traffic on lightly loaded path by grouping a et of reource on all path a a ingle reource, a uggeted by the reource pooling principle [7]. ince MPTCP performance i equivalent that of a regular TCP flow that on the bet path for it, MPTCP face with performance degradation over wirele network. In thi paper, we are intereted on an extended verion of TCP Wetwood for multiple path, called MPTCPW. To tart with the analyi model of TCPW, MPTCPW i deigned a a coordinated congetion controller between path which allow balancing the load between the path, while enuring fair bandwidth allocation to regular TCPW at the hared bottleneck. The ret of thi paper i organized a follow: ection II ummarized the previou work relevant to multipath congetion control. We decribe the detail of the TCPW analyi model, and then it extenion for multiple path in ection IV. We evaluate our propoal in term of fluctuation, fairne, throughput over wirele link and load-balancing capability. Finally, we conclude our work in ection VI. II. ELATED WOK In thi ection, we ummarize everal olution ha been propoed for multipath congetion control. Multiple path TCP (mtcp) [8] aggregate the available bandwidth of all path in parallel, and detect and remove path at hared bottleneck to alleviate unfair allocation. The congetion controller of each ub-flow in Parallel TCP (ptcp) [9], Concurrent Tranfer Multipath (CMT) over CTP [1] operate independently each other a ued in regular TCP. Therefore, they can not compete fairly with regular TCP flow at hared bottleneck becaue of no extra mechanim to handle or detect the bottleneck. eliable Multiplexing Tranport Protocol (-MTP) [11] wa deigned for wirele network. Baed on inter-arrival time, - MTP ub-flow adapt to rate control according to change in bandwidth on each channel and congetion /12/$ IEEE 92 ICOIN 212

2 To improve fairne to regular TCP at the hared bottleneck, the weighted TCP [12] ue a fixed weight in allocating bandwidth to each ub-flow. The weight i choen by 1/N 2, where N i the number of path in a multipath TCP eion. Obviouly the weighted TCP could fairly hare if TT of flow are equal. Thi mechanim take advantage of the implicity of deployment and fair allocation without any hared bottleneck detection mechanim. III. TCP WETWOOD BACKGOUND In thi ection, we briefly decribe TCPW algorithm [4] and then it performance analyi model. TCPW etimate bandwidth available baed on inter-arrival time of ACK packet at the ender. Whenever the ender receive an ACK, it compute a bandwidth ample a b k = d k /(t k t k 1 ), where d k denote the amount of data acknowledged by the k th ACK. t k and t k 1 denote the inter-arrival time of the k th ACK and the (k 1) th ACK, repectively. To mooth out hort-time variant in the bandwidth ample b k, a dicrete time-varying low-pa filter i ued a ˆbk = 2τ Δ k 2τ +Δ k ˆbk 1 + b k + b k 1 2τ +Δ k Δ k, where ˆb k i the moothed bandwidth at time t k, 1/τ i the cutoff frequency of the filter. Δ k denote the inter-arrival time between (k 1) th ACK and the k th ACK. The ender ue the etimated bandwidth to update the congetion window ize (w TCPW ) and the low-tart threhold (threh) after receiving duplicated ACK or detecting a timeout event, a threh = ˆb T T min /M, where T T min denote the minimum TT during TCPW connection. Now, we determine the fluid model of TCPW. In the congetion avoidance phae, TCPW remain the window growth baed on the additive increae function a ued in regular TCP (TCP eno) a follow: Whenever the ender receive a poitive ACK, it increae w TCPW by 1/w TCPW. Wherea, after detecting a lot packet, it et w TCPW and threh to ˆB T T min, where ˆB ( ˆB = ˆb/M ) i the etimated available bandwidth in term of the number of packet. The TCPW algorithm i expreed a Increae: w TCPW (t) w TCPW (t 1)+1/w TCPW (t 1), Decreae: w TCPW (t) ˆB(t) T T min, where ˆB(t) = ŵ TCPW (t)/t T [13]. The fluid model of TCPW correponding to uch increae-decreae function i expreed in repect with continuou time t a ( d dt wtcpw (t) = wtcpw (t) 1 p T T w TCPW (t) ) q T T wtcpw (t)p, (1) where q = T T T T min denote the total queueing delay meaured at two-end hot. p denote the packet drop probability. uppoe that the packet lo rate p i mall (i.e., 1 p 1), the fixed point equation of (1) give or 1 ŵ TCPW = q T T ŵtcpw p, p = T T q(ŵ TCPW ) 2, (2) where ŵ TCPW i the equilibrium value of w TCPW (t). IV. EXTENDING TCPW TOWAD MPTCPW In thi ection, baed on the fluid model of TCPW above, we carry out extending TCPW for multiple path with contrain about performance improvement, load-balancing between path and fair haring [6] [14] to regular TCPW, which are the goal to deign MPTCP [6]. Now, we propoe MPTCPW congetion window growth in additive increae function over path a follow: Whenever the ub-flow receive a poitive ACK on that path, it increae it congetion window (w ) by min(δ/w (t), 1/w (t)); when receiving duplicate ACK, it update w to ˆB T T min,. Therefore, the ub-flow congetion control algorithm on path i Increae: w (t) w (t 1) + min(δ/w (t 1), 1/w (t 1)), Decreae: w (t) ˆB (t) T T min,. o the fluid model correponding to uch increae-decreae function i d dt w (t) = w [ ( ) (t) δ min T T w (t), 1 w (t) q ] w (t)p, (3) T T where q = T T T T min,, δ denote the linking between path within an MPTCPW flow. min(.) function enure that ub-flow window increae (the left argument) doe not exceed that of ingle-path TCPW (the right argument) over that path. imilarly, we have the fixed point equation of (3) a ) ( δ min, ŵ ŵ TCPW 1 ŵ = q T T ŵ p. (4) If TCPW wa on path, from (2) it packet lo rate would be p = T T /q (ŵ TCPW ) 2. We ubtitute p into (4) to obtain ( ) ŵ = max, ŵ. (5) δ To improve throughput and to preerve fairne, the total throughput of a MPTCPW flow hould be equivalent that of a TCPW flow on the bet path for it [15]. Thi implie that {ŵtcpw ŵ = max T T T T }. (6) 93

3 By ubtituting (5) into (6), we obtain { ( )} ŵ ŵ ŵ = max max,. T T δt T T T Obervably, in the above equality, the total throughput cannot equal that on a path ince ŵ never equal zero, therefore { } ŵ ŵ = max. T T δt T n m link 1 5Mbp, 6m 75 packet link 2 link 1 1Mbp, 58m 5Mbp, 2m 5Mbp, 6m 75 packet Multipath TCPW egular TCPW By olving for δ, we obtain { ( ) } 2 /( ŵ δ = max T T ŵ T T ) 2. (7) Fig. 1. link 2 (c) 5Mbp, 2m imulation cenario. δ in the equation above i hared between path and depend on only the maximum throughput among path. However, the congetion window on the congeted path i alway maller than that on the lightly loaded path. To perform load-balancing between the path, the congetion window on the congeted path mut be grown more gradually than that on the lightly loaded path [14]. Thi implie that δ for the wore path would be the maller value. Therefore, we lightly modify δ, and then replace δ with δ a { }/( ) 2 δ =ŵ γ max ŵ2 γ ŵ T T 2, (8) T T where γ i a trade-off parameter between load-balancing and protocol fluctuation, γ 2. In our experiment (not reported in thi paper due to pace limit), γ = 1 give a reaonable trade-off between fluctuation and load-balancing. V. PEFOMANCE EVALUATION In thi ection, we evaluate fluctuation, fairne and loadbalancing of MPTCPW, and compare it performance with MPTCP [6] in wirele network. Load-balancing capability of MPTCPW i compared with uncoordinated MPTCPW (named unmptcpw), in which each ub-flow perform the flow control function independently. To enure fairne to regular TCPW at the hared bottleneck, we chooe the traffic plitting factor value of (1/2) 2 for two-path unmptcpw uch that each ub-flow get half throughput of what a regular TCPW get. We ue N-2 [16] in our experiment, and the elective acknowledgment (ACK) option [17]. The cenario hown in Fig. 1 with a 1-byte data packet, and random early drop (ED) queue management [18] to prevent router from globally ynchronized packet drop. A. Fluctuation Invetigation Aume that the traffic load on two path i the ame. I a multipath protocol table when ome packet are ent on one path for moment, and then on the other, and o on?. Thi implie that the path are not ued imultaneouly at almot time [15] [14]. o any multipath tranport protocol performance and reource pooling would be poor in uch tate. cwnd cwnd 1 cwnd cwnd 1 Fig. 2. The congetion window evolution of two-path MPTCPW flow; that of two-path MPTCP flow. Now, we invetigate protocol fluctuation in a typical network configuration, where two-eparate path multipath protocol competing with background load generated by ten regular TCPW/TCP flow 2 on each path (n = m = 1) a hown in Fig. 1. Becaue of the ame load on both path, each ub-flow experience the ame congetion condition. Fig. 2 how that the congetion window on and 2 (cwnd 1, cwnd 2 ) in MPTCPW are increaed regularly rather than biaing on any ide (i.e., the protocol i fluctuation in it data rate on each path). Thi reult i imilar to that of MPTCP a hown in Fig. 2. Another imulation reult in the ame bottleneck i hown in Fig. 3, the evolution of congetion window on two path i almot ame. B. Fair haring In thi ection, we how how a multipath tranport protocol fairly hare with a ingle-path protocol at a common bottleneck without any common link detection mechanim. We ue a dumbbell cenario a hown in Fig. 1, where a two-path MPTCPW flow compete againt a regular TCPW flow at the hared link. Fig. 3 how that the ingle-path TCPW get it congetion window twice. It i reaonable when total of data ent by the two-path MPTCPW flow i cloe the amount of data ent by the ingle-path TCPW flow a hown in Fig If multipath tranport protocol i MPTCPW, we will ue ten regular TCPW flow a background load. Otherwie, ue regular TCP flow. 94

4 Congetion window (pkt) , MPTCPW On, MPTCPW ingle-path TCPW ent data (MByte) On ingle-path TCPW ent total data on 2 path Time () Time () Fig. 3. The congetion window evolution of a two-path MPTCPW flow competing againt a regular TCPW flow in the hared bottleneck; their amount of data tranferred. Another experiment reult i hown in Fig. 5 with the network configuration detailed in ection V-B. In Fig. 5, MPTCPW move more traffic from the congeted path (path 1) to the lightly loaded path (), o the ub-flow rate on urge, but not exceed the average throughput of ingle-path TCPW flow on that path. Therefore, MPTCPW can preerve fairne to ingle-path TCPW in the general configuration. C. Throughput over Wirele Link In thi ection, we evaluate throughput performance of MPTCPW compared with that of regular MPTCP. The imulation cenario i hown in Fig. 1(c). The experiment were run for 6 econd under wirele link random error varying from.1% to 5% in packet lo rate. Fig. 4 how the average throughput of MPTCPW and MPTCP when the packet lo rate on two path are equal. In Fig. 4, MPTCPW throughput i higher than that of MPTCP in any packet lo rate. Outperforming of MPTCPW i come from adaptive updating threh and cwnd to the etimated available bandwidth on path a detecting a packet lo or timeout event. In the next experiment, we fix the packet lo rate at.1% on and vary the lo rate from.1% to 5% on. Fig. 4 how that MPTCP throughput i degraded ignificantly when packet lo rate on increae to 1%. ince MPTCPW can recover from random lo, it outperform at any condition. In Fig. 4, when random lo on i very high (greater than 1%), the total throughput of two-path tranport protocol i dominated by only the bet path,. D. Load-Balancing In thi ection, we invetigate the capability of hifting traffic from the congeted path in an advere configuration, where T T on the lightly loaded path i longer than that on the congeted one 3. We ue uch advere configuration in order to demontrate the prominent feature of MPTCPW compared with uncoordinated MPTCPW. 3 For packet lo-baed tranport protocol uch a regular TCP, TCPW, MPTCP, and MPTCPW, their congetion window ize on the longer TT path are increaed more lowly than that on the horter TT path. The coordinated congetion control in multipath i able not only to gather bandwidth on all path into a bigger bandwidth but alo to move traffic among path according traffic load on each path. For uch configuration, if we did not ue δ a (8), the congetion window of ub-flow on the lightly loaded and longer TT path wa increaed more lowly than expected. Baed on computing δ a (8), the ub-flow can compenate congetion window increae for the longer TT path. Experiment were run in the imulation cenario a hown in Fig. 1, where link capacity and propagation delay of link 1 and 2 are et (1Mbp, 4m) and (6Mbp, 16m), repectively. To generate heavy load in link 1 and light load in link 2, we ue TCPW flow a the background traffic with eight flow on link 1, and three flow on link 2. The oberved packet lo rate at link 1 and 2 after experiment are 2.% and.56%, repectively. Fig. 5 how that the data rate of ub-flow on the congeted and hort TT path () i very low. While the longer T T path () ha light load, the ub-flow on that path urge it rate up. Therefore, the total throughput of two ub-flow reache the expected value, which i equivalent to the average rate of three TCPW flow that over the bet path,. In contrat to load-balancing capability of MPTCPW, un- MPTCP jut plit the traffic acro path with factor of (1/2) 2. We alternated MPTCPW protocol in the above experiment with unmptcp. Fig. 5 how that each ub-flow get half TCPW flow average rate that they are haring. The packet lo rate at link 1 and 2 are meaured to be 2.8% and.35%, repectively. Although i congeted, the ub-flow on that path till end blindly packet at haft rate. Therefore, two-path unmptcp can get the total throughput lower than TCPW flow in uch advere configuration. VI. CONCLUION In thi paper, we propoe an extended verion of regular TCP Wetwood for multiple path over wirele network, called MPTCPW. To tart with the analyi model of TCPW, MPTCPW congetion control i deigned a a coordinated control between path which allow load-balancing feature beween path, fair haring to regular TCPW at bottleneck. Our imulation how that MPTCPW can achieve tability, higher throughput compared with MPTCP, fairne to regular TCPW, 95

5 Two-path MPTCPW/MPTCP v. packet lo Two-path MPTCPW/MPTCP v. packet lo Average throughput (Mbp) MPTCPW MPTCP Average throughput (Mbp) MPTCPW MPTCP 1E Packet lo rate (%) 1E Packet lo rate on (%) Fig. 4. The average throughput of two-path MPTCPW and MPTCP v. varying packet lo on and 2; that of two-path MPTCPW and MPTCP v. varying packet lo on. Data rate (Mbp) MPTCPW v. TCPW On Total rate on 2 path Average rate of 8 TCPW flow hared link 1 Average rate of 3 TCPW flow hared link 2 Data rate (Mbp) Uncoordinated MPTCPW v. TCPW On Total rate on 2 path Average rate of 8 TCPW flow hared link 1 Average rate of 3 TCPW flow hared link Time () Time () Fig. 5. Load-balancing capability of MPTCPW; lack load-balancing capability of uncoordinated MPTCPW when two-path MPTCPW compete againt eight TCPW flow at link 1 and three TCPW flow at link 2. and greater load-balancing than uncoordinated MPTCPW under variou network condition. We believe that our extenion technique can be generalized for extending current tranport protocol, uch a TCP Vega, FAT TCP, and Compound TCP for multiple path. ACKNOWLEDGMENT Thi reearch wa upported by the IT &D program of KCA ( : tudy on Architecture of Future Internet to upport Mobile Environment and Network Diverity). Dr. C Hong i the correponding author. EFEENCE [1] C. aiciu, D. Niculecu, M. Bagnulo, and M. Handley, Opportunitic mobility with multipath TCP, in Proc. of the MobiArch Workhop, 211. [2] V. Jacobon and M. J. Karel, Congetion avoidance and control, in ACM IGCOMM, [3] M. Gerla, B. K. F. Ng, M. Y. anadidi, M. Valla, and. Wang, TCP Wetwood with adaptive bandwidth etimation to improve efficiency/friendline tradeoff, in Computer Communication, Jan. 24. [4]. Macolo, L. A. Grieco,. Ferorelli, P. Camarda, and G. Picitelli, Performance evaluation of Wetwood+ TCP congetion control, in Performance Evaluation, Jan. 24. [5] A. Ford, C. aiciu, and M. Handley, TCP extenion for multipath operation with multiple addree, IETF Internet Draft, July 211. [6] C. aiciu, M. Handley, and D. Wichik, Coupled congetion control for multipath tranport protocol, IETF FC 6356, Oct [7] D. Wichik, M. Handley, and M. B. Braun, The reource pooling principle, in ACM IGCOMM CC, Oct. 28. [8] M. Zhang, J. Lai, A. Krihnamurthy, L. Peteron, and. Wang, A tranport layer approach for improving end-to-end performance and robutne uing redundant path, in Proc. of the UENIX 4 Annual Technical Conf., June 24. [9] H. Heih and. ivakumar, A tranport layer approach for achieving aggregate bandwidth on multi-homed mobile hot, in Proc. of the MobiCom 2 Conf., 22. [1] J.. Iyengar, K. C. hah, P. D. Amer, and. tewart, Concurrent multipath tranfer uing CTP multihoming over independent end-toend path, IEEE/ACM Tranaction on Networking, pp , 26. [11] L. Magalhae and. Kravet, Tranport level mechanim for bandwidth aggregation on mobile hot, in Proceeding of the Ninth International Conference on Network Protocol. Wahington, DC, UA: IEEE Computer ociety, 21, pp [12] M. Honda, Y. Nihida, L. Eggert, P. arolahti, and H. Tokuda, Multipath congetion control for hared bottleneck, in Proc. PFLDNeT, May 29. [13] L. A. Grieco and. Macolo, Mathematical analyi of Wetwood+ TCP congetion control, in IEE POCEEDING-CONTOL THEOY AND APPLICATION, Jan. 25. [14] D. Wichik, C. aiciu, A. Greenhalgh, and M. Handley, Deign, implementation and evaluation of congetion control for multipath TCP, in Proc. of the UENIX NDI 11 Conf., Mar [15] D. Wichik, M. Handley, and C. aiciu, Control of multipath TCP and optimization of multipath routing in the Internet, in Network Control and Optimization, 29. [16] N-2 network imulator. [Online]. Available: [17] M. Mathi, J. Mahdavi,. Floyd, and A.omanow, TCP elective acknowledgment option (ACK), IETF FC 218, Oct [18]. Floyd,. Gummadi, and. henker, Adaptive ED: An algorithm for increaing the robutne of ED active queue management, Tech. report, Tech. ep.,

Performance Evaluation and Comparison of Westwood+, New Reno, and Vegas TCP Congestion Control

Performance Evaluation and Comparison of Westwood+, New Reno, and Vegas TCP Congestion Control Performance Evaluation and Comparion of,, and Vega TCP Congetion Control Luigi A. Grieco and Saverio Macolo Dipartimento di Elettrotecnica ed Elettronica, Politecnico di Bari, Italy {a.grieco,macolo}@poliba.it

More information

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks

Performance of a Robust Filter-based Approach for Contour Detection in Wireless Sensor Networks Performance of a Robut Filter-baed Approach for Contour Detection in Wirele Senor Network Hadi Alati, William A. Armtrong, Jr., and Ai Naipuri Department of Electrical and Computer Engineering The Univerity

More information

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput

Modeling the Effect of Mobile Handoffs on TCP and TFRC Throughput Modeling the Effect of Mobile Handoff on TCP and TFRC Throughput Antonio Argyriou and Vijay Madietti School of Electrical and Computer Engineering Georgia Intitute of Technology Atlanta, Georgia 3332 25,

More information

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart.

Universität Augsburg. Institut für Informatik. Approximating Optimal Visual Sensor Placement. E. Hörster, R. Lienhart. Univerität Augburg à ÊÇÅÍÆ ËÀǼ Approximating Optimal Viual Senor Placement E. Hörter, R. Lienhart Report 2006-01 Januar 2006 Intitut für Informatik D-86135 Augburg Copyright c E. Hörter, R. Lienhart Intitut

More information

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1

( ) subject to m. e (2) L are 2L+1. = s SEG SEG Las Vegas 2012 Annual Meeting Page 1 A new imultaneou ource eparation algorithm uing frequency-divere filtering Ying Ji*, Ed Kragh, and Phil Chritie, Schlumberger Cambridge Reearch Summary We decribe a new imultaneou ource eparation algorithm

More information

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications

DAROS: Distributed User-Server Assignment And Replication For Online Social Networking Applications DAROS: Ditributed Uer-Server Aignment And Replication For Online Social Networking Application Thuan Duong-Ba School of EECS Oregon State Univerity Corvalli, OR 97330, USA Email: duongba@eec.oregontate.edu

More information

SLA Adaptation for Service Overlay Networks

SLA Adaptation for Service Overlay Networks SLA Adaptation for Service Overlay Network Con Tran 1, Zbigniew Dziong 1, and Michal Pióro 2 1 Department of Electrical Engineering, École de Technologie Supérieure, Univerity of Quebec, Montréal, Canada

More information

Modeling and Analysis of Slow CW Decrease for IEEE WLAN

Modeling and Analysis of Slow CW Decrease for IEEE WLAN Modeling and Analyi of Slow CW Decreae for IEEE 82. WLAN Qiang Ni, Imad Aad 2, Chadi Barakat, and Thierry Turletti Planete Group 2 Planete Group INRIA Sophia Antipoli INRIA Rhône-Alpe Sophia Antipoli,

More information

A Practical Model for Minimizing Waiting Time in a Transit Network

A Practical Model for Minimizing Waiting Time in a Transit Network A Practical Model for Minimizing Waiting Time in a Tranit Network Leila Dianat, MASc, Department of Civil Engineering, Sharif Univerity of Technology, Tehran, Iran Youef Shafahi, Ph.D. Aociate Profeor,

More information

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router

Distributed Packet Processing Architecture with Reconfigurable Hardware Accelerators for 100Gbps Forwarding Performance on Virtualized Edge Router Ditributed Packet Proceing Architecture with Reconfigurable Hardware Accelerator for 100Gbp Forwarding Performance on Virtualized Edge Router Satohi Nihiyama, Hitohi Kaneko, and Ichiro Kudo Abtract To

More information

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment

Increasing Throughput and Reducing Delay in Wireless Sensor Networks Using Interference Alignment Int. J. Communication, Network and Sytem Science, 0, 5, 90-97 http://dx.doi.org/0.436/ijcn.0.50 Publihed Online February 0 (http://www.scirp.org/journal/ijcn) Increaing Throughput and Reducing Delay in

More information

Lecture 14: Minimum Spanning Tree I

Lecture 14: Minimum Spanning Tree I COMPSCI 0: Deign and Analyi of Algorithm October 4, 07 Lecture 4: Minimum Spanning Tree I Lecturer: Rong Ge Scribe: Fred Zhang Overview Thi lecture we finih our dicuion of the hortet path problem and introduce

More information

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking

Refining SIRAP with a Dedicated Resource Ceiling for Self-Blocking Refining SIRAP with a Dedicated Reource Ceiling for Self-Blocking Mori Behnam, Thoma Nolte Mälardalen Real-Time Reearch Centre P.O. Box 883, SE-721 23 Väterå, Sweden {mori.behnam,thoma.nolte}@mdh.e ABSTRACT

More information

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS

A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Vietnam Journal of Science and Technology 55 (5) (017) 650-657 DOI: 10.1565/55-518/55/5/906 A METHOD OF REAL-TIME NURBS INTERPOLATION WITH CONFINED CHORD ERROR FOR CNC SYSTEMS Nguyen Huu Quang *, Banh

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each type of circuit will be implemented in two

More information

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds *

A Linear Interpolation-Based Algorithm for Path Planning and Replanning on Girds * Advance in Linear Algebra & Matrix Theory, 2012, 2, 20-24 http://dx.doi.org/10.4236/alamt.2012.22003 Publihed Online June 2012 (http://www.scirp.org/journal/alamt) A Linear Interpolation-Baed Algorithm

More information

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission

The Implementation of an Adaptive Mechanism in the RTP Packet in Mobile Video Transmission 2011 International Conference on Information Management and Engineering (ICIME 2011) IPCSIT vol. 52 (2012) (2012) IACSIT Pre, Singapore DOI: 10.7763/IPCSIT.2012.V52.91 The Implementation of an Adaptive

More information

Service and Network Management Interworking in Future Wireless Systems

Service and Network Management Interworking in Future Wireless Systems Service and Network Management Interworking in Future Wirele Sytem V. Tountopoulo V. Stavroulaki P. Demeticha N. Mitrou and M. Theologou National Technical Univerity of Athen Department of Electrical Engineering

More information

Routing Definition 4.1

Routing Definition 4.1 4 Routing So far, we have only looked at network without dealing with the iue of how to end information in them from one node to another The problem of ending information in a network i known a routing

More information

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata

[N309] Feedforward Active Noise Control Systems with Online Secondary Path Modeling. Muhammad Tahir Akhtar, Masahide Abe, and Masayuki Kawamata he 32nd International Congre and Expoition on Noie Control Engineering Jeju International Convention Center, Seogwipo, Korea, Augut 25-28, 2003 [N309] Feedforward Active Noie Control Sytem with Online

More information

Improving TCP Performance in High Bandwidth High RTT Links Using Layered Congestion Control

Improving TCP Performance in High Bandwidth High RTT Links Using Layered Congestion Control 1 Improving P Performance in High Bandwidth High R Link Uing Layered ongetion ontrol Sumitha Bhandarkar, Saurabh Jain and A. L. Naraimha Reddy Dept. of Electrical Engineering, exa A & M Univerity umitha,aurabhj,reddy

More information

A Multi-objective Genetic Algorithm for Reliability Optimization Problem

A Multi-objective Genetic Algorithm for Reliability Optimization Problem International Journal of Performability Engineering, Vol. 5, No. 3, April 2009, pp. 227-234. RAMS Conultant Printed in India A Multi-objective Genetic Algorithm for Reliability Optimization Problem AMAR

More information

Diverse: Application-Layer Service Differentiation in Peer-to-Peer Communications

Diverse: Application-Layer Service Differentiation in Peer-to-Peer Communications Divere: Application-Layer Service Differentiation in Peer-to-Peer Communication Chuan Wu, Student Member, IEEE, Baochun Li, Senior Member, IEEE Department of Electrical and Computer Engineering Univerity

More information

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak

IMPROVED JPEG DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION. Tak-Shing Wong, Charles A. Bouman, and Ilya Pollak IMPROVED DECOMPRESSION OF DOCUMENT IMAGES BASED ON IMAGE SEGMENTATION Tak-Shing Wong, Charle A. Bouman, and Ilya Pollak School of Electrical and Computer Engineering Purdue Univerity ABSTRACT We propoe

More information

Three-dimensional CFD simulation of solid-liquid two-phase flow in the pumping station forebay with sills

Three-dimensional CFD simulation of solid-liquid two-phase flow in the pumping station forebay with sills IOP Conference Serie: Earth and Environmental Science Three-dimenional CFD imulation of olid-liquid two-phae flow in the pumping tation forebay with ill To cite thi article: Z H Mi et al 2012 IOP Conf.

More information

How to Select Measurement Points in Access Point Localization

How to Select Measurement Points in Access Point Localization Proceeding of the International MultiConference of Engineer and Computer Scientit 205 Vol II, IMECS 205, March 8-20, 205, Hong Kong How to Select Meaurement Point in Acce Point Localization Xiaoling Yang,

More information

A Bottleneck and Target Bandwidth Estimates-Based Congestion Control Algorithm for High BDP Networks

A Bottleneck and Target Bandwidth Estimates-Based Congestion Control Algorithm for High BDP Networks A Bottleneck and Target Bandwidth Estimates-Based Congestion Control Algorithm for High BDP Networks Tuan-Anh Le 1, Choong Seon Hong 2 Department of Computer Engineering, Kyung Hee University 1 Seocheon,

More information

Multi-Target Tracking In Clutter

Multi-Target Tracking In Clutter Multi-Target Tracking In Clutter John N. Sander-Reed, Mary Jo Duncan, W.B. Boucher, W. Michael Dimmler, Shawn O Keefe ABSTRACT A high frame rate (0 Hz), multi-target, video tracker ha been developed and

More information

The Association of System Performance Professionals

The Association of System Performance Professionals The Aociation of Sytem Performance Profeional The Computer Meaurement Group, commonly called CMG, i a not for profit, worldwide organization of data proceing profeional committed to the meaurement and

More information

A User-Attention Based Focus Detection Framework and Its Applications

A User-Attention Based Focus Detection Framework and Its Applications A Uer-Attention Baed Focu Detection Framework and It Application Chia-Chiang Ho, Wen-Huang Cheng, Ting-Jian Pan, Ja-Ling Wu Communication and Multimedia Laboratory, Department of Computer Science and Information

More information

Distributed Media-Aware Rate Allocation for Video Multicast over Wireless Networks

Distributed Media-Aware Rate Allocation for Video Multicast over Wireless Networks Ditributed Media-Aware Rate Allocation for Video Multicat over Wirele Network Xiaoqing Zhu, Thoma Schierl, Thoma Wiegand, Senior Member, IEEE, and Bernd Girod, Fellow, IEEE Abtract A unified optimization

More information

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm

Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Anne Auger and Nikolau Hanen Performance Evaluation of an Advanced Local Search Evolutionary Algorithm Proceeding of the IEEE Congre on Evolutionary Computation, CEC 2005 c IEEE Performance Evaluation

More information

Focused Video Estimation from Defocused Video Sequences

Focused Video Estimation from Defocused Video Sequences Focued Video Etimation from Defocued Video Sequence Junlan Yang a, Dan Schonfeld a and Magdi Mohamed b a Multimedia Communication Lab, ECE Dept., Univerity of Illinoi, Chicago, IL b Phyical Realization

More information

Optimal Peer-to-Peer Technique for Massive Content Distribution

Optimal Peer-to-Peer Technique for Massive Content Distribution 1 Optimal Peer-to-Peer Technique for Maive Content Ditribution Xiaoying Zheng, Chunglae Cho and Ye Xia Computer and Information Science and Engineering Department Univerity of Florida Email: {xiazheng,

More information

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder

Computer Arithmetic Homework Solutions. 1 An adder for graphics. 2 Partitioned adder. 3 HDL implementation of a partitioned adder Computer Arithmetic Homework 3 2016 2017 Solution 1 An adder for graphic In a normal ripple carry addition of two poitive number, the carry i the ignal for a reult exceeding the maximum. We ue thi ignal

More information

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance

A Handover Scheme for Mobile WiMAX Using Signal Strength and Distance A Handover Scheme for Mobile WiMAX Uing Signal Strength and Ditance Mary Alatie, Mjumo Mzyece and Anih Kurien Department of Electrical Engineering/French South African Intitute of Technology (F SATI) Thwane

More information

Minimum congestion spanning trees in bipartite and random graphs

Minimum congestion spanning trees in bipartite and random graphs Minimum congetion panning tree in bipartite and random graph M.I. Otrovkii Department of Mathematic and Computer Science St. John Univerity 8000 Utopia Parkway Queen, NY 11439, USA e-mail: otrovm@tjohn.edu

More information

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit

Compressed Sensing Image Processing Based on Stagewise Orthogonal Matching Pursuit Senor & randucer, Vol. 8, Iue 0, October 204, pp. 34-40 Senor & randucer 204 by IFSA Publihing, S. L. http://www.enorportal.com Compreed Sening Image Proceing Baed on Stagewie Orthogonal Matching Puruit

More information

Separation of Routing and Scheduling in Backpressure- Based Wireless Networks

Separation of Routing and Scheduling in Backpressure- Based Wireless Networks Separation of Routing and Scheduling in - Baed Wirele Network The MIT Faculty ha made thi article openly available. Pleae hare how thi acce benefit you. Your tory matter. Citation A Publihed Publiher Seferoglu,

More information

Network Coding in Duty-Cycled Sensor Networks

Network Coding in Duty-Cycled Sensor Networks 1 Network Coding in Duty-Cycled Senor Network Roja Chandanala, Radu Stoleru, Member, IEEE Abtract Network coding and duty-cycling are two popular technique for aving energy in wirele adhoc and enor network.

More information

Variable Resolution Discretization in the Joint Space

Variable Resolution Discretization in the Joint Space Variable Reolution Dicretization in the Joint Space Chritopher K. Monon, David Wingate, and Kevin D. Seppi {c,wingated,keppi}@c.byu.edu Computer Science, Brigham Young Univerity Todd S. Peteron peterto@uvc.edu

More information

/06/$ IEEE 364

/06/$ IEEE 364 006 IEEE International ympoium on ignal Proceing and Information Technology oie Variance Etimation In ignal Proceing David Makovoz IPAC, California Intitute of Technology, MC-0, Paadena, CA, 95 davidm@ipac.caltech.edu;

More information

CENTER-POINT MODEL OF DEFORMABLE SURFACE

CENTER-POINT MODEL OF DEFORMABLE SURFACE CENTER-POINT MODEL OF DEFORMABLE SURFACE Piotr M. Szczypinki Iintitute of Electronic, Technical Univerity of Lodz, Poland Abtract: Key word: Center-point model of deformable urface for egmentation of 3D

More information

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem,

Hassan Ghaziri AUB, OSB Beirut, Lebanon Key words Competitive self-organizing maps, Meta-heuristics, Vehicle routing problem, COMPETITIVE PROBABIISTIC SEF-ORGANIZING MAPS FOR ROUTING PROBEMS Haan Ghaziri AUB, OSB Beirut, ebanon ghaziri@aub.edu.lb Abtract In thi paper, we have applied the concept of the elf-organizing map (SOM)

More information

An Approach to a Test Oracle for XML Query Testing

An Approach to a Test Oracle for XML Query Testing An Approach to a Tet Oracle for XML Query Teting Dae S. Kim-Park, Claudio de la Riva, Javier Tuya Univerity of Oviedo Computing Department Campu of Vieque, /n, 33204 (SPAIN) kim_park@li.uniovi.e, claudio@uniovi.e,

More information

Comparison of Methods for Horizon Line Detection in Sea Images

Comparison of Methods for Horizon Line Detection in Sea Images Comparion of Method for Horizon Line Detection in Sea Image Tzvika Libe Evgeny Gerhikov and Samuel Koolapov Department of Electrical Engineering Braude Academic College of Engineering Karmiel 2982 Irael

More information

Minimum Energy Reliable Paths Using Unreliable Wireless Links

Minimum Energy Reliable Paths Using Unreliable Wireless Links Minimum Energy Reliable Path Uing Unreliable Wirele Link Qunfeng Dong Department of Computer Science Univerity of Wiconin-Madion Madion, Wiconin 53706 qunfeng@c.wic.edu Micah Adler Department of Computer

More information

DECENTRALIZED structured overlays and distributed. Distributed, Secure Load Balancing with Skew, Heterogeneity, and Churn

DECENTRALIZED structured overlays and distributed. Distributed, Secure Load Balancing with Skew, Heterogeneity, and Churn Harvard Technical Report TR-3-4 Ditributed, Secure Load Balancing with Skew, Heterogeneity, and Churn Jonathan Ledlie and Margo Seltzer Abtract Numerou propoal exit for load balancing in peer-to-peer (pp)

More information

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling

Stress-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Stre-Blended Eddy Simulation (SBES) - A new Paradigm in hybrid RANS-LES Modeling Menter F.R. ANSYS Germany GmbH Introduction It i oberved in many CFD imulation that RANS model how inherent technology limitation

More information

TFRC-CR: An Equation-based Transport Protocol for Cognitive Radio Networks

TFRC-CR: An Equation-based Transport Protocol for Cognitive Radio Networks 213 International onference on omputing, Networking and ommunication (IN) Workhop on omputing, Networking and ommunication -R: An Equation-baed Tranport Protocol for ognitive Radio Network Abdulla K. Al-Ali

More information

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong

A Load Balancing Model based on Load-aware for Distributed Controllers. Fengjun Shang, Wenjuan Gong 4th International Conference on Machinery, Material and Computing Technology (ICMMCT 2016) A Load Balancing Model baed on Load-aware for Ditributed Controller Fengjun Shang, Wenjuan Gong College of Compute

More information

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing.

Key Terms - MinMin, MaxMin, Sufferage, Task Scheduling, Standard Deviation, Load Balancing. Volume 3, Iue 11, November 2013 ISSN: 2277 128X International Journal of Advanced Reearch in Computer Science and Software Engineering Reearch Paper Available online at: www.ijarce.com Tak Aignment in

More information

Forward Delay-based Packet Scheduling Algorithm for Multipath TCP

Forward Delay-based Packet Scheduling Algorithm for Multipath TCP Forward Delay-based Packet cheduling Algorithm for Multipath TCP Tuan-Anh Le Thu Dau Mot University Binh Duong, Vietnam Email: letuanh@tdmu.edu.vn Loc X. Bui Tan Tao University and Misfit Wearables Corp.

More information

Cross-Layer Interactions in Multihop Wireless Sensor Networks: A Constrained Queueing Model

Cross-Layer Interactions in Multihop Wireless Sensor Networks: A Constrained Queueing Model Cro-Layer Interaction in Multihop Wirele Senor Network: A Contrained Queueing Model YANG SONG Univerity of Florida and YUGUANG FANG Univerity of Florida Xidian Univerity In thi article, we propoe a contrained

More information

A Local Mobility Agent Selection Algorithm for Mobile Networks

A Local Mobility Agent Selection Algorithm for Mobile Networks A Local Mobility Agent Selection Algorithm for Mobile Network Yi Xu Henry C. J. Lee Vrizlynn L. L. Thing Intitute for Infocomm Reearch, 21 Heng Mui Keng Terrace, Singapore 119613 Email: {yxu, hlee, vriz}@i2r.a-tar.edu.g

More information

An efficient resource allocation algorithm for OFDMA cooperative relay networks with fairness and QoS guaranteed

An efficient resource allocation algorithm for OFDMA cooperative relay networks with fairness and QoS guaranteed Univerity of Wollongong Reearch Online Faculty of Informatic - Paper (Archive) Faculty of Engineering and Information Science 200 An efficient reource allocation algorithm for OFDMA cooperative relay network

More information

Floating Point CORDIC Based Power Operation

Floating Point CORDIC Based Power Operation Floating Point CORDIC Baed Power Operation Kazumi Malhan, Padmaja AVL Electrical and Computer Engineering Department School of Engineering and Computer Science Oakland Univerity, Rocheter, MI e-mail: kmalhan@oakland.edu,

More information

Research Article Longest Path Reroute to Optimize the Optical Multicast Routing in Sparse Splitting WDM Networks

Research Article Longest Path Reroute to Optimize the Optical Multicast Routing in Sparse Splitting WDM Networks International Optic Volume 0, Article ID 9, page http://dxdoiorg/0/0/9 Reearch Article Longet Path Reroute to Optimize the Optical Multicat Routing in Spare Splitting WDM Network Huanlin Liu, Hongyue Dai,

More information

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology

A Study of a Variable Compression Ratio and Displacement Mechanism Using Design of Experiments Methodology A Study of a Variable Compreion Ratio and Diplacement Mechanim Uing Deign of Experiment Methodology Shugang Jiang, Michael H. Smith, Maanobu Takekohi Abtract Due to the ever increaing requirement for engine

More information

Diff-Max: Separation of Routing and Scheduling in Backpressure-Based Wireless Networks

Diff-Max: Separation of Routing and Scheduling in Backpressure-Based Wireless Networks Diff-Max: Separation of Routing and Scheduling in -Baed Wirele Network Hulya Seferoglu and Eytan Modiano Laboratory For Information and Deciion Sytem Maachuett Intitute of Technology {heferog, modiano}@mit.edu

More information

Performance of Energy-Efficient TDMA Schemes in Data-Gathering Scenarios with Periodic Sources

Performance of Energy-Efficient TDMA Schemes in Data-Gathering Scenarios with Periodic Sources Performance of Energy-Efficient TDMA Scheme in Data-Gathering Scenario with Periodic Source Chritian Renner, Volker Turau, and Chritoph Weyer Abtract Energy-efficient tranportation of periodical enor reading

More information

Through the Diversity of Bandwidth-Related Metrics, Estimation Techniques and Tools: An Overview

Through the Diversity of Bandwidth-Related Metrics, Estimation Techniques and Tools: An Overview I. J. Computer Network and Information Security, 08, 8, -6 Publihed Oine Augut 08 in MECS (http://www.mec-pre.org/) DOI: 0.585/icni.08.08.0 Through the Diverity of Bandwidth-Related Metric, Etimation Technique

More information

x y z Design variable positions A

x y z Design variable positions A COMMUNICATIONS IN NUMERICAL METHODS IN ENGINEERING Commun. Numer. Meth. Engng 2001 00:1{7 [Verion: 2000/03/22 v1.0] A tabilied peudo-hell approach for urface parametriation in CFD deign problem O. Soto,R.Lohner

More information

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks

Localized Minimum Spanning Tree Based Multicast Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Sensor Networks Localized Minimum Spanning Tree Baed Multicat Routing with Energy-Efficient Guaranteed Delivery in Ad Hoc and Senor Network Hanne Frey Univerity of Paderborn D-3398 Paderborn hanne.frey@uni-paderborn.de

More information

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck.

Cutting Stock by Iterated Matching. Andreas Fritsch, Oliver Vornberger. University of Osnabruck. D Osnabruck. Cutting Stock by Iterated Matching Andrea Fritch, Oliver Vornberger Univerity of Onabruck Dept of Math/Computer Science D-4909 Onabruck andy@informatikuni-onabrueckde Abtract The combinatorial optimization

More information

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz

Operational Semantics Class notes for a lecture given by Mooly Sagiv Tel Aviv University 24/5/2007 By Roy Ganor and Uri Juhasz Operational emantic Page Operational emantic Cla note for a lecture given by Mooly agiv Tel Aviv Univerity 4/5/7 By Roy Ganor and Uri Juhaz Reference emantic with Application, H. Nielon and F. Nielon,

More information

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage

LinkGuide: Towards a Better Collection of Hyperlinks in a Website Homepage Proceeding of the World Congre on Engineering 2007 Vol I LinkGuide: Toward a Better Collection of Hyperlink in a Webite Homepage A. Ammari and V. Zharkova chool of Informatic, Univerity of Bradford anammari@bradford.ac.uk,

More information

An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring

An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring An Algebraic Approach to Adaptive Scalable Overlay Network Monitoring ABSTRACT Overlay network monitoring enable ditributed Internet application to detect and recover from path outage and period of degraded

More information

Modeling of underwater vehicle s dynamics

Modeling of underwater vehicle s dynamics Proceeding of the 11th WEA International Conference on YTEM, Agio Nikolao, Crete Iland, Greece, July 23-25, 2007 44 Modeling of underwater vehicle dynamic ANDRZEJ ZAK Department of Radiolocation and Hydrolocation

More information

Joint Congestion Control and Media Access Control Design for Ad Hoc Wireless Networks

Joint Congestion Control and Media Access Control Design for Ad Hoc Wireless Networks Joint Congetion Control and Media Acce Control Deign for Ad Hoc Wirele Network Lijun Chen, Steven H. Low and John C. Doyle Engineering & Applied Science Diviion, California Intitute of Technology Paadena,

More information

Multicast with Network Coding in Application-Layer Overlay Networks

Multicast with Network Coding in Application-Layer Overlay Networks IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 22, NO. 1, JANUARY 2004 1 Multicat with Network Coding in Application-Layer Overlay Network Ying Zhu, Baochun Li, Member, IEEE, and Jiang Guo Abtract

More information

Texture-Constrained Active Shape Models

Texture-Constrained Active Shape Models 107 Texture-Contrained Active Shape Model Shuicheng Yan, Ce Liu Stan Z. Li Hongjiang Zhang Heung-Yeung Shum Qianheng Cheng Microoft Reearch Aia, Beijing Sigma Center, Beijing 100080, China Dept. of Info.

More information

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM

See chapter 8 in the textbook. Dr Muhammad Al Salamah, Industrial Engineering, KFUPM Goal programming Objective of the topic: Indentify indutrial baed ituation where two or more objective function are required. Write a multi objective function model dla a goal LP Ue weighting um and preemptive

More information

Planning of scooping position and approach path for loading operation by wheel loader

Planning of scooping position and approach path for loading operation by wheel loader 22 nd International Sympoium on Automation and Robotic in Contruction ISARC 25 - September 11-14, 25, Ferrara (Italy) 1 Planning of cooping poition and approach path for loading operation by wheel loader

More information

Multiclass Road Sign Detection using Multiplicative Kernel

Multiclass Road Sign Detection using Multiplicative Kernel Proceeding of the Croatian Computer Viion Workhop, Year 1 Multicla Road Sign Detection uing Multiplicative Kernel Valentina Zadrija Mireo d. d. Zagreb, Croatia valentina.zadrija@mireo.hr Siniša Šegvić

More information

Nearly Constant Approximation for Data Aggregation Scheduling in Wireless Sensor Networks

Nearly Constant Approximation for Data Aggregation Scheduling in Wireless Sensor Networks Nearly Contant Approximation for Data Aggregation Scheduling in Wirele Senor Network Scott C.-H. Huang, Peng-Jun Wan, Chinh T. Vu, Yinghu Li and France Yao Computer Science Department, City Univerity of

More information

UC Berkeley International Conference on GIScience Short Paper Proceedings

UC Berkeley International Conference on GIScience Short Paper Proceedings UC Berkeley International Conference on GIScience Short Paper Proceeding Title A novel method for probabilitic coverage etimation of enor network baed on 3D vector repreentation in complex urban environment

More information

Karen L. Collins. Wesleyan University. Middletown, CT and. Mark Hovey MIT. Cambridge, MA Abstract

Karen L. Collins. Wesleyan University. Middletown, CT and. Mark Hovey MIT. Cambridge, MA Abstract Mot Graph are Edge-Cordial Karen L. Collin Dept. of Mathematic Weleyan Univerity Middletown, CT 6457 and Mark Hovey Dept. of Mathematic MIT Cambridge, MA 239 Abtract We extend the definition of edge-cordial

More information

Image authentication and tamper detection using fragile watermarking in spatial domain

Image authentication and tamper detection using fragile watermarking in spatial domain International Journal of Advanced Reearch in Computer Engineering & Technology (IJARCET) Volume 6, Iue 7, July 2017, ISSN: 2278 1323 Image authentication and tamper detection uing fragile watermarking

More information

Domain-Specific Modeling for Rapid System-Wide Energy Estimation of Reconfigurable Architectures

Domain-Specific Modeling for Rapid System-Wide Energy Estimation of Reconfigurable Architectures Domain-Specific Modeling for Rapid Sytem-Wide Energy Etimation of Reconfigurable Architecture Seonil Choi 1,Ju-wookJang 2, Sumit Mohanty 1, Viktor K. Praanna 1 1 Dept. of Electrical Engg. 2 Dept. of Electronic

More information

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks

Maneuverable Relays to Improve Energy Efficiency in Sensor Networks Maneuverable Relay to Improve Energy Efficiency in Senor Network Stephan Eidenbenz, Luka Kroc, Jame P. Smith CCS-5, MS M997; Lo Alamo National Laboratory; Lo Alamo, NM 87545. Email: {eidenben, kroc, jpmith}@lanl.gov

More information

Laboratory Exercise 6

Laboratory Exercise 6 Laboratory Exercie 6 Adder, Subtractor, and Multiplier a a The purpoe of thi exercie i to examine arithmetic circuit that add, ubtract, and multiply number. Each b c circuit will be decribed in Verilog

More information

Chapter 13 Non Sampling Errors

Chapter 13 Non Sampling Errors Chapter 13 Non Sampling Error It i a general aumption in the ampling theory that the true value of each unit in the population can be obtained and tabulated without any error. In practice, thi aumption

More information

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System

An Active Stereo Vision System Based on Neural Pathways of Human Binocular Motor System Journal of Bionic Engineering 4 (2007) 185 192 An Active Stereo Viion Sytem Baed on Neural Pathway of Human Binocular Motor Sytem Yu-zhang Gu 1, Makoto Sato 2, Xiao-lin Zhang 2 1. Department of Advanced

More information

Aspects of Formal and Graphical Design of a Bus System

Aspects of Formal and Graphical Design of a Bus System Apect of Formal and Graphical Deign of a Bu Sytem Tiberiu Seceleanu Univerity of Turku, Dpt. of Information Technology Turku, Finland tiberiu.eceleanu@utu.fi Tomi Weterlund Turku Centre for Computer Science

More information

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces

Aalborg Universitet. Published in: Proceedings of the Working Conference on Advanced Visual Interfaces Aalborg Univeritet Software-Baed Adjutment of Mobile Autotereocopic Graphic Uing Static Parallax Barrier Paprocki, Martin Marko; Krog, Kim Srirat; Kritofferen, Morten Bak; Krau, Martin Publihed in: Proceeding

More information

A Boyer-Moore Approach for. Two-Dimensional Matching. Jorma Tarhio. University of California. Berkeley, CA Abstract

A Boyer-Moore Approach for. Two-Dimensional Matching. Jorma Tarhio. University of California. Berkeley, CA Abstract A Boyer-Moore Approach for Two-Dimenional Matching Jorma Tarhio Computer Science Diviion Univerity of California Berkeley, CA 94720 Abtract An imple ublinear algorithm i preented for two-dimenional tring

More information

Stream: Low Overhead Wireless Reprogramming for Sensor Networks

Stream: Low Overhead Wireless Reprogramming for Sensor Networks Thi full text paper wa peer reviewed at the direction of IEEE Communication Society ubject matter expert for publication in the IEEE INFOCOM 27 proceeding. : Low Overhead Wirele Reprogramming for Senor

More information

Hardware-Based IPS for Embedded Systems

Hardware-Based IPS for Embedded Systems Hardware-Baed IPS for Embedded Sytem Tomoaki SATO, C&C Sytem Center, Hiroaki Univerity Hiroaki 036-8561 Japan Shuya IMARUOKA and Maa-aki FUKASE Graduate School of Science and Technology, Hiroaki Univerity

More information

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS

A SIMPLE IMPERATIVE LANGUAGE THE STORE FUNCTION NON-TERMINATING COMMANDS A SIMPLE IMPERATIVE LANGUAGE Eventually we will preent the emantic of a full-blown language, with declaration, type and looping. However, there are many complication, o we will build up lowly. Our firt

More information

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK

ES205 Analysis and Design of Engineering Systems: Lab 1: An Introductory Tutorial: Getting Started with SIMULINK ES05 Analyi and Deign of Engineering Sytem: Lab : An Introductory Tutorial: Getting Started with SIMULINK What i SIMULINK? SIMULINK i a oftware package for modeling, imulating, and analyzing dynamic ytem.

More information

Development of an atmospheric climate model with self-adapting grid and physics

Development of an atmospheric climate model with self-adapting grid and physics Intitute of Phyic Publihing Journal of Phyic: Conference Serie 16 (2005) 353 357 doi:10.1088/1742-6596/16/1/049 SciDAC 2005 Development of an atmopheric climate model with elf-adapting grid and phyic Joyce

More information

Computer Communications

Computer Communications Computer Communication 33 (2) 852 859 Content lit available at ScienceDirect Computer Communication journal homepage: www.elevier.com/locate/comcom Admiion region of triple-play ervice in wirele home network

More information

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang

Stochastic Search and Graph Techniques for MCM Path Planning Christine D. Piatko, Christopher P. Diehl, Paul McNamee, Cheryl Resch and I-Jeng Wang Stochatic Search and Graph Technique for MCM Path Planning Chritine D. Piatko, Chritopher P. Diehl, Paul McNamee, Cheryl Rech and I-Jeng Wang The John Hopkin Univerity Applied Phyic Laboratory, Laurel,

More information

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing.

Keywords: Defect detection, linear phased array transducer, parameter optimization, phased array ultrasonic B-mode imaging testing. Send Order for Reprint to reprint@benthamcience.ae 488 The Open Automation and Control Sytem Journal, 2014, 6, 488-492 Open Acce Parameter Optimization of Linear Phaed Array Tranducer for Defect Detection

More information

Adaptive Beam Director for a Tiled Fiber Array

Adaptive Beam Director for a Tiled Fiber Array Adaptive Beam Director for a Tiled Fiber Array Mikhail A. Vorontov Intelligent Optic Laboratory, Computational and Information Science Directorate, U.S. Army Reearch Laboratory, 2800 Powder Mill Road,

More information

SQUAD: A Spectrum-based Quality Adaptation for Dynamic Adaptive Streaming over HTTP

SQUAD: A Spectrum-based Quality Adaptation for Dynamic Adaptive Streaming over HTTP SQUAD: A Spectrum-baed Quality Adaptation for Dynamic Adaptive Streaming over HTTP Cong Wang and Amr Rizk Univerity of Maachuett Amhert {cwang1,arizk}@uma.edu Michael Zink Univerity of Maachuett Amhert

More information

Shortest Paths Problem. CS 362, Lecture 20. Today s Outline. Negative Weights

Shortest Paths Problem. CS 362, Lecture 20. Today s Outline. Negative Weights Shortet Path Problem CS 6, Lecture Jared Saia Univerity of New Mexico Another intereting problem for graph i that of finding hortet path Aume we are given a weighted directed graph G = (V, E) with two

More information

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES

3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES MAKARA, TEKNOLOGI, VOL. 9, NO., APRIL 5: 3-35 3D MODELLING WITH LINEAR APPROACHES USING GEOMETRIC PRIMITIVES Mochammad Zulianyah Informatic Engineering, Faculty of Engineering, ARS International Univerity,

More information

xy-monotone path existence queries in a rectilinear environment

xy-monotone path existence queries in a rectilinear environment CCCG 2012, Charlottetown, P.E.I., Augut 8 10, 2012 xy-monotone path exitence querie in a rectilinear environment Gregory Bint Anil Mahehwari Michiel Smid Abtract Given a planar environment coniting of

More information