Dynamic Lightpath Protection in WDM Mesh Networks under Risk-Disjoint Constraint

Size: px
Start display at page:

Download "Dynamic Lightpath Protection in WDM Mesh Networks under Risk-Disjoint Constraint"

Transcription

1 Dynamc Lghtpath Protecton n D esh Netors under Rs-Dsont Constrant Shengl Yuan* and Jason P. Jue *Department of Computer and athematcal Scences, Unversty of Houston Donton One an Street, Houston, TX 7700, yuans@uhd.edu Department of Computer Scence, Unversty of Texas at Dallas, Rchardson, TX 7508, ue@utdallas.edu Abstract-- Path protecton requres fndng a orng path and a protecton path that are ln dsont. In ths paper, e consder the dynamc lghtpath protecton problem n D mesh netors here a sngle rs factor may cause multple lns to fal smultaneously. The obectve s to fnd ln-dsont lghtpaths that are also rs dsont. A smlar problem has recently been proven to be NP-Complete. e gve an alternatve proof of the NP-completeness, and formulate the problem as an Integer Lnear Program. e then develop heurstc algorthms and evaluate the performance of the algorthms through computer smulaton. e sho that e can acheve satsfactory performance usng the heurstc technques. Index terms-- Optcal netor, lghtpath protecton, shared rs ln group, rs dsont, nteger lnear program (ILP) I. INTRODUCTION In avelength dvson multplexng (D) netors, end users can communcate th one another va all-optcal channels called lghtpaths [][]. Because of the hgh data rate on lghtpaths, t s mperatve to develop approprate protecton and restoraton schemes to prevent or reduce data loss [][4]. In protecton schemes, bacup resources are pre-computed and reserved for each connecton before a falure occurs [5][6]. In restoraton schemes, an alternate route s dscovered dynamcally for each nterrupted connecton after a falure occurs [7][8]. Compared to restoraton schemes, protecton schemes have faster recovery tme and provde guaranteed recovery ablty but requre more netor resources. Protecton schemes can be dvded nto path protecton and ln protecton based on the level of netor resources nvolved n the protecton. In path protecton, a orng path and a dsont protecton path are establshed for each connecton. In ln protecton, separate bacup resources are reserved for each ndvdual ln on the orng path. Path protecton usually has loer resource requrements and loer end-to-end propagaton delay for the recovered route [5][7]. Protecton schemes can be further dvded nto dedcated protecton and shared protecton based on hether bacup resources are shared by more than one connecton. In dedcated protecton, each ln or node can be reserved as a bacup resource for at most one connecton. In shared protecton, a ln or node can be reserved as a bacup resource for multple connectons, as long as those connectons do not fal smultaneously. Dedcated protecton requres more netor resources but s smpler to mplement, hle shared protecton s more resource effcent but requres complex sgnalng and netor management []. The path protecton problem can be consdered under ether statc or dynamc traffc. Under statc traffc, the entre set of connecton requests s non. The routes and the avelengths for the orng and protecton lghtpaths of all connectons must be determned[5][9][0][][]. Under dynamc traffc, connecton requests arrve one at a tme and each connecton exsts for only a fnte duraton. Subsequently, routes and avelengths are determned ndvdually for the orng and protecton lghtpaths of each connecton request. In an optcal netor thout avelength converson capablty [][4], the establshment of a lghtpath s subect to the avelength contnuty constrant,.e., a lghtpath s requred to be on the same avelength channel throughout ts entre path. In ths paper, e address the dynamc lghtpath protecton problem n D netors th full avelength converson. In ths case, a lghtpath may consst of dfferent avelengths on each ln. A netor falure may be caused by ether a ln falure or a node falure. ost modern node devces have bult-n redundancy hch greatly mproves ther relablty. Therefore ln falure s more of a concern than node falure, and e only consder ln falure n ths paper. In order to fnd to ln-dsont lghtpaths, e may ntutvely use a smple tostep soluton,.e., e fnd one shortest path frst, then remove all lns on that path and fnd the second shortest path. These to paths are guaranteed to be ln dsont. Hoever, ths soluton fals n so-called trap topologes[5]. The correct approach s to use Suurballe's algorthm and ts varatons [6][7], f the probabltes of ln falures are ndependent. The total cost of the resultng to ln-dsont lghtpaths s mnmal among all such path pars. The algorthm runs n O(n log n) tme, here n s the number of nodes. Hoever, n a netor here a sngle factor can cause more than one ln falure, the to lghtpaths found th ths approach may stll fal smultaneously. For nstance, n optcal transport netors, multple fber lns are bundled nto the same underground condut, or span. A cut to the condut can cause all the fber lns to fal. To descrbe ths type of netor phenomenon, transport netor carrers use the notaton of Shared Rs Ln Group (SRLG) [8][9]. The fber lns n the same condut belong to the same SRLG because they all share the same rs of a condut cut. Therefore, n addton to beng ln dsont, the path protecton problem n optcal transport netors has the extra constrant of beng SRLG dsont. For some specal SRLG confguratons, such as fors and express lns, there exst algorthms th polynomal tme complexty [5][7]. If the confguratons are arbtrary, t has IEEE Communcatons Socety Globecom /04/$ IEEE

2 been recently proved that the problem of fndng to SRLGdsont paths s NP-complete [0][]. In ths paper, e gve an alternatve proof usng SAT reducton. Snce the rsdsont constrant also apples to path protecton n D netors and other path-routed netors, e ntroduce the concepts of Rs ID and Rs Set to extend the NPcompleteness result beyond the scope of fber span falure. The or n [] proposes a heurstc to solve the path protecton problem under the optcal fber duct-layer constrant, hch s a specal case of the SRLG-dsont constrant. The heurstcs n [] and [] use a smple tostep approach. The soluton proposed n [4] selects the orng and protecton lghtpaths for each ncomng connecton request from the predefned alternate paths. In ths or, e develop heurstc algorthms for the case n hch rss are arbtrarly dstrbuted. The heurstcs are adaptve to the real-tme netor status. The rest of the paper s organzed as follos. Secton II gves an alternatve SAT reducton to prove the NPcompleteness of the dynamc path protecton problem under the SRLG-dsont constrant. The result s then extended to D mesh netors and general path-routed netors. In Secton III, e formulate the problem as an ILP and develop heurstc solutons. Secton IV presents computer smulatons results for the heurstc solutons and compares the performance of the heurstcs. Secton V concludes the paper. II. NP-COPLETENESS OF THE DYNAIC LIGHTPATH PROTECTION PROBLE UNDER THE RISK-DISJOINT CONSTRAINT For dedcated protecton, the problem s formally defned as follos. Gven netor G = (N, L), here N s the set of nodes and L s the set of fber lns, and gven the SRLGs on all lns n L, fnd to paths from source node s to destnaton node d such that the to paths are SRLG-dsont and do not share any lns on the paths of exstng connectons. A. Proof of NP-Completeness for Dedcated Protecton e reduce the NP-complete SAT problem [5] to the target problem. The SAT problem s stated as follos. Gven a collecton C = C, C,, C of clauses on a fnte set V = v, v,, v N of varables such that C = for, here clause C s the boolean or of three lterals and s satsfed by a truth assgnment f and only f at least one of the three lterals s true, s there a truth assgnment for V that satsfes all the clauses n C? e construct a graph G for an arbtrary nstance of SAT C, such that the graph contans to SRLG-dsont paths P and P from node s to node d, f and only f there s a truth assgnment satsfyng all clauses. Follong are the steps for the graph constructon:. Create source node s and destnaton node d.. Correspondng to the N varables n V, create N+ nodes z, 0 N. There s a ln from s to z 0 and from z N to d. Beteen z - and z, there are nodes x, y, x, y,, x, y, and, hch correspond to the clauses n C. There are lns z - x, x y, y x, x y,, x y, y z and lns z - x y x, x y z. Lns x y and x y each belongs to a unque SRLG other than SRLG- and SRLG-. All other lns created n ths step belong to SRLG-.. Correspondng to each clause C, create nodes u and,. There s a ln from s to u and from to d. There s also a ln from to u +. Other lns are formed accordng to the follong rules: a. A ln from u to x exsts, and a ln from y to exsts, f and only f varable v s n clause C. s b. A ln from u to x exsts, and a ln from exsts, f and only f varable v s n clause C. All lns constructed n ths step belong to SRLG-. x y x y x y x y x y x y z 0 z z z x y x y x y x y x y x y u u Fgure. A graph constructed from a SAT nstance. y to An example s gven n Fg. In ths example, e construct graph G for a SAT nstance C = C, C, V = v, v, v, C = v v v v v, C = v v v v v. The dotted lns belong to SRLG- and the dashed lns belong to SRLG-. Each sold ln belongs to a unque SRLG other than SRLG- and SRLG-. For a truth assgnment v =, v =, v =, the correspondng rs-dsont paths are: p (s-z 0 - z - z - z -d) and p (s -u -x -y - -u -x -y - -d). Lemma : If C s satsfable, then there exst to SRLGdsont paths from node s to node d n graph G. Proof: Let boolean values be assgned to v, v,, v N that satsfy C. The to paths should be routed as follos: P traverses all z nodes for 0 N. Beteen node z - and z, the path s routed va x -y ( ) f and only f v = 0; It s routed va y otherse. P traverses all u, nodes for. Beteen node u and, the path s routed as follos. By constructon, ln u corresponds to clause C hch has three lterals. Each of the lterals corresponds to a path from u to that goes ether through x -y f the lteral s n the form of v, or through y f the lteral s n the negaton form, v. Because C s satsfed, at least one of the three lterals n C must be. Let the varable n that true lteral be v. Then f the lteral s n the form of v, then v =, and route P passes through nodes x, y ; d IEEE Communcatons Socety Globecom /04/$ IEEE

