Overcoming the Energy versus Delay Trade-off in Cloud Network Reconfiguration

Size: px
Start display at page:

Download "Overcoming the Energy versus Delay Trade-off in Cloud Network Reconfiguration"

Transcription

1 Overcoming the Energy versus Delay Trade-off in Cloud Network Reconfiguration Burak Kantarci and Hussein T. Mouftah School of Electrical Engineering and Computer Science University of Ottawa Ottawa, ON, Canada Abstract Cloud computing calls for efficient solutions to manage the energy consumption of the transport, process and storage services. Recently, we have shown that energy savings in the cloud network and the data centers are at the expense of increased delay; hence degraded service quality. In this paper we propose a new scheme, Delay and Power Minimized Provisioning (DePoMiP) to address energy versus delay tradeoff in the cloud network. DePoMiP reconfigures the cloud network and provisions the demands by jointly minimizing the energy consumption and propagation delay. Through simulations, we compare DePoMiP to our previously proposed heuristics for delay-minimized provisioning and power-minimized provisioning of the demands. Simulation results show that DePoMiP mimics power-minimized provisioning in terms of power consumption while it provisions the demands with a few microseconds higher propagation delay when compared to delay-minimized provisioning. Furthermore, its low channel utilization in the IP over WDM transport network, as well as its fairness among the nodes in terms of power consumption, makes DePoMiP a promising solution for the problem of energy-efficient reconfiguration of the cloud network. Keywords-Cloud computing, data centers, energy-efficiency, IP over WDM, RFWA, virtual topology I. INTRODUCTION With the advent of cloud computing, infrastructure, software, storage and platforms are provisioned as services in an on-demand manner with respect to the utility computing fashion [1]. Cloud computing is defined as a pay-as-you-gobased business model that serves as an umbrella over many distributed and high performance computing systems [2]. Energy management is one of the significant challenges in cloud computing along with automated service provisioning, virtual machine migration, server consolidation, security, novel architecture design and energy management [2]. Recently, various studies have focused on energy-efficient and/or green design of telecommunication networks, and 40% of the Greenhouse Gas (GHG) emissions of the telecommunication networks have been reported to be due to the utilization of local resources such as personal computers, monitors and so on [3]. Therefore, by moving the services to remote locations and considering server consolidation and virtual machine migration, significant energy savings can be achieved. On the other hand, moving the services into the cloud will increase the associated transport energy [4]. Besides, data centers that host the cloud services are forecasted to contribute to 3% of the electricity consumption only in the U.S [5] while a significant amount of this ratio is due to non-it equipments such as cooling and uninterrupted power supplies. Recently, cooling and thermal-aware job scheduling solutions [6], [7], [8], have helped enhancing the energy-efficiency of the data centers. Yet, energy-efficiency of the transport medium needs to be addressed. In this paper, we study energy-efficient reconfiguration of the cloud network and demand provisioning problem in order to address the energy versus delay trade-off. We propose a new scheme called Delay and Power Minimized Provisioning (DePoMiP). Assuming that the demand profile can be forecasted ahead of time [9] and each backbone node is associated with a data center, DePoMiP initially aims at routing the demands over the virtual cloud network backbone, then the virtual links of the network are mapped onto the physical topology. As a compromise between power savings and propagation delay, DePoMiP formulates the link costs for Routing and Fiber and Wavelength Assignment (RFWA) configuration by including both delay and power consumption objectives. Furthermore, when determining the destination data centers for a submitted job, DePoMiP aims at selecting the data centers with least power consumption and those will lead to the least propagation delay. We compare DePoMiP to its predecessors, delay-minimized provisioning and power-minimized provisioning schemes which have been proposed in [10]. Our simulation results show that DePoMiP can ensure significant power savings in the cloud network without increasing the channel utilization level of its predecessors. Furthermore, DePoMiP fairly distributes the power consumption among the backbone nodes, and it introduces only a few microseconds of additional propagation delay to the delay-minimized provisioning. The paper is organized as follows. Section II presents related work on energy-efficient transport of cloud services. Section III presents the proposed solution, DePoMiP in detail, which is evaluated through simulations in Section IV. Section V concludes the paper and gives future directions. II. RELATED WORK Job submissions in cloud computing are handled with anycast or manycast paradigms borrowed from grid computing, where anycast refers to selecting a single destination out of a set of candidate destinations [11] while in manycast, a subset of destinations is selected from the set of candidate destination nodes. Manycast is a derivative of multicast communication mode which is denoted by the tuple, (s, D), /12/$ IEEE

2 while manycast is denoted by the tuple, (s, D c D) where s, D and D c denote source, set of eligible destination nodes and the subset of eligible destination nodes, respectively [12]. Energy-efficient design of the backbone for Internet and data center demands has been studied in [11] over the IP over Wavelength Division Multiplexing (WDM) transport medium. In the corresponding study, the authors have proposed the optimal locations of a limited number of data centers in the transport network. Once the data centers have been located, a demand provisioning algorithm has been proposed to reconfigure the network by virtual topology mapping. In the proposed provisioning algorithm, regular Internet traffic and the downstream traffic originated from the data centers are provisioned based on unicast routing while upstream data center (DC) demands carrying the job submissions are provisioned with respect to the anycast paradigm. In [13], the authors have proposed an optimization model where energy-efficiency is provided by switching off the appropriate network elements and serving the demands with respect to anycast routing. In [14], we have proposed an evolutionary algorithm for energy-efficient provisioning of manycast demands over wavelength-routed transport network. In [15], we have proposed Mixed Integer Linear Programming (MILP) formulations for energy-efficient cloud network design. Those MILP formulations have been later used as benchmark schemes for two heuristics which we have called the Delay Minimized Provisioning (DeMiP) and the Power Minimized Provisioning (PoMiP) [10]. In [10], we have shown that energy savings in the cloud network are at the expense of increased propagation delay. III. DELAY AND POWER MINIMIZED PROVISIONING (DEPOMIP) IN THE CLOUD NETWORK A. System model and assumptions Figure 1.a illustrates an overview of the system model. IP over WDM network is the transport medium, and each backbone node is associated with a data center where processing and storage facilities are hosted. Each data center is linked to its associated backbone node via a gateway node. End users receive cloud services through the metro and access networks. Figure 1.b zooms into the backbone and presents the main components of an IP over WDM link. The figure further explains the idea of optical bypass. Demands are routed in the IP layer while transmission is done in the WDM layer. To assure energy-efficiency, IP routers have to be bypassed and the traffic should be kept in the optical domain as much as possible since power consumption of an IP router port is around fourteen times the power consumption of an optical transponder [11]. Besides the above mentioned points, the following assumptions are made prior to presenting the design specifications of DePoMiP. Three types of traffic is transported over the backbone, i.e., downstream traffic originating from (a) (b) Figure 1. The system model (a) An illustration of a public cloud, (b) An IP over WDM link in the backbone. data centers, upstream traffic destined to a group of data centers (i.e., manycast) and the regular Internet traffic. For each data center, power consumption overhead that would be introduced by a job submission is known in advance. Power consumption and delay introduced by the aggregation routers and the data center gateway are neglected. Regular Internet demand profile is forecasted for three-hour timeslots throughout the day. Figure 2 illustrates virtual topology mapping in the IP over WDM network. Dashed links in the IP layer form the virtual topology while physical medium that transports the demands is the WDM network. Thus, each virtual link in the IP layer is mapped onto a lightpath in the WDM layer. B. DePoMiP DePoMiP adopts the motivation of [11] where multihop optical bypass concept has been employed in order to reduce the power consumption by bypassing the IP routers. Algorithm 1 presents a pseudocode for the heuristic which starts provisioning the list of demands, DList, in decreasing order with respect to their size. Downstream data center (DC) and regular Internet demands are recognized as unicast /12/$ IEEE

