Link-based MILP Formulation for Routing and. Spectrum Assignment in Elastic Optical Networks

Size: px
Start display at page:

Download "Link-based MILP Formulation for Routing and. Spectrum Assignment in Elastic Optical Networks"

Transcription

1 Link-based MILP Formulation for Routing and 1 Spectrum Assignment in Elastic Optical Networks Xu Wang and Maite Brandt-Pearce Charles L. Brown Dept. of Electrical and Computer Engineering University of Virginia Charlottesville, Virginia xw2bx@virginia.edu, mb-p@virginia.edu Suresh Subramaniam Department of Electrical and Computer Engineering The George Washington University Washington, DC suresh@gwu.edu I. ABSTRACT In this article, we propose a link-based mixed integer linear programming formulation (MILP) for solving routing and spectrum assignment (RSA) problem for elastic optical networks (EON). This formulation implements physical impairments, signal regeneration, wavelength conversion and multiple modulation schemes. Objective function: II. MILP FORMULATION min c (1) The objective function is to minimize the highest frequency index required by the network traffic. This is because it measures the spectrum resource required to guarantee accommodate all traffic.

2 2 TABLE I SETS USED BY ILP N N L L D D Set of nodes in the network. Number of nodes in the network. Set of unidirectional links in the network. Each link L ij is represented by its source and destination node, L ij L. Number of unidirectional links in the network. Set of unidirectional traffic demands. Each demand D sd is represented by its source and destination node, D sd D. Number of unidirectional demands in the network. TABLE II PARAMETERS USED BY ILP Br sd Bit rate requested by demand D sd. Sei Inverse spectrum efficiency according to particular modulation scheme (e.g., 0.5 for QPSK). Length ij Length of link L ij in kms. S n,sd Relationship between nodes and demands: S n,sd = 1 if node n is the source node of demand D sd (i.e., n = s); S n,sd = 1 if node n is the destination node of demand D sd (i.e., n = d); S n,sd = 0 otherwise (i.e., n s, n d). T Total spectrum required by the network traffic: T = D sd D Br sd Sei. G Spectrum required by guard band. TABLE III VARIABLES USED BY ILP F sd Starting frequency index of demand D sd. V ij,sd Link assignment: V ij,sd = 1 if link L ij is assigned to demand D sd ; V ij,sd = 0 otherwise. δ sd,s d Order of the starting frequency index of demand D sd and D s d 1. δ sd,s d = 1 if F sd F s d, δ sd,s d = 0 if F sd > F s d. c Highest frequency index required by the network traffic. Constraints: Highest frequency index: c F sd + Bw sd D sd D (2) where Bw sd is the bandwidth required by D sd. Bw sd = Br sd Sei. 1 This relationship between two demands is only of interest if they share a link. We use this relationship in the following constraints to guarantee no overlapping between spectrum assigned to multiple demands.

3 3 Conservation flow constraint: V ij, sd V ij, sd = S n,sd n N, D sd D (3) L ij L,j=n L ij L,i=n No spectrum overlapping, D sd, D s d D, L ij L: δ sd,s d + δ s d,sd = 1 (4) F sd F s d T (1 δ sd,s d + 2 V ij,sd V ij,s d ) (5) F sd F s d + Bw sd + G (T + G) (1 δ sd,s d + 2 V ij,sd V ij,s d ) (6) Additional variables and constraints to implement transmission reach constraint: TABLE IV PARAMETERS USED BY TRANSMISSION REACH CONSTRAINT T r Transmission reach according to particular spectral efficiency. E.g., Eq. 7 N r Set of regeneration nodes. Transmission reach formula according to particular bit rate and spectrum efficiency: T r = α Br sd + β Sei + γ (7) where, α, β, γ are coefficients derived from polynomial curve fitting based on experimental data recorded in [1]. TABLE V VARIABLES USED BY TRANSMISSION REACH CONSTRAINT U ij,sd Physical distance from the head of link L ij to the head of the corresponding transparent segment for demand D sd. This distance is the sum of link length of all uplink links within the same transparent segment. U ij,sd = 0 if link L ij is not assigned to demand D sd. Y n,sd Physical distance from node n to the head of the corresponding transparent segment for demand D sd. This distance is the sum of link length of all uplink links within the same transparent segment. Y n,sd = 0 if node n is not on the lightpath assigned to demand D sd. Objective for transmission reach: min a 1 c + a 2 n N Rn n + a 3 n N Rn n,c (8) where a 1, a 2, a 3 are coefficients representing cost function for each resource. This objective minimizes

4 4 the total cost of spectrum usage and regeneration resource usage according to their cost function. While we don t have exact cost relationship among the three, but network designers can base their objective function on realistic requirement. Constraints for transmission reach: Transmission reach constraints with pre-selected regeneration nodes, D sd D, L ij L: U ij,sd V ij,sd T r, (9) U ij,sd Y i,sd (10) Y i,sd U ij,sd T r (1 V ij,ld ) (11) Y n,sd = 0, n N r or n = s (12) = U ij,sd + Length ij V ij,sd, n / N r and n s (13) Y n,sd If regeneration nodes are not pre-selected, we treat them as binary variables Rn n and re-write the constraints above: TABLE VI VARIABLES USED BY TRANSMISSION REACH CONSTRAINT Rn n Regeneration nodes: Rn n = 1 if node n is equipped with regeneration circuit; Rn n = 0 otherwise. Rn n,c Number of regeneration circuits equipped on node n. Rn n,sd Regeneration at node n: Rn n,sd = 1 if demand D sd is regenerated as node n, Rn n,sd = 0 otherwise. For Rn n,sd = 1, node n has to be a regeneration node, i.e., Rn n = 1, but also its regeneration circuit has to be used by demand D sd. X ij,sd The distance used to calculate Y n,sd based on choice of regeneration at node i. X ij,sd = U ij,sd if Rn i,sd = 1, X ij,sd = 0, otherwise. Transmission reach constraints without pre-selected regeneration nodes, D sd D, L ij L: U ij,sd V ij,sd T r, (14) U ij,sd Y i,sd (15) Y i,sd U ij,sd T r (1 V ij,ld ) (16) Y n,sd 0 (17) = X ij,sd + Length ij V ij,sd, (18) Y n,sd