3 f the lteral s n the form of v, then v = 0, and route P passes through nodes y. If more than one lteral s true, then randomly pc one of the true lterals and route P accordngly. Thus, P doesn t traverse any of the nodes u, for, and P doesn t traverse any of the nodes z for 0 N. Furthermore, f P traverses node x, y, then P traverses and vce versa. Therefore P and P each belongs to a dfferent set of SRLGs. Lemma :If there exst to SRLG-dsont paths from s to d n the constructed graph G, then C can be satsfed. Proof:. Snce there are only to lns orgnatng from the source node s, the to lns must each belong to a separate path. Let sz 0 be part of P and su be part of P.. Snce P already belongs to SRLG-, P must not traverse any of the nodes u, for, otherse t ould also belong to SRLG- and volate the SRLG dsont constrant. Therefore, f P traverses x for N, then t must also traverse y, x, y,, x, y, z. Smlarly f P traverses x for N, then t must also traverse, z.. Snce P already belongs to SRLG-, P must not traverse any of the nodes z for 0 N, otherse t ould also belong to SRLG- and volate the SRLG dsont constrant. Furthermore, f P traverses node u ( ) and x ( N), t must also traverse y and then bac to. Smlarly, f P traverses node u and t must also traverse y and then bac to. 4. Loops are not alloed. Therefore once P reaches ( ), t must go to u + f <, or to d f =. 5. If P traverses nodes x, y,, N, t must not also traverse nodes x and, and vce versa; otherse P s bloced and cannot reach the destnaton node d thout volatng the ln dsont constrant. 6. If P traverses nodes x, y,, N, then P must traverses nodes traverses x for N, then t must also traverse,, y. Smlarly f P traverses nodes x then P must traverses nodes x, y, x, y,, x, y,, x, y. 7. Assgn values to v, v,, v N as follos: If P traverses nodes x, y,, N, then assgn v =, mang clause C to be true. If P traverses nodes, N, then assgn v = 0, mang clause C to be true. Varables that are not assgned a value n the frst to steps are randomly assgned ether or 0. Ths assgnment satsfes C. Combnng Lemma and Lemma, e see that the SAT problem s reducble to the problem of fndng SRLG-dsont paths. Therefore ths problem s NP-complete. B. Proof of NP-Completeness for Shared Protecton th shared protecton, one or more protecton paths may traverse a common fber ln. If the problem th shared protecton s solvable, then the problem th dedcated protecton can also be solved snce t s a specal case of that th shared protecton. C. Dynamc Path Protecton n D esh Netors and General Path-Routed Netors In D mesh netors, a sngle rs factor may cause multple lghtpaths to fal smultaneously n stuatons such as the case n hch portons of several lghtpaths are on the same fber ln hen the ln s cut. Therefore the rsdsont constrant s applcable and the NP-completeness perssts. Ths s true for PLS netors as ell. To expand the concept of SRLG to the general path-routed netors, e propose the follong concepts: Rs ID: For each rs factor that may cause a falure n a netor, e assgn a unque nteger number called the Rs ID. Rs Set: The collecton of Rs IDs of the lns on a path s called the Rs Set of that path. The Rs Set represents all the factors that may cause a path to fal. The rsdsont constrant requres that a orng path and ts protecton path contan no common Rs Ids n ther Rs Sets. The concepts of Rs ID and Rs Set are a generalzaton of SRLG. No the dynamc path protecton problem under the rs-dsont constrant n a general path-routed netor can be defned as follos. Gven netor G = (N, L), here N s the set of nodes and L s the set of lns, and gven the Rs IDs of each ln, fnd to rs-dsont paths from source node s to destnaton node d. The proof n Secton II.A and Secton II.B can be easly generalzed to prove the NP-completeness of ths problem. III. ILP FORULATION AND HEURISTIC ALGORITHS A. ILP Formulaton For the ILP formulaton, the obectve s to fnd to rsdsont lghtpaths for a connecton request. An alternatve obectve s to mnmze the total hop count of the to rsdsont lghtpaths. The follong are gven as nputs to the problem. N: number of nodes n the netor. L: collecton of all lns n the netor. : number of free avelengths on ln L. S = s, s,, s,, s T : collecton of all Rs IDs n the netor. T s the number of Rs IDs n the netor. r : f ln has Rs ID s ; 0 otherse. s, d: source node and destnaton node. The ILP solves for the follong varables. α : f avelength on ln s taen by the orng lghtpath from source s to destnaton d; 0 otherse. IEEE Communcatons Socety Globecom /04/$ IEEE

