Dynamic Routing and Spectrum Assignment Algorithms in Flexible Optical Networks: An Overview

Size: px
Start display at page:

Download "Dynamic Routing and Spectrum Assignment Algorithms in Flexible Optical Networks: An Overview"

Transcription

1 2012 7th International ICST Conference on Communications and Networking in China (CHINACOM) Dynamic Routing and Spectrum Assignment Algorithms in Flexible Optical Networks: An Overview Nan Hua*, Yang Liu, Xin Wan, Xiaoping Zheng State Key Laboratory on Integrated Optoelectronics, Tsinghua National Laboratory for Information Science and Technology, Department of Electronic Engineering, Tsinghua University, Beijing , P.R China * huan03@mails.tsinghua.edu.cn Zhigang Liu Institute of China Electronic Equipment System Engineering Company, Beijing, , P. R. China Abstract-In this paper, we examine the current research on the dynamic routing and spectrum assignment (RSA) problem in flexible optical networks. The existing RSA algorithms are classified into three main categories: fixed routing (FR), fixed alternative routing (FAR) and adaptive routing (AR). We select the representative algorithms within each category, and briefly introduce their concept, advantage and drawback. Comparison among these algorithms is made in respect of blocking performance, computational complexity and so on. Keywords - flexible optical networks; routing and spectrum assignment (RSA); orthogonal frequency division multiplexing (OFDM); spectrum segments I. INTRODUCTION Traditional wavelength division multiplexing (WDM) is an enabling technology for high-speed optical networks to meet the exponential growing demands of the Internet traffic [1, 2]. However, since the optical WDM networks strictly follow the rigid ITU-T grids, they suffer from coarse bandwidth granularity and significant granularity mismatch, thus causing inefficient resource utilization. Optical orthogonal frequency division multiplexing (OOFDM) has been proposed as a promising solution to this problem due to its high spectrum utilization and flexibility [3-5]. Using this technology, novel flexible optical network architecture, i.e. spectrum-sliced elastic optical path network (SLICE), has been proposed in [6] and [7]. As one of the key enabling technologies in flexible optical networks, the dynamic routing and spectrum assignment (RSA), which computes a path for a connection request and assigns an available spectrum segment with contiguous frequency slots, has recently attracted a lot of attention. In flexible optical networks, the conventional wavelength-continuity constraints (WCC) that exists in the traditional WDM networks are transformed to more rigorous spectrum-continuity constraints (SCC). Two rules should be satisfied in SCC. The first is the spectrum continuity rule. This rule guarantees that the spectrum segment which is assigned to a certain lightpath consists of contiguous frequency slots, and is the same over all the links comprising this lightpath. The second one is the spectrum nonoverlap rule. This rule ensures that the two signals transported on the same link are assigned to different spectrum segments without overlaps. The SCC make the RSA problem more complicated than the well-known routing and wavelength assignment (RWA) problem in WDM networks. In order to solve the dynamic RSA problem, a number of different algorithms have already been proposed in the literature. These algorithms can be classified into three main categories: fixed shortest-path routing (FR), fixed alternative routing (FAR) and adaptive routing (AR), which are all inherited from the traditional WDM networks. Literature [8-12] focuses on the FR-based RSA solution. In order to obtain lower blocking probability, FAR-based RSA algorithms are proposed in [7, 13-17]. Among these FR- and FAR-based algorithms, the first-fit (FF) spectrum assignment scheme is most used [7-10, 12, 13, 17]. To increase spectrum resource utilization, the most-used (MU) spectrum assignment scheme is used in [14] and [16], which is widely employed in the traditional WDM networks. In [15], a maximize common large segment (MCLS) scheme is proposed. This scheme achieves higher resource utilization than FF and MU. In order to reduce blocking during the signaling process, a collisionaware weight based fit (CWF) scheme is proposed in [11]. Adaptive routing can significantly reduce the blocking probability in dynamic flexible optical networks. Related work can be found in [18-22]. In [18], a least congested conditioned to modulation format (LC MF) algorithm is proposed. This algorithm computes a path at the source node based on available aggregated bandwidth information flooded by an OSPF-TE extension. For spectrum assignment, the FF scheme is used during the signaling process. In [19] and [22], the authors propose a modified Dijkstra shortest path (MSP) algorithm, which perform complete RSA computation (both routing and spectrum assignment) at the source node. The MSP algorithm relies on OSPF-TE extensions to disseminate the spectrum state of each link. As a shortest-path-based routing algorithm, MSP is not able to obtain optimal routes in flexible optical networks. In order to obtain optimal routes, two traversal-based algorithms, i.e. the spectrum-constraint path vector searching (SCPVS) algorithm and the entire path searching (EPS) algorithm, are proposed in [19, 22] and [20], /12/$ IEEE

2 respectively. However, since these two algorithms have factorial computational complexity, they are not suitable to be used in large real networks. To solve this problem, a spectrumscan routing (SSR) algorithm is proposed in [20]. This algorithm can obtain an optimal route in polynomial time. The authors later extend the SSR and propose a discrete spectrumscan routing (DSSR) algorithm in [21], which can be applied to both the slot-based and the gridless flexible networks. Literature [23-25] focuses on spectral defragmentation, which rearranges the routes and allocated spectrum of existing connections, to accommodate new connection requests. The spectral defragmentation algorithms try to move the spectral fragments of a link into a continuous block, thus obtaining consecutive unallocated spectrum slots. The remainder of this paper is organized as follows. Section II introduces the FR- and FAR-based RSA algorithms. Section III introduces the adaptive RSA algorithms. Section IV makes a comparison among different RSA algorithms. Finally conclusions are given in Section V. II. FIXED ROUTING AND FIXED ALTERNATIVE ROUTING A. Fixed shortest-path Routing (FR) FR is a widely-used solution for the dynamic RSA problem because of its simplicity. FR is a two-step approach, where the routing and the spectrum assignment are processed separately. For routing, each node maintains a static pre-calculated routing table which contains the shortest paths for each destination node. When a connection request arrives, the routing controller of the source node searches its routing table by the destination address, and selects the corresponding path. Spectrum assignment is based on the spectrum aggregation operation, which explores the selected path (in the routing step) and calculates the aggregated available spectrum along this path. Based on the aggregated spectrum, the spectrum assignment schemes, e.g. the FF, MU, MCLS and CWF mentioned in Section I, will be used to calculate a spectrum segment for the connection. Spectrum assignment can be performed either in the source node or during the signaling process. In the second case, the change of the link state (availability of each frequency slot) is not required to be disseminated throughout the network, thus reducing the control plane (CP) bandwidth consumption. An example of the FR-based RSA computational process is shown in Fig. 1. B. Fixed Alternative Routing (FAR) The blocking probability of the FR is high. It can be seen in Fig. 2 that if the available resource on the pre-calculated path (P 1 ) can not satisfy a connection request, this connection will not be established, without considering other paths. Figure 2. An example of a FAR-based RSA computaional process (from source S to destination D). FAR is proposed to improve the blocking performance. It is also a two-step approach. Different from FR, at least two candidate paths will be pre-calculated for each destination. When a connection request arrives, the routing controller searches the pre-calculated routing table, selects the candidate paths in sequence, and processes the spectrum assignment for each candidate, either sequentially in the source node, or in parallel during the signaling process. In Fig. 2, the connection can be established successfully on the second shortest path (P 2 ) with the FAR-based RSA algorithm. III. ADAPTIVE ROUTING Adaptive routing is a one-step approach that jointly considers routing and spectrum assignment at the source node. AR requires real-time update of the whole network state, which can be realized through extended link state advertisement (LSA) flooding. In this section, the concept of four representative ARbased algorithms, i.e. MSP, EPS, SSR and DSSR, will be introduced. A. Modified Dijkstra Shortest Path (MSP) Different from the classic Dijkstra algorithm, the MSP algorithm performs the spectrum aggregation operation each time a new neighbor is to be added to the candidate list. If the aggregated available spectrum can not satisfy the required bandwidth, this candidate will be discarded and will not be added to the candidate list. Fig. 3(a) shows an example of MSP that successfully find a route. However in some cases, MSP are not able to find a route although such a route exists. It can be seen in Fig. 3(b) that <S- 1-2-D> is an available path that satisfies the requested bandwidth. However this path will never be added to the routing table since it will be discarded at Node 2 due to larger hops. Figure 1. An example of the FR-based RSA computational process (from source S to destination D). The computational complexity of MSP is O(N 2 ), where N is the node number of the network. This complexity is at the same level as that of the classic Dijkstra algorithm. 252