5 5 Regeneration circuit usage, Rn n,c = D sd D Rn n,sd (19) Regeneration node assignment, Rn n Rn n,cmax Rn n,c (20) where Rn n,cmax is the largest number of regeneration circuit allowed to be equipped on a regeneration node. Additional variables and constraints to implement wavelength conversion: TABLE VII VARIABLES USED BY WAVELENGTH CONVERSION F ij,sd Starting frequency index of demand D sd on link L ij. Constraints for wavelength conversion: Wavelength continuity constraint, n N F ij,sd F ij,sd T (Rn n,sd + S n,sd ) (21) F ij,sd F ij,sd T (Rn n,sd + S n,sd ) (22) This constraint requires that if node n is an intermediate node for demand D sd, i.e., n s, n d and n is not used as regeneration node for demand D sd, then the sum of the starting frequency assignment coming into node n equals the sum of the starting frequency assignment going out of node n. For other cases, this constraint doesn t do anything. Additional variables and constraints to implement multiple modulation schemes: When each TABLE VIII VARIABLES USED BY WAVELENGTH CONVERSION Sei sd Inverse spectral efficiency of demand D sd according particular modulation scheme. Sei sd is bounded by the largest and smallest inverse spectral efficiency allowed: Sei MIN Sei sd Sei MAX demand has different spectral efficiency, their transmission reach also varies. This is implemented by replacing Se in the transmission reach formula Eq. (7) with Sei sd. Sei sd is also used to replace Se in the bandwidth formula.

6 6 Additional variables and constraints to implement modulation conversion: TABLE IX VARIABLES USED BY MODULATION CONVERSION Sei ij,sd Inverse spectral efficiency of demand D sd on link L ij. Constraints for modulation conversion: Modulation continuity constraint, Sei ij,sd Sei ij,sd Sei MAX (Rn n,sd + S n,sd ) (23) Sei ij,sd Sei ij,sd Sei MAX (Rn n,sd + S n,sd ) (24) Similar to the wavelength continuity constraint, this constraint requires that spectral efficiency can only be converted at the node where demand is regenerated, i.e., Rn n,sd = 1. REFERENCES [1] A. Klekamp, R. Dischler, and F. Buchali, Limits of spectral efficiency and transmission reach of optical-ofdm superchannels for adaptive networks, Photonics Technology Letters, IEEE, vol. 23, no. 20, pp , Oct 2011.

Resource Allocation in Elastic Optical Networks with Physical-Layer Impairments

Resource Allocation in Elastic Optical Networks with Physical-Layer Impairments Resource Allocation in Elastic Optical Networks with Physical-Layer Impairments A Thesis Presented to the Faculty of the School of Engineering and Applied Science University of Virginia In Partial Fulfillment

More information

How Much Can Sub-band Virtual Concatenation (VCAT) Help Static Routing and Spectrum Assignment in Elastic Optical Networks?

How Much Can Sub-band Virtual Concatenation (VCAT) Help Static Routing and Spectrum Assignment in Elastic Optical Networks? How Much Can Sub-band Virtual Concatenation (VCAT) Help Static Routing and Spectrum Assignment in Elastic Optical Networks? (Invited) Xin Yuan, Gangxiang Shen School of Electronic and Information Engineering

More information

A mathematical model for wavelength assignment in wavelength division multiplexing mesh networks with wavelength reuse

A mathematical model for wavelength assignment in wavelength division multiplexing mesh networks with wavelength reuse A mathematical model for wavelength assignment in wavelength division multiplexing mesh networks with wavelength reuse Bonar Sitorus a), Nattapong Kitsuwan, and Eiji Oki Department of Communication Engineering

More information

Traffic Grooming for WDM Rings with Dynamic Traffic

Traffic Grooming for WDM Rings with Dynamic Traffic 1 Traffic Grooming for WDM Rings with Dynamic Traffic Chenming Zhao J.Q. Hu Department of Manufacturing Engineering Boston University 15 St. Mary s Street Brookline, MA 02446 Abstract We study the problem

More information

Planning Flexible Optical Networks Under Physical Layer Constraints

Planning Flexible Optical Networks Under Physical Layer Constraints 1296 J. OPT. COMMUN. NETW./VOL. 5, NO. 11/NOVEMBER 2013 Christodoulopoulos et al. Planning Flexible Optical Networks Under Physical Layer Constraints K. Christodoulopoulos, P. Soumplis, and E. Varvarigos

More information

A Proposed BSR Heuristic Considering Physical Layer Awareness

A Proposed BSR Heuristic Considering Physical Layer Awareness A Proposed BSR Heuristic Considering Physical Layer Awareness 1 st Pedro J. F. C. Souza pedro-freire@hotmail.com 4 th Karcius D. R. Assis Department of Electrical Engineering Federal University of Bahia

More information

Span Restoration for Flexi-Grid Optical Networks under Different Spectrum Conversion Capabilities

Span Restoration for Flexi-Grid Optical Networks under Different Spectrum Conversion Capabilities Span Restoration for Flexi-Grid Optical Networks under Different Spectrum Conversion Capabilities Yue Wei, Gangxiang Shen School of Electronic and Information Engineering Soochow University Suzhou, Jiangsu

More information

Genetic Algorithm for Routing and Spectrum Allocation in Elastic Optical Networks

Genetic Algorithm for Routing and Spectrum Allocation in Elastic Optical Networks 2016 Third European Network Intelligence Conference Genetic Algorithm for Routing and Spectrum Allocation in Elastic Optical Networks Piotr Lechowicz, Krzysztof Walkowiak Dept. of Systems and Computer