3 Figure 2. Virtual topology mapping in the IP over WDM network demands. It is worth to note that, downstream DC traffic is aggregated at the backbone nodes; hence downstream DC traffic destined to a node is treated as multiple unicast flows originated from several data centers and are destined to the corresponding node. Upstream DC traffic is provisioned based on the manycast paradigm. Unicast Demands: Downstream DC demands, as well as the regular Internet demands, require unicast provisioning. Since, power minimization is one of the objectives, demands are aimed to be routed over the virtual topology as long as possible. To this end, for a unicast demand from node-s to node-d, a virtual path is searched on the virtual topology by assigning the cost function in (1). In the equation, link mn denotes one of the physical links that form the virtual link-ij where c phy mn is the physical link cost assigned for the corresponding physical link. According to the cost assignment function (c v ij ), DePoMiP aims at selecting the virtual links that lead to minimum total physical link costs and that have available capacity (Λ ij ) to accommodate the incoming demand. If a virtual path cannot be found on the physical topology, a virtual link is added, and the newly added link is routed on the physical topology. c v ij = link mn link ij c phy mn, Λ ij > 0, else Equation (2) is called to assign physical link costs when routing the virtual links over the physical topology where P edfa, and P t denote the power consumption of an Erbium Doped Fiber Amplifier (EDFA) and a transponder, respectively. Besides, S mn and W mn denote the number of EDFAs per fiber and the number of available wavelength channels in link-mn, respectively. Out of the physical links with available wavelength channels, the heuristic aims at selecting the ones that will lead to joint minimization of power consumption per fiber and propagation delay where Lf mn is the length of the physical link-mn. Once, a virtual link is routed over the physical topology, fiber and wavelength assignment is done based on the first-fit policy. It is worth (1) Algorithm 1 DePoMiP in the Cloud Network 1: {DList: List of sorted demands in decreasing order} 2: {D s : Candidate DCs set for upstream demand of node-s} 3: {DC min : Minimum number of data centers to be reached} 4: {d c : List of destination data centers} 5: {I 1 (I 2): Index of minimum ranked data centers w.r.t Rd(R 1 d)} 2 6: {Rmin 1 (Rmin 2 ): Minimum Rd 1 (Rd) 2 value} 7: Begin 8: while (DList is not empty) do 9: if (DList empty) then 10: Goto line 52 11: else 12: Pop the first demand from DList 13: if (Upstream DC demand) then 14: k 0, d 0 15: Rmin 1, I 1, Rmin 2, I 2 16: for (k 0toDC min) do 17: if (k is even) then 18: for (d 0to D s ) do 19: if (Rd 1 <Rmin 1 AND d is not in d c ) then 20: Rmin 1 Rd, 1 I 1 d 21: end if 22: end for 23: d c [k] I 1, Rmin 1 24: k k +1 25: else 26: for (d 0to D s ) do 27: if (Rd 2 <Rmin 2 AND d is not in d c ) then 28: Rmin 2 Rd, 2 I 2 d 29: end if 30: end for 31: d c[k] I 2, Rmin 2 32: k k +1 33: end if 34: end for 35: for (all data centers in d c) do 36: (s, d) source, destination pairs 37: Set the virtual link costs 38: Route on virtual topology 39: if (Routing successful) then 40: Update virtual link capacities 41: else 42: Add new virtual link from s to d 43: Route link on the virtual topology 44: Goto Line 39 45: end if 46: end for 47: else 48: (s, d) (source, destination), d c d 49: Goto Line 37 50: end if 51: end if 52: end while 53: End to note that number of EDFAs per fiber is determined by (3) where Δ span denotes the fiber span length. { } c phy (Pedfa S mn = mn + P t W mn ) Lf mn W mn > 0 else (2) /12/$ IEEE

