ala shaabana

57
Application of Evolutionary Algorithms for Energy Efficient Grooming of Scheduled Sub-Wavelength Traffic Demands in Optical Networks Ala Shaabana University of Windsor School of Computer Science 13-05-2013

Upload: idola

Post on 23-Mar-2016

30 views

Category:

Documents


0 download

DESCRIPTION

Application of Evolutionary Algorithms for Energy Efficient Grooming of Scheduled Sub-Wavelength Traffic Demands in Optical Networks. Ala Shaabana. University of Windsor School of Computer Science 13-05-2013. Optical Communication Overview Motivation Solution Outline - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Ala Shaabana

Application of Evolutionary Algorithms for Energy Efficient Grooming of

Scheduled Sub-Wavelength Traffic Demands in Optical Networks

Ala Shaabana

University of WindsorSchool of Computer Science13-05-2013

Page 2: Ala Shaabana

2

Page 3: Ala Shaabana

3

Outline

• Optical Communication Overview• Motivation• Solution Outline• Evolutionary Algorithms• Related Research• Energy Minimization for Scheduled Traffic• Results• Future work

Page 4: Ala Shaabana

4

Optical Communication

• Communication at a distance to carry information using light.

• In 1880, earliest electrical device created to perform optical communication is created.– Photophone

• Optical communication today relies on optical fibers to carry the information from point A to point B.

Page 5: Ala Shaabana

5

Optical Communication

• Communication at a distance to carry information using light using optical fibers.

• Optical fibers: thin glass cylinders or filaments which carry signals in the form of light.

• A Lightpath (LP): end-to-end optical communication channel – may traverse multiple fibers.

Page 6: Ala Shaabana

A. Shaabana — M.Sc. Thesis Defense

6

Optical Communication

• An optical communication system uses:– Transmitter: encodes a message into an optical signal.– Channel: carries the signal to its destination– Receiver: reproduces the message from the received

optical signal.

May 13, 2013

Page 7: Ala Shaabana

7

Motivation

• Immense growth in high-bandwidth applications increase in energy consumption.– 1% improvement in total energy consumption $5M USD

savings per year in electricity cost [1]. • Existing approaches: put network interfaces and

components to sleep [2], switch off line cards [3][4], or even entire links or nodes[5][6].

• Our approach: consider the applications that require periodic use of bandwidth at predetermined times. – Unlike static or dynamic traffic demands, this type of demands

(called scheduled traffic demands) is periodic and predictable– Resource allocation can be optimized in both space and time.

Page 8: Ala Shaabana

8

Example

Page 9: Ala Shaabana

9

Motivation

• Integer Linear Programs (ILPs) are typically the go-to solution for this kind of optimization problem.

• However, although ILPs achieve an optimal solution, however they become computationally intractable once the problem set becomes larger (larger network sizes).

• It ends up taking too long and sometimes consuming too many computational resources to find its solution.

Page 10: Ala Shaabana

10

Solution Outline

• We present a Genetic Algorithm (GA) and a Memetic Algorithm (MA) to route a set of periodic, sub-wavelength traffic demands over the network.

• The primary goal for these two approaches is to:1) Route the traffic demands in such a way that the

maximum number of LPs can be switched off, hence reducing the overall power consumption.

2) Reduce the total number of LPs needed to realize the logical topology, such that the capacity constraints of the LPs are not exceeded.

Page 11: Ala Shaabana

11

Solution Outline

• The GA has reduced the energy consumption more so than the simple shortest path holding-time-aware heuristic, which was presented in our previous work in [7].

• In contrast, the MA was designed to build upon the GA and improve on it further by adding local search capabilities,.– Solutions similar to the GA with considerably less time.

Page 12: Ala Shaabana

12

Solution Outline

• Note however, that evolutionary algorithms themselves have been applied to many computational problems.

• Computer simulations of evolution started as early as 1954 with the work of Nils Aal Barricelli.

• In 1989, Moscato et al. proposed Memetic Algorithms based on Richard Dawkin’s notion of a Meme [8].

Page 13: Ala Shaabana

13

Solution Outline

• At the time being, there are no applications of evolutionary algorithms to optimize scheduled demands in optical networks, and the current approach seems to be to use a holding-time unaware (HTU) approach.

Page 14: Ala Shaabana

14

A little Biology…

• “Evolution is the survival of the fittest” is a great description of many evolutionary computation systems.

• When one uses evolutionary computation to solve a problem, it operates on a population (or a collection) of data structures (or creatures/genes).

• This fundamental difference in the notion of fitness is a key difference between biological evolution and most evolutionary computation.

Page 15: Ala Shaabana

15

A little Biology…

• 2 opposing forces that drive evolution:– Variation: process that produces new alleles/genes– Selection: process whereby some alleles survive and

others do not

Page 16: Ala Shaabana

16

A little Biology…

• Evolutionary computing can accomplish variation by making random changes in these data structures and by blending parts of different data structures via mutation and crossover (referred to as variation operators).

• There are good and bad mutations operating on a population of data structures.

Page 17: Ala Shaabana

17

Evolutionary Algorithms

• Nearly three decades of R&D have demonstrated that the mimicked search process of natural evolution can yield very robust and direct computer algorithms, even though these imitations are crude simplifications of biological reality.

• The result of these efforts is Evolutionary Algorithms (EAs).

Page 18: Ala Shaabana

18

Evolutionary Algorithms• The population evolves towards improving regions of the search

space by means of randomized processes of mutation, selection and recombination.

• The population is arbitrarily initialized.

• The environment delivers fitness information of the individuals, and the selection process favors those individuals of higher fitness to reproduce more often than worse individuals.

• The recombination mechanism allows for the mixing of parental information while passing it to their descendants, while mutation introduces innovation into the population.

Page 19: Ala Shaabana

19

Related Research• A number of recent works focus on reducing power consumption in

today’s core/transport networks.

• For example, Orgerie et al. (2012) developed an energy-efficient framework for Bulk Data transfers in dedicated networks with advance reservation.

• Meanwhile, Musumeci et al. (2012) evaluated the power consumption of the various devices used at different network architectures.

• Coiro et al. (2011) consider the dynamic traffic scenario, and propose an energy aware routing scheme to improve the energy efficiency by minimizing the number of active optical amplifiers in the network [5].

Page 20: Ala Shaabana

20

Genetic Algorithms (GA)• Most common of Evolutionary Algorithms.

• Generally, a population of candidate solutions to an optimization problem is evolved towards better solutions.

• Iteratively, the evolution typically starts from a population of randomly generated individuals, with the population in each generation referred to as a generation.

• The more fit individuals are stochastically selected from the current population

• The new generation of candidate solutions is then used in the next iteration of the algorithm.

Page 21: Ala Shaabana

21

Genetic Algorithms (GA)

Page 22: Ala Shaabana

22

Memetic Algorithms (MA)

• While GAs have been inspired in trying to emulate biological evolution, Memetic Algorithms (MAs) try to mimic cultural evolution.

• Essentially, MAs are a marriage between population-based global search and the local search heuristic made by each of the individuals.

Page 23: Ala Shaabana

23

Memetic Algorithms (MA)

Page 24: Ala Shaabana

24Energy Minimization in Scheduled Traffic

• Using the GA and the MA, we aim to minimize the energy consumption for traffic routing in a Wavelength Division Multiplexed (WDM) network.

• Given a logical topology – Each logical edge is comprised of one or more lightpaths. – The number of lightpaths needed to implement a given

logical edge is determined by:• 1. The number of lightpaths needed to implement on that edge.• 2. The capacity of a lightpath.

Page 25: Ala Shaabana

25Energy Minimization in Scheduled Traffic

• We are also given a set of the scheduled sub-wavelength demands, with known start and end times.

• Each demand is represented by the tuple

Page 26: Ala Shaabana

26Energy Minimization in Scheduled Traffic

• The goal is to route the traffic demands in such a way that the maximum number of lightpaths can be switched off at any given time, reducing the overall power consumption.

• We also try to implement each logical edge using as few lightpaths as possible.

Page 27: Ala Shaabana

27

Chromosome Representation

Page 28: Ala Shaabana

28

Fitness Function

• It is necessary to calculate the fitness value of each new individual after we generate it.

• We use the following fitness function:

Page 29: Ala Shaabana

29

Fitness Function

• The number of active lightpaths can vary, depending on the traffic in interval .

• Hence, the number of transceivers used for implementing is determined by the maximum number of active lightpaths needed for in any given interval.– That is,

Page 30: Ala Shaabana

30

GA/MA Selection and Crossover

• The selection of individuals from the initial population as parents is carried out using the Roulette-Wheel selection method.

• We have used k-point crossover for each crossover operation in order to produce new offspring from the selected parents.

Page 31: Ala Shaabana

31

GA/MA Selection and Crossover

Page 32: Ala Shaabana

Mutation

– Single candidate chromosome is first selected randomly for mutation– Change a single allele of an individual, with a probability of this event

happening. • For our simulation probability of mutation =0. 08• Obtained by trial and error; does not converge the population too

quickly, losing potentially better chromosomes, nor does it ruin the population’s diversity.

May 13, 2013

Page 33: Ala Shaabana

33

Local Search

• In order to simplify the way local search works, let us first take an example.

• Population of chromosomes (candidate solutions)• Divided into neighborhoods of chromosomes.

Page 34: Ala Shaabana

34

Local Search

• When local search is implemented, it searches through the neighborhoods within population and chooses the most locally optimal chromosome from each neighborhood.

• That chromosome is then guaranteed to make it through to the next generation.

• The local search can be integrated within the evolutionary cycle mainly in two ways.

Page 35: Ala Shaabana

35

Local Search

The first way is the application of the local search to a candidate solution, called lifetime learning.

We have implemented our method using the second way.• The application of the local search during the solution generation

phase, that is, the generation of a perfect child.

Page 36: Ala Shaabana

36

Local Search Procedure

Page 37: Ala Shaabana

37

Local Search Procedure

Page 38: Ala Shaabana

38

Results

• Simulations were run with different demand sets on a number of well known networks such as the 14-node NSFNET and 20-node ARPANET.

• For each network topology and size of demand set, the results reported in this section represent the average values of at least five runs.

• We also experimented with different values of the constant for .– Changing the value of did not produce significant change in the

results.

Page 39: Ala Shaabana

39

Results

• Although the GA is less computationally demanding than an ILP, an Amazon “Elastic Cloud” server with 8GB of RAM memory and 4 Amazon EC2 Compute Units (ECU) was required.– Where each ECU is equivalent to a 1.0 – 2.0GHz 2007

Opteron or Xeon processor).

• In contrast, the MA experiments, although operating on the same data sets, required only a 2GB RAM memory server and utilizing 1 Amazon ECU.

Page 40: Ala Shaabana

A. Shaabana — M.Sc. Thesis Defense

40

Results

May 13, 2013

• knowledge of demand holding times result in significant energy improvements over HTU approaches (26%-40%).

• Additional improvements (8% - 13%) compared to the HTA shortest path heuristic in [8].

• MA we can reduce the amount of computational resources and time used while achieving similar results.

Page 41: Ala Shaabana

41

Results

• The simulation results show that knowledge of demand holding times result in significant energy improvements over HTU approaches.

• The proposed GA leads to further improvements compared to the HTA shortest path heuristic we have proposed in [8].

• Interestingly, they also demonstrate that using the MA we can reduce the amount of computational resources and time used while similar outputs to the solutions presented by the GA.

Page 42: Ala Shaabana

42

Results

• Specifically, knowledge of demand holding times significantly reduced energy consumption, with improvements between 26% and 40%, even using a simple shortest path routing approach.

• This reduction is achieved by simply switching off lightpaths when they are not carrying any traffic.

Page 43: Ala Shaabana

43

GA vs. MA Results

• Tested for and an optical fiber bandwidth capacity of Gbit/s

• For each value of A in the figures, we took the average of five test cases, and plotted the improvement percentage over the value of A.

Page 44: Ala Shaabana

44

GA vs. MA Results

Page 45: Ala Shaabana

45

GA vs. MA Results

Page 46: Ala Shaabana

46

GA vs. MA Results

Page 47: Ala Shaabana

47

GA vs. MA Results

Page 48: Ala Shaabana

48

GA vs. MA Results

Page 49: Ala Shaabana

49

GA vs. MA Results

Page 50: Ala Shaabana

50

Chronological Analysis

Page 51: Ala Shaabana

51

Chronological Analysis

• We speculate that this is not due to the MA doing less computations than the GA.

• Likely due to the MA’s capability of detecting when there are no more better solutions to be obtained. – This causes it to stop, saving multiple useless computations

that would lead to the same solution.

Page 52: Ala Shaabana

52

Future Work

• While the proposed GA and MA perform better than ILPs in terms of computational time and resources, there is still potential for future improvement.

• One of the fundamental strengths of GAs and MAs is the diversity of their parameters. It is very possible to achieve better results after optimizing the parameters for specific topologies.

Page 53: Ala Shaabana

53

Future Work

• MAs in particular have great potential in energy optimization problems in optical networks. – In terms of parameters, the way the local search

mechanism defines neighborhoods can be changed to something more complex than “adjacent chromosomes”.

– While this is a common and viable implementation, it may not be the most optimized option for our purposes.

Page 54: Ala Shaabana

54

Future Work

• We have also only used one of many “move” mechanisms in Local Search, there are countless other algorithms that can be explored and exploited in order to achieve more optimized results.

Page 55: Ala Shaabana

55

Future Work

• With respect to our current implementation, more experimentation and data analysis should be applied, not only with different size and complexity of instances of networks, but also with other network optimization problems, as this has proven to be a promising direction in optical network optimization problems.

Page 56: Ala Shaabana

56

Thank you for listening.

Page 57: Ala Shaabana

57

Bibliography1. G. Shen and R. S. Tucker, “Energy-minimized design for ip over wdm networks," Optical Communications and Networking, IEEE/OSA Journal of,

vol. 1, no. 1, pp. 176-186, 2009.2. M. Gupta and S. Singh, “Greening of the internet," in Proceedings of the 2003 conference on Applications, technologies, architectures, and

protocols for computer communications, pp. 19-26, ACM, 2003.3. J. Chabarek, J. Sommers, P. Barford, C. Estan, D. Tsiang, and S. Wright, “Power awareness in network design and routing," in INFOCOM 2008.

The 27th Conference on Computer Communications. IEEE, pp. 457-465, IEEE, 2008.4. F. Idzikowski, S. Orlowski, C. Raack, H. Woesner, and A. Wolisz, “Saving energy in ip-over-wdm networks by switching off line cards in low

demand scenarios," in Optical Network Design and Modeling (ONDM), 2010 14th Conference on, pp. 1-6, IEEE, 2010.5. A. Coiro, M. Listanti, A. Valenti, and F. Matera, “Reducing power consumption in wavelength routed networks by selective switch off

of optical links," Selected Topics in Quantum Electronics, IEEE Journal of, vol. 17, no. 2, pp. 428-436, 2011.6. B. G. Bathula and J. M. Elmirghani, “Green networks: Energy effcient design for optical networks," in Wireless and Optical Communications

Networks, 2009. WOCN'09. IFIP International Conference on, pp. 1-5, IEEE, 2009.7. A. Shaabana, F. Luo, Y. Chen, and A. Jaekel, “A genetic algorithmb-ased approach for energy effcient grooming of scheduled subwavelength

traffc demands in optical networks," Submitted to IEEE Globecom 2013.8. P. Moscato, “On evolution, search, optimization, genetic algorithms and martial arts: Towards memetic algorithms," Caltech concurrent

computation program, C3P Report, vol. 826, p. 1989, 1989.9. D. Ashlock, Evolutionary computation for modeling and optimization. Springer Science+ Business Media, 2006.10. P. Datta, M. Sridharan, and A. K. Somani, “A simulated annealing approach for topology planning and evolution of mesh-restorable optical

networks," in 8th IFIP Working conference on optical networks design and modeling (ONDM), vol. 16, Citeseer, 2003.11. N. Krasnogor, “Memetic algorithms," in Handbook of Natural Computing (G. Rozenberg, T. Bck, and J. Kok, eds.), pp. 905{935, Springer Berlin

Heidelberg, 2012.12. M. Oca, C. Cotta, and F. Neri, “Local search," in Handbook of Memetic Algorithms (F. Neri, C. Cotta, and P. Moscato, eds.), vol. 379 of Studies in

Computational Intelligence, pp. 29{41, Springer Berlin Heidelberg, 2012.