More information

Applying p-cycle Technique to Elastic Optical Networks

Applying p-cycle Technique to Elastic Optical Networks Applying p-cycle Technique to Elastic Optical Networks Yue Wei, Kai Xu, Heming Zhao, Member, IEEE, Gangxiang Shen, Senior Member, IEEE Abstract This paper considers the p-cycle network protection technique

More information

Exploiting the Transmission Layer in Logical Topology Design of Flexible-Grid Optical Networks

Exploiting the Transmission Layer in Logical Topology Design of Flexible-Grid Optical Networks Exploiting the Transmission Layer in Logical Topology Design Arsalan Ahmad NUST-SEECS, Islamabad, Pakistan Andrea Bianco, Hussein Chouman, Vittorio Curri DET, Politecnico di Torino, Italy Guido Marchetto,

More information

8th International Conference on Decision Support for Telecommunications and Information Society

8th International Conference on Decision Support for Telecommunications and Information Society A bi-objective approach for routing and wavelength assignment in multi-fibre WDM networks Carlos Simões 1,4, Teresa Gomes 2,4, José Craveirinha 2,4 and João Clímaco 3,4 1 Polytechnic Institute of Viseu,

More information

Greedy algorithms for time frequency allocation in in a SDMA satellite communications system. Erwan CORBEL (Thales)

Greedy algorithms for time frequency allocation in in a SDMA satellite communications system. Erwan CORBEL (Thales) Greedy algorithms for time frequency allocation in in a SDMA satellite communications system Kata KIATMANAROJ, Christian ARTIGUES, Laurent HOUSSIN (LAAS), Erwan CORBEL (Thales) 1 Contents Problem definition

More information

Chapter 12. Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks

Chapter 12. Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks Chapter 12 Cross-Layer Optimization for Multi- Hop Cognitive Radio Networks 1 Outline CR network (CRN) properties Mathematical models at multiple layers Case study 2 Traditional Radio vs CR Traditional

More information

Management of Spectral Resources in Elastic Optical Networks

Management of Spectral Resources in Elastic Optical Networks Georgia State University ScholarWorks @ Georgia State University Computer Science Dissertations Department of Computer Science 8-11-2015 Management of Spectral Resources in Elastic Optical Networks Sunny

More information

Power-Efficiency Comparison of Spectrum- Efficient Optical Networks

Power-Efficiency Comparison of Spectrum- Efficient Optical Networks Power-Efficiency Comparison of Spectrum- Efficient Optical Networs Sridhar Iyer Abstract With steady traffic volume growth in the core networs, it is predicted that the future optical networ communication

More information

Wavelength Assignment Problem in Optical WDM Networks

Wavelength Assignment Problem in Optical WDM Networks Wavelength Assignment Problem in Optical WDM Networks A. Sangeetha,K.Anusudha 2,Shobhit Mathur 3 and Manoj Kumar Chaluvadi 4 asangeetha@vit.ac.in 2 Kanusudha@vit.ac.in 2 3 shobhitmathur24@gmail.com 3 4

More information

Optical Networks emerging technologies and architectures

Optical Networks emerging technologies and architectures Optical Networks emerging technologies and architectures Faculty of Computer Science, Electronics and Telecommunications Department of Telecommunications Artur Lasoń 100 Gb/s PM-QPSK (DP-QPSK) module Hot

More information

Optimum Power Allocation in Cooperative Networks

Optimum Power Allocation in Cooperative Networks Optimum Power Allocation in Cooperative Networks Jaime Adeane, Miguel R.D. Rodrigues, and Ian J. Wassell Laboratory for Communication Engineering Department of Engineering University of Cambridge 5 JJ

More information

A Study of Dynamic Routing and Wavelength Assignment with Imprecise Network State Information

A Study of Dynamic Routing and Wavelength Assignment with Imprecise Network State Information A Study of Dynamic Routing and Wavelength Assignment with Imprecise Network State Information Jun Zhou Department of Computer Science Florida State University Tallahassee, FL 326 zhou@cs.fsu.edu Xin Yuan

More information

Optical Networks with Limited Wavelength Conversion.

Optical Networks with Limited Wavelength Conversion. Practical Routing and Wavelength Assignment algorithms for All Optical Networks with Limited Wavelength Conversion M.D. Swaminathan*, Indian Institute of Science, Bangalore, India. Abstract We present

More information

Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networks

Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networks Dynamic Subcarrier, Bit and Power Allocation in OFDMA-Based Relay Networs Christian Müller*, Anja Klein*, Fran Wegner**, Martin Kuipers**, Bernhard Raaf** *Communications Engineering Lab, Technische Universität

More information

Link Allocation, Routing, and Scheduling for Hybrid FSO/RF Wireless Mesh Networks

Link Allocation, Routing, and Scheduling for Hybrid FSO/RF Wireless Mesh Networks 86 J. OPT. COMMUN. NETW./VOL. 6, NO. 1/JANUARY 214 Yi Tang and Maïté Brandt-Pearce Link Allocation, Routing, and Scheduling for Hybrid FSO/RF Wireless Mesh Networks Yi Tang and Maïté Brandt-Pearce Abstract

More information

A Systematic Wavelength Assign Algorithm for Multicast in WDM Networks with Sparse Conversion Nodes *

A Systematic Wavelength Assign Algorithm for Multicast in WDM Networks with Sparse Conversion Nodes * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 5, 559-574 (009) A Systematic avelength Assign Algorithm for Multicast in DM Networks with Sparse Conversion Nodes * I-HSUAN PENG, YEN-EN CHEN AND HSIANG-RU

More information

OVER the past decade, the rapid development of bandwidth

OVER the past decade, the rapid development of bandwidth 1 Leveraging Light-Forest with Rateless Networ Coding to Design Efficient All-Optical Multicast Schemes for Elastic Optical Networs Lulu Yang, Long Gong, Fen Zhou, Bernard Cousin, Milós Molnár, and Zuqing

