-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepisode-51.xml
51 lines (49 loc) · 2.78 KB
/
episode-51.xml
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
<?xml version="1.0" encoding="utf-8"?>
<item xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<title>Network Stack as a Service</title>
<guests>Henry Xu from City University of Hong Kong</guests>
<description>
<p>
<a href="https://henryhxu.github.io/">Henry Xu</a> is an assistant
professor in the <a href="http://www.cs.cityu.edu.hk/">computer science
department</a> at the <a href="http://www.cityu.edu.hk/">City University
of Hong Kong</a>, where he leads the <a
href="https://netx-lab.github.io/">NetX Lab</a>. In this episode, we
discuss the research behind his group's recent paper <a
href="https://dl.acm.org/authorize?N41511">Network Stack as a Service in
the Cloud</a>, presented at <a
href="https://conferences.sigcomm.org/hotnets/2017/program.html">HotNets
2017</a>. The paper has the following abstract:
</p>
<blockquote>
The tenant network stack is implemented inside the virtual machines in
today's public cloud. This legacy architecture presents a barrier to
protocol stack innovation due to the tight coupling between the network
stack and the guest OS. In particular, it causes many deployment
troubles to tenants and management and efficiency problems to the cloud
provider. To address these issues, we articulate a vision of providing
the network stack as a service. The central idea is to decouple the
network stack from the guest OS, and offer it as an independent entity
implemented by the cloud provider. This re-architecting allows tenants
to readily deploy any stack independent of its kernel, and the provider
to offer meaningful SLAs to tenants by gaining control over the network
stack. We sketch an initial design called NetKernel to accomplish this
vision. Our preliminary testbed evaluation with a prototype shows the
feasibility and benefits of our idea.
</blockquote>
<p class="attribution">
OVS Orbit is produced by <a href="mailto:[email protected]">Ben Pfaff</a>. The
intro music in this episode is <a
href="http://dig.ccmixter.org/files/AlexBeroza/43098">Drive</a>,
featuring cdk and DarrylJ, copyright 2013, 2016 by Alex. The bumper
music is <a href="http://dig.ccmixter.org/files/speck/42100">Yeah Ant</a>
featuring Wired Ant and Javolenus, copyright 2013 by Speck. The outro
music is <a href="http://dig.ccmixter.org/files/Kirkoid/43005">Space
Bazooka</a> featuring Doxen Zsigmond, copyright 2013 by Kirkoid. All
content is licensed under a Creative Commons <a
href="http://creativecommons.org/licenses/by/3.0/">Attribution 3.0
Unported (CC BY 3.0)</a> license.
</p>
</description>
<pubDate>Thu, 15 Feb 2018 04:00:05 GMT</pubDate>
</item>