-
Notifications
You must be signed in to change notification settings - Fork 5
/
publications.html
581 lines (528 loc) · 30.7 KB
/
publications.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
<meta charset="utf-8">
<title>Publications</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Beyond the Clouds, Boarding on the Discovery shuttle">
<meta name="keywords" content="Utility Computing, LUC, Locality, Cloud Computing, Discovery">
<meta name="robots" content="index, follow, all">
<meta name="author" content="The Discovery Consortium">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
padding-bottom: 40px;
padding-left: 20px;
padding-right: 20px;
}
/* Custom container */
.container-narrow {
margin: 0 auto;
max-width: 940px;
}
.container-narrow > hr {
margin: 30px 0;
}
/* Main marketing message and sign up button */
.jumbotron {
margin: 20px 0;
text-align: center;
}
.jumbotron h1 {
font-size: 72px;
line-height: 1;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
/* Supporting marketing content */
.marketing {
margin: 20px 0;
}
.marketing p + h4 {
margin-top: 28px;
}
/* project description */
.project_description {
height: 200px;
margin-bottom: 30px;
}
.initiative_description {
height: 110px;
margin-bottom: 30px;
}
@media (min-width: 890px) and (max-width: 955px) {
.initiative_description {
width: 245px;
}
.initiative_documents {
width: 245px;
}
.project_description {
width: 245px;
}
}
.initiative_description .caption h3 {
text-align: center;
}
.initiative_documents {
text-align: center;
}
.project_description .thumbnail {
height: 100%;
}
.twitter-container {
width: 100%;
text-align: center;
}
.coming-soon {
font-style: italic;
font-weight: bold;
}
.commented {
font-weight: normal;
pointer-events: none;
cursor: default;
color: #BCBCBC;
}
.commented a:link, .commented a:visited, .commented a:hover, .commented a:active {
text-decoration: none;
color: #BCBCBC;
}
.caption {
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
</style>
<link href="stylesheets/animation.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/rocket_icon.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/rocket_icon.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/rocket_icon.png">
<link rel="apple-touch-icon-precomposed" hhref="images/rocket_icon.png">
<link rel="shortcut icon" href="images/rocket_icon.png">
<style type="text/css"></style><style type="text/css"></style></head>
<body>
<!-- Menu -->
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="publications.html">Publications</a></li>
<li><a href="dcc.html">Distributed Clouds</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog/">Blog</a></li>
<li><a href="https://github.com/BeyondTheClouds/">View on GitHub</a></li>
</ul>
<h3 class="muted">The Discovery Initiative</h3>
</div>
<!-- End of Menu -->
<hr>
<!-- Title -->
<div class="jumbotron">
<h2>Discover what could happen beyond the Clouds !</h2>
<ul id="scene" class="scene">
<li class="layer cloud" data-depth="0.1">
<img id="cloud1" src="images/cloud.svg">
</li>
<li class="layer cloud" data-depth="0.1">
<img id="cloud11" src="images/cloud.svg">
</li>
<li class="layer cloud" data-depth="0.3">
<img id="cloud3" src="images/cloud.svg">
</li>
<li class="layer rocket" data-depth="0.0">
<img src="images/rocket.png"></li>
<li class="layer cloud" data-depth="0.3">
<img id="cloud2" src="images/cloud.svg">
</li>
</ul>
<p class="lead coming-soon">An Open-Science Initiative aiming at implementing a fully decentralized IaaS manager</p>
<p class="lead">The Discovery initiative aims at overcoming the main limitations of the traditional server-centric cloud solutions by revising the OpenStack software in order to make it natively cooperative.</p>
</div>
<!-- End of Title -->
<hr>
<h2>Overview</h2>
<div class="row-fluid marketing abstract">
<p>To accommodate the ever-increasing demand for Utility Computing (UC) resources, while taking into account both energy and economical issues, the current trend consists in building larger and larger Data Centers in a few strategic locations. Although such an approach enables UC providers to cope with the actual demand while continuing to operate UC resources through centralized software system, it is far from delivering sustainable and efficient UC infrastructures for future needs.</p>
<p>The DISCOVERY initiative aims at exploring a new way of operating Utility Computing (UC) resources by leveraging any facilities available through the Internet in order to deliver widely distributed platforms that can better match the geographical dispersal of users as well as the ever increasing demand. Referred as Fog/Edge Computing, this paradigm shift is dictated by technological advances in the capacity and capabilities of both mobile networks and end-user devices, along with requirements for improved QoS and growing user concern and awareness of trust and privacy issues.
<!-- Such an evolution toward a massively distributed federation of smaller data centers placed at the edge of the network backbones is motivated by the convergence of the Internet of Things (IoT) and the data center worlds.
--> Among the obstacles to the adoption of this model is the development of a convenient and powerful IaaS system capable of managing a significant number of remote data-centers in a unified way.</p>
<p>To achieve this goal, the consortium is composed of experts in research areas such as large-scale infrastructure management systems, network and P2P algorithms. Moreover two key network operators, namely Orange and RENATER, the French NREN, are involved in the project.</p>
<p>By deploying and using resources directly available in the network, our ultimate vision is to make possible to host/operate a large part of the Internet by its internal structure itself: A scalable set of resources delivered by any computing facilities forming the Internet, starting from the larger hubs operated by ISPs, government and academic institutions, to any idle resources that may be provided by end-users.</p>
</div>
<div class="row-fluid marketing">
<h4>Preliminary Publications</h4>
<ol>
<li>
<a href="http://web.emn.fr/x-info/ascola/doku.php?id=internet:members:alebre08:overview/">Adrien Lebre</a>,
<a name=""></a>Anthony Simonet</a>,
and <a href="http://people.irisa.fr/Anne-Cecile.Orgerie/">Anne-Cécile Orgerie</a>.
<strong>Deploying Distributed Cloud Infrastructures: Who and at What Cost?</strong>.
In Proceedings of the fifth IEEE International Workshop on Cloud Computing Interclouds, Multiclouds, Federations, and Interoperability, 2016, <em>InterCloud 2016</em>
Berlin, May 2016.
<a href="https://hal.inria.fr/hal-01404594"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a>
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/LEBRE-A.html">Adrien Lebre</a>,
<a name=""></a><a href="Jonathan Pastor"> Jonathan Pastor</a>,
and <a href="http://beyondtheclouds.github.io/contact.html">The Discovery consortium</a>.
<strong>The DISCOVERY Initiative - Overcoming Major Limitations of Traditional Server-Centric Clouds by Operating Massively Distributed IaaS Facilitiese</strong>.
In <em>Inria Research Report</em>,
France,
Sept 2015.
<a href="https://hal.inria.fr/hal-01203648"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a>
</li>
<br>
<li>
Adrien Lebre, Jonathan Pastor, Marin Bertier, Frédéric Desprez, Jonathan Rouzaud-Cornabas, Cédric Tedeschi, Paolo Anedda, Gianluigi Zanetti, Ramon Nou, Toni Cortes, Etienne Rivière, Thomas Ropars. <strong>Beyond The Cloud, How Should Next Generation Utility Computing Infrastructures Be Designed?</strong>. Inria Research Report 8348 <a href="http://hal.inria.fr/hal-00854204"><img align="midde" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a>. An extended version has been published as a book chapter in <strong>Cloud Computing: Challenges, Limitations and R&D Solutions</strong>, Springer Book
Keyword(s): Utility Computing, Distributed Cloud Computing, IaaS, Efficiency, Sustainability.
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/LEBRE-A.html">Adrien Lebre</a>,
Paolo Anedda,
Massimo Gaggero,
and <a href="http://www.emn.fr/z-info/ascola/bib/Author/QUESNEL-F.html">Flavien Quesnel</a>.
<strong>DISCOVERY, Beyond the Clouds - DIStributed and COoperative framework to manage Virtual EnviRonments autonomicallY: a prospective study</strong>.
In <em>Virtualization for High Performance Cloud Computing workshop (colocated with EUROPAR 2011)</em>,
Bordeaux, France,
August 2011.
<a href="http://hal.inria.fr/hal-00645912"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a>
</li>
</ol>
<br>
<h4>OpenStack Related</h4>
<ol>
<li> Javier Rojas Balderrama, and Matthieu Simonin
<strong> Scalability and Locality Awarness of Remote Procedure Calls: An Experimental Study in Edge Infrastructures</strong>
<em>Proceeding of the 10th IEEE International Conference on Cloud Computing Technology and Science (CloudCom) 2018</em>,
Dec 2018. Keyword(s): RPC, MOM, OpenStack, reproductible research, performance evaluation, RabbitMQ, Apache Qpid Dispatch Router
</li>
<br>
<li> Ronan-Alexandre Cherrueau, Adrien Lebre, João Monteiro Soare, Dimitri Pertin, and Fetahi Wuhib
<strong>Edge Computing Resource Management System: a Critical Building Block! Initiating the debate via OpenStack</strong>
<em>Proceeding of the 1th USENIX Workshop on Hot Topics in Edge Computing (HotEdge 2018)</em>,
July 2018. Keyword(s): OpenStack, Architecture, Requirements, Distributed Shared Data-Bases, API.
</li>
<br>
<li>Ronan-Alexandre Cherrueau, Matthieu Simonin, Alexandre Van Kempen,
<strong>EnosStack: A LAMP-like stack for the experimenter</strong>.
<em>Proceedings of the IEEE International Conference on Computer Communications Workshop (CNERT 2018)</em>,
April 2018.
<a href="https://hal.inria.fr/hal-01916484"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): OpenStack, reproducibility, performance evaluations.
</li>
<br>
<li> Jad Darrous, Shadi Ibrahim, Amelie Chi Zhou, and Christian Perez
<strong> Nitro: Network-Aware Virtual Machine Images Management in Geo-Distributed Clouds</strong>.
<em>Proceedings of the ACM/IEEE International Conference on Cluster, Cloud and Grid Computing (CCGRID) 2018</em>,
May 2018.
<a href="https://hal.inria.fr/hal-01745405/"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): VM Image repository, Glance, deduplication, geo-distribution.
</li>
<br>
<li> Hélène Coullon, Christian Perez and Dimitri Pertin.
<strong>Production Deployment Tools for IaaSes: an Overall Model and Survey</strong>.
<em>Proceedings of the IEEE International Conference on Future Internet of Things and Cloud (FiCloud) 2017</em>,
August 2017.
<a href="https://hal.archives-ouvertes.fr/hal-01532489"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Deployment, IaaS, Model, Openstack, Survey
</li>
<br>
<li>Ronan-Alexandre Cherrueau, Dimitri Pertin, Anthony Simonet, Adrien Lebre and Matthieu Simonin.
<strong>Toward an Holistic Framework for Conducting Scientific Evaluations of OpenStack</strong>.
<em>Proceedings of ACM/IEEE International Conference on Cluster, Cloud and Grid Computing (CCGRID) 2017</em>,
May 2017.
<a href="https://hal.inria.fr/hal-01415522v2/"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): OpenStack, Performance evaluations, Reproducible research
</li>
<br>
<li> Adrien Lebre, Jonathan Pastor, Anthony Simonet and Frederic Desprez.
<strong>Revising OpenStack to Operate Fog/Edge Computing Infrastructures</strong>.
<em>Proceedings of IEEE International Conference on Cloud Engineering (IC2E) 2017</em>,
April 2017.
<a href="https://hal.inria.fr/hal-01273427v2"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): OpenStack, Nova, P2P, Key Value Store, Redis
</li>
<br>
<li> Adrien Lebre, Jonathan Pastor and Frederic Desprez.
<strong>A Ring to Rule Them All - Revising OpenStack Internals to Operate Massively Distributed Clouds: The Discovery Initiative - Where Do We Are ?</strong>.
<em>Inria Technical Report, RT-0489</em>,
April 2016.
<a href="https://hal.inria.fr/hal-01320235"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): OpenStack, Nova, P2P, Key Value Store, Redis
</li>
<br>
<li>Ayoub Bousselmi, Jean Francois Peltier, Abdelhadi Chari.
<strong>Experiments Towards an Openstack-based Massively Distributed Cloud Operating System</strong>.
In <em>Proceedings of the IEEE conference on Standards for Communications and Networking (CSCN 2016)</em>,
Berlin, Germany, Nov 2016.
<a href="http://cscn2016.ieee-cscn.org/progComing.php"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): OpenStack, Neutron, software architecture.
</li>
</ol>
</br>
<h4>Scheduler/Placement Related</h4>
<ol>
<li>
Jad Darrous, Thomas Lambert, and Shadi Ibrahim.
<strong>On the Importance of Container Image Placement for Service Provisioning in the Edge</strong>.
In <em>Proceedings of the IEEE International Conference on Computer Communications and Networks (ICCN 2019)</em>,
Valencia, Spain,
pages XX-XX,
July 2019.
<a href="https://hal.inria.fr/hal-02134507"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Fog, Edge, Container image, Service provisioning, placement.
</li>
<br>
<li>
Farah Ait Salaht, Frederic Desprez, Adrien Lebre, Charles Prudh'Homme and Mohamed Abderrahim.
<strong>Service Placement in Fog Computing Using Constraint Programming</strong>.
In <em>Proceedings of the IEEE International Conference on Services Computing (SCC 2019)</em>,
Milan, Italy,
July 2019.
<a href="https://hal.archives-ouvertes.fr/hal-02108806"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Fog, Edge, Constraint Programming, placement, cloud computing, scheduling.
</li>
<br>
<li>
Ye Xia, Xavier Etchevers, Loic Letondeur, Adrien Lebre, Thierry Coupaye, and Frederic Desprez
<strong>Combining Heuristics to Optimize and Scale the Placement of IoT Applications in the Fog</strong>.
In <em>Proceedings of the 11th IEEE/ACM Conference on Utility and Cloud Computing</em> (UCC),
Zurich, Switzeland,
Dec 2018.
<a href="https://hal.archives-ouvertes.fr/hal-02108806"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Fog, Edge, Constraint Programming, placement, cloud computing, scheduling.
</li>
<br>
<li>
Adrien Lebre, Jonathan Pastor and Mario Südholt.
<strong>VMPlaceS: A Generic Tool to Investigate and Compare VM Placement Algorithms</strong>.
In <em>Proceedings of the 21th International Conference on Euro-Par (Euro-Par 2015)</em>,
volume xxx of <em>Lecture Notes in Computer Science</em>,
Vienna, Austria,
pages XX-XX,
August 2015.
Springer-Verlag.
<a href="https://hal.inria.fr/hal-01159033"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization,
cloud computing,
scheduling,
simulation,
SimGrid.
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/QUESNEL-F.html">Flavien Quesnel</a>, Daniel Balouek, and <a href="http://www.emn.fr/z-info/ascola/bib/Author/LEBRE-A.html">Adrien Lebre</a>.
<strong>Deploying and Scheduling Thousands of Virtual Machines on Hundreds
of Nodes Distributed Geographically</strong>.
In <em>IEEE International Scalable Computing Challenge (SCALE 2013) (colocated with CCGRID 2013)</em>,
Netherlands, May 2013.
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/QUESNEL-F.html">Flavien Quesnel</a>,
<a href="http://www.emn.fr/z-info/ascola/bib/Author/LEBRE-A.html">Adrien Lebre</a>,
<a href="http://www.emn.fr/z-info/ascola/bib/Author/PASTOR-J.html">Jonathan Pastor</a>,
<a href="http://www.emn.fr/z-info/ascola/bib/Author/SUDHOLT-M.html">Mario Südholt</a>,
and Daniel Balouek.
<strong>Advanced Validation of the DVMS Approach to Fully Distributed VM Scheduling</strong>.
In <em>ISPA' 13: The 11th IEEE International Symposium on Parallel and Distributed Processing with Applications</em>,
Melbourne, Australia,
July 2013.
<a href="http://hal.inria.fr/hal-00817369"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization,
distributed infrastructures,
dynamic scheduling,
multi-agent systems,
event-based systems,
cooperative systems,
autonomous systems,
scalability,
reactivity.
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/QUESNEL-F.html">Flavien Quesnel</a>.
<strong>Toward Cooperative Management of Large-scale Virtualized Infrastructures : the Case of Scheduling</strong>.
THESIS,
Ecole des Mines de Nantes,
February 2013.
<a href="http://tel.archives-ouvertes.fr/tel-00821103"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization, distributed infrastructures, dynamic scheduling, multi-agent systems, event-based systems, cooperative systems, autonomous systems, scalability, reactivity.
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/QUESNEL-F.html">Flavien Quesnel</a>,
<a href="http://www.emn.fr/z-info/ascola/bib/Author/LEBRE-A.html">Adrien Lebre</a>,
and <a href="http://www.emn.fr/z-info/ascola/bib/Author/SUDHOLT-M.html">Mario Südholt</a>.
<strong>Cooperative and Reactive Scheduling in Large-Scale Virtualized Platforms with DVMS</strong>.
In <em>Concurrency and Computation: Practice and Experience</em>,
pp XX,
December 2012.
<a href="http://hal.inria.fr/hal-00675315"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization,
Cluster/Grid/Cloud computing,
dynamic and preemptive scheduling,
consolidation,
migration.
</li>
<br>
<li>
<a href="http://www.emn.fr/z-info/ascola/bib/Author/QUESNEL-F.html">Flavien Quesnel</a> and <a href="http://www.emn.fr/z-info/ascola/bib/Author/LEBRE-A.html">Adrien Lebre</a>.
<strong>Cooperative Dynamic Scheduling of Virtual Machines in Distributed Systems</strong>.
In <em>6th Workshop on Virtualization in High-Performance Cloud Computing</em>,
volume 7156 of <em>Lecture Notes in Computer Science</em>,
Bordeaux, France,
pages 457-466,
August 2011.
Springer-Verlag.
<a href="http://hal.inria.fr/hal-00622862"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization,
cloud computing,
scheduling,
cooperative system,
autonomic system,
event-based system,
quality of service,
scalability,
reactivity.
</li>
</ol>
</br>
<h4>Locality aware overlays</h4>
<ol>
<li>
Genc Tato, Marin Bertier, Etienne Riviere and Cedric Tedeschi.
<strong>ShareLatex on the Edge: Evaluation of the Hybrid Core/Edge Deployment of a Microservices-based Application</strong>.
In Proceedings of the <em>Middleware for Edge Clouds & Cloudlets</em> workshop (MECC 2018),
Rennes, France
Dec 2018.
<a href="https://hal.inria.fr/hal-01942807"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): overlay, discovery, P2P.
</li>
<br>
<li>
Genc Tato, Marin Bertier, and Cedric Tedeschi.
<strong>Koala: Towards Lazy and Locality-Aware Overlays for Decentralized Clouds</strong>.
In Proceedings of the <em>IEEE International Conference on Fog and Edge Computing</em> (ICFEC 2018),
Washington, USA
May 2018.
<a href="https://hal.inria.fr/hal-01938582"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): overlay, discovery, P2P.
</li>
<br>
<li>
Genc Tato, Marin Bertier, and Cedric Tedeschi.
<strong>Designing Overlay Networks for Decentralized Clouds</strong>.
In Proceedings of the <em>IEEE International Workshop on the Future of Cloud Computing and Cloud Services </em> (FutureCloud 2017),
Hong-Kong, China
Dec 2017.
<a href="https://hal.inria.fr/hal-01634409"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): overlay, discovery, P2P.
</li>
<br>
<li>
Jonathan Pastor, Marin Bertier, Frédéric Desprez, Adrien Lebre, Flavien Quesnel and Cedric Tedeschi.
<strong>Locality-aware Cooperation in Distributed IaaS Infrastructures</strong>.
In Proceedings of the <em>20th International Conference on Euro-Par</em> (Euro-Par 2014),
<em>Lecture Notes in Computer Science</em>,
Porto, Portugal,
August 2014.
Springer-Verlag.
<a href="http://hal.inria.fr/hal-00989696"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization,
cloud computing,
cooperative system,
overlay,
vivaldi,
reactivity.
</li>
</ol>
</br>
<h4>Energy Related</h4>
<ol>
<li>
Ehsan Ahvar, Anne-Cecile Orgerie, and Adrien Lebre.
<strong>Estimating Energy Consumption of Cloud, Fog and Edge Computing Infrastructures</strong>.
In <em>IEEE Transactions on Sustainable Computing </em> Journal,
March 2019.
<a href="https://hal.archives-ouvertes.fr/hal-02083080"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): virtualization,
Keywords: energy-efficiency, cloud computing, fog, edge, distributed infrastructures.
</li>
<br>
<li>
Ismael Cuadrado Cordero, Anne-Cécile Orgerie and Christine Morin.
<strong>GRaNADA: A Network-Aware and Energy-Efficient PaaS Cloud Architecture</strong>.
In Proceedings of the <em>11th IEEE International Conference on Green Computing and Communications</em> (GreenCom 2015),
Sydney, Australia,
December 2015.
Keywords: energy-efficiency, cloud computing, distributed infrastructures.
</li>
<br>
<li>
Frédéric Desprez, Shadi Ibrahim, Adrien Lebre, Anne-Cécile Orgerie, Jonathan Pastor and Anthony Simonet.
<strong>Energy-Aware Massively Distributed Cloud Facilities: the DISCOVERY Initiative</strong>.
Poster in Proceedings of the <em>11th IEEE International Conference on Green Computing and Communications</em> (GreenCom 2015),
Sydney, Australia,
December 2015.
Keywords: energy-efficiency, cloud computing, distributed infrastructures.
</li>
</ol>
<h4>Monitoring Related</h4>
<ol>
<li> Mohamed Abderrahim, Karine Guillouard, Meryem Ouzzif, Jérôme Francois, Adrien Lebre, Charles Prud'homme, and Xavier Lorca.
<strong>Efficient Resource Allocation for Multi-tenant Monitoring of Edge Infrastructures</strong>
<em>Proceedings of the Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP 2019)</em>,
Feb 2019.
<a href="https://hal.archives-ouvertes.fr/hal-01987946"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Monitoring Tools, Fog, Edge, Placement.
</li>
<br>
<li> Mohamed Abderrahim, Karine Guillouard, Meryem Ouzzif, Jérôme Francois and Adrien Lebre.
<strong>An Holistic Monitoring Service for Fog/Edge Infrastructures: a Prospective Analysis</strong>
<em>Proceedings of the IEEE International Conference on Future Internet of Things and Cloud (FiCloud) 2017</em>,
August 2017.
<a href="https://hal.archives-ouvertes.fr/"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Monitoring Tools, Cluster, Grid, Clouds, Edge, Survey
</li>
</ol>
<h4>Security</h4>
<ol>
<li>Mohammad-Mahdi BAZM, Marc Lacoste, Mario Südholt, Jean-Marc Menaud.
<strong>Side-Channels Beyond the Cloud Edge : New Isolation Threats and Solutions</strong>
<em>Proceedings of the IEEE International Conference on Cyber Security in Networking Conference (CSNet) 2017</em>,
Oct 2017.
<a href="https://hal.archives-ouvertes.fr/"><img align="middle" border="0" src="http://www.emn.fr/z-info/ascola/bib/Icons/www.gif"></a> Keyword(s): Security, Fog, Edge
</li>
</ol>
</div>
<hr>
<div class="footer">
<div class="row">
<div class="span5">
<br/>
<h4>Since July 2015, the Discovery initiative is mainly supported through the <a href="http://www.inria.fr/en/research/research-teams/inria-project-labs">Inria Project Labs program</a> and the I/O labs, a joint lab between Inria and Orange Labs. </h4>
<p>The Discovery Consortium, © 2014-2017</p>
</div>
<div class="span3 offset1">
<p class="text-center"><a href="http://www.inria.fr/en/"><img src="./images/inria-logo.jpg"></a></p>
<p class="text-center"><a href="http://www.orange.com/en/innovation"><img src="./images/logo-orange-labs.png"></a></p>
</div>
<div id="clustrmaps-widget" style="position:relative; margin-left:auto; margin-right:auto"></div>
<!-- <iframe src="http://ghactivity.com/BeyondTheClouds" style="border: 0; height: 400px; width: 400px;"></iframe> -->
</div>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44481915-1', 'beyondtheclouds.github.io');
ga('send', 'pageview');
</script>
</body></html>