More information

A New Design for WDM Packet Switching Networks with Wavelength Conversion and Recirculating Buffering

A New Design for WDM Packet Switching Networks with Wavelength Conversion and Recirculating Buffering A New Design for WDM Packet Switching Networks with Wavelength Conversion and Recirculating Buffering Zhenghao Zhang and Yuanyuan Yang Department of Electrical & Computer Engineering State University of

More information

Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 15 (2008)

Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 15 (2008) Dynamics of Continuous, Discrete and Impulsive Systems Series B: Applications & Algorithms 15 (2008) 519-536 Copyright c 2008 Watam Press http://www.watam.org TRAFFIC GROOMING OPTIMIZATION IN MESH WDM

More information

A Heuristic Algorithm for Joint Power-Delay Minimization in Green Wireless Access Networks

A Heuristic Algorithm for Joint Power-Delay Minimization in Green Wireless Access Networks A Heuristic Algorithm for Joint Power-Delay Minimization in Green Wireless Access Networks Farah Moety, Samer Lahoud, Bernard Cousin, Kinda Khawam University of Rennes I - IRISA, France University of Versailles

More information

Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system

Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system Performance Analysis of Optimal Scheduling Based Firefly algorithm in MIMO system Nidhi Sindhwani Department of ECE, ASET, GGSIPU, Delhi, India Abstract: In MIMO system, there are several number of users

More information

OTemp: Optical Thermal Effect Modeling Platform User Manual

OTemp: Optical Thermal Effect Modeling Platform User Manual OTemp: Optical Thermal Effect Modeling Platform User Manual Version 1., July 214 Mobile Computing System Lab Department of Electronic and Computer Engineering The Hong Kong University of Science and Technology

More information

Energy Saving Routing Strategies in IP Networks

Energy Saving Routing Strategies in IP Networks Energy Saving Routing Strategies in IP Networks M. Polverini; M. Listanti DIET Department - University of Roma Sapienza, Via Eudossiana 8, 84 Roma, Italy 2 june 24 [scale=.8]figure/logo.eps M. Polverini

More information

To Fragment or Not To Fragment: Viability of NC OFDMA in Multihop Networks. Muhammad Nazmul Islam WINLAB, Rutgers University

To Fragment or Not To Fragment: Viability of NC OFDMA in Multihop Networks. Muhammad Nazmul Islam WINLAB, Rutgers University To Fragment or Not To Fragment: Viability of NC OFDMA in Multihop Networks Muhammad Nazmul Islam WINLAB, Rutgers University Availability of Non Contiguous Spectrum Demand for wireless services is increasing

More information

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks

A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks A Location-Aware Routing Metric (ALARM) for Multi-Hop, Multi-Channel Wireless Mesh Networks Eiman Alotaibi, Sumit Roy Dept. of Electrical Engineering U. Washington Box 352500 Seattle, WA 98195 eman76,roy@ee.washington.edu

More information

Partially Overlapped Channel Assignment for Multi-Channel Wireless Mesh Networks

Partially Overlapped Channel Assignment for Multi-Channel Wireless Mesh Networks Partially Overlapped Channel Assignment for Multi-Channel Wireless Mesh Networks A. Hamed Mohsenian Rad and Vincent W.S. Wong Department of Electrical and Computer Engineering The University of British

More information

Quality of Transmission Estimation in WDM and Elastic Optical Networks Accounting for Space Spectrum Dependencies

Quality of Transmission Estimation in WDM and Elastic Optical Networks Accounting for Space Spectrum Dependencies 676 J. OPT. COMMUN. NETW./VOL. 8, NO. 9/SEPTEMBER 2016 Sartzetakis et al. Quality of Transmission Estimation in WDM and Elastic Optical Networks Accounting for Space Spectrum Dependencies I. Sartzetakis,

More information

Degrees of Freedom of Multi-hop MIMO Broadcast Networks with Delayed CSIT

Degrees of Freedom of Multi-hop MIMO Broadcast Networks with Delayed CSIT Degrees of Freedom of Multi-hop MIMO Broadcast Networs with Delayed CSIT Zhao Wang, Ming Xiao, Chao Wang, and Miael Soglund arxiv:0.56v [cs.it] Oct 0 Abstract We study the sum degrees of freedom (DoF)

More information

Dynamic Rate Adjustment (DRA) Algorithm for WiMAX Systems Supporting Multicast Video Services

Dynamic Rate Adjustment (DRA) Algorithm for WiMAX Systems Supporting Multicast Video Services Dynamic Rate Adjustment (DRA) Algorithm for WiMAX Systems Supporting Multicast Video Services Ray-Guang Cheng, Wei-Jun Wang, and Chang-Lueng Chu Department of Electronic Engineering, National Taiwan University

More information

Routing and Wavelength Assignment in All-Optical DWDM Transport Networks with Sparse Wavelength Conversion Capabilities. Ala I. Al-Fuqaha, Ph.D.

Routing and Wavelength Assignment in All-Optical DWDM Transport Networks with Sparse Wavelength Conversion Capabilities. Ala I. Al-Fuqaha, Ph.D. Routing and Wavelength Assignment in All-Optical DWDM Transport Networks with Sparse Wavelength Conversion Capabilities Ala I. Al-Fuqaha, Ph.D. Overview Transport Network Architectures: Current Vs. IP

More information

On the Benefit of Tunability in Reducing Electronic Port Counts in WDM/TDM Networks

On the Benefit of Tunability in Reducing Electronic Port Counts in WDM/TDM Networks On the Benefit of Tunability in Reducing Electronic Port Counts in WDM/TDM Networks Randall Berry Dept. of ECE Northwestern Univ. Evanston, IL 60208, USA e-mail: rberry@ece.northwestern.edu Eytan Modiano

More information

Wavelength Assignment in Optical WDM Optical Network