3 S 2 D 1 no available spectrum request: can cover the slots of requested bandwidth. By shifting the SW slot-by-slot from the start to the end of the spectrum pool, SSR can scan all available spectrum segments (Fig.5). Each time the SW shifts to a new scanning point (SP), the network topology is pruned of occupied links, and then the classic Dijkstra algorithm can be used to calculate a candidate shortest route. Finally, SSR selects the shortest route among all the candidates as the optimal route. (a) no available spectrum S 2 D request: 1 longer path Figure 5. The spectrum-scan routing procedure. (b) Figure 3. Two examples of the MSP algorithm: (a) successful routing computation; (b) failed routing computation. B. Entire Path Searching (EPS) In order to achieve optimal routing (find a shortest available path if it exists) for dynamic flexible optical networks, the traversal-based algorithms such as EPS are proposed. Fig. 4 shows an example of the EPS procedure. The only difference between EPS and MSP is, the former will never discard a longer available path before a shortest path to the destination node is found. D. Discrete Spectrum-Scan Routing (DSSR) DSSR is the extension of SSR, which can be applied to the gridless flexible networks. The DSSR algorithm is based on spectrum discretization, which discretizes a continuous spectrum with the end frequencies of the existing spectrum segments. The DSSR procedure in a three-node ring network is described in Fig.6. In this procedure, the end frequencies of the spectrum segments assigned to all established connections (C1, C2, and C3) are regarded as the SPs, which mark the possible start of a new spectrum segment. Then DSSR uses the same scanning procedure as that in SSR to find the optimal route. Figure 4. An example of the EPS procedure. (a) It can be seen that EPS considers every possible path to the destination, and consequently has a factorial computational complexity - O(N!). Because of the high complexity, such kind of algorithms is not suitable to be used in large real networks. C. Spectrum-Scan Routing (SSR) The SSR algorithm is proposed to reduce the computational complexity for optimal routing in dynamic flexible optical networks. SSR requires the spectrum pool to follow discrete frequency slots. It introduces a spectrum window (SW) which (b) Figure 6. The DSSR procedure for a new connection request (C4): (a) spectrum discretization; (b) topology and established connections. 253

4 TABLE I. COMPARISON OF DYNAMIC RSA SCHEME FR/FAR LC MF MSP SCPVS/EPS SSR DSSR Optimal Path Computation Computational Complexity Resource Utilization Adapted to gridless networks Blocking Performance CP Bandwidth Consumption - the best - the worst The number of times that DSSR implements the Dijkstra algorithm (complexity - O(N 2 )) depends on the number of established connections, which will not increase faster than polynomial with the network scale. Therefore, the total computational complexity of DSSR is also polynomial. IV. ALGORITHM COMPARISON An overall comparison among the FR, FAR, LC MF, MSP, SCPVS, EPS, SSR and DSSR algorithms are shown in Tab. 1. As the optimal RSA algorithms, the SCPVS, EPS, SSR and DSSR outperform others in respect of the blocking performance and the resource utilization. However among these four algorithms, since SCPVS and EPS have factorial computational complexity, they are not suitable to be applied to real large networks. Comparatively, SSR and DSSR have much lower computational complexity of polynomial and become the best among all the algorithms. FR and FAR have both low blocking performance and inefficient resource utilization. However, they are still practical solution for the dynamic RSA problem because of their low computational complexity and low CP bandwidth consumption. V. CONCLUSIONS In this paper, we examine the current research on the dynamic RSA problem in flexible optical networks. The existing RSA algorithms can be classified into three main categories: FR, FAR and AR. We select the representative algorithms in each category, briefly introduce their concept, and compare their performance such as the blocking performance and computational complexity. The DSSR algorithm outperforms the others in respect of the blocking performance and the resource utilization. Its computational complexity is also acceptable. Although FR and FAR have low blocking performance, they are still practical solution for the dynamic RSA problem because of their low computational complexity and low CP bandwidth consumption. ACKNOWLEDGMENT This work was supported in part by projects under National 863 Program grant No. 2012AA011301, National 973 Program grant No. 2010CB328203, 2010CB328205, and NSFC under grant No REFERENCES [1] ITU-T G.694.1, Spectral grids for WDM applications: DWDM frequency grid, [2] C. A. Brackett, "Dense wavelength division multiplexing networks: principles and applications, " IEEE Journal on Selected Areas in Communications, 8(6): , [3] Q. Yang, Y. Ma, and W. Shieh, 107 Gb/s Coherent Optical OFDM Reception Using Orthogonal Band Multiplexing, IEEE/OSA OFC/NFOEC 2008, PDP7, [4] W. Shieh, X. Yi, Y. Ma, and Q. Yang, "Coherent optical OFDM: has its time come?," J. Opt. Netw. 7, , [5] L. Mehedy, M. Bakaul, and A. Nirmalathas, "Single-Channel Directly Detected Optical-OFDM Towards Higher Spectral Efficiency and Simplicity in 100 Gb/s Ethernet and Beyond," J. Opt. Commun. Netw. 3, , [6] M. Jinno, H. Takara, B. Kozicki, Y. Tsukishima, Y. Sone, and S. Matsuoka, Spectrum-efficient and scalable elastic optical path network: architecture, benefits, and enabling technologies, IEEE Communications Magazine, vol. 47, no. 11, pp , [7] M. Jinno, B. Kozicki, H. Takara, A. Watanabe, Y. Sone, T. Tanaka, and A. Hirano, Distance-adaptive spectrum resource allocation in spectrum-sliced elastic optical path network, IEEE Communications Magazine, vol. 48, no. 8, pp , [8] G. Shen, Q. Yang, From Coarse Grid to Mini-Grid to Gridless: How Much can Gridless Help Contentionless?, IEEE/OSA OFC/NFOEC 2011, OTuI3, [9] X. Wang, Q. Zhang, I. Kim, P. Palacharla, M. Sekiya, Blocking Performance in Dynamic Flexible Grid Optical Networks What is the Ideal Spectrum Granularity?, ECOC 2011, Mo.2.K.6, [10] S. Thiagarajan, M. Frankel, D. Boertjes, Spectrum Efficient Super- Channels in Dynamic Flexible Grid Networks A Blocking Analysis, IEEE/OSA OFC/NFOEC 2011, OTuI6, [11] X. Wang, Y. Zhao, X. Yu, J. Zhao, Collision-aware Spectrum Assignment Scheme for Flexible Bandwidth Optical Networks, ICCSEE 2012, [12] R. Muñoz, R. Casellas, R. Martínez, Dynamic Distributed Spectrum Allocation in GMPLS controlled Elastic Optical Networks, ECOC 2011, Tu.5.K.4, [13] T. Takagi, H. Hasegawa, K. Sato, et al, Dynamic Routing and Frequency Slot Assignment for Elastic Optical Path Networks that Adopt Distance Adaptive Modulation, IEEE/OSA OFC/NFOEC 2011, OTuI7, [14] K. Christodoulopoulos, I. Tomkos, E. Varvarigos, Dynamic Bandwidth Allocation in Flexible OFDM-based Networks, IEEE/OSA OFC/NFOEC 2011, OTuI5,