4 S mn = Lf mn /Δ span +1 (3) Manycast Demands: For an upstream DC demand, De- PoMiP reduces the manycast problem to a lightweight multicast problem by determining the destination data centers out of the set of candidate data centers, D s. Each data center in D s is assigned a ranking value as shown in (4) where Θ s,d denotes the power consumption overhead introduced by the job submitted from node-s to data center-d while DCd cool and DC proc d are current processing and cooling power consumption of data center-d, respectively. In the equation L sd denotes the pre-computed shortest distance from backbone node-s to data center-d on the physical topology. As seen in the equation, DePoMiP computes two different ranking values, Rd 1 and R2 d for each data center-d. As seen in the pseudocode, DC min data centers are selected where DC min /2 destinations are determined based on Rd 1 ranking and DC min /2 destinations are selected based on Rd 2 ranking. R1 d ranking denotes the power consumption overhead that will be introduced to data center-d if the corresponding job is submitted to it while Rd 2 denotes the propagation delay between node-s and data center-d. Θ s,d + DC Rd r d cool = + DC proc d d D s r =1 L sd d D s r =2 else (4) Once the destination data centers are determined, for each data center, (1) is used for virtual link cost assignment, and if a virtual path can be found on the virtual topology, it is accepted for the corresponding data center. If a virtual path cannot be found, then a new virtual link is added between the source node-s and the associated backbone node of the destination data center-d. Equation (2) is used when routing the newly added virtual link over physical topology. However, upon obtaining the physical route, a posterior search is performed on each physical link of the manycast demand as follows. If a physical link is utilized by previously established routes to any destination data center of this manycast demand, fiber and wavelength assignment for the corresponding manycast demand on the corresponding link is used for the physical route of the newly added and routed virtual link. Here, multicast capability of the Optical Crossconnects (OXCs) is used to reduce channel consumption. Remaining links of the physical route are assigned fiber and wavelengths based on the first-fit fashion. These steps are not presented in the pseudocode for the sake of simplicity. Selection of destination data centers takes at most O(N 2 ) where N is the number of backbone nodes in the network. As DePoMiP adopts the multi-hop bypass routing concept [11], its RFWA has a runtime complexity of O(N 4 ) due to virtual topology mapping, which is the complexity of DeMiP and PoMiP, as well. Thus, DePoMiP does not introduce an overhead of runtime complexity to its predecessors. IV. NUMERICAL RESULTS A. Simulation Settings Numerical results are collected under the NSFNET topology where each backbone node is associated with a data center, and a data center is assumed to consume between 168kW (100 kw) of idle processing (cooling) power and 319.2kW (280 kw) of full utilized processing (cooling) power where submitted jobs are placed in the servers based on the Minimizing Heat Recirculation (MHR) fashion [8]. For each demand of the upstream manycast traffic, the number of candidate destinations is either 3 or 4 while the desired number of destinations (DC min )isfixedto2.ajob submission is assumed to increase the data center workload between and 0.2. The aggregated downstream DC traffic destined to a backbone node is assumed to originate from either 2, 3 or 4 data centers. Cloud network is assumed to be initially loaded due to initial data center loads which vary from 0.10 to Besides, we present node power fairness behavior of DePoMiP throughout the day. The NSFNET topology consists of four time zones, and due to having four time zones, demands are heterogeneously distributed in the network. These zones are EST (Nodes: {8,10,11,12,14}), CST (Nodes: {6,7,9}), MST (Nodes: {4,5,13}) and PST (Nodes: {1,2,3}) as illustrated in [11], [14]. Table I INTERNET DEMANDS IN THE NSFNET THROUGHOUT THE DAY (GBPS) Hours Zones EST CST MST PST Regular internet demands are presented in Table I for three-hour timeslots of a day, and at each time slot, upstream and downstream DC demands are assumed to be 0.2 and 1.2 times of the regular Internet demands to be coherent with [11], [14]. Note that timeslots are represented in EST time. When starting a new reconfiguration of the virtual cloud network, the physical network is assumed to be overprovisioned where each fiber consists of 16 wavelengths each of which is operating at 40Gbps. Propagation delay per kilometer in fiber is assumed to be 5μs. Equation (5) presents the total power consumption of the cloud network (P total ) as the sum of the power consumption of the backbone nodes. In the equation, P r and C ij denote the power consumption of an IP router port and the number of active lightpaths in the virtual link-ij, respectively, where the network consists of N nodes, and Ni v denotes the set of neighbors of node-i in the virtual topology. Besides, N p i and f ij denote the set of neighbors of node-i in the physical topology, and the number of active fibers in the physical link /12/$ IEEE

5 ij, respectively. The other parameters have been defined in the previous section. P edfa, P t and P r are assumed to be 8W, 73W and 1000W, respectively [11], [14]. P total = ( P r C ij i N + j N p i j N v i (P t W ij + S ij P edfa f ij )+DC cool i + DC proc i ) Performance of DePoMiP is evaluated in comparison to its predecessors, which are briefly defined below [10]: - Delay Minimized Provisioning (DeMiP) uses the same provisioning method in Algorithm 1. However, when determining the destination data centers of an upstream DC demand, it ranks the data centers based on their physical distances to the source node and selects the ones with the lowest ranking values. Besides, link costs in both virtual and physical routing are assigned based on the physical distances between the nodes forming the links in order to minimize the propagation delay. -Power Minimized Provisioning (PoMiP), as well, consists of the same algorithm steps with DeMiP and DePoMiP. When routing an upstream DC demand, PoMiP ranks each candidate data center based on its current power consumption assuming that the submitted job has been destined to the corresponding data center. As opposed to DeMiP, when routing the demands, PoMiP assigns link costs in the virtual and physical topologies considering the power consumption of the corresponding links. B. Simulation Results Figure 3 compares DePoMiP to its predecessor schemes in terms of power consumption increase in the cloud network. Due to only considering the propagation delay and disregarding the power consumption, DeMiP leads to the maximum power consumption increase among these three schemes. At each timeslot of the day, DePoMiP can introduce an identical performance to PoMiP; hence power minimization is ensured by the proposed heuristic. In Figure 4, the proposed heuristic, DePoMiP is compared to DeMiP and PoMiP in terms of wavelength channel utilization in the network. Since channel utilization of PoMiP and DeMiP coincides, DePoMiP is expected not to increase channel utilization as it aims to mimic the behavior of the two approaches and make a compromise between power savings and propagation delay. Since all schemes adopt the same virtual topology mapping approach, they have similar channel utilization performances. Figures 5.a-c compare DePoMiP to DeMiP and PoMiP in terms of propagation delay for the regular Internet traffic, downstream DC and upstream DC traffic, respectively. PoMiP leads to an additional propagation delay to DeMiP up to 5.5ms since it does not consider the physical lengths of the virtual links. (5) Increase in power consumption (kw) DeMiP PoMiP DePoMiP Hours (EST) Figure 3. Increase in power consumption by DePoMiP and its predecessors. Total utilized channels DeMiP 180 PoMiP DePoMiP Hours (EST) Figure 4. Channel utilization of DePoMiP and its predecessors. Furthermore, PoMiP does not consider the physical lightpath lengths in its cost assignment functions. By jointly considering physical distances and power consumption, DePoMiP mitigates the propagation delay drawbacks introduced by PoMiP. As seen in Figures 5.a-c, DePoMiP can make a compromise between delay and power savings as it introduces only a few microseconds of increase in the propagation delay of each traffic type when compared to DeMiP. Finally, we study DePoMiP in terms of power consumption fairness among different parts of the cloud network. To this end, we adopt Jain s fairness index to obtain Node Power Fairness Index (NPFI), i.e., NPFI = ( N i=1 P i) 2 /(N N i=1 P i 2 ). Table II illustrates the nodeby-node power consumption under DePoMiP followed by NPFI values for each timeslot. NPFI under DePoMiP is 0.993, which means that DePoMiP is able to distribute power consumption uniformly in the network although demand profile is heterogeneous due to having different time zones. V. CONCLUSION Energy savings in the transport network, as well as the data centers, are crucial in energy-efficient cloud computing. Previously, we have shown the trade-off between energysavings and propagation delay when reconfiguring the network topology based on forecasted demand profiles. In this paper, we have proposed a novel provisioning scheme in /12/$ IEEE