Wavelength Assignment in Optical WDM Optical Network www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 9 September, 2014 Page No. 8064-8070 Wavelength Assignment in Optical WDM Optical Network Mudasir Ali

More information

ENERGY EFFICIENT WATER-FILLING ALGORITHM FOR MIMO- OFDMA CELLULAR SYSTEM

ENERGY EFFICIENT WATER-FILLING ALGORITHM FOR MIMO- OFDMA CELLULAR SYSTEM ENERGY EFFICIENT WATER-FILLING ALGORITHM FOR MIMO- OFDMA CELLULAR SYSTEM Hailu Belay Kassa, Dereje H.Mariam Addis Ababa University, Ethiopia Farzad Moazzami, Yacob Astatke Morgan State University Baltimore,

More information

Technical University Berlin Telecommunication Networks Group

Technical University Berlin Telecommunication Networks Group Technical University Berlin Telecommunication Networks Group Comparison of Different Fairness Approaches in OFDM-FDMA Systems James Gross, Holger Karl {gross,karl}@tkn.tu-berlin.de Berlin, March 2004 TKN

More information

SPREADING SEQUENCES SELECTION FOR UPLINK AND DOWNLINK MC-CDMA SYSTEMS

SPREADING SEQUENCES SELECTION FOR UPLINK AND DOWNLINK MC-CDMA SYSTEMS SPREADING SEQUENCES SELECTION FOR UPLINK AND DOWNLINK MC-CDMA SYSTEMS S. NOBILET, J-F. HELARD, D. MOTTIER INSA/ LCST avenue des Buttes de Coësmes, RENNES FRANCE Mitsubishi Electric ITE 8 avenue des Buttes

More information

Link Activation with Parallel Interference Cancellation in Multi-hop VANET

Link Activation with Parallel Interference Cancellation in Multi-hop VANET Link Activation with Parallel Interference Cancellation in Multi-hop VANET Meysam Azizian, Soumaya Cherkaoui and Abdelhakim Senhaji Hafid Department of Electrical and Computer Engineering, Université de

More information

Dynamic Routing and Spectrum Assignment in Brown-field Fixed/Flex Grid Optical Network. Tanjila Ahmed

Dynamic Routing and Spectrum Assignment in Brown-field Fixed/Flex Grid Optical Network. Tanjila Ahmed Dynamic Routing and Spectrum Assignment in Brown-field Fixed/Flex Grid Optical Network Tanjila Ahmed Outline ØAbstract ØWhy we need flexible grid? ØChallenges to handle mixed grid ØExisting Solutions ØOur

More information

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks

On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks On the problem of energy efficiency of multi-hop vs one-hop routing in Wireless Sensor Networks Symon Fedor and Martin Collier Research Institute for Networks and Communications Engineering (RINCE), Dublin

More information

Reti di Telecomunicazione. Channels and Multiplexing

Reti di Telecomunicazione. Channels and Multiplexing Reti di Telecomunicazione Channels and Multiplexing Point-to-point Channels They are permanent connections between a sender and a receiver The receiver can be designed and optimized based on the (only)

More information

Emerging Subsea Networks