5 [15] Y. Sone, A. Hirano, et al, Routing and Spectrum Assignment Algorithm Maximizes Spectrum Utilization in Optical Networks, ECOC 2011, Mo.1.K.3, 2011 [16] R. Casellas, R. Muñoz, J. Fàbrega, et al, Experimental assessment of a combined PCE-RMA and distributed spectrum allocation mechanism for GMPLS Elastic CO-OFDM Optical Networks, IEEE/OSA OFC/NFOEC 2012, OM3G.1, [17] Qiushi Jin, Lei Wang, Xin Wan, Xiaoping Zheng, Bingkun Zhou, Study of dynamic routing and spectrum assignment schemes in bandwidth flexible optical networks, IEEE/OSA/SPIE ACP 2011, , [18] N. Sambo, F. Cugini, G. Bottari, P. Iovanna, P. Castoldi, Distributed Setup in Optical Networks with Flexible Grid, ECOC 2011, We.10.P1.100, [19] X. Wan, L. Wang, N. Hua, H. Zhang, X. Zheng, Dynamic Routing and Spectrum Assignment in Flexible Optical Path Networks, IEEE/OSA OFC/NFOEC 2011, JWA55, [20] Y. Liu, N. Hua, X. Wan and X. Zheng, A Spectrum-Scan Routing Scheme in Flexible Optical Networks, IEEE/OSA/SPIE ACP 2011, , [21] Y. Liu, N. Hua, X. Zheng, H. Zhang, B. Zhou, Discrete Spectrum-Scan Routing Based on Spectrum Discretization in Flexible Optical Networks, IEEE/OSA OFC/NFOEC 2012, JTh2A.49, [22] X. Wan, N. Hua, H. Zhang, X. Zheng Study on dynamic routing and spectrum assignment in bitrate flexible optical networks, accepted by Photonic Network Communications, [23] T. Takagi, H. Hasegawa, K. Sato, Y. Sone, A. Hirano, M. Jinno, Disruption Minimized Spectrum Defragmentation in Elastic Optical Path Networks that Adopt Distance Adaptive Modulation, ECOC 2011, Mo.2.K.3, [24] K. Wen, Y. Yin, D. Geisler, S. Chang, S. Yoo, Dynamic On-demand Lightpath Provisioning Using Spectral Defragmentation in Flexible Bandwidth Networks, ECOC 2011, Mo.2.K.4, [25] X. Yu, J. Zhang, Y. Zhao, T. Peng, Y. Bai, et al, Spectrum Compactness based Defragmentation in Flexible Bandwidth Optical Networks, IEEE/OSA OFC/NFOEC 2012, JTh2A.35,

Dynamic RMSA in Spectrum-Sliced Elastic Optical Networks for High-Throughput Service Provisioning

Dynamic RMSA in Spectrum-Sliced Elastic Optical Networks for High-Throughput Service Provisioning 2013 International Conference on Computing, Networking and Communications, Optical and Grid Networking Symposium Dynamic RMSA in Spectrum-Sliced Elastic Optical Networks for High-Throughput Service Provisioning

More information

Spectrum Allocation Policies in Fragmentation Aware and Balanced Load Routing for Elastic Optical Networks

Spectrum Allocation Policies in Fragmentation Aware and Balanced Load Routing for Elastic Optical Networks Spectrum Allocation Policies in Fragmentation Aware and Balanced Load Routing for Elastic Optical Networks André C. S. Donza, Carlos R. L. Francês High Performance Networks Processing Lab - LPRAD Universidade

More information

Survivable Multipath Provisioning in OFDM-Based Flexible Optical Networks

Survivable Multipath Provisioning in OFDM-Based Flexible Optical Networks Survivable Multipath Provisioning in OFDM-Based Flexible Optical Networks Nan Xiao and Lu Ruan Department of Computer Science Iowa Stat University, Ames, IA 11 Email: {nxiao, ruanlu}@iastate.edu Abstract

More information

Performance Evaluation of Non-Hitless Spectrum Defragmentation Algorithms in Elastic Optical Networks

Performance Evaluation of Non-Hitless Spectrum Defragmentation Algorithms in Elastic Optical Networks Performance Evaluation of Non-Hitless Spectrum Defragmentation Algorithms in Elastic Optical Networks Sergio Fernández Martínez and Diego P. Pinto-Roa Facultad Politécnica Universidad Nacional de Asunción

More information

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 33, NO. 1, JANUARY 1,

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 33, NO. 1, JANUARY 1, JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 33, NO. 1, JANUARY 1, 2015 275 Dynamic Multipath Routing With Traffic Grooming in OFDM-Based Elastic Optical Path Networks Zheyu Fan, Student Member, IEEE, Yang Qiu,

More information

An Evolutionary Algorithm Approach for Dedicated Path Protection Problem in Elastic Optical Networks

An Evolutionary Algorithm Approach for Dedicated Path Protection Problem in Elastic Optical Networks An Evolutionary Algorithm Approach for Dedicated Path Protection Problem in Elastic Optical Networks Mirosław Klinkowski Department of Transmission and Optical Technologies, National Institute of Telecommunications,

More information

Contribution to the Defragmentation of the Frequency Spectrum of Elastic Optical Networks by Using Independent Sets in a Graph

Contribution to the Defragmentation of the Frequency Spectrum of Elastic Optical Networks by Using Independent Sets in a Graph International Journal of Computer Science and Telecommunications [Volume 6, Issue 3, March 2015] 1 ISSN 2047-3338 Contribution to the Defragmentation of the Frequency Spectrum of Elastic Optical Networks