6 Table II NODE-BY-NODE POWER CONSUMPTION (KW) AND NPFI OF DEPOMIP (a) Hours Nodes N N N N N N N N N N N N N N NPFI (b) (c) Figure 5. Delay performances of DePoMiP and its predecessors (a) Regular, (b) Downstream DC, and (c) Upstream DC demands. order to address this trade-off and jointly minimize power consumption and propagation delay in the cloud network. The proposed scheme is called Delay and Power Minimized Provisioning (DePoMiP). DePoMiP re-designs the virtual cloud network by considering power consumption and propagation delay factors when provisioning the demands. Through simulations, we have shown that DePoMiP introduces minimized power consumption while introducing a few microseconds of additional propagation delay to delay minimized provisioning. Furthermore, we have shown that DePoMiP does not penalize the cloud network in terms of channel consumption or power consumption distribution. REFERENCES [1] P. Mell and T. Grance, The NIST Definition of Cloud Computing, Jan 2011, [Online] [2] Q. Zhang, L. Cheng, and R. Boutaba, Cloud computing: state-ofthe-art and research challenges, Journal of Internet Services and Applications, vol. 1, pp. 7 18, May [3] Y. Zhang, P. Chowdhury, M. Tornatore, and B. Mukherjee, Energy Efficiency in Telecom Optical Networks, IEEE Comm. Surveys and Tutorials, vol. 12/4, pp , [4] J. Baliga, R. Ayre, K. Hinton, and R. Tucker, Green Cloud Computing: Balancing Energy in Processing, Storage, and Transport, Proc. of the IEEE, vol. 99/1, pp , [5] ENERGY-STAR Program, Report to congress on server and data center energy efficiency, Aug. 2007, [Online] [6] A. Banerjee, T. Mukherjee, G. Varsamopoulos, and S. K. S. Gupta, Integrating cooling awareness with thermal aware workload placement for HPC data centers, Sustainable Computing: Informatics and Sys., vol. 1/2, pp , [7] Q. Tang, S. K. S. Gupta, and G. Varsamopoulos, Energy- Efficient Thermal-Aware Task Scheduling for Homogeneous High- Performance Computing Data Centers: A Cyber-Physical Approach, IEEE Trans. on Parallel and Distributed Systems, vol. 19, pp , Nov [8] J. Moore, J. Chase, P. Ranganathan, and R. Sharma, Making scheduling cool: temperature-aware workload placement in data centers, in Proc. of USENIX Annual Tech. Conf. (ATEC), Apr 2005, pp [9] Q. Zhang, Q. Zhu, and R. Boutaba, Dynamic Resource Allocation for Spot Markets in Cloud Computing Environments, in Proc. of IEEE Intl. Conf. on Utility and Cloud Computing, Dec. 2011, pp [10] B. Kantarci and H. T. Mouftah, Optimal Reconfiguration of the Cloud Network for Maximum Energy Savings, in Proc. of Workshop on Cloud Computing Optimization (CCOPT), May 2012 (accepted). [11] X. Dong, T. El-Gorashi, and J. M. H. Elmirghani, Green IP over WDM networks with data centers, IEEE/OSA J. of Lightwave Technology, vol. 29/12, pp , June [12] N. Charbonneau and V. M. Vokkarane, Routing and Wavelength Assignment of Static Manycast Demands Over All-Optical Wavelength- Routed WDM Networks, J. Opt. Commun. Netw., vol. 2, no. 7, pp , Jul [13] J. Buysse, C. Cavdar, M. De Leenheer, B. Dhoedt, and C. Develder, Improving energy efficiency in optical cloud networks by exploiting anycast routing, in Proc. of Asia Comm. and Photonics Conf., Nov [14] B. Kantarci and H. T. Mouftah, Energy-efficient cloud services over wavelength-routed optical transport networks, in Proc. of IEEE GLOBECOM, Dec 2011, pp. SAC SAC [15] B. Kantarci and H. T. Mouftah, Energy-Efficient Demand Provisioning in the Cloud, in Proc. of Optical Fiber Communication Conference (OFC), Mar 2012, pp. OM2G.4.1 OM2G /12/$ IEEE

Energy Efficient Cloud Computing: Challenges and Solutions

Energy Efficient Cloud Computing: Challenges and Solutions Energy Efficient Cloud Computing: Challenges and Solutions Burak Kantarci and Hussein T. Mouftah School of Electrical Engineering and Computer Science University of Ottawa Ottawa, ON, Canada Outline PART-I:

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

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

Greening the Multi-Granular Optical Transport Network Design under the Optical Reach Constraint

Greening the Multi-Granular Optical Transport Network Design under the Optical Reach Constraint Greening the Multi-Granular Optical Transport Network Design under the Optical Reach Constraint Nabil Naas, urak Kantarci, and Hussein T. Mouftah School of Electrical Engineering and Computer Science University

More information

Network Topology Control and Routing under Interface Constraints by Link Evaluation

Network Topology Control and Routing under Interface Constraints by Link Evaluation Network Topology Control and Routing under Interface Constraints by Link Evaluation Mehdi Kalantari Phone: 301 405 8841, Email: mehkalan@eng.umd.edu Abhishek Kashyap Phone: 301 405 8843, Email: kashyap@eng.umd.edu

More information

Intelligent Energy Aware Networks - a Content Perspective

Intelligent Energy Aware Networks - a Content Perspective Intelligent Energy Aware Networks - a Content Perspective Jaafar Elmirghani, University of Leeds, UK j.m.h.elmirghani@leeds.ac.uk Outline Introduction The Intelligent Energy Aware Networks (INTERNET) project

More information