4 β : f avelength on ln s taen by the protecton lghtpath from source s to destnaton d; 0 otherse. Obectve: Fnd a orng lghtpath and a protecton lghtpath that satsfy the rs-dsont constrant. L α + L β > 0 () Constrants: Flo-conservaton thout the avelength contnuty constrant: N l N l, f l = d αl α = l -, f l = s = N l = β l - = N l - = Ln-dsont constrant: α + Rs-dsont constrant: r B. Heurstc Algorthms α + r 0, otherse l N (), f l = d β = -, f l = s l 0, otherse l N () β,, N (4) mn mn β, mn T, L, mn L (5) e dscussed the smple to-step heurstc n Secton I. Ths soluton may fal n the trap topologes because the frst shortest path s obtaned thout consderng the dsont path beng routed next. e develop the Jont-Search To- Step Algorthm (JSTSA) to overcome ths problem by usng Suurballe s algorthm to ontly route both paths. As the frst step of ths algorthm, e ncrease the cost of those lns th hgh-occurrng Rs IDs; hence those lns are avoded henever possble, hch maes t more lely to fnd rsdsont paths. In order to further reduce blocng probablty, e also ncrease the cost of the lns th hgh traffc load so that traffc load s better balanced across all lns. The remanng steps are ncluded n the pseudo code n Fg. and Fg.. Compared to the smple to-step heurstc and other exstng heurstc solutons, the Jont-Search To-Step Algorthm s superor not only because t may fnd to dsont paths n topologes here the smple to-step algorthm fals, but also because t s fully adaptve to netor status and ors on netors th arbtrary rs dstrbuton. If every Rs ID occurs only once n the netor, ths algorthm s equvalent to Suurballe s algorthm. It also has the same order of tme complexty as Suurballe s algorthm. e can further mprove the performance of the Jont- Search To-Step Algorthm th shared protecton [6]. th shared protecton, a netor can accommodate more connectons, and the blocng probablty s reduced. fnd_protecton_path(orng path p ) remove the netor lns along p ; remove the netor lns used by other orng paths; remove the lns that have common Rs IDs th p ; run Dstra s algorthm(s, d). If Succeeds, return path p p. Otherse return FAILURE; Fgure. Subroutne fnd_protecton_path() for (all netor lns) for (all Rs ID r that occurs more than once n the netor) ncrease cost c l on ln l f l contans r; Adust ln cost based on ts traffc load; f ( run Suurballe s algorthm(s, d) and fnd to routes r and r ) r p = fnd_protecton_path(r ); r p = fnd_protecton_path(r ); compare the total cost of the to path pars,.e., (r, r p ) and (r, r p ), and choose the one th smaller total cost; else return(failure); Fgure. Jont-Search To-Step Algorthm (JSTSA) IV. SIULATIONS Computer smulatons ere conducted to evaluate the performance of the algorthms proposed n Secton III. e use the 6-node, 5-ln NSFNET bacbone topology (Fg. 4) for the smulatons. Other netor topologes are also used and yeld smlar results. The cost of every ln s assumed to be, and the capacty on each ln s 8 unts. Every node has full avelength converson capablty. A orng lghtpath and a protecton lghtpath each tae one unt of capacty. Connecton requests arrve accordng to a Posson process, and holdng tmes are exponentally dstrbuted. The prmary performance metrc s the blocng probablty. Snce an optmal soluton s nfeasble due to the NPcompleteness of the problem, e run Suurballe s algorthm thout the rs-dsont constrant and use the resultng blocng probabltes as a loer bound. Note that the dsont lghtpaths obtaned from Suurballe s algorthm may not be rs dsont. The results are obtaned th confdence level beteen 90% to 95% and confdence nterval around 5%. The results are depcted n Fg. 5. The smulaton results sho that, frst of all, shared protecton sgnfcantly mproves the blocng probabltes, regardless of the traffc load. Secondly, hen the traffc load s lo, the Jont-Search To-Step Algorthm s sgnfcantly better than the smple to-step algorthm. As the traffc load ncreases, the blocng probabltes of the to algorthms converge. The performance of the Jont-Search To-Step Algorthm stems from ts ncorporaton of Suurballe s IEEE Communcatons Socety Globecom /04/$ IEEE

5 algorthm and the mnmzaton of the total cost of the orng lghtpath and ts protecton lghtpath..00e-0.00e-0.00e-04.00e-05.00e-06.00e-07.00e-08.00e-09 Blocng Probabltes Fgure 4. 6-node NSFNET bacbone netor. The numbers ndcate Rs IDs. Traffc Load (Erlang) JSTSA th Shared Protecton 7 7 Suurballe's Algorthm JSTSA Smple To-Step Algorthm Fgure 5. Blocng probablty versus load under lo traffc load. The blocng probabltes of the smple tostep algorthm and the JSTSA converge at hgher load. V. CONCLUSION In ths paper e frst consdered the problem of dynamc path protecton n optcal transport netors under the SRLGdsont constrant. e proved that the problem s NPcomplete. The problem as then generalzed to D mesh netors and general path-routed netors th the ntroducton of to ne concepts - Rs ID and Rs Set. To solve the NP-complete problem, e developed an ILP formulaton and heurstc algorthms. e conducted computer smulatons to evaluate the heurstc algorthms and compared ther blocng probabltes under varous traffc loads. The smulaton reveals that, the Jont-Search To-Step Algorthm s superor to the smple to-step algorthm. The smulatons also confrm that shared protecton sgnfcantly mproves blocng probablty over dedcated protecton. One possble area of future or ould be to further mprove the performance of the Jont-Search To-Step Algorthm. The algorthm currently adusts the ln costs based on the occurrences the Rs IDs of the netor lns. e may nclude other factors to mae the adustment more ntellgent. Another area of mprovement mght be usng traffc groomng on the orng lghtpaths and protecton lghtpaths to reduce netor complexty and cost. 8 9 REFERENCES [] B. uheree, Optcal Communcaton Netors. Ne Yor: cgra Hll, 997. [] R. Ramasam and K. N. Svaraan, Optcal Netors: A Practcal Perspectve. San Francsco, organ Kaufmann, 998. [] O. Gerstel, Opportuntes for optcal protecton and restoraton, OFC, Techncal Dgest, pp , February 998. [4] T. u, Fber Netor Survvablty. A: Artech House, 99. [5] S. Ramamurthy and B. uheree, Survvable D mesh netors, part I protecton, Proceedngs, IEEE INFOCO, vol., pp , arch 999. [6] A. Fumagall, et al. Survvable netors based on optmal routng and D self-healng rngs, Proceedngs, IEEE INFOCO, vol., pp. 76-7, arch 999. [7] S. Ramamurthy and B. uheree, Survvable D mesh netors, part II restoraton, Proceedngs, IEEE ICC, vol., pp. 0-00, June 999. [8] R. R. Irascho and. D. Grover, A hghly effcent pathrestoraton protocol for management of optcal netor transport ntegrty, IEEE Journal on Selected Areas n Communcatons, vol. 8, no. 5, pp , ay 000. [9] R.. Karp, On the computatonal complexty of combnatoral problems, Netors, vol. 5, pp , 975. [0] [] Andrea Dacomo, et al. Desgn of statc reslent D mesh netors th multple heurstc crtera, Proceedngs, IEEE INFOCO, vol., June 00. [] Hu Zang, et al., Path-protecton routng and avelength assgnment (RA) n D mesh netors under duct-layer constrants, IEEE/AC Transacton on Netorng, vol., no., Aprl 00. [] R. A. Barry and P. A. Humblet, odels of blocng probablty n all-optcal netors th and thout avelength changers, IEEE Journal on Selected Areas n Communcatons, vol. 4, no. 5, pp , June 996. [4] S. Subramanam, et al. All-optcal netor th sparse avelength converson, IEEE/AC Transactons on Netorng, vol. 4, no. 4, pp , August 996. [5] G. Z. L, et al., Fber span falure protecton n mesh optcal netors, Proceedngs, SPIE OptComm 00, vol. SPIE [6] J.. Suurballe and R. E. Taran, A quc method for fndng shortest pars of dsont paths, Netors, vol. 4, pp. 5-6, 984. [7] Remesh Bhandar, Survvable Netors Algorthms for Dverse Routng. Kluer Academc Publshers. [8] J. Strand, Issues for routng n the optcal layers, IEEE Communcaton agazne, vol. 9, no., pp. 8-87, February 00. [9] P. Sebos, et al. Auto-dscovery of shared rs ln groups, Proceedngs, OFC, vol., pp. DD- - DD-, 00. [0] G Ellnas, et al., Routng and restoraton archtectures n mesh optcal netors, Optcal Netors agazne, vol. 4, January/February 00. [] J. Hu, Dverse routng n optcal mesh netors, IEEE Transactons on Communcatons, vol. 5, no., arch 00 [] S. Yuan and J. P. Jue, Shared protecton routng algorthm for optcal netor, Optcal Netor agazne, vol., no., pp. - 9, ay/june 00. [] E O, et al. A dsont path selecton scheme th shared rs ln groups n GPLS netors, IEEE Communcaton Letters, vol. 6, no. 9, September 00. [4] V. Anand and C. Qao, Dynamc establshment of protecton paths n D netors. Part I, Proceedngs, 9th Intl. Conference on Computer Communcatons and Netors, pp , October 000. [5]. R. Garey and D. S. Johnson, Computers and ntractablty: A gude to the theory of NP-Completeness. Ne Yor:. H. Freeman Company, 979. [6] S. Yuan and J. P. Jue, Dynamc path protecton n D mesh netors under avelength-contnuty and rs-dsont constrants, Techncal Report, no. UTDCS-6-04, Unversty of Texas at Dallas. IEEE Communcatons Socety Globecom /04/$ IEEE

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint

Dynamic Lightpath Protection in WDM Mesh Networks under Wavelength Continuity Constraint Dynamc Lghtpath Protecton n WDM Mesh etworks under Wavelength Contnuty Constrant Shengl Yuan* and Jason P. Jue *Department of Computer and Mathematcal Scences, Unversty of Houston Downtown One Man Street,

More information

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems

A NSGA-II algorithm to solve a bi-objective optimization of the redundancy allocation problem for series-parallel systems 0 nd Internatonal Conference on Industral Technology and Management (ICITM 0) IPCSIT vol. 49 (0) (0) IACSIT Press, Sngapore DOI: 0.776/IPCSIT.0.V49.8 A NSGA-II algorthm to solve a b-obectve optmzaton of

More information

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University

Dynamic Optimization. Assignment 1. Sasanka Nagavalli January 29, 2013 Robotics Institute Carnegie Mellon University Dynamc Optmzaton Assgnment 1 Sasanka Nagavall snagaval@andrew.cmu.edu 16-745 January 29, 213 Robotcs Insttute Carnege Mellon Unversty Table of Contents 1. Problem and Approach... 1 2. Optmzaton wthout

More information

NETWORK 2001 Transportation Planning Under Multiple Objectives

NETWORK 2001 Transportation Planning Under Multiple Objectives NETWORK 200 Transportaton Plannng Under Multple Objectves Woodam Chung Graduate Research Assstant, Department of Forest Engneerng, Oregon State Unversty, Corvalls, OR9733, Tel: (54) 737-4952, Fax: (54)

More information

Dynamic Wavelength Routing in WDM Networks under Multiple Signal Quality Constraints

Dynamic Wavelength Routing in WDM Networks under Multiple Signal Quality Constraints Dynamc Wavelength Routng n WDM Networks under Multple Sgnal Qualty Constrants Wey Zhang, Guolang Xue, Senor Member, IEEE, Jan Tang, Krshnayan Thulasraman, Fellow, IEEE Abstract Most research works n routng

More information

Priority based Dynamic Multiple Robot Path Planning

Priority based Dynamic Multiple Robot Path Planning 2nd Internatonal Conference on Autonomous obots and Agents Prorty based Dynamc Multple obot Path Plannng Abstract Taxong Zheng Department of Automaton Chongqng Unversty of Post and Telecommuncaton, Chna

More information

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results

A Comparison of Two Equivalent Real Formulations for Complex-Valued Linear Systems Part 2: Results AMERICAN JOURNAL OF UNDERGRADUATE RESEARCH VOL. 1 NO. () A Comparson of Two Equvalent Real Formulatons for Complex-Valued Lnear Systems Part : Results Abnta Munankarmy and Mchael A. Heroux Department of

More information

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality.

Define Y = # of mobiles from M total mobiles that have an adequate link. Measure of average portion of mobiles allocated a link of adequate quality. Wreless Communcatons Technologes 6::559 (Advanced Topcs n Communcatons) Lecture 5 (Aprl th ) and Lecture 6 (May st ) Instructor: Professor Narayan Mandayam Summarzed by: Steve Leung (leungs@ece.rutgers.edu)

More information

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET)

A Novel Optimization of the Distance Source Routing (DSR) Protocol for the Mobile Ad Hoc Networks (MANET) A Novel Optmzaton of the Dstance Source Routng (DSR) Protocol for the Moble Ad Hoc Networs (MANET) Syed S. Rzv 1, Majd A. Jafr, and Khaled Ellethy Computer Scence and Engneerng Department Unversty of Brdgeport

More information

Calculation of the received voltage due to the radiation from multiple co-frequency sources

Calculation of the received voltage due to the radiation from multiple co-frequency sources Rec. ITU-R SM.1271-0 1 RECOMMENDATION ITU-R SM.1271-0 * EFFICIENT SPECTRUM UTILIZATION USING PROBABILISTIC METHODS Rec. ITU-R SM.1271 (1997) The ITU Radocommuncaton Assembly, consderng a) that communcatons

More information

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme

Performance Analysis of Multi User MIMO System with Block-Diagonalization Precoding Scheme Performance Analyss of Mult User MIMO System wth Block-Dagonalzaton Precodng Scheme Yoon Hyun m and Jn Young m, wanwoon Unversty, Department of Electroncs Convergence Engneerng, Wolgye-Dong, Nowon-Gu,

More information

ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS. Milan Kovacevic and Anthony Acampora. Center for Telecommunications Research

ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS. Milan Kovacevic and Anthony Acampora. Center for Telecommunications Research ELECTRONIC WAVELENGTH TRANSLATION IN OPTICAL NETWORKS Mlan Kovacevc Anthony Acampora Department of Electrcal Engneerng Center for Telecommuncatons Research Columba Unversty, New York, NY 0027-6699 Abstract

More information

MAINTENANCE-IMMUNE DESIGN OF SPAN-RESTORABLE MESH NETWORKS

MAINTENANCE-IMMUNE DESIGN OF SPAN-RESTORABLE MESH NETWORKS MAINTENANCE-IMMUNE DESIGN OF SPAN-RESTORABLE MESH NETWORKS John Doucette, Wayne D. Grover TRLabs, #800 06-98 th Avenue, Edmonton, Alberta, Canada T5K 2P7 and Department of Electrcal & Computer Engneerng,

More information

Strategies for Enhanced Dual Failure Restorability with Static or Reconfigurable p-cycle Networks

Strategies for Enhanced Dual Failure Restorability with Static or Reconfigurable p-cycle Networks Reprnt of paper to appear at the 2004 Internatonal Conference on Communcatons (ICC 2004), Pars, France, June 2004. Strateges for Enhanced Dual Falure Restorablty wth Statc or Reconfgurable p-cycle Networs

More information

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht

PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION. Evgeny Artyomov and Orly Yadid-Pecht 68 Internatonal Journal "Informaton Theores & Applcatons" Vol.11 PRACTICAL, COMPUTATION EFFICIENT HIGH-ORDER NEURAL NETWORK FOR ROTATION AND SHIFT INVARIANT PATTERN RECOGNITION Evgeny Artyomov and Orly

More information

Topology Control for C-RAN Architecture Based on Complex Network

Topology Control for C-RAN Architecture Based on Complex Network Topology Control for C-RAN Archtecture Based on Complex Network Zhanun Lu, Yung He, Yunpeng L, Zhaoy L, Ka Dng Chongqng key laboratory of moble communcatons technology Chongqng unversty of post and telecommuncaton

More information

Full-duplex Relaying for D2D Communication in mmwave based 5G Networks

Full-duplex Relaying for D2D Communication in mmwave based 5G Networks Full-duplex Relayng for D2D Communcaton n mmwave based 5G Networks Boang Ma Hamed Shah-Mansour Member IEEE and Vncent W.S. Wong Fellow IEEE Abstract Devce-to-devce D2D communcaton whch can offload data

More information

Non-Cooperative Design of Translucent Networks

Non-Cooperative Design of Translucent Networks Non-Cooperatve Desgn of Translucent Networs Benoît Châtelan, She Mannor, Franços Gagnon, Davd V. Plant McGll Unversty, Electrcal and Computer Engneerng, 3480 Unversty, Montreal, Canada, H3A A7 École de

More information

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson

Analysis of Time Delays in Synchronous and. Asynchronous Control Loops. Bj rn Wittenmark, Ben Bastian, and Johan Nilsson 37th CDC, Tampa, December 1998 Analyss of Delays n Synchronous and Asynchronous Control Loops Bj rn Wttenmark, Ben Bastan, and Johan Nlsson emal: bjorn@control.lth.se, ben@control.lth.se, and johan@control.lth.se

More information

Adaptive Modulation for Multiple Antenna Channels

Adaptive Modulation for Multiple Antenna Channels Adaptve Modulaton for Multple Antenna Channels June Chul Roh and Bhaskar D. Rao Department of Electrcal and Computer Engneerng Unversty of Calforna, San Dego La Jolla, CA 993-7 E-mal: jroh@ece.ucsd.edu,

More information

Review: Our Approach 2. CSC310 Information Theory

Review: Our Approach 2. CSC310 Information Theory CSC30 Informaton Theory Sam Rowes Lecture 3: Provng the Kraft-McMllan Inequaltes September 8, 6 Revew: Our Approach The study of both compresson and transmsson requres that we abstract data and messages

More information

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques

Efficient Large Integers Arithmetic by Adopting Squaring and Complement Recoding Techniques The th Worshop on Combnatoral Mathematcs and Computaton Theory Effcent Large Integers Arthmetc by Adoptng Squarng and Complement Recodng Technques Cha-Long Wu*, Der-Chyuan Lou, and Te-Jen Chang *Department

More information

Routing in all-optical DWDM Networks with Sparse Wavelength Conversion Capabilities

Routing in all-optical DWDM Networks with Sparse Wavelength Conversion Capabilities Routng n all-optcal DWDM Networks wth Sparse Wavelength Converson Capabltes Ala I. Al-Fuqaha LAMBDA Optcal Systems 200 Sunset Hlls Rd. Reston, Vrgna U.S.A ala@eee.org Ghulam M. Chaudhry SCE-CSEE Unversty

More information

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks

A Fuzzy-based Routing Strategy for Multihop Cognitive Radio Networks 74 Internatonal Journal of Communcaton Networks and Informaton Securty (IJCNIS) Vol. 3, No., Aprl 0 A Fuzzy-based Routng Strategy for Multhop Cogntve Rado Networks Al El Masr, Naceur Malouch and Hcham

More information

Rational Secret Sharing without Broadcast

Rational Secret Sharing without Broadcast Ratonal Secret Sharng wthout Broadcast Amjed Shareef, Department of Computer Scence and Engneerng, Indan Insttute of Technology Madras, Chenna, Inda. Emal: amjedshareef@gmal.com Abstract We use the concept

More information

Enhancing Throughput in Wireless Multi-Hop Network with Multiple Packet Reception

Enhancing Throughput in Wireless Multi-Hop Network with Multiple Packet Reception Enhancng Throughput n Wreless Mult-Hop Network wth Multple Packet Recepton Ja-lang Lu, Paulne Vandenhove, We Shu, Mn-You Wu Dept. of Computer Scence & Engneerng, Shangha JaoTong Unversty, Shangha, Chna

More information

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes

Generalized Incomplete Trojan-Type Designs with Unequal Cell Sizes Internatonal Journal of Theoretcal & Appled Scences 6(1): 50-54(2014) ISSN No. (Prnt): 0975-1718 ISSN No. (Onlne): 2249-3247 Generalzed Incomplete Trojan-Type Desgns wth Unequal Cell Szes Cn Varghese,

More information

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel

To: Professor Avitabile Date: February 4, 2003 From: Mechanical Student Subject: Experiment #1 Numerical Methods Using Excel To: Professor Avtable Date: February 4, 3 From: Mechancal Student Subject:.3 Experment # Numercal Methods Usng Excel Introducton Mcrosoft Excel s a spreadsheet program that can be used for data analyss,

More information

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov

Algorithms Airline Scheduling. Airline Scheduling. Design and Analysis of Algorithms Andrei Bulatov Algorthms Arlne Schedulng Arlne Schedulng Desgn and Analyss of Algorthms Andre Bulatov Algorthms Arlne Schedulng 11-2 The Problem An arlne carrer wants to serve certan set of flghts Example: Boston (6

More information

Digital Transmission

Digital Transmission Dgtal Transmsson Most modern communcaton systems are dgtal, meanng that the transmtted normaton sgnal carres bts and symbols rather than an analog sgnal. The eect o C/N rato ncrease or decrease on dgtal

More information

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks

The Impact of Spectrum Sensing Frequency and Packet- Loading Scheme on Multimedia Transmission over Cognitive Radio Networks Ths artcle has been accepted for publcaton n a future ssue of ths journal, but has not been fully edted. Content may change pror to fnal publcaton. The Impact of Spectrum Sensng Frequency and Pacet- Loadng

More information

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept

A Mathematical Model for Restoration Problem in Smart Grids Incorporating Load Shedding Concept J. Appl. Envron. Bol. Sc., 5(1)20-27, 2015 2015, TextRoad Publcaton ISSN: 2090-4274 Journal of Appled Envronmental and Bologcal Scences www.textroad.com A Mathematcal Model for Restoraton Problem n Smart

More information

CS345a: Data Mining Jure Leskovec and Anand Rajaraman Stanford University

CS345a: Data Mining Jure Leskovec and Anand Rajaraman Stanford University CS345a: Data Mnng Jure Leskovec and Anand Rajaraman Stanford Unversty HW3 s out Poster sesson s on last day of classes: Thu March 11 at 4:15 Reports are due March 14 Fnal s March 18 at 12:15 Open book,

More information

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION

A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION A MODIFIED DIRECTIONAL FREQUENCY REUSE PLAN BASED ON CHANNEL ALTERNATION AND ROTATION Vncent A. Nguyen Peng-Jun Wan Ophr Freder Computer Scence Department Illnos Insttute of Technology Chcago, Illnos vnguyen@t.edu,

More information

Maximizing Lifetime of Sensor-Target Surveillance in Wireless Sensor Networks

Maximizing Lifetime of Sensor-Target Surveillance in Wireless Sensor Networks Maxmzng Lfetme of Sensor-Target Survellance n Wreless Sensor Networks Ha Lu, Xaowen Chu, Yu-Wng Leung Computer Scence, Hong Kong Baptst Unversty Xaohua Ja, Peng-Jun Wan Computer Scence, Cty Unversty of

More information

TODAY S wireless networks are characterized as a static

TODAY S wireless networks are characterized as a static IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. 10, NO. 2, FEBRUARY 2011 161 A Spectrum Decson Framework for Cogntve Rado Networks Won-Yeol Lee, Student Member, IEEE, and Ian F. Akyldz, Fellow, IEEE Abstract

More information

Joint Channel Assignment and Opportunistic Routing for Maximizing Throughput in Cognitive Radio Networks

Joint Channel Assignment and Opportunistic Routing for Maximizing Throughput in Cognitive Radio Networks Jont Channel Assgnment and Opportunstc Routng for Maxmzng Throughput n Cogntve Rado Networs Yang Qn*, Xaoxong Zhong*, Yuanyuan Yang +,Yanln L* and L L* *Key Laboratory of Networ Orented Intellgent Computaton,

More information

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame

Ensemble Evolution of Checkers Players with Knowledge of Opening, Middle and Endgame Ensemble Evoluton of Checkers Players wth Knowledge of Openng, Mddle and Endgame Kyung-Joong Km and Sung-Bae Cho Department of Computer Scence, Yonse Unversty 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749

More information

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm

Network Reconfiguration in Distribution Systems Using a Modified TS Algorithm Network Reconfguraton n Dstrbuton Systems Usng a Modfed TS Algorthm ZHANG DONG,FU ZHENGCAI,ZHANG LIUCHUN,SONG ZHENGQIANG School of Electroncs, Informaton and Electrcal Engneerng Shangha Jaotong Unversty

More information

Joint Backup Capacity Allocation and Embedding for Survivable Virtual Networks

Joint Backup Capacity Allocation and Embedding for Survivable Virtual Networks Jont Backup Capacty Allocaton and Embeddng for Survvable Vrtual Networks Nashd Shahrar, Shhabur Rahman Chowdhury, Reaz Ahmed, Amal Khan, Raouf Boutaba, Jeebak Mtra, and Lu Lu Davd R. Cherton School of

More information

Distributed Fault Detection of Wireless Sensor Networks

Distributed Fault Detection of Wireless Sensor Networks Dstrbuted Fault Detecton of Wreless Sensor Networs Jnran Chen, Shubha Kher, and Arun Soman Dependable Computng and Networng Lab Iowa State Unversty Ames, Iowa 50010 {jrchen, shubha, arun}@astate.edu ABSTRACT

More information

King s Research Portal

King s Research Portal Kng s Research Portal DOI: 10.1109/TWC.2015.2460254 Document Verson Peer revewed verson Lnk to publcaton record n Kng's Research Portal Ctaton for publshed verson (APA): Shrvanmoghaddam, M., L, Y., Dohler,

More information

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks

Resource Allocation Optimization for Device-to- Device Communication Underlaying Cellular Networks Resource Allocaton Optmzaton for Devce-to- Devce Communcaton Underlayng Cellular Networks Bn Wang, L Chen, Xaohang Chen, Xn Zhang, and Dacheng Yang Wreless Theores and Technologes (WT&T) Bejng Unversty

More information

Prevention of Sequential Message Loss in CAN Systems

Prevention of Sequential Message Loss in CAN Systems Preventon of Sequental Message Loss n CAN Systems Shengbng Jang Electrcal & Controls Integraton Lab GM R&D Center, MC: 480-106-390 30500 Mound Road, Warren, MI 48090 shengbng.jang@gm.com Ratnesh Kumar

More information

On Interference Alignment for Multi-hop MIMO Networks

On Interference Alignment for Multi-hop MIMO Networks 013 Proceedngs IEEE INFOCOM On Interference Algnment for Mult-hop MIMO Networks Huacheng Zeng Y Sh Y. Thomas Hou Wenng Lou Sastry Kompella Scott F. Mdkff Vrgna Polytechnc Insttute and State Unversty, USA

More information

Medium Access Control for Multi-Channel Parallel Transmission in Cognitive Radio Networks

Medium Access Control for Multi-Channel Parallel Transmission in Cognitive Radio Networks Medum ccess Control for Mult-Channel Parallel Transmsson n Cogntve Rado Networs Tao Shu, Shuguang Cu, and Marwan Krunz Department of Electrcal and Computer Engneerng Unversty of rzona Tucson, Z 85721 {tshu,

More information

Lifetime-Oriented Optimal Relay Deployment for Three-tier Wireless Sensor Networks

Lifetime-Oriented Optimal Relay Deployment for Three-tier Wireless Sensor Networks Sensors & Transducers by IFSA http://www.sensorsportal.com Lfetme-Orented Optmal Relay Deployment for Three-ter Wreless Sensor Networs Bn Zeng, Lu Yao and Ru Wang Department of Management, Naval Unversty

More information

High Speed, Low Power And Area Efficient Carry-Select Adder

High Speed, Low Power And Area Efficient Carry-Select Adder Internatonal Journal of Scence, Engneerng and Technology Research (IJSETR), Volume 5, Issue 3, March 2016 Hgh Speed, Low Power And Area Effcent Carry-Select Adder Nelant Harsh M.tech.VLSI Desgn Electroncs

More information

Optimization of Scheduling in Wireless Ad-Hoc Networks. Using Matrix Games

Optimization of Scheduling in Wireless Ad-Hoc Networks. Using Matrix Games Optmzaton of Schedulng n Wreless Ad-Hoc Networs Usng Matrx Games Ebrahm Karam and Savo Glsc, Senor Member IEEE Centre for Wreless Communcatons (CWC), Unversty of Oulu, P.O. Box 4500, FIN-90014, Oulu, Fnland

More information

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b

Research of Dispatching Method in Elevator Group Control System Based on Fuzzy Neural Network. Yufeng Dai a, Yun Du b 2nd Internatonal Conference on Computer Engneerng, Informaton Scence & Applcaton Technology (ICCIA 207) Research of Dspatchng Method n Elevator Group Control System Based on Fuzzy Neural Network Yufeng

More information

MIMO-OFDM Systems. Team Telecommunication and Computer Networks, FSSM, University Cadi Ayyad, P.O. Box 2390, Marrakech, Morocco.

MIMO-OFDM Systems. Team Telecommunication and Computer Networks, FSSM, University Cadi Ayyad, P.O. Box 2390, Marrakech, Morocco. IJCSI Internatonal Journal of Computer Scence Issues, Vol. 8, Issue 3, ay 2011 ISSN (Onlne: 1694-0814 A Low-complexty Power and Bt Allocaton Algorthm for ultuser IO-OFD Systems Ayad Habb 1, Khald El Baamran

More information

Traffic balancing over licensed and unlicensed bands in heterogeneous networks

Traffic balancing over licensed and unlicensed bands in heterogeneous networks Correspondence letter Traffc balancng over lcensed and unlcensed bands n heterogeneous networks LI Zhen, CUI Qme, CUI Zhyan, ZHENG We Natonal Engneerng Laboratory for Moble Network Securty, Bejng Unversty

More information

THE ever increasing demand of industries to automate

THE ever increasing demand of industries to automate Massve Multple Access Based on Superposton Raptor Codes for M2M Communcatons Mahyar Shrvanmoghaddam, Member, IEEE, Mscha Dehler, Fello, IEEE, Sarah J. Johnson, Member, IEEE arxv:62.567v [cs.it] 8 Feb 26

More information

MTBF PREDICTION REPORT

MTBF PREDICTION REPORT MTBF PREDICTION REPORT PRODUCT NAME: BLE112-A-V2 Issued date: 01-23-2015 Rev:1.0 Copyrght@2015 Bluegga Technologes. All rghts reserved. 1 MTBF PREDICTION REPORT... 1 PRODUCT NAME: BLE112-A-V2... 1 1.0

More information

Electricity Network Reliability Optimization

Electricity Network Reliability Optimization Electrcty Network Relablty Optmzaton Kavnesh Sngh Department of Engneerng Scence Unversty of Auckland New Zealand kav@hug.co.nz Abstract Electrcty dstrbuton networks are subject to random faults. On occurrence

More information

Distributed Channel Allocation Algorithm with Power Control

Distributed Channel Allocation Algorithm with Power Control Dstrbuted Channel Allocaton Algorthm wth Power Control Shaoj N Helsnk Unversty of Technology, Insttute of Rado Communcatons, Communcatons Laboratory, Otakaar 5, 0150 Espoo, Fnland. E-mal: n@tltu.hut.f

More information

COMPUTER networks nowadays rely on various middleboxes,

COMPUTER networks nowadays rely on various middleboxes, IEEE TRANSACTIONS ON NETWORK AND SERVICE MANAGEMENT, VOL. 14, NO. 3, SEPTEMBER 2017 631 Effcent Algorthms for Throughput Maxmzaton n Software-Defned Networks Wth Consoldated Mddleboxes Metan Huang, Wefa

More information

Exact Probabilistic Analysis of the Limited Scheduling Algorithm for Symmetrical Bluetooth Piconets

Exact Probabilistic Analysis of the Limited Scheduling Algorithm for Symmetrical Bluetooth Piconets Exact Probablstc Analyss of the Lmted Schedulng Algorthm for Symmetrcal Bluetooth Pconets Gl Zussman *, Ur Yechal 2, and Adran Segall Department of Electrcal Engneerng Technon Israel Insttute of Technology,

More information

Optical Amplifiers Placement in WDM Mesh Networks for Optical Multicasting Service Support

Optical Amplifiers Placement in WDM Mesh Networks for Optical Multicasting Service Support 1 Optcal Amplfers Placement n WDM Mesh Networks for Optcal Multcastng Servce Support Ashraf M. Hamad and Ahmed E. Kamal Abstract The problem of placng the optcal amplfers (OAs) n wavelength-routng mesh

More information

Distributed Resource Allocation and Scheduling in OFDMA Wireless Networks

Distributed Resource Allocation and Scheduling in OFDMA Wireless Networks Southern Illnos Unversty Carbondale OpenSIUC Conference Proceedngs Department of Electrcal and Computer Engneerng 11-2006 Dstrbuted Resource Allocaton and Schedulng n OFDMA Wreless Networks Xangpng Qn

More information

A study of turbo codes for multilevel modulations in Gaussian and mobile channels

A study of turbo codes for multilevel modulations in Gaussian and mobile channels A study of turbo codes for multlevel modulatons n Gaussan and moble channels Lamne Sylla and Paul Forter (sylla, forter)@gel.ulaval.ca Department of Electrcal and Computer Engneerng Laval Unversty, Ste-Foy,

More information

Performance Study of OFDMA vs. OFDM/SDMA

Performance Study of OFDMA vs. OFDM/SDMA Performance Study of OFDA vs. OFD/SDA Zhua Guo and Wenwu Zhu crosoft Research, Asa 3F, Beng Sgma Center, No. 49, Zhchun Road adan Dstrct, Beng 00080, P. R. Chna {zhguo, wwzhu}@mcrosoft.com Abstract: In

More information

Energy Efficiency Analysis of a Multichannel Wireless Access Protocol

Energy Efficiency Analysis of a Multichannel Wireless Access Protocol Energy Effcency Analyss of a Multchannel Wreless Access Protocol A. Chockalngam y, Wepng u, Mchele Zorz, and Laurence B. Mlsten Department of Electrcal and Computer Engneerng, Unversty of Calforna, San

More information

Asynchronous TDMA ad hoc networks: Scheduling and Performance

Asynchronous TDMA ad hoc networks: Scheduling and Performance Communcaton Networks Asynchronous TDMA ad hoc networks: Schedulng and Performance THEODOROS SALONIDIS AND LEANDROS TASSIULAS, Department of Electrcal and Computer Engneerng, Unversty of Maryland at College

More information

Resource Scheduling in Dependable Integrated Modular Avionics

Resource Scheduling in Dependable Integrated Modular Avionics Resource Schedulng n Dependable Integrated Modular Avoncs Yann-Hang Lee and Daeyoung Km Real Tme Systems Research Laboratory CISE Department, Unversty of Florda {yhlee, dkm}@cse.ufl.edu Mohamed Youns,

More information

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation

Rejection of PSK Interference in DS-SS/PSK System Using Adaptive Transversal Filter with Conditional Response Recalculation SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol., No., November 23, 3-9 Rejecton of PSK Interference n DS-SS/PSK System Usng Adaptve Transversal Flter wth Condtonal Response Recalculaton Zorca Nkolć, Bojan

More information

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks

An Energy Efficient Hierarchical Clustering Algorithm for Wireless Sensor Networks An Energy Effcent Herarchcal Clusterng Algorthm for Wreless Sensor Networks Seema Bandyopadhyay and Edward J. Coyle School of Electrcal and Computer Engneerng Purdue Unversty West Lafayette, IN, USA {seema,

More information

A General Framework for Codes Involving Redundancy Minimization

A General Framework for Codes Involving Redundancy Minimization IEEE TRANSACTIONS ON INFORMATION THEORY A General Framework for Codes Involvng Redundancy Mnmzaton Mchael Baer, Member, IEEE Abstract A framework wth two scalar parameters s ntroduced for varous problems

More information

Joint Routing and Link Scheduling for Wireless Mesh Networks through Genetic Algorithms

Joint Routing and Link Scheduling for Wireless Mesh Networks through Genetic Algorithms Jont Routng and Lnk Schedulng for Wreless Mesh Networks through Genetc Algorthms Leonardo Bada, Alesso Botta IMT Lucca Insttute for Advanced Studes pazza S. Ponzano 6, 55100, Lucca, Italy {leonardo.bada,alesso.botta}@mtlucca.t

More information

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems

Hardware Design of Filter Bank-Based Narrowband/Wideband Interference Canceler for Overlaid TDMA/CDMA Systems Hardware Desgn of Flter anased arrowband/deband Interference Canceler for Overlad TDMA/CDMA Systems Toyoau Ktano Kaunor Hayash Htosh Masutan and Shnsue Hara Graduate School of Engneerng Osaa Unversty YamadaOa

More information

Learning Ensembles of Convolutional Neural Networks

Learning Ensembles of Convolutional Neural Networks Learnng Ensembles of Convolutonal Neural Networks Lran Chen The Unversty of Chcago Faculty Mentor: Greg Shakhnarovch Toyota Technologcal Insttute at Chcago 1 Introducton Convolutonal Neural Networks (CNN)

More information

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid

Latency Insertion Method (LIM) for IR Drop Analysis in Power Grid Abstract Latency Inserton Method (LIM) for IR Drop Analyss n Power Grd Dmtr Klokotov, and José Schutt-Ané Wth the steadly growng number of transstors on a chp, and constantly tghtenng voltage budgets,

More information

Research Article. ISSN (Print)

Research Article. ISSN (Print) Scholars Journal of Engneerng and Technology (SJET) Sch. J. Eng. Tech., 05; 3(A):-3 Scholars Academc and Scentfc Publsher (An Internatonal Publsher for Academc and Scentfc Resources) www.saspublsher.com

More information

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding

Joint Power Control and Scheduling for Two-Cell Energy Efficient Broadcasting with Network Coding Communcatons and Network, 2013, 5, 312-318 http://dx.do.org/10.4236/cn.2013.53b2058 Publshed Onlne September 2013 (http://www.scrp.org/journal/cn) Jont Power Control and Schedulng for Two-Cell Energy Effcent

More information

A Benchmark for D2D in Cellular Networks: The Importance of Information

A Benchmark for D2D in Cellular Networks: The Importance of Information A Benchmark for D2D n Cellular Networks: The Importance of Informaton Yğt Özcan, Catherne Rosenberg Unversty of Waterloo {yozcan,cath}@uwaterloo.ca Fabrce Gullemn Orange Labs, France fabrce.gullemn@orange.com

More information

10 9 Channel on time. sec

10 9 Channel on time. sec Blockng of dynamc multcast connectons n a sngle lnk COST 257TD(97)46 Joun Karvo 1, Jorma Vrtamo 2, Samul Aalto 2, Oll Martkanen 1 fjoun.karvo,jorma.vrtamo,samul.aalto,oll.martkaneng@hut.f Helsnk Unversty

More information

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf

TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS TN TERMINATON FOR POINT-TO-POINT SYSTEMS. Zo = L C. ω - angular frequency = 2πf TECHNICAL NOTE TERMINATION FOR POINT- TO-POINT SYSTEMS INTRODUCTION Because dgtal sgnal rates n computng systems are ncreasng at an astonshng rate, sgnal ntegrty ssues have become far more mportant to

More information

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate

Comparative Analysis of Reuse 1 and 3 in Cellular Network Based On SIR Distribution and Rate Comparatve Analyss of Reuse and 3 n ular Network Based On IR Dstrbuton and Rate Chandra Thapa M.Tech. II, DEC V College of Engneerng & Technology R.V.. Nagar, Chttoor-5727, A.P. Inda Emal: chandra2thapa@gmal.com

More information

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application

Optimal Sizing and Allocation of Residential Photovoltaic Panels in a Distribution Network for Ancillary Services Application Optmal Szng and Allocaton of Resdental Photovoltac Panels n a Dstrbuton Networ for Ancllary Servces Applcaton Reza Ahmad Kordhel, Student Member, IEEE, S. Al Pourmousav, Student Member, IEEE, Jayarshnan

More information

A new family of linear dispersion code for fast sphere decoding. Creative Commons: Attribution 3.0 Hong Kong License

A new family of linear dispersion code for fast sphere decoding. Creative Commons: Attribution 3.0 Hong Kong License tle A new famly of lnear dsperson code for fast sphere decodng Author(s) Da, XG; Cheung, SW; Yuk, I Ctaton he nd IEEE Canadan Conference on Electrcal and Computer Engneerng (CCECE 009), St. John's, L.,

More information

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling

Exploiting Dynamic Workload Variation in Low Energy Preemptive Task Scheduling Explotng Dynamc Worload Varaton n Low Energy Preemptve Tas Schedulng Lap-Fa Leung, Ch-Yng Tsu Department of Electrcal and Electronc Engneerng Hong Kong Unversty of Scence and Technology Clear Water Bay,

More information

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures

Chapter 2 Two-Degree-of-Freedom PID Controllers Structures Chapter 2 Two-Degree-of-Freedom PID Controllers Structures As n most of the exstng ndustral process control applcatons, the desred value of the controlled varable, or set-pont, normally remans constant

More information

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks

Joint Adaptive Modulation and Power Allocation in Cognitive Radio Networks I. J. Communcatons, etwork and System Scences, 8, 3, 7-83 Publshed Onlne August 8 n ScRes (http://www.scrp.org/journal/jcns/). Jont Adaptve Modulaton and Power Allocaton n Cogntve Rado etworks Dong LI,

More information

EENCR: An Energy-efficient Network Coding based Routing Protocol. May 8, 2014

EENCR: An Energy-efficient Network Coding based Routing Protocol. May 8, 2014 EENCR: An Energy-effcent Networ Codng based Routng Protocol May 8, 2014 1 1 Prelmnary Ahlswede et al. [2] frst proposed the networ codng technque. The authors showed that the use of networ codng can effectvely

More information

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart

Control Chart. Control Chart - history. Process in control. Developed in 1920 s. By Dr. Walter A. Shewhart Control Chart - hstory Control Chart Developed n 920 s By Dr. Walter A. Shewhart 2 Process n control A phenomenon s sad to be controlled when, through the use of past experence, we can predct, at least

More information

MASTER TIMING AND TOF MODULE-

MASTER TIMING AND TOF MODULE- MASTER TMNG AND TOF MODULE- G. Mazaher Stanford Lnear Accelerator Center, Stanford Unversty, Stanford, CA 9409 USA SLAC-PUB-66 November 99 (/E) Abstract n conjuncton wth the development of a Beam Sze Montor

More information

Optimal Local Topology Knowledge for Energy Efficient Geographical Routing in Sensor Networks

Optimal Local Topology Knowledge for Energy Efficient Geographical Routing in Sensor Networks Optmal Local Topology Knowledge for Energy Effcent Geographcal Routng n Sensor Networks Tommaso Meloda, Daro Pompl, Ian F. Akyldz Broadband and Wreless Networkng Laboratory School of Electrcal and Computer

More information

Capacitated set-covering model considering the distance objective and dependency of alternative facilities

Capacitated set-covering model considering the distance objective and dependency of alternative facilities IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS Capactated set-coverng model consderng the dstance obectve and dependency of alternatve facltes To cte ths artcle: I Wayan Suletra

More information

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS

A MODIFIED DIFFERENTIAL EVOLUTION ALGORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS A MODIFIED DIFFERENTIAL EVOLUTION ALORITHM IN SPARSE LINEAR ANTENNA ARRAY SYNTHESIS Kaml Dmller Department of Electrcal-Electroncs Engneerng rne Amercan Unversty North Cyprus, Mersn TURKEY kdmller@gau.edu.tr

More information

Decision aid methodologies in transportation

Decision aid methodologies in transportation Decson ad methodologes n transportaton Lecture 7: More Applcatons Prem Kumar prem.vswanathan@epfl.ch Transport and Moblty Laboratory Summary We learnt about the dfferent schedulng models We also learnt

More information

Asynchronous TDMA ad hoc networks: Scheduling and Performance

Asynchronous TDMA ad hoc networks: Scheduling and Performance Asynchronous TDMA ad hoc networks: Schedulng and Performance Theodoros Salonds and Leandros Tassulas, Department of Electrcal and Computer Engneerng and Insttute of Systems Research Unversty of Maryland,

More information

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies

Research on the Process-level Production Scheduling Optimization Based on the Manufacturing Process Simplifies Internatonal Journal of Smart Home Vol.8, No. (04), pp.7-6 http://dx.do.org/0.457/sh.04.8.. Research on the Process-level Producton Schedulng Optmzaton Based on the Manufacturng Process Smplfes Y. P. Wang,*,

More information

Adaptive System Control with PID Neural Networks

Adaptive System Control with PID Neural Networks Adaptve System Control wth PID Neural Networs F. Shahra a, M.A. Fanae b, A.R. Aromandzadeh a a Department of Chemcal Engneerng, Unversty of Sstan and Baluchestan, Zahedan, Iran. b Department of Chemcal

More information

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding

Side-Match Vector Quantizers Using Neural Network Based Variance Predictor for Image Coding Sde-Match Vector Quantzers Usng Neural Network Based Varance Predctor for Image Codng Shuangteng Zhang Department of Computer Scence Eastern Kentucky Unversty Rchmond, KY 40475, U.S.A. shuangteng.zhang@eku.edu

More information

Selective Sensing and Transmission for Multi-Channel Cognitive Radio Networks

Selective Sensing and Transmission for Multi-Channel Cognitive Radio Networks IEEE INFOCOM 2 Workshop On Cogntve & Cooperatve Networks Selectve Sensng and Transmsson for Mult-Channel Cogntve Rado Networks You Xu, Yunzhou L, Yfe Zhao, Hongxng Zou and Athanasos V. Vaslakos Insttute

More information

Total Power Minimization in Glitch-Free CMOS Circuits Considering Process Variation

Total Power Minimization in Glitch-Free CMOS Circuits Considering Process Variation Total Power Mnmzaton n Gltch-Free CMOS Crcuts Consderng Process Varaton Abstract Compared to subthreshold age, dynamc power s normally much less senstve to the process varaton due to ts approxmately lnear

More information

Network Theory. EC / EE / IN. for

Network Theory.   EC / EE / IN. for Network Theory for / / IN By www.thegateacademy.com Syllabus Syllabus for Networks Network Graphs: Matrces Assocated Wth Graphs: Incdence, Fundamental ut Set and Fundamental rcut Matrces. Soluton Methods:

More information

Power Allocation in Wireless Relay Networks: A Geometric Programming-Based Approach

Power Allocation in Wireless Relay Networks: A Geometric Programming-Based Approach ower Allocaton n Wreless Relay Networks: A Geometrc rogrammng-based Approach Khoa T. han, Tho Le-Ngoc, Sergy A. Vorobyov, and Chntha Telambura Department of Electrcal and Computer Engneerng, Unversty of

More information

Secure Transmission of Sensitive data using multiple channels

Secure Transmission of Sensitive data using multiple channels Secure Transmsson of Senstve data usng multple channels Ahmed A. Belal, Ph.D. Department of computer scence and automatc control Faculty of Engneerng Unversty of Alexandra Alexandra, Egypt. aabelal@hotmal.com

More information

Solution of a certain class of network flow problems with cascaded demand aggregation and capacity allocation

Solution of a certain class of network flow problems with cascaded demand aggregation and capacity allocation Unersty of Wollongong Research Onlne Faculty of Informatcs - Papers (Arche) Faculty of Engneerng and Informaton Scences 2006 Soluton of a certan class of network flow problems wth cascaded demand aggregaton

More information