More information

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 31, NO. 1, JANUARY 1,

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 31, NO. 1, JANUARY 1, JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 31, NO. 1, JANUARY 1, 2013 15 Dynamic Service Provisioning in Elastic Optical Networks With Hybrid Single-/Multi-Path Routing Zuqing Zhu, Senior Member, IEEE, Wei

More information

Spectrum Allocation Policies for Flex Grid Network with Data Rate Limited Transmission

Spectrum Allocation Policies for Flex Grid Network with Data Rate Limited Transmission Spectrum Allocation Policies for Flex Grid Network with Data Rate Limited Transmission Kruthika Lohith 1, Triveni C L 2, Dr. P.C Srikanth 3 1Malnad College of Engineering, Hassan, Karnataka 2 Asst Professor,

More information

Bandwidth Defragmentation in Dynamic Elastic Optical Networks with Minimum Traffic Disruptions

Bandwidth Defragmentation in Dynamic Elastic Optical Networks with Minimum Traffic Disruptions IEEE ICC 2013 - Optical Networks and Systems Bandwidth Defragmentation in Dynamic Elastic Optical Networks with Minimum Traffic Disruptions Mingyang Zhang, Weiran Shi, Long Gong, Wei Lu, Zuqing Zhu School

More information

Optimal Design for Shared Backup Path Protected Elastic Optical Networks Under Single-Link Failure

Optimal Design for Shared Backup Path Protected Elastic Optical Networks Under Single-Link Failure Shen et al. VOL. 6, NO. 7/JULY 2014/J. OPT. COMMUN. NETW. 649 Optimal Design for Shared Backup Path Protected Elastic Optical Networks Under Single-Link Failure Gangxiang Shen, Yue Wei, and Sanjay K. Bose

More information

Dynamic Service Provisioning of Advance Reservation Requests in Elastic Optical Networks

Dynamic Service Provisioning of Advance Reservation Requests in Elastic Optical Networks JOURNAL OF LIGHTWAVE TECHNOLOGY 1621 Dynamic Service Provisioning of Advance Reservation Requests in Elastic Optical Networks Wei Lu, Student Member, IEEE, and Zuqing Zhu, Senior Member, IEEE Abstract

More information

Improving Link Spectrum Utilization in FlexGrid Optical Networks

Improving Link Spectrum Utilization in FlexGrid Optical Networks 2015 IEEE. Personal use of this material is permitted. Permission from IEEE must be obtained for all other uses, in any current or future media, including reprinting/republishing this material for advertising

More information

GMPLS control plane extensions in support of flex-grid enabled elastic optical networks

GMPLS control plane extensions in support of flex-grid enabled elastic optical networks Downloaded from orbit.dtu.dk on: Feb 08, 2018 GMPLS control plane extensions in support of flex-grid enabled elastic optical networks Turus, Ioan; Fagertun, Anna Manolova; Dittmann, Lars Published in:

More information

OFC/NFOEC 12 Summary --Elastic Networks. Avishek Nag

OFC/NFOEC 12 Summary --Elastic Networks. Avishek Nag OFC/NFOEC 12 Summary --Elastic Avishek Nag OFC 12 Technical Sessions with Papers Related to Elastic OW3A: Impairment-Aware Networking : Elastic Optical NW3F: ROADM Network Architectures OTh4B: Next Generation

More information

Dynamic Routing and Resource Allocation in a Elastic Optical Network Using Learning Algorithms. Tanjila Ahmed

Dynamic Routing and Resource Allocation in a Elastic Optical Network Using Learning Algorithms. Tanjila Ahmed Dynamic Routing and Resource Allocation in a Elastic Optical Network Using Learning Algorithms Tanjila Ahmed Contents Motivation Novelties of Elastic Optical Network Enabling Technology for Elastic Optical

More information

Offline Distance-Adaptive Routing and Spectrum Assignment (DA-RSA) in Rings

Offline Distance-Adaptive Routing and Spectrum Assignment (DA-RSA) in Rings Offline Distance-Adaptive Routing and Spectrum Assignment (DA-RSA) in Rings Sahar Talebi, Iyad Katib, George N. Rouskas Operations Research and Department of Computer Science, North Carolina State University,

More information

Dynamic GMPLS-based Establishment of Bidirectional Connections in All-Optical Networks

Dynamic GMPLS-based Establishment of Bidirectional Connections in All-Optical Networks Dynamic GMPLS-based Establishment of Bidirectional Connections in All-Optical Networks Ricardo Martinez, Raül Muñoz Centre Tecnològic de Telecomunicacions de Catalunya, Spain {ricardo.martinez, raul.munoz}@cttc.es

More information

Multi-Area Centralized Control Plane of an EON

Multi-Area Centralized Control Plane of an EON Multi-Area Centralized Control Plane of an EON Eric Sturzinger Group Meeting JUL 0 Overview Objectives / Problem Statement Previous Work Decentralized Control Plane (GMPLS) Centralized Control Plane (SDN)

More information

Lightpath Blocking Performance Analytical Model for a Single ROADM Node with Intra-Node Add/Drop Contention [Invited]

Lightpath Blocking Performance Analytical Model for a Single ROADM Node with Intra-Node Add/Drop Contention [Invited] Lightpath Blocking Performance Analytical Model for a Single ROADM Node with Intra-Node Add/Drop Contention [Invited] Li Gao, Yongcheng Li and Gangxiang Shen* School of Electronic and Information Engineering,

More information

Crosstalk-Aware Spectrum Defragmentation based on Spectrum Compactness in SDM-EON

Crosstalk-Aware Spectrum Defragmentation based on Spectrum Compactness in SDM-EON Crosstalk-Aware Spectrum Defragmentation based on Spectrum Compactness in SDM-EON Yongli Zhao State Key Laboratory of Information Photonics and Optical Communications, Beijing University of Posts and Telecommunications

More information

Proactive H-PCE Architecture With BGP-LS Update for Multidomain Elastic Optical Networks [Invited]

Proactive H-PCE Architecture With BGP-LS Update for Multidomain Elastic Optical Networks [Invited] Alessio Giorgetti VOL. 7, NO. /NOVEMBER 05/J. OPT. COMMUN. NETW. B Proactive H-PCE Architecture With Update for Multidomain Elastic Optical Networks [Invited] Alessio Giorgetti Abstract The hierarchical

More information

Energy Efficiency Analysis for Dynamic Routing in Optical Transport Networks

Energy Efficiency Analysis for Dynamic Routing in Optical Transport Networks Downloaded from orbit.dtu.dk on: Mar 02, 2018 Energy Efficiency Analysis for Dynamic Routing in Optical Transport Networks Vizcaíno, Jorge López; Ye, Yabin; Tafur Monroy, Idelfonso Published in: 2012 IEEE

More information

On Efficient Protection Design for Dynamic Multipath Provisioning in Elastic Optical Networks

On Efficient Protection Design for Dynamic Multipath Provisioning in Elastic Optical Networks On Efficient Protection Design for Dynamic Multipath Provisioning in Elastic Optical Networks Xiaoliang Chen, Shilin Zhu,DiChen, Shuguang Hu, Chang Li, Zuqing Zhu School of Information Science and Technology,

More information

Bit Index Explicit Replication (BIER) Multicasting in Transport Networks [Invited]