Emerging Subsea Networks Optimization of Pulse Shaping Scheme and Multiplexing/Demultiplexing Configuration for Ultra-Dense WDM based on mqam Modulation Format Takanori Inoue, Yoshihisa Inada, Eduardo Mateo, Takaaki Ogata (NEC

More information

Spectral- and Energy-Efficient Transmission Over Frequency-Orthogonal Channels

Spectral- and Energy-Efficient Transmission Over Frequency-Orthogonal Channels Spectral- and Energy-Efficient Transmission Over Frequency-Orthogonal Channels Liang Dong Department of Electrical and Computer Engineering Baylor University Waco, Texas 76798, USA E-mail: liang dong@baylor.edu

More information

Gas Pipeline Construction

Gas Pipeline Construction Gas Pipeline Construction The figure below shows 5 pipelines under consideration by a natural gas company to move gas from its 2 fields to its 2 storage areas. The numbers on the arcs show the number of

More information

CHAPTER 5 SPECTRAL EFFICIENCY IN DWDM

CHAPTER 5 SPECTRAL EFFICIENCY IN DWDM 61 CHAPTER 5 SPECTRAL EFFICIENCY IN DWDM 5.1 SPECTRAL EFFICIENCY IN DWDM Due to the ever-expanding Internet data traffic, telecommunication networks are witnessing a demand for high-speed data transfer.

More information

Outline. Motivation Experimental Set-Up Theory behind the set-up Results Acknowledgements

Outline. Motivation Experimental Set-Up Theory behind the set-up Results Acknowledgements Outline Motivation Experimental Set-Up Theory behind the set-up Results Acknowledgements Motivation Attosecond pulses could be used to study time-dependence of atomic dynamics. Greater control of pulse

More information

Joint Relaying and Network Coding in Wireless Networks

Joint Relaying and Network Coding in Wireless Networks Joint Relaying and Network Coding in Wireless Networks Sachin Katti Ivana Marić Andrea Goldsmith Dina Katabi Muriel Médard MIT Stanford Stanford MIT MIT Abstract Relaying is a fundamental building block

More information

Near Optimal Joint Channel and Power Allocation Algorithms in Multicell Networks

Near Optimal Joint Channel and Power Allocation Algorithms in Multicell Networks Near Optimal Joint Channel and Power Allocation Algorithms in Multicell Networks Master Thesis within Optimization and s Theory HILDUR ÆSA ODDSDÓTTIR Supervisors: Co-Supervisor: Gabor Fodor, Ericsson Research,

More information

Dynamic Fair Channel Allocation for Wideband Systems

Dynamic Fair Channel Allocation for Wideband Systems Outlines Introduction and Motivation Dynamic Fair Channel Allocation for Wideband Systems Department of Mobile Communications Eurecom Institute Sophia Antipolis 19/10/2006 Outline of Part I Outlines Introduction

More information

The strictly non-blocking condition for three-stage networks

The strictly non-blocking condition for three-stage networks The strictly non-blocking condition for three-stage networks Martin Collier and Tommy Curran chool of Electronic Engineering, Dublin City University, Ireland Abstract A criterion for a three-stage network

More information

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN

CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN CHANNEL ASSIGNMENT AND LOAD DISTRIBUTION IN A POWER- MANAGED WLAN Mohamad Haidar Robert Akl Hussain Al-Rizzo Yupo Chan University of Arkansas at University of Arkansas at University of Arkansas at University

More information

DESIGN ROBUSTNESS OF SUBMARINE NETWORKS USING OPTICAL ADD AND DROP MULTIPLEXING

DESIGN ROBUSTNESS OF SUBMARINE NETWORKS USING OPTICAL ADD AND DROP MULTIPLEXING DESIGN ROUSTNESS OF SUMRINE NETWORKS USING OPTIL DD ND DROP MULTIPLEXING Vincent Letellier, Sébastien Dupont, Pierre Marmier (lcatel-lucent Submarine Networks) Email:

More information

Bandwidth Scaling in Ultra Wideband Communication 1

Bandwidth Scaling in Ultra Wideband Communication 1 Bandwidth Scaling in Ultra Wideband Communication 1 Dana Porrat dporrat@wireless.stanford.edu David Tse dtse@eecs.berkeley.edu Department of Electrical Engineering and Computer Sciences University of California,

More information

Traffic Grooming, Routing, and Wavelength Assignment in Optical WDM Mesh Networks

Traffic Grooming, Routing, and Wavelength Assignment in Optical WDM Mesh Networks Traffic Grooming, Routing, and Wavelength Assignment in Optical WDM Mesh Networks J.Q. Hu Boston University 15 St. Mary s Street Brookline, MA 02446 Email: hqiang@bu.edu Brett Leida Sycamore Networks 220

More information

On the Capacity Regions of Two-Way Diamond. Channels

On the Capacity Regions of Two-Way Diamond. Channels On the Capacity Regions of Two-Way Diamond 1 Channels Mehdi Ashraphijuo, Vaneet Aggarwal and Xiaodong Wang arxiv:1410.5085v1 [cs.it] 19 Oct 2014 Abstract In this paper, we study the capacity regions of

More information

PMUs Placement with Max-Flow Min-Cut Communication Constraint in Smart Grids

PMUs Placement with Max-Flow Min-Cut Communication Constraint in Smart Grids PMUs Placement with Max-Flow Min-Cut Communication Constraint in Smart Grids Ali Gaber, Karim G. Seddik, and Ayman Y. Elezabi Department of Electrical Engineering, Alexandria University, Alexandria 21544,

More information

Split spectrum: a multi-channel approach to elastic optical networking

Split spectrum: a multi-channel approach to elastic optical networking Split spectrum: a multi-channel approach to elastic optical networking Ming Xia, 1,* R. Proietti, 2 Stefan Dahlfort, 1 and S. J. B. Yoo 2 1 Ericsson Research Silicon Valley, 200 Holger Way, San Jose, California

More information

Optimizing Client Association in 60 GHz Wireless Access Networks

Optimizing Client Association in 60 GHz Wireless Access Networks Optimizing Client Association in 60 GHz Wireless Access Networks G Athanasiou, C Weeraddana, C Fischione, and L Tassiulas KTH Royal Institute of Technology, Stockholm, Sweden University of Thessaly, Volos,

More information

Joint Power-Delay Minimization in Green Wireless Access Networks

Joint Power-Delay Minimization in Green Wireless Access Networks Joint Power-Delay Minimization in Green Wireless Access Networks Farah Moety, Samer Lahoud, Kinda Khawam, Bernard Cousin University of Rennes I - IRISA, France University of Versailles - PRISM, France

More information

Revenue Maximization in an Optical Router Node Using Multiple Wavelengths

Revenue Maximization in an Optical Router Node Using Multiple Wavelengths Revenue Maximization in an Optical Router Node Using Multiple Wavelengths arxiv:1809.07860v1 [cs.ni] 15 Sep 2018 Murtuza Ali Abidini, Onno Boxma, Cor Hurkens, Ton Koonen, and Jacques Resing Department

More information

Optical Network Optimization based on Physical Layer Impairments

Optical Network Optimization based on Physical Layer Impairments Optical Network Optimization based on Physical Layer Impairments Joaquim F. Martins-Filho Photonics Group, Department of Electronics and Systems Federal University of Pernambuco - Recife Brazil jfmf@ufpe.br

More information

High Performance Phase Rotated Spreading Codes for MC-CDMA

High Performance Phase Rotated Spreading Codes for MC-CDMA 2016 International Conference on Computing, Networking and Communications (ICNC), Workshop on Computing, Networking and Communications (CNC) High Performance Phase Rotated Spreading Codes for MC-CDMA Zhiping

More information

Networks with Sparse Wavelength Conversion. By: Biao Fu April 30,2003

Networks with Sparse Wavelength Conversion. By: Biao Fu April 30,2003 Networks with Sparse Wavelength Conversion By: Biao Fu April 30,2003 Outline Networks with Sparse Wavelength Converters Introduction Blocking Probability calculation Blocking Performance Simulation Wavelength

More information

Improvement in reliability of coverage using 2-hop relaying in cellular networks

Improvement in reliability of coverage using 2-hop relaying in cellular networks Improvement in reliability of coverage using 2-hop relaying in cellular networks Ansuya Negi Department of Computer Science Portland State University Portland, OR, USA negi@cs.pdx.edu Abstract It has been

More information

Hype, Myths, Fundamental Limits and New Directions in Wireless Systems

Hype, Myths, Fundamental Limits and New Directions in Wireless Systems Hype, Myths, Fundamental Limits and New Directions in Wireless Systems Reinaldo A. Valenzuela, Director, Wireless Communications Research Dept., Bell Laboratories Rutgers, December, 2007 Need to greatly

More information

On the Design of Underwater Acoustic Cellular Systems

On the Design of Underwater Acoustic Cellular Systems On the Design of Underwater Acoustic Cellular Systems Milica Stojanovic Massachusetts Institute of Technology millitsa@mit.edu Abstract The design of a cellular underwater network is addressed from the

More information

Optimized Parallel Transmission in Elastic Optical Networks to Support High-Speed Ethernet

Optimized Parallel Transmission in Elastic Optical Networks to Support High-Speed Ethernet Optimized Parallel Transmission in Elastic Optical Networks to Support High-Speed Ethernet Xiaomin Chen 1, Admela Jukan 1, Ashwin Gumaste 2 Technische Universität Carolo-Wilhelmina zu Braunschweig, Germany

More information

Cisco PONC Pavan Voruganti Senior Product Manager. March 2015

Cisco PONC Pavan Voruganti Senior Product Manager. March 2015 Cisco PONC 2015 Pavan Voruganti Senior Product Manager March 2015 Bandwidth Explosion With a progressive uptake of video, IP, audio and cloud the compound annual growth rate (CAGR) of IP traffic is above

More information

Enabling transparent technologies for the development of highly granular flexible optical cross-connects

Enabling transparent technologies for the development of highly granular flexible optical cross-connects Enabling transparent technologies for the development of highly granular flexible optical cross-connects D. Klonidis 1, S. Sygletos 2, D.M. Marom 3, S. Fabbri 2, A. Ellis 2, E. Pincemin 4, C. Betoule 4,

More information

Performance Limitations of WDM Optical Transmission System Due to Cross-Phase Modulation in Presence of Chromatic Dispersion

Performance Limitations of WDM Optical Transmission System Due to Cross-Phase Modulation in Presence of Chromatic Dispersion Performance Limitations of WDM Optical Transmission System Due to Cross-Phase Modulation in Presence of Chromatic Dispersion M. A. Khayer Azad and M. S. Islam Institute of Information and Communication

More information

MC CDMA PAPR Reduction Using Discrete Logarithmic Method

MC CDMA PAPR Reduction Using Discrete Logarithmic Method International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 4 (June 2012), PP.38-43 www.ijerd.com MC CDMA PAPR Reduction Using Discrete Logarithmic Method B.Sarala 1,

More information

Routing and spectrum assignment in flexible optical networks using hybrid transponders

Routing and spectrum assignment in flexible optical networks using hybrid transponders International Journal of Innovation and Applied Studies ISSN 08-934 Vol. 9 No. Nov. 04, pp. 5-59 04 Innovative Space of Scientific Research Journals http://www.ijias.issr-journals.org/ Routing and spectrum

More information

[Raghuwanshi*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Raghuwanshi*, 4.(8): August, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY PERFORMANCE ANALYSIS OF INTEGRATED WIFI/WIMAX MESH NETWORK WITH DIFFERENT MODULATION SCHEMES Mr. Jogendra Raghuwanshi*, Mr. Girish

More information

Fast Placement Optimization of Power Supply Pads

Fast Placement Optimization of Power Supply Pads Fast Placement Optimization of Power Supply Pads Yu Zhong Martin D. F. Wong Dept. of Electrical and Computer Engineering Dept. of Electrical and Computer Engineering Univ. of Illinois at Urbana-Champaign

More information

Dynamic Subchannel and Bit Allocation in Multiuser OFDM with a Priority User

Dynamic Subchannel and Bit Allocation in Multiuser OFDM with a Priority User Dynamic Subchannel and Bit Allocation in Multiuser OFDM with a Priority User Changho Suh, Yunok Cho, and Seokhyun Yoon Samsung Electronics Co., Ltd, P.O.BOX 105, Suwon, S. Korea. email: becal.suh@samsung.com,

More information

SPATIAL DIVERSITY TECHNIQUES IN MIMO WITH FREE SPACE OPTICAL COMMUNICATION

SPATIAL DIVERSITY TECHNIQUES IN MIMO WITH FREE SPACE OPTICAL COMMUNICATION SPATIAL DIVERSITY TECHNIQUES IN MIMO WITH FREE SPACE OPTICAL COMMUNICATION Ruchi Modi 1, Vineeta Dubey 2, Deepak Garg 3 ABESEC Ghaziabad India, IPEC Ghaziabad India, ABESEC,Gahziabad (India) ABSTRACT In

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

of efficient and effective DA-RSA algorithms that build upon list scheduling concepts. The numerical results indicate that as the network size

of efficient and effective DA-RSA algorithms that build upon list scheduling concepts. The numerical results indicate that as the network size ABSTRACT TALEBI, SAHAR. On Routing and Spectrum Assignment in Elastic Optical Networks. (Under the direction of Dr. George Rouskas and Dr. Rudra Dutta.) In recent years, OFDM has been the focus of extensive

More information

BSc (Hons) Computer Science with Network Security BEng (Hons) Electronic Engineering

BSc (Hons) Computer Science with Network Security BEng (Hons) Electronic Engineering BSc (Hons) Computer Science with Network Security BEng (Hons) Electronic Engineering Cohort: BCNS/16B/FT Examinations for 2016-2017 / Semester 1 Resit Examinations for BEE/12/FT MODULE: DATA COMMUNICATIONS

More information

UL/DL Mode Selection and Transceiver Design for Dynamic TDD Systems

UL/DL Mode Selection and Transceiver Design for Dynamic TDD Systems UL/DL Mode Selection and Transceiver Design for Dynamic TDD Systems 1 UL/DL Mode Selection and Transceiver Design for Dynamic TDD Systems Antti Tölli with Ganesh Venkatraman, Jarkko Kaleva and David Gesbert

More information

EXAMINATION FOR THE DEGREE OF B.E. and M.E. Semester

EXAMINATION FOR THE DEGREE OF B.E. and M.E. Semester EXAMINATION FOR THE DEGREE OF B.E. and M.E. Semester 2 2009 101908 OPTICAL COMMUNICATION ENGINEERING (Elec Eng 4041) 105302 SPECIAL STUDIES IN MARINE ENGINEERING (Elec Eng 7072) Official Reading Time:

More information

FREQUENCY reuse enables reusing the same frequency in

FREQUENCY reuse enables reusing the same frequency in IEEE TRANSACTIONS ON WIRELESS COMMUNICATIONS, VOL. 16, NO. 6, JUNE 2017 3435 Scalable D2D Communications for Frequency Reuse 1in5G Daniel Verenzuela, Student Member, IEEE, and Guowang Miao, Senior Member,

More information

Combined Transmitter Diversity and Multi-Level Modulation Techniques

Combined Transmitter Diversity and Multi-Level Modulation Techniques SETIT 2005 3rd International Conference: Sciences of Electronic, Technologies of Information and Telecommunications March 27 3, 2005 TUNISIA Combined Transmitter Diversity and Multi-Level Modulation Techniques

More information

ITLinQ: A New Approach for Spectrum Sharing in Device-to-Device Networks

ITLinQ: A New Approach for Spectrum Sharing in Device-to-Device Networks ITLinQ: A New Approach for Spectrum Sharing in Device-to-Device Networks Salman Avestimehr In collaboration with Navid Naderializadeh ITA 2/10/14 D2D Communication Device-to-Device (D2D) communication

More information

Study of Location Management for Next Generation Personal Communication Networks

Study of Location Management for Next Generation Personal Communication Networks Study of Location Management for Next Generation Personal Communication Networks TEERAPAT SANGUANKOTCHAKORN and PANUVIT WIBULLANON Telecommunications Field of Study School of Advanced Technologies Asian

More information

Designing Wireless Radio Access Networks for Third Generation Cellular Networks

Designing Wireless Radio Access Networks for Third Generation Cellular Networks Designing Wireless Radio Access Networks for Third Generation Cellular Networks Tian Bu Bell Laboratories Lucent Technologies Holmdel, New Jersey 07733 Email: tbu@dnrc.bell-labs.com Mun Choon Chan Dept.

More information

Cross-layer and Dynamic Network Orchestration based on Optical Performance Monitoring

Cross-layer and Dynamic Network Orchestration based on Optical Performance Monitoring 1 Cross-layer and Dynamic Network Orchestration based on Optical Performance Monitoring K. Christodoulopoulos 1,2, I. Sartzetakis 1,2, P. Soumplis 3, E. Varvarigos 1,2 1 Computer Technology Institute,

More information

Algorithm for wavelength assignment in optical networks

Algorithm for wavelength assignment in optical networks Vol. 10(6), pp. 243-250, 30 March, 2015 DOI: 10.5897/SRE2014.5872 Article Number:589695451826 ISSN 1992-2248 Copyright 2015 Author(s) retain the copyright of this article http://www.academicjournals.org/sre

More information

MOTIVATED by the rapid progress of solid state lighting

MOTIVATED by the rapid progress of solid state lighting Brightness Control in Dynamic Range Constrained Visible Light OFDM Systems Zhenhua Yu, Student Member, IEEE, Robert J Baxley, Member, IEEE, and G Tong Zhou, Fellow, IEEE arxiv:3493v [csit] 6 Jan 4 Abstract

More information

ABSTRACT. they can be efficiently extended to meet the wireless communication demands.

ABSTRACT. they can be efficiently extended to meet the wireless communication demands. ABSTRACT Title of dissertation: COMPRESSIVE QUANTIZATION FOR SCALABLE CLOUD RADIO ACCESS NETWORKS Hang Ma, Doctor of Philosophy, 2016 Dissertation directed by: Professor K. J. Ray Liu Department of Electrical

More information

Analysis of Self Phase Modulation Fiber nonlinearity in Optical Transmission System with Dispersion

Analysis of Self Phase Modulation Fiber nonlinearity in Optical Transmission System with Dispersion 36 Analysis of Self Phase Modulation Fiber nonlinearity in Optical Transmission System with Dispersion Supreet Singh 1, Kulwinder Singh 2 1 Department of Electronics and Communication Engineering, Punjabi

More information

The Capability of Error Correction for Burst-noise Channels Using Error Estimating Code

The Capability of Error Correction for Burst-noise Channels Using Error Estimating Code The Capability of Error Correction for Burst-noise Channels Using Error Estimating Code Yaoyu Wang Nanjing University yaoyu.wang.nju@gmail.com June 10, 2016 Yaoyu Wang (NJU) Error correction with EEC June

More information

A REVIEW ON PLACEMENT OF WAVELENGTH CONVERTERS IN WDM P-CYCLE NETWORK

A REVIEW ON PLACEMENT OF WAVELENGTH CONVERTERS IN WDM P-CYCLE NETWORK A REVIEW ON PLACEMENT OF WAVELENGTH CONVERTERS IN WDM P-CYCLE NETWORK Rupali Agarwal 1 and Rachna Asthana 2 1 Department of Electronics and Communication Engineering, BBDGEI, Lucknow roopali.ipec@gmail.com

More information

On the Unicast Capacity of Stationary Multi-channel Multi-radio Wireless Networks: Separability and Multi-channel Routing

On the Unicast Capacity of Stationary Multi-channel Multi-radio Wireless Networks: Separability and Multi-channel Routing 1 On the Unicast Capacity of Stationary Multi-channel Multi-radio Wireless Networks: Separability and Multi-channel Routing Liangping Ma arxiv:0809.4325v2 [cs.it] 26 Dec 2009 Abstract The first result

More information

Partial overlapping channels are not damaging

Partial overlapping channels are not damaging Journal of Networking and Telecomunications (2018) Original Research Article Partial overlapping channels are not damaging Jing Fu,Dongsheng Chen,Jiafeng Gong Electronic Information Engineering College,

More information