4 research outputs found
A Generic Architecture For Demand Response: The ALL4Green Approach
Demand Response is a mechanism used in power
grids to manage customers’ power consumption during critical
situations (e.g. power shortage). Data centres are good candidates
to participate in Demand Response programs due to their high energy
use. In this paper, we present a generic architecture to enable
Demand Response between Energy Provider and Data Centres
realised in All4Green. To this end, we show our three-level
concept and then illustrate the building blocks of All4Green’s
architectural design. Furthermore, we introduce the novel aspects
of GreenSDA and GreenSLA for Energy Provider–Data centre
sub-ecosystem as well as Data centre–IT Client sub-ecosystem
respectively. In order to further reduce energy consumption and
CO2 emission, the notion of data centre federation is introduced:
savings can be expected if data centres start to collaborate by
exchanging workload. Also, we specify the technological solutions
necessary to implement our proposed architectural approach.
Finally, we present preliminary proof-of-concept experiments,
conducted both on traditional and cloud computing data centres,
which show relatively encouraging results
A generic architecture for Demand Response: the All4Green approach
Demand Response is a mechanism used in power
grids to manage customers’ power consumption during critical
situations (e.g. power shortage). Data centres are good candidates
to participate in Demand Response programs due to their high energy
use. In this paper, we present a generic architecture to enable
Demand Response between Energy Provider and Data Centres
realised in All4Green. To this end, we show our three-level
concept and then illustrate the building blocks of All4Green’s
architectural design. Furthermore, we introduce the novel aspects
of GreenSDA and GreenSLA for Energy Provider–Data centre
sub-ecosystem as well as Data centre–IT Client sub-ecosystem
respectively. In order to further reduce energy consumption and
CO2 emission, the notion of data centre federation is introduced:
savings can be expected if data centres start to collaborate by
exchanging workload. Also, we specify the technological solutions
necessary to implement our proposed architectural approach.
Finally, we present preliminary proof-of-concept experiments,
conducted both on traditional and cloud computing data centres,
which show relatively encouraging results.Peer Reviewe
Dynamic vehicle routing with time windows in theory and practice
The vehicle routing problem is a classical combinatorial optimization
problem. This work is about a variant of the vehicle routing problem
with dynamically changing orders and time windows. In real-world
applications often the demands change during operation time. New
orders occur and others are canceled. In this case new schedules
need to be generated on-the-fly. Online optimization algorithms for
dynamical vehicle routing address this problem but so far they do
not consider time windows. Moreover, to match the scenarios found
in real-world problems adaptations of benchmarks are required. In
this paper, a practical problem is modeled based on the procedure
of daily routing of a delivery company. New orders by customers are
introduced dynamically during the working day and need to be integrated
into the schedule. A multiple ant colony algorithm combined with
powerful local search procedures is proposed to solve the dynamic
vehicle routing problem with time windows. The performance is tested
on a new benchmark based on simulations of a working day. The problems
are taken from Solomon's benchmarks but a certain percentage of the
orders are only revealed to the algorithm during operation time.
Different versions of the MACS algorithm are tested and a high performing
variant is identified. Finally, the algorithm is tested in situ:
In a field study, the algorithm schedules a fleet of cars for a surveillance
company. We compare the performance of the algorithm to that of the
procedure used by the company and we summarize insights gained from
the implementation of the real-world study. The results show that
the multiple ant colony algorithm can get a much better solution
on the academic benchmark problem and also can be integrated in a
real-world environment.Algorithms and the Foundations of Software technolog