A Modified Heuristic Approach of Logical Topology Design in WDM Optical Networks

A Modified Heuristic Approach of Logical Topology Design in WDM Optical Networks Proceedings of the International Conference on Computer and Communication Engineering 008 May 3-5, 008 Kuala Lumpur, Malaysia A Modified Heuristic Approach of Logical Topology Design in WDM Optical Networks

More information

Design of CapEx-Efficient IP-over-WDM Network using Auxiliary Matrix based Heuristic

Design of CapEx-Efficient IP-over-WDM Network using Auxiliary Matrix based Heuristic IEEE ANTS 2014 1570023335 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 60 61 62 63 64

More information

Energy-Efficient Traffic GroominginWDM Networks With Scheduled Time Traffic

Energy-Efficient Traffic GroominginWDM Networks With Scheduled Time Traffic JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 29, NO. 17, SEPTEMBER 1, 2011 2577 Energy-Efficient Traffic GroominginWDM Networks With Scheduled Time Traffic Shuqiang Zhang, Student Member, IEEE, Dong Shen, Student

More information

This is a repository copy of Energy Efficient Tapered Data Networks for Big Data Processing in IP/WDM Networks.

This is a repository copy of Energy Efficient Tapered Data Networks for Big Data Processing in IP/WDM Networks. This is a repository copy of Energy Efficient Tapered Data Networks for Big Data Processing in IP/WDM Networks. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/88009/ Version:

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

This is a repository copy of Cloud Virtual Network Embedding: Profit, Power and Acceptance.

This is a repository copy of Cloud Virtual Network Embedding: Profit, Power and Acceptance. This is a repository copy of Cloud Virtual Network Embedding: Profit, Power and Acceptance. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/8899/ Version: Accepted Version

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

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

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

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

This is a repository copy of Joint optimization of power, electricity cost and delay in IP over WDM networks.

This is a repository copy of Joint optimization of power, electricity cost and delay in IP over WDM networks. This is a repository copy of Joint optimization of power, electricity cost and delay in IP over WDM networks. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/82552/ Proceedings

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

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

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

THE Information and Communication Technology (ICT)

THE Information and Communication Technology (ICT) 2094 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 32, NO. 11, JUNE 1, 2014 Follow the Sun, Follow the Wind Lightpath Virtual Topology Reconfiguration in IP Over WDM Network Gangxiang Shen, Senior Member, IEEE,

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

Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router.

Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router. Prioritized Shufflenet Routing in TOAD based 2X2 OTDM Router. Tekiner Firat, Ghassemlooy Zabih, Thompson Mark, Alkhayatt Samir Optical Communications Research Group, School of Engineering, Sheffield Hallam

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

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

TRAFFIC GROOMING WITH BLOCKING PROBABILITY REDUCTION IN DYNAMIC OPTICAL WDM NETWORKS

TRAFFIC GROOMING WITH BLOCKING PROBABILITY REDUCTION IN DYNAMIC OPTICAL WDM NETWORKS TRAFFIC GROOMING WITH BLOCKING PROBABILITY REDUCTION IN DYNAMIC OPTICAL WDM NETWORKS K.Pushpanathan 1, Dr.A.Sivasubramanian 2 1 Asst Prof, Anand Institute of Higher Technology, Chennai-603103 2 Prof &

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

An Ant Colony Optimization Implementation for Dynamic Routing and Wavelength Assignment in Optical Networks

An Ant Colony Optimization Implementation for Dynamic Routing and Wavelength Assignment in Optical Networks An Ant Colony Optimization Implementation for Dynamic Routing and Wavelength Assignment in Optical Networks Timothy Hahn, Shen Wan March 5, 2008 Montana State University Computer Science Department Bozeman,

More information

Available online at ScienceDirect

Available online at   ScienceDirect Available online at www.sciencedirect.com ScienceDirect Procedia Technology 0 ( 0 ) 900 909 International Conference on Computational Intelligence: Modeling, Techniques and Applications (CIMTA-0) Multicast

More information

EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS

EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS International Journal of Information Technology and Knowledge Management January-June 2012, Volume 5, No. 1, pp. 69-72 EXAMINING OF RECONFIGURATION AND REROUTING APPROACHES: WDM NETWORKS Sushil Chaturvedi

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

Enhancing Fairness in OBS Networks

Enhancing Fairness in OBS Networks Enhancing Fairness in OBS Networks Abstract Optical Burst Switching (OBS) is a promising solution for all optical Wavelength Division Multiplexing (WDM) networks. It combines the benefits of both Optical

More information

Configuration of Offset Time in Optical Burst Switching Networks for Delay Sensitive Traffic

Configuration of Offset Time in Optical Burst Switching Networks for Delay Sensitive Traffic Configuration of Offset Time in Optical Burst Switching Networks for Delay Sensitive Traffic Anupam Soni and Yatindra Nath Singh anusoni@iitk.ac.in,ynsingh@iitk.ac.in. Abstract In Optical Burst Switching

More information

Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model

Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model Modification of an energy-efficient virtual network mapping method for a load-dependent power consumption model HIROMICHI SUGIYAMA YUKINOBU FUKUSHIMA TOKUMI YOKOHIRA The Graduate School of Natural Science

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

Design Methodologies and Algorithms for Survivable C-RAN

Design Methodologies and Algorithms for Survivable C-RAN 16 Regular papers ONDM 218 Design Methodologies and Algorithms for Survivable C-RAN Bahare M. Khorsandi, Federico Tonini, Carla Raffaelli DEI, University of Bologna Viale Risorgimento 2, 4136 Bologna,

More information

This is a repository copy of Energy Efficient Cloud Networks. White Rose Research Online URL for this paper:

This is a repository copy of Energy Efficient Cloud Networks. White Rose Research Online URL for this paper: This is a repository copy of Energy Efficient Cloud Networks. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/107255/ Version: Accepted Version Proceedings Paper: Nonde, L,

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

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

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

A Novel Generic Graph Model for Traffic Grooming in Heterogeneous WDM Mesh Networks

A Novel Generic Graph Model for Traffic Grooming in Heterogeneous WDM Mesh Networks IEEE/ACM TRANSACTIONS ON NETWORKING, VOL. 11, NO. 2, APRIL 2003 285 A Novel Generic Graph Model for Traffic Grooming in Heterogeneous WDM Mesh Networks Hongyue Zhu, Student Member, IEEE, Hui Zang, Member,

More information

A Review of Traffic Management in WDM Optical Networks: Progress and Challenges

A Review of Traffic Management in WDM Optical Networks: Progress and Challenges www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 6 Issue 8 August 2017, Page No. 22309-22313 Index Copernicus value (2015): 58.10 DOI: 10.18535/ijecs/v6i8.13

More information

PROOF COPY [124021] JOC

PROOF COPY [124021] JOC N. Charbonneau and V. M. Vokkarane VOL. 2, NO. 7/JULY 2010/J. OPT. COMMUN. NETW. 427 Routing and Wavelength Assignment of Static Manycast Demands Over All-Optical Wavelength-Routed WDM Networks Neal Charbonneau

More information

IO2654 Optical Networking. WDM network design. Lena Wosinska KTH/ICT. The aim of the next two lectures. To introduce some new definitions

IO2654 Optical Networking. WDM network design. Lena Wosinska KTH/ICT. The aim of the next two lectures. To introduce some new definitions IO2654 Optical Networking WDM network design Lena Wosinska KTH/ICT 1 The aim of the next two lectures To introduce some new definitions To make you aware about the trade-offs for WDM network design To

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

On Energy Efficiency of Networks for Composable Datacentre Infrastructures

On Energy Efficiency of Networks for Composable Datacentre Infrastructures On Energy Efficiency of Networks for Composable Datacentre Infrastructures Opeyemi O. Ajibola, Taisir E. H. El-Gorashi, and Jaafar M. H. Elmirghani School of Electronic and Electrical Engineering, University

More information

Maximization of Single Hop Traffic with Greedy Heuristics

Maximization of Single Hop Traffic with Greedy Heuristics Maximization of Single Hop Traffic with Greedy Heuristics Esa Hyytiä Networking Laboratory, HUT, Finland, email: esa@netlab.hut.fi, ABSTRACT Maximization of the single hop traffic has been proposed as

More information

Rollout Algorithms for Logical Topology Design and Traffic Grooming in Multihop WDM Networks

Rollout Algorithms for Logical Topology Design and Traffic Grooming in Multihop WDM Networks Rollout Algorithms for Logical Topology Design and Traffic Grooming in Multihop WDM Networks Kwangil Lee Department of Electrical and Computer Engineering University of Texas, El Paso, TX 79928, USA. Email:

More information

AWG-based Optoelectronic Router with QoS Support

AWG-based Optoelectronic Router with QoS Support AWG-based Optoelectronic Router with QoS Support Annette Böhm, Magnus Jonsson, and Kristina Kunert School of Information Science, Computer and Electrical Engineering, Halmstad University Box 823, S-31

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

Fog-assisted Caching Employing Solar Renewable Energy for Delivering Video on Demand Service

Fog-assisted Caching Employing Solar Renewable Energy for Delivering Video on Demand Service Fog-assisted Caching Employing Solar Renewable Energy for Delivering Video on Demand Service Mohamad Bin Abdull Halim 1, Sanaa Hamid Mohamed 2, Taisir E. H. El-Gorashi 2, and Jaafar M. H. Elmirghani 2

More information

I R TECHNICAL RESEARCH REPORT. A Local Optimization Algorithm for Logical Topology Design and Traffic Grooming in IP over WDM Networks

I R TECHNICAL RESEARCH REPORT. A Local Optimization Algorithm for Logical Topology Design and Traffic Grooming in IP over WDM Networks TECHNICAL RESEARCH REPORT A Local Optimization Algorithm for Logical Topology Design and Traffic Grooming in IP over WDM Networks by Kwang-Il Lee, Mark Shayman TR 2003-3 I R INSTITUTE FOR SYSTEMS RESEARCH

More information

An Efficient Algorithm for Solving Traffic Grooming Problems in Optical Networks

An Efficient Algorithm for Solving Traffic Grooming Problems in Optical Networks An Efficient Algorithm for Solving Traffic Grooming Problems in Optical Networks Hui Wang, George N. Rouskas Operations Research and Department of Computer Science, North Carolina State University, Raleigh,

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

Toward the joint design of electronic and optical layer protection

Toward the joint design of electronic and optical layer protection Toward the joint design of electronic and optical layer protection Massachusetts Institute of Technology Slide 1 Slide 2 CHALLENGES: - SEAMLESS CONNECTIVITY - MULTI-MEDIA (FIBER,SATCOM,WIRELESS) - HETEROGENEOUS

More information

Distributed Traffic Adaptive Wavelength Routing in IP-Over- WDM networks

Distributed Traffic Adaptive Wavelength Routing in IP-Over- WDM networks Distributed Traffic Adaptive Wavelength Routing in IP-Over- WDM networks Balaji Palanisamy, T. Siva Prasad, N.Sreenath 1 Department of Computer Science & Engineering and Information technology Pondicherry

More information

Multi-layer Network Recovery: Avoiding Traffic Disruptions Against Fiber Failures

Multi-layer Network Recovery: Avoiding Traffic Disruptions Against Fiber Failures Multi-layer Network Recovery: Avoiding Traffic Disruptions Against Fiber Failures Anna Urra, Eusebi Calle, and Jose L. Marzo Institute of Informatics and Applications (IIiA), University of Girona, Girona

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

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

WDM Network Provisioning

WDM Network Provisioning IO2654 Optical Networking WDM Network Provisioning Paolo Monti Optical Networks Lab (ONLab), Communication Systems Department (COS) http://web.it.kth.se/~pmonti/ Some of the material is taken from the

More information

Energy Efficient Service Distribution in Internet of Things

Energy Efficient Service Distribution in Internet of Things Energy Efficient Service Distribution in Internet of Things Barzan Yosuf, Mohamed Musa, Taisir Elgorashi, Ahmed Q. Lawey, and J. M. H. Elmirghani School of Electronic and Electrical Engineering, University

More information

Implementation of Genetic Algorithm for Combined Routing and Dimensioning for Dynamic WDM Networks

Implementation of Genetic Algorithm for Combined Routing and Dimensioning for Dynamic WDM Networks Implementation of Genetic Algorithm for Combined Routing and Dimensioning for Dynamic WDM Networks Bhuthesh H K 1, Triveni C L 2 1M.Tech student, Dept. Of ECE, MCE Hassan, Karnataka, India 2Assistant Professor,

More information

Design of Optical Aggregation Network with Carrier Edge Functions Virtualization

Design of Optical Aggregation Network with Carrier Edge Functions Virtualization Design of Optical Aggregation Network with Carrier Edge Functions Virtualization September 28, 2017 APNOMS2017@Seoul Takashi Miyamura 1, Akira Misawa 2, Jun-ichi Kani 1 1 NTT Laboratories 2 Chitose Institute

More information

Power Efficient Traffic Grooming in Optical WDM Networks

Power Efficient Traffic Grooming in Optical WDM Networks Power Efficient Traffic Grooming in Optical WDM Networks Emre Yetginer Tubitak UEKAE Ilhan Tan Kislasi Umitkoy, Ankara 06800 Turkey Email: emre.yetginer@iltaren.tubitak.gov.tr George N. Rouskas Department

More information

Virtual Machine Placement in Cloud Computing

Virtual Machine Placement in Cloud Computing Indian Journal of Science and Technology, Vol 9(29), DOI: 10.17485/ijst/2016/v9i29/79768, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Virtual Machine Placement in Cloud Computing Arunkumar

More information

A NEW TRAFFIC AGGREGATION SCHEME IN ALL-OPTICAL WAVELENGTH ROUTED NETWORKS

A NEW TRAFFIC AGGREGATION SCHEME IN ALL-OPTICAL WAVELENGTH ROUTED NETWORKS A NEW TRAFFIC AGGREGATION SCHEME IN ALL-OPTICAL WAVELENGTH ROUTED NETWORKS Nizar Bouabdallah^'^, Emannuel Dotaro^ and Guy Pujolle^ ^Alcatel Research & Innovation, Route de Nozay, F-91460 Marcoussis, France

More information

Dynamic service Allocation with Protection Path

Dynamic service Allocation with Protection Path www.ijcsi.org 115 Dynamic service Allocation with Protection Path Loay Alzubaidi Department of Computer Engineering & Science, Prince Muhammad bin Fahd University AL-Khobar, Saudi Arabia Abstract Path

More information

Analysis of Delay Performance in Efficient DBA with Global Priority for EPON

Analysis of Delay Performance in Efficient DBA with Global Priority for EPON The Society of Digital Information and Wireless Communications, 211 (ISSN: 222-985) Analysis of Delay Performance in Efficient DBA with Global Priority for EPON Nurul Asyikin Mohamed Radzi 1, Norashidah

More information

Fiber-Wireless (FiWi) Access Networks

Fiber-Wireless (FiWi) Access Networks Fiber-Wireless (FiWi) Access Networks Eiman Alotaibi Department of Computer Science University of California, Davis Reference: N. Ghazisaidi, M. Martin, and C. Assi, Fiber-Wireless (FiWi) Access Networks:

More information

New QoS Measures for Routing and Wavelength Assignment in WDM Networks

New QoS Measures for Routing and Wavelength Assignment in WDM Networks New QoS Measures for Routing and Wavelength Assignment in WDM Networks Shi Zhong Xu and Kwan L. Yeung Department of Electrical & Electronic Engineering The University of Hong Kong Pokfulam, Hong Kong Abstract-A

More information

ADAPTIVE LINK WEIGHT ASSIGNMENT AND RANDOM EARLY BLOCKING ALGORITHM FOR DYNAMIC ROUTING IN WDM NETWORKS

ADAPTIVE LINK WEIGHT ASSIGNMENT AND RANDOM EARLY BLOCKING ALGORITHM FOR DYNAMIC ROUTING IN WDM NETWORKS ADAPTIVE LINK WEIGHT ASSIGNMENT AND RANDOM EARLY BLOCKING ALGORITHM FOR DYNAMIC ROUTING IN WDM NETWORKS Ching-Lung Chang, Yan-Ying, Lee, and Steven S. W. Lee* Department of Electronic Engineering, National

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

On-Line Routing in WDM-TDM Switched Optical Mesh Networks

On-Line Routing in WDM-TDM Switched Optical Mesh Networks On-Line Routing in WDM-TDM Switched Optical Mesh Networks Arun Vishwanath and Weifa Liang Department of Computer Science The Australian National University Canberra, ACT-0200, Australia Email: {arunv,wliang}@cs.anu.edu.au

More information

Signal-Quality Consideration for Dynamic Connection Provisioning in All- Optical Wavelength-Routed Networks

Signal-Quality Consideration for Dynamic Connection Provisioning in All- Optical Wavelength-Routed Networks Signal-Quality Consideration for Dynamic Connection Provisioning in All- Optical Wavelength-Routed Networks Biswanath Mukherjee Professor of Computer Science, UC Davis mukherje@cs.ucdavis.edu Acknowledgement:

More information

Enhancing Bandwidth Utilization and QoS in Optical Burst Switched High-Speed Network

Enhancing Bandwidth Utilization and QoS in Optical Burst Switched High-Speed Network 91 Enhancing Bandwidth Utilization and QoS in Optical Burst Switched High-Speed Network Amit Kumar Garg and R S Kaler School of Electronics and Communication Eng, Shri Mata Vaishno Devi University (J&K),

More information

OFC/NFOEC 2012 Review on

OFC/NFOEC 2012 Review on OFC/NFOEC 2012 Review on Energy Efficient Network and Technology, Power Saving and Fault Management, Traffic Grooming, and Dynamic Networks Chaitanya Vadrevu April 13, 2012 Group Meeting Presentation,

More information

Virtual Source-Based Minimum Interference Path Multicast Routing with Differentiated QoS Guarantees in the Next Generation Optical Internet

Virtual Source-Based Minimum Interference Path Multicast Routing with Differentiated QoS Guarantees in the Next Generation Optical Internet Virtual Source-Based Minimum Interference Path Multicast Routing with Differentiated QoS Guarantees in the Next Generation Optical Internet Suk-Jin Lee 1, Kyung-Dong Hong 1, Chun-Jai Lee 1, Moon-Kyun Oh

More information

An Improved Multicast Routing Algorithm in Sparse Splitting WDM Networks

An Improved Multicast Routing Algorithm in Sparse Splitting WDM Networks Author manuscript, published in "ComManTel'01: International Conference on Computing, Management and Telecommunications Conference, Viet Nam (01)" An Improved Multicast Routing Algorithm in Sparse Splitting

More information

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment

Double Threshold Based Load Balancing Approach by Using VM Migration for the Cloud Computing Environment www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 4 Issue 1 January 2015, Page No. 9966-9970 Double Threshold Based Load Balancing Approach by Using VM Migration

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

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

Scalable Design of Resilient Optical Grids

Scalable Design of Resilient Optical Grids Scalable Design of Resilient Optical Grids Marc De Leenheer Ghent University - IBBT On-Demand Network Services for the Scientific Community Terena Networking Conference 2009, June 7 th, Malaga, Spain GRID

More information

Energy Efficient Anycast Routing for Sliding Scheduled Lightpath Demands in Optical Grids

Energy Efficient Anycast Routing for Sliding Scheduled Lightpath Demands in Optical Grids University of Windsor Scholarship at UWindsor Electronic Theses and Dissertations 1-13-2016 Energy Efficient Anycast Routing for Sliding Scheduled Lightpath Demands in Optical Grids Darshil Rami University

More information

Designing physical topologies for wavelength-routed all-optical networks

Designing physical topologies for wavelength-routed all-optical networks Designing physical topologies for wavelength-routed all-optical networks D. R. Hjelmi 2 and S. Eikedal Andersen! 1) Department of Physical Electronics, Faculty of Electrical Engineering and Telecommunications,

More information

n = 2 n = 2 n = 1 n = 1 λ 12 µ λ λ /2 λ /2 λ22 λ 22 λ 22 λ n = 0 n = 0 λ 11 λ /2 0,2,0,0 1,1,1, ,0,2,0 1,0,1,0 0,2,0,0 12 1,1,0,0

n = 2 n = 2 n = 1 n = 1 λ 12 µ λ λ /2 λ /2 λ22 λ 22 λ 22 λ n = 0 n = 0 λ 11 λ /2 0,2,0,0 1,1,1, ,0,2,0 1,0,1,0 0,2,0,0 12 1,1,0,0 A Comparison of Allocation Policies in Wavelength Routing Networks Yuhong Zhu a, George N. Rouskas b, Harry G. Perros b a Lucent Technologies, Acton, MA b Department of Computer Science, North Carolina

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

Expected Capacity Guaranteed Routing based on Dynamic Link Failure Prediction

Expected Capacity Guaranteed Routing based on Dynamic Link Failure Prediction Expected Capacity Guaranteed Routing based on Dynamic Link Failure Prediction Shu Sekigawa, Satoru Okamoto, and Naoaki Yamanaka Department of Information and Computer Science, Faculty of Science and Technology,

More information

Maximizing Reliability in WDM Networks through Lightpath Routing

Maximizing Reliability in WDM Networks through Lightpath Routing Maximizing Reliability in WDM Networks through Lightpath Routing The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published

More information

Some Optimization Trade-offs in Wireless Network Coding

Some Optimization Trade-offs in Wireless Network Coding Some Optimization Trade-offs in Wireless Network Coding Yalin Evren Sagduyu and Anthony Ephremides Electrical and Computer Engineering Department and Institute for Systems Research University of Maryland,

More information

Optimal Workload Allocation in Fog-Cloud Computing Toward Balanced Delay and Power Consumption

Optimal Workload Allocation in Fog-Cloud Computing Toward Balanced Delay and Power Consumption Optimal Workload Allocation in Fog-Cloud Computing Toward Balanced Delay and Power Consumption Ruilong Deng 1,4, Rongxing Lu 1, Chengzhe Lai 2, Tom H. Luan 3, and Hao Liang 4 1: Nanyang Technological University,

More information

Efficient Power-Aware Network Provisioning for All-Optical Multicasting in WDM Mesh Networks

Efficient Power-Aware Network Provisioning for All-Optical Multicasting in WDM Mesh Networks Efficient Power-Aware Network Provisioning for All-Optical Multicasting in WDM Mesh Networks Ashraf M. Hamad Microsoft Corporation One Microsoft Way, Redmond, WA 98052-6399, USA Email: ahamad@microsoft.com

More information

Design of Hierarchical Crossconnect WDM Networks Employing a Two-Stage Multiplexing Scheme of Waveband and Wavelength

Design of Hierarchical Crossconnect WDM Networks Employing a Two-Stage Multiplexing Scheme of Waveband and Wavelength 166 IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 20, NO. 1, JANUARY 2002 Design of Hierarchical Crossconnect WDM Networks Employing a Two-Stage Multiplexing Scheme of Waveband and Wavelength

More information

SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS

SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS SPARE CAPACITY MODELLING AND ITS APPLICATIONS IN SURVIVABLE IP-OVER-OPTICAL NETWORKS D. Harle, S. Albarrak, F. Ali Department of Electrical and Electronic Engineering, University of Strathclyde, U. K {d.harle,sbarrak,

More information

Fault Tolerant System for Sparse Traffic Grooming in Optical WDM Mesh Networks Using Combiner Queue

Fault Tolerant System for Sparse Traffic Grooming in Optical WDM Mesh Networks Using Combiner Queue Fault Tolerant System for Sparse Traffic Grooming in Optical WDM Mesh Networks Using Combiner Queue Sandip R. Shinde Research Scholar, Sathyabama University, Chennai & Assistant Professor, Vishwakarma

More information

Design of an Agile All-Photonic Network (AAPN)

Design of an Agile All-Photonic Network (AAPN) Design of an Agile All-Photonic Network (AAPN) Gregor v. Bochmann School of Information Technology and Engineering (SITE) University of Ottawa Canada http://www.site.uottawa.ca/~bochmann/talks/aapn-results

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

Online Optimization of VM Deployment in IaaS Cloud

Online Optimization of VM Deployment in IaaS Cloud Online Optimization of VM Deployment in IaaS Cloud Pei Fan, Zhenbang Chen, Ji Wang School of Computer Science National University of Defense Technology Changsha, 4173, P.R.China {peifan,zbchen}@nudt.edu.cn,

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, Hiroaki Harai, Shin ichi Arakawa, and Masayuki Murata Graduate School of Information Science and Technology,

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

Lambda Networks DWDM. Vara Varavithya Department of Electrical Engineering King Mongkut s Institute of Technology North Bangkok

Lambda Networks DWDM. Vara Varavithya Department of Electrical Engineering King Mongkut s Institute of Technology North Bangkok Lambda Networks DWDM Vara Varavithya Department of Electrical Engineering King Mongkut s Institute of Technology North Bangkok vara@kmitnb.ac.th Treads in Communication Information: High Speed, Anywhere,

More information