Bit Index Explicit Replication (BIER) Multicasting in Transport Networks [Invited] Bit Index Explicit Replication (BIER) Multicasting in Transport Networks [Invited] A. Giorgetti, A. Sgambelluri, F. Paolucci, N. Sambo, P. Castoldi Scuola Superiore Sant Anna Pisa, Italy Email: a.giorgetti@santannapisa.it

More information

Migration Towards Terascale Flexible-Grid Optical Networks. Tanjila Ahmed

Migration Towards Terascale Flexible-Grid Optical Networks. Tanjila Ahmed Migration Towards Terascale Flexible-Grid Optical Networks Tanjila Ahmed Motivation With traffic growing at 40 percent annually, optical spectrum is becoming scarce, network architectures supporting channels

More information

Evaluating the Applicability of Bandwidth Allocation Models for EON Slot Allocation

Evaluating the Applicability of Bandwidth Allocation Models for EON Slot Allocation Evaluating the Applicability of Bandwidth Allocation Models for EON Slot Allocation Rafael F. Reale, Romildo M. S. Bezerra, Gilvan Durães 2, Alexandre C. Fontinele 3, André C. B. Soares 3 and Joberto S.

More information

Data Center Optical Networks (DCON) with OpenFlow based Software Defined Networking (SDN)

Data Center Optical Networks (DCON) with OpenFlow based Software Defined Networking (SDN) 2013 8th International Conference on Communications and Networking in China (CHINACOM) Data Center Optical Networks (DCON) with OpenFlow based Software Defined Networking (SDN) Yongli Zhao, Jie Zhang,

More information

Title Author(s) A Study on Distributed Control Method for Alloptical Networks 福田, 達也 Citation Issue Date Text Version ETD URL https://doi.org/.89/58 DOI.89/58 rights Osaka University Knowledge Archive

More information

Spectrum Assignment in Optical Networks: A Multiprocessor Scheduling Perspective

Spectrum Assignment in Optical Networks: A Multiprocessor Scheduling Perspective 754 J. OPT. COMMUN. NETW./VOL. 6, NO. 8/AUGUST 204 Talebi et al. Spectrum Assignment in Optical Networks: A Multiprocessor Scheduling Perspective Sahar Talebi, Evripidis Bampis, Giorgio Lucarelli, Iyad

More information

Delayed reservation decision in optical burst switching networks with optical buffers

Delayed reservation decision in optical burst switching networks with optical buffers Delayed reservation decision in optical burst switching networks with optical buffers G.M. Li *, Victor O.K. Li + *School of Information Engineering SHANDONG University at WEIHAI, China + Department of

More information

Impact of Aggregation Level on the Performance of Dynamic Lightpath Adaptation under Time-Varying Traffic

Impact of Aggregation Level on the Performance of Dynamic Lightpath Adaptation under Time-Varying Traffic Impact of Aggregation Level on the Performance of Dynamic Lightpath Adaptation under Time-Varying Traffic A. Asensio 1, M. Klinkowski 2, M. Ruiz 1, V. López 3, A. Castro 1, L. Velasco 1, J. Comellas 1

More information

PATH SPLITTING FOR VIRTUAL NETWORK EMBEDDING IN ELASTIC OPTICAL NETWORKS

PATH SPLITTING FOR VIRTUAL NETWORK EMBEDDING IN ELASTIC OPTICAL NETWORKS PATH SPLITTING FOR VIRTUAL NETWORK EMBEDDING IN ELASTIC OPTICAL NETWORKS Badr Oulad Nassar and Takuji Tachibana Graduate School of Engineering, University of Fukui, Fukui City, Japan ABSTRACT In elastic

More information

Adaptation and Monitoring for Elastic Alien Wavelengths [Invited]

Adaptation and Monitoring for Elastic Alien Wavelengths [Invited] Adaptation and Monitoring for Elastic Alien Wavelengths [Invited] F. Cugini CNIT Pisa, Italy Email: filippo.cugini@cnit.it N. Sambo, F. Paolucci, F. Fresi, P. Castoldi Scuola Superiore Sant Anna Pisa,

More information

Research on Control Routing Technology in Communication Network

Research on Control Routing Technology in Communication Network Appl. Math. Inf. Sci. 6 No. 1S pp. 129S-133S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Research on Control Routing Technology

More information

A Novel Optimization Method of Optical Network Planning. Wu CHEN 1, a

A Novel Optimization Method of Optical Network Planning. Wu CHEN 1, a A Novel Optimization Method of Optical Network Planning Wu CHEN 1, a 1 The engineering & technical college of chengdu university of technology, leshan, 614000,china; a wchen_leshan@126.com Keywords:wavelength

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

Dynamic connection establishment and network re-optimization in flexible optical networks

Dynamic connection establishment and network re-optimization in flexible optical networks Photon Netw Commun (2015) 29:307 321 DOI 10.1007/s11107-015-0500-8 Dynamic connection establishment and network re-optimization in flexible optical networks P. Soumplis 1,2 K. Christodoulopoulos 1,2 E.

More information

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 21, NO. 7, SEPTEMBER 2003 1173 A Comprehensive Study on Next-Generation Optical Grooming Switches Keyao Zhu, Student Member, IEEE, Hui Zang, Member,

More information

Deadline-Aware Co-Scheduling Using Anycast Advance Reservations in Wavelength Routed Lambda Grids

Deadline-Aware Co-Scheduling Using Anycast Advance Reservations in Wavelength Routed Lambda Grids Deadline-Aware Co-Scheduling Using Anycast Advance Reservations in Wavelength Routed Lambda Grids Hitesh Kulkarni, Arush Gadkar, and Vinod M. Vokkarane Department of Computer and Information Science University

More information

Performance Analysis on Various Wavelength Assignment Algorithms with Traffic Grooming

Performance Analysis on Various Wavelength Assignment Algorithms with Traffic Grooming Proc. of Int. Conf. on Emerging Trends in Engineering and Technology Performance Analysis on Various Wavelength Assignment Algorithms with Traffic Grooming Vikas Kaushik 1, R.S Chauhan 2 1 JMIT Radaur/ECE

More information

Performance analysis of realistic optical time division multiplexed wavelength routed networks. Creative Commons: Attribution 3.0 Hong Kong License

Performance analysis of realistic optical time division multiplexed wavelength routed networks. Creative Commons: Attribution 3.0 Hong Kong License Title Performance analysis of realistic optical time division multiplexed wavelength routed networks Author(s) Li, CY; Li, G; Wai, PKA; Li, VOK Citation The 8th IEEE Annual Workshop on Computer Communications

More information

Who shot optical packet switching?

Who shot optical packet switching? Who shot optical packet switching? José Roberto de Almeida Amazonas, Germán Santos-Boada, and Josep Solé-Pareta Department of Computer Architecture, Technical University of Catalonia, Barcelona, Spain

More information

Impact of Aggregation Level on the Performance of Dynamic Lightpath Adaptation under Time-Varying Traffic

Impact of Aggregation Level on the Performance of Dynamic Lightpath Adaptation under Time-Varying Traffic Impact of Aggregation Level on the Performance of Dynamic Lightpath Adaptation under Time-Varying Traffic A. Asensio 1, M. Klinkowski 2, M. Ruiz 1, V. López 3, A. Castro 1, L. Velasco 1, J. Comellas 1

More information

Performance Evaluation of Brute Force Techniques for Routing and Spectrum Assignment in Elastic Optical Network using MPI and CUDA

Performance Evaluation of Brute Force Techniques for Routing and Spectrum Assignment in Elastic Optical Network using MPI and CUDA Performance Evaluation of rute Force Techniques for Routing and Spectrum Assignment in Elastic Optical Network using MPI and CUDA Mahmoud Fayez mahmoud.fayez@cis.asu.edu.eg Tarek F. Gharib Information

More information

The Spectrum Assigment (SA) Problem in Optical Networks: A Multiprocesor Scheduling Perspective

The Spectrum Assigment (SA) Problem in Optical Networks: A Multiprocesor Scheduling Perspective The Spectrum Assigment (SA) Problem in Optical Networks: A Multiprocesor Scheduling Perspective Sahar Talebi, Evripidis Bampis, Giorgio Lucarelli,IyadKatib,GeorgeN.Rouskas Operations Research and Department

More information

A Link Bundled Auxiliary Graph Model for Constrained Dynamic Traffic Grooming in WDM Mesh Networks

A Link Bundled Auxiliary Graph Model for Constrained Dynamic Traffic Grooming in WDM Mesh Networks University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln CSE Journal Articles Computer Science and Engineering, Department of 8-2005 A Link Bundled Auxiliary Graph Model for Constrained

More information

Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks

Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks Traffic Grooming and Regenerator Placement in Impairment-Aware Optical WDM Networks Ankitkumar N. Patel, Chengyi Gao, and Jason P. Jue Erik Jonsson School of Engineering and Computer Science The University

More information

CHAPTER TWO LITERATURE REVIEW

CHAPTER TWO LITERATURE REVIEW CHAPTER TWO LITERATURE REVIEW 2.1 Introduction. This chapter provides in detail about the multiple access technologies and the OCDMA system. It starts with a discussion on various existing multiple-access

More information

Multi Protocol Label Switching

Multi Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Network Management and QoS Provisioning - 1 MPLS: introduction

More information

A Network Optimization Model for Multi-Layer IP/MPLS over OTN/DWDM Networks

A Network Optimization Model for Multi-Layer IP/MPLS over OTN/DWDM Networks A Network Optimization Model for Multi-Layer IP/MPLS over OTN/DWDM Networks Iyad Katib and Deep Medhi Computer Science & Electrical Engineering Department University of Missouri-Kansas City, USA {IyadKatib,

More information

Dynamic Unicast/Multicast-Capable RMSA in Elastic Optical Networks

Dynamic Unicast/Multicast-Capable RMSA in Elastic Optical Networks Dynamic Unicast/Multicast-Capable RMSA in Elastic Optical Networks Zuqing Zhu, Xiang Zhou, Long Gong, Wenwen Zhao, Wei Lu School of Information Science and Technology University of Science and Technology

More information

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM

Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Multicast OLSP Establishment Scheme in OVPN over IP/GMPLS over DWDM Jeong-Mi Kim 1, Oh-Han Kang 2, Jae-Il Jung 3, and Sung-Un Kim 1,4 1 Pukyong National University, 599-1 Daeyeon 3-Dong Nam-Gu, Busan,

More information

MPLS Multi-Protocol Label Switching

MPLS Multi-Protocol Label Switching MPLS Multi-Protocol Label Switching Andrea Bianco Telecommunication Network Group firstname.lastname@polito.it http://www.telematica.polito.it/ Computer Networks Design and Management - 1 MPLS: introduction

More information

A Novel Class-based Protection Algorithm Providing Fast Service Recovery in IP/WDM Networks

A Novel Class-based Protection Algorithm Providing Fast Service Recovery in IP/WDM Networks A Novel Class-based Protection Algorithm Providing Fast Service Recovery in IP/WDM Networks Wojciech Molisz and Jacek Rak Gdansk University of Technology, G. Narutowicza 11/12, Pl-8-952 Gdansk, Poland

More information

Adaptive Weight Functions for Shortest Path Routing Algorithms for Multi-Wavelength Optical WDM Networks

Adaptive Weight Functions for Shortest Path Routing Algorithms for Multi-Wavelength Optical WDM Networks Adaptive Weight Functions for Shortest Path Routing Algorithms for Multi-Wavelength Optical WDM Networks Tibor Fabry-Asztalos, Nilesh Bhide and Krishna M. Sivalingam School of Electrical Engineering &

More information

Wavelength Assignment in a Ring Topology for Wavelength Routed WDM Optical Networks

Wavelength Assignment in a Ring Topology for Wavelength Routed WDM Optical Networks Wavelength Assignment in a Ring Topology for Wavelength Routed WDM Optical Networks Amit Shukla, L. Premjit Singh and Raja Datta, Dept. of Computer Science and Engineering, North Eastern Regional Institute

More information

LSP placement in an MPLS-TP mesh network with shared mesh protection mechanism

LSP placement in an MPLS-TP mesh network with shared mesh protection mechanism LSP placement in an MPLS-TP mesh network with shared mesh protection mechanism CLÁUDIO ROBERTO FERREIRA COSTA, WAGNER LUIZ ZUCCHI Escola Politécnica Departamento de Engenharia de Sistemas Eletrônicos Universidade

More information

Optimization Algorithms for Data Center Location Problem in Elastic Optical Networks

Optimization Algorithms for Data Center Location Problem in Elastic Optical Networks Optimization Algorithms for Data Center Location Problem in Elastic Optical Networks Mirosław Klinkowski 1, Krzysztof Walkowiak 2, and Róża Goścień 2 1 National Institute of Telecommunications, Warsaw,

More information

Internet Traffic Characteristics. How to take care of the Bursty IP traffic in Optical Networks

Internet Traffic Characteristics. How to take care of the Bursty IP traffic in Optical Networks Internet Traffic Characteristics Bursty Internet Traffic Statistical aggregation of the bursty data leads to the efficiency of the Internet. Large Variation in Source Bandwidth 10BaseT (10Mb/s), 100BaseT(100Mb/s),

More information

CHAPTER-III WAVELENGTH ROUTING ALGORITHMS

CHAPTER-III WAVELENGTH ROUTING ALGORITHMS CHAPTER-III WAVELENGTH ROUTING ALGORITHMS Introduction A wavelength routing (WR) algorithm selects a good route and a wavelength to satisfy a connection request so as to improve the network performance.

More information

Migration Steps Towards Flexi-grid Networks

Migration Steps Towards Flexi-grid Networks Future Network & MobileSummit 2013 Conference Proceedings Paul Cunningham and Miriam Cunningham (Eds) IIMC International Information Management Corporation, 2013 ISBN: 978-1-905824-36-6 Migration Steps

More information

Handling Outdated Information in Optical PCE Environments

Handling Outdated Information in Optical PCE Environments Handling Outdated Information in Optical PCE Environments W. Ramirez, X. Masip-Bruin, E. Marín-Tordera, S. Sánchez-López, V. Souza Advanced Network Architectures Lab (CRAAX), Technical University of Catalonia

More information

Performance Analysis of Storage-Based Routing for Circuit-Switched Networks [1]

Performance Analysis of Storage-Based Routing for Circuit-Switched Networks [1] Performance Analysis of Storage-Based Routing for Circuit-Switched Networks [1] Presenter: Yongcheng (Jeremy) Li PhD student, School of Electronic and Information Engineering, Soochow University, China

More information

ISSN: F. Zhang Huawei X. Fu Stairnote D. Ceccarelli Ericsson I. Hussain Infinera November 2015

ISSN: F. Zhang Huawei X. Fu Stairnote D. Ceccarelli Ericsson I. Hussain Infinera November 2015 Internet Engineering Task Force (IETF) Request for Comments: 7698 Category: Informational ISSN: 2070-1721 O. Gonzalez de Dios, Ed. Telefonica I+D R. Casellas, Ed. CTTC F. Zhang Huawei X. Fu Stairnote D.

More information

Wavelength-Switched to Flex-Grid Optical Networks

Wavelength-Switched to Flex-Grid Optical Networks Book Chapter Review-Evolution from Wavelength-Switched to Flex-Grid Optical Networks Tanjila Ahmed Agenda ØObjective ØIdentifying the Problem ØSolution: Flex-Grid Network ØFixed-grid DWDM Architecture

More information

Toward a Reliable Data Transport Architecture for Optical Burst-Switched Networks

Toward a Reliable Data Transport Architecture for Optical Burst-Switched Networks Toward a Reliable Data Transport Architecture for Optical Burst-Switched Networks Dr. Vinod Vokkarane Assistant Professor, Computer and Information Science Co-Director, Advanced Computer Networks Lab University

More information

Optical Communications and Networking 朱祖勍. Nov. 27, 2017

Optical Communications and Networking 朱祖勍. Nov. 27, 2017 Optical Communications and Networking Nov. 27, 2017 1 What is a Core Network? A core network is the central part of a telecommunication network that provides services to customers who are connected by

More information

A Novel High Performance Multicast Scheme on Virtual Ring-Based 2D Torus Topology in DWDM Networks

A Novel High Performance Multicast Scheme on Virtual Ring-Based 2D Torus Topology in DWDM Networks Tamkang Journal of Science and Engineering, Vol. 14, No. 1, pp. 81 89 (2011) 81 A Novel High Performance Multicast Scheme on Virtual Ring-Based 2D Torus Topology in DWDM Networks I-Shyan Hwang 1 *, San-Nan

More information

THE DEMAND for more bandwidth is steadily increasing

THE DEMAND for more bandwidth is steadily increasing IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 22, NO. 8, OCTOBER 2004 1443 Routing Framework for All-Optical DWDM Metro and Long-Haul Transport Networks With Sparse Wavelength Conversion Capabilities

More information

Simulation of All Optical Networks

Simulation of All Optical Networks Simulation of All Optical Networks Raul Valls Aranda Communication Department Polytechnic University of Valencia (UPV) C/ Camino de Vera s/n Valencia, Spain Pablo A. Beneit Mayordomo Communication Department

More information

An Efficient Spectrum Assignment Algorithm Based On Variable-grouping Mechanism For Flex-grid Optical Networks

An Efficient Spectrum Assignment Algorithm Based On Variable-grouping Mechanism For Flex-grid Optical Networks An Efficient Spectrum Assignment Algorithm Based On Variable-grouping Mechanism For Flex-grid Optical Networks Qiu, Yang, Optical Switching and Networking 24 (2017): 39-46. Motivation EONs employ dynamic

More information

A Scheme of Dynamic Bandwidth Allocation for Switching FC-AE-1553 Network

A Scheme of Dynamic Bandwidth Allocation for Switching FC-AE-1553 Network 4th Internatio Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) A Scheme of Dynamic Bandwidth Allocation for Switching FC-AE-1553 Network Shaojun WU1,3*, Liqian WANG2,Yueying ZHAN1,

More information

Dynamic Routing and Resource Assignment Algorithm in Sloted Optical Networks

Dynamic Routing and Resource Assignment Algorithm in Sloted Optical Networks TELKOMNIKA, Vol. 11, No. 4, April 2013, pp. 1813~1821 ISSN: 2302-4046 1813 Dynamic Routing and Resource Assignment Algorithm in Sloted Optical Networks Bisheng Quan* 1, Hui Li 2, Zichun Le 3 1,2,3 College

More information

An Experimental Analysis on OSPF-TE Convergence Time

An Experimental Analysis on OSPF-TE Convergence Time An Experimental Analysis on OSPF-TE Convergence Time S. Huang* a, K. Kitayama a, F. Cugini b, F. Paolucci c, A. Giorgetti c, L. Valcarenghi c, P. Castoldi c a Osaka University, Osaka, Japan; b CNIT, Pisa,

More information

Survivable Routing Problem in EONs with FIPP p-cycles Protection

Survivable Routing Problem in EONs with FIPP p-cycles Protection JOURNAL OF INFORMATION SCIENCE AND ENGINEERING XX, XXXX-XXXX (2016) Survivable Routing Problem in EONs with FIPP p-cycles Protection DER-RONG DIN Department of Computer Science and Information Engineering

More information

Master s Thesis. Title. Supervisor Professor Masayuki Murata. Author Yuki Koizumi. February 15th, 2006

Master s Thesis. Title. Supervisor Professor Masayuki Murata. Author Yuki Koizumi. February 15th, 2006 Master s Thesis Title Cross-Layer Traffic Engineering in IP over WDM Networks Supervisor Professor Masayuki Murata Author Yuki Koizumi February 15th, 2006 Graduate School of Information Science and Technology

More information

Constraint-Based Loose Explicit Routing and Signaling for Inter- Domain Lightpath Provisioning in Wavelength Routed Optical Network

Constraint-Based Loose Explicit Routing and Signaling for Inter- Domain Lightpath Provisioning in Wavelength Routed Optical Network Constraint-Based Loose Explicit Routing and Signaling for Inter- Domain Lightpath Provisioning in Wavelength Routed Optical Network Shoib Siddiqui *a, Hussein.T. Mouftah a, Jing Wu b, Michel Savoie b a

More information

An Algorithm for Traffic Grooming in WDM Mesh Networks with Dynamically Changing Light-Trees

An Algorithm for Traffic Grooming in WDM Mesh Networks with Dynamically Changing Light-Trees An Algorithm for raffic rooming in WDM Mesh Networks with Dynamically Changing Light-rees Xiaodong Huang, Farid Farahmand, and Jason P. Jue Department of Computer Science Department of Electrical Engineering

More information

Adapted and Constrained Dijkstra for Elastic Optical Networks

Adapted and Constrained Dijkstra for Elastic Optical Networks Adapted and Constrained Dijkstra for Elastic Optical Networks Ireneusz Szcześniak AGH University of Science and Technology Department of Telecommunications al. Mickiewicza 30 30-059 Krakow Poland Bożena

More information

A Scalable Wavelength Assignment Algorithm Using Minimal Number of Wavelength Converters in Resilient WDM Networks

A Scalable Wavelength Assignment Algorithm Using Minimal Number of Wavelength Converters in Resilient WDM Networks A Scalable Wavelength Assignment Algorithm Using Minimal Number of Wavelength Converters in Resilient WDM Networks Technical Report UTD/EE/4/2009 September 2009 Miguel Razo, Shreejith Billenahalli, Wanjun

More information

Coordinated and Unified Control Scheme of IP and Optical Networks for Smart Power Grid

Coordinated and Unified Control Scheme of IP and Optical Networks for Smart Power Grid IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Coordinated and Unified Control Scheme of IP and Optical Networks for Smart Power Grid To cite this article: Zhibin Yin et al 2018

More information

Automatic Service and Protection Path Computation - A Multiplexing Approach

Automatic Service and Protection Path Computation - A Multiplexing Approach Automatic Service and Protection Path Computation - A Multiplexing Approach Loay Alzubaidi 1, Ammar El Hassan 2, Jaafar Al Ghazo 3 1 Department of Computer Engineering & Science, Prince Muhammad bin Fahd

More information

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks

Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks Performance of Multihop Communications Using Logical Topologies on Optical Torus Networks X. Yuan, R. Melhem and R. Gupta Department of Computer Science University of Pittsburgh Pittsburgh, PA 156 fxyuan,

More information

A Customizable Two-Step Framework for General Equipment Provisioning in Optical Transport Networks

A Customizable Two-Step Framework for General Equipment Provisioning in Optical Transport Networks A Customizable Two-Step Framework for General Equipment Provisioning in Optical Transport Networks Limin Tang, Wanjun Huang, Miguel Razo, Arularasi Sivasankaran, Paolo Monti, Marco Tacca, Andrea Fumagalli

More information

Splitter Placement in All-Optical WDM Networks

Splitter Placement in All-Optical WDM Networks plitter Placement in All-Optical WDM Networks Hwa-Chun Lin Department of Computer cience National Tsing Hua University Hsinchu 3003, TAIWAN heng-wei Wang Institute of Communications Engineering National

More information

Optical networking technology

Optical networking technology 1 Optical networking technology Technological advances in semiconductor products have essentially been the primary driver for the growth of networking that led to improvements and simplification in the

More information

Minimizing Blocking Probability in Elastic Optical Networks by Varying the Bandwidth Granularity Based on Optical Path Fragmentation

Minimizing Blocking Probability in Elastic Optical Networks by Varying the Bandwidth Granularity Based on Optical Path Fragmentation hv photonics Article Minimizing Blocking Probability in Elastic Optical Networks by Varying Bandwidth Granularity Based on Optical Path Fragmentation Luae Al-Tarawneh * and Sareh Taebi Royal Scientific

More information

IDEALIST control and service management solutions for dynamic and adaptive flexi-grid DWDM networks

IDEALIST control and service management solutions for dynamic and adaptive flexi-grid DWDM networks IDEALIST control and service management solutions for dynamic and adaptive flexi-grid DWDM networks Raul MUÑOZ 1, Víctor LÓPEZ 2, Ramon CASELLAS 1, Óscar GONZÁLEZ DE DIOS 2, Filippo CUGINI 3, Nicola SAMBO

More information

Hybrid Optical Switching Network and Power Consumption in Optical Networks

Hybrid Optical Switching Network and Power Consumption in Optical Networks Hybrid Optical Switching Network and Power Consumption in Optical Networks Matteo Fiorani and Maurizio Casoni Department of Information Engineering University of Modena and Reggio Emilia Via Vignolese

More information

Progress Report No. 15. Shared Segments Protection

Progress Report No. 15. Shared Segments Protection NEXT GENERATION NETWORK (NGN) AVAILABILITY & RESILIENCE RESEARCH Progress Report No. 15 Shared Segments Protection The University of Canterbury Team 18 April 2006 Abstract As a complement to the Canterbury

More information

Unreserved Resource Information Advertisement Method in GMPLS

Unreserved Resource Information Advertisement Method in GMPLS OECC 2007 Unreserved Resource Information Advertisement Method in GMPLS Masahiro Nishida Keio University No.1 Outline Background Conventional Advertisement method Proposed Advertisement method Performance

More information

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report:

DOE Award number: Name of recipient: Project Title: Principal investigator: Date of Report: Period covered by the report: Progress Report DOE Award number: DE-SC0004909 Name of recipient: University of Massachusetts, Dartmouth Project Title: Coordinated Multi-layer Multi-domain Optical Network (COMMON) for Large-Scale Science

More information

OPTICAL NETWORKS. Virtual Topology Design. A. Gençata İTÜ, Dept. Computer Engineering 2005

OPTICAL NETWORKS. Virtual Topology Design. A. Gençata İTÜ, Dept. Computer Engineering 2005 OPTICAL NETWORKS Virtual Topology Design A. Gençata İTÜ, Dept. Computer Engineering 2005 Virtual Topology A lightpath provides single-hop communication between any two nodes, which could be far apart in

More information

Signaling schemes for distributed connection management in wavelength-routed optical mesh networks

Signaling schemes for distributed connection management in wavelength-routed optical mesh networks Signaling schemes for distributed connection management in wavelength-routed optical mesh networks Lu Shen, Xi Yang and Byrav Ramamurthy Department of Computer Science and Engineering University of Nebraska

More information

Report on the successful demonstration of innovative basic technologies for future optical access network Elastic Lambda Aggregation Network

Report on the successful demonstration of innovative basic technologies for future optical access network Elastic Lambda Aggregation Network April 25, 2017 Nippon Telegraph and Telephone Corporation Hitachi, Ltd. Oki Electric Industry Co., Ltd. Keio University KDDI Research, Inc. Furukawa Electric Co., Ltd. Report on the successful demonstration

More information

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks

Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Distributed Clustering Method for Large-Scaled Wavelength Routed Networks Yukinobu Fukushima Graduate School of Information Science and Technology, Osaka University - Yamadaoka, Suita, Osaka 60-08, Japan

More information

This is a postprint version of the following published document:

This is a postprint version of the following published document: This is a postprint version of the following published document: Valcarenghi, L., Kondepu, K., Sgambelluri, A., Cugini, F., Castoldi, P.,Rodriguez de los Santos, G., Aparicio Morenilla, R. & Larrabeiti

More information

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network

Improving the Data Scheduling Efficiency of the IEEE (d) Mesh Network Improving the Data Scheduling Efficiency of the IEEE 802.16(d) Mesh Network Shie-Yuan Wang Email: shieyuan@csie.nctu.edu.tw Chih-Che Lin Email: jclin@csie.nctu.edu.tw Ku-Han Fang Email: khfang@csie.nctu.edu.tw

More information

Design and Implementation of an Anycast Efficient QoS Routing on OSPFv3

Design and Implementation of an Anycast Efficient QoS Routing on OSPFv3 Design and Implementation of an Anycast Efficient QoS Routing on OSPFv3 Han Zhi-nan Yan Wei Zhang Li Wang Yue Computer Network Laboratory Department of Computer Science & Technology, Peking University

More information