-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (84 loc) · 6.83 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/plain.css" media="all" />
<title>Network-as-a-Service project</title>
</head>
<body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-58 node-type-project" >
<div id="skip-link">
<a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
</div>
<div id="wrap">
<div class="container">
<!-- #header -->
<div id="header" class="sixteen columns clearfix">
<div class="inner">
<h1>Network-as-a-Service (NaaS) project </h1>
<div id="name-and-slogan" class="element-invisible">
<div id="site-name" class="element-invisible">
<a href="/" title="Home" rel="home">Network-as-a-Service (NaaS) project</a>
</div>
</div>
</div>
</div><!-- /#header -->
<!-- #navigation -->
<div id="navigation" class="sixteen columns clearfix">
<div class="menu-header">
<div class="content">
<ul class="menu"><li class="first leaf"><a href="/">Home</a></li>
<li class="leaf"><a href="/news.html">News/Events</a></li>
<li class="leaf"><a href="/people.html">People</a></li>
<li class="leaf"><a href="/publications.html" title="">Publications</a></li>
</ul>
</div>
</div>
</div>
<!-- /#navigation -->
<div class="region region-content">
<div id="block-system-main" class="block block-system">
<div class="content">
<div class="panel-flexible panels-flexible-24 clearfix" >
<div class="panel-flexible-inside panels-flexible-24-inside">
<div class="panels-flexible-region panels-flexible-region-24-center panels-flexible-region-first panels-flexible-region-last">
<div class="inside panels-flexible-region-inside panels-flexible-region-24-center-inside panels-flexible-region-inside-first panels-flexible-region-inside-last">
<div class="panel-separator"></div><div class="panel-pane pane-entity-field pane-node-field-logo" >
<div class="pane-content">
<div class="field field-name-field-logo field-type-image field-label-hidden"><div class="field-items"><div class="field-item even"><img typeof="foaf:Image" src="images/system.svg" width="332" height="197" alt="" /></div></div></div> </div>
</div>
<div class="panel-separator"></div><div class="panel-pane pane-entity-field pane-node-body" >
<div class="pane-content">
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Cloud computing has significantly changed the IT landscape. Today it is possible for small companies or even single individuals to access virtually unlimited resources in large data centres (DCs) for running computationally demanding tasks. This has triggered the rise of "big data" applications, which operate on large amounts of data. These include traditional batch-oriented applications, such as data mining, data indexing, log collection and analysis, and scientific applications, as well as real-time stream processing, web search and advertising.</p>
<p>To support big data applications, parallel processing systems, such as MapReduce, adopt a partition/aggregate model: a large input data set is distributed over many servers, and each server processes a share of the data. Locally generated intermediate results must then be aggregated to obtain the final result. An open challenge of the partition/aggregate model is that it results in high contention for network resources in DCs when a large amount of data traffic is exchanged between servers. Improving the performance of such network-bound applications in DCs has attracted much interest from the research community. A class of solutions focuses on reducing bandwidth usage by employing overlay networks to distribute data and to perform partial aggregation. However, this requires applications to reverse-engineer the physical network topology to optimise the layout of overlay networks. Even with perfect knowledge of the physical topology, there are still fundamental inefficiencies: e.g. any logical topology with a server fan-out higher than one cannot be mapped optimally to the physical network if servers have only a single network interface. </p>
<p>In contrast, we argue that the problem can be solved more effectively by providing DC tenants with efficient, easy and safe control of network operations. Instead of over-provisioning, we focus on optimising network traffic by exploiting application-specific knowledge. We term this approach <strong>"network-as-a-service" (NaaS)</strong> because it allows tenants to customise the service that they receive from the network. NaaS-enabled tenants can deploy custom routing protocols, including multicast services or anycast/incast protocols, as well as more sophisticated mechanisms, such as content-based routing and content-centric networking. By modifying the content of packets on-path, they can efficiently implement advanced, application-specific network services, such as in-network data aggregation and smart caching. Parallel processing systems such as MapReduce would greatly benefit because data can be aggregated on-path, thus reducing execution times. Key-value stores (e.g. memcached) can improve their performance by caching popular keys within the network, which decreases latency and bandwidth usage compared to end-host-only deployments.</p>
</div></div></div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /#content -->
<div class="clear"></div>
</div>
<div id="footer" >
<div class="container">
<div class="sixteen columns clearfix">
<div class="one_third">
</div>
<div class="one_third">
</div>
<div class="one_third last">
</div>
<div class="clear"></div>
<div class="clear"></div>
</div>
</div>
</div>
</div> <!-- /#wrap -->
</body>
</html>