forked from maidsafe-archive/maidsafe.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaidsafe-bitcloud.html
269 lines (248 loc) · 18.9 KB
/
maidsafe-bitcloud.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>MaidSafe Press</title>
<meta name="description" content="The MaidSafe Platform is protected by a patent portfolio and is distributed under 2 different types of license, Open Source and Commercial." />
<meta name="keywords" content="MaidSafe Licensing" />
<meta name="author" content="MaidSafe" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="robots" content="all" />
<meta name="revisit-after" content="30 days" />
<!-- Favicons -->
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="icon" type="image/ico" href="/images/favicon.ico" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/rwdgrid.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- SureFile Download browser detect -->
<script type="text/javascript" src="js/browserdetect.js"></script>
<script type="text/javascript">
document.write('\x3Cscript src="' + (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//webfonts.creativecloud.com/open-sans:n4,n7,n3,i3:all.js" type="text/javascript">\x3C/script>');
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="library/js/jquery-1.9.1.min.js"><\/script>')
</script>
<script>
jQuery(document).ready(function ($) {
$('body').addClass('js');
var $menu = $('#menu'),
$menulink = $('.menu-link'),
$menuTrigger = $('.has-submenu > a');
$menulink.click(function (e) {
e.preventDefault();
$menulink.toggleClass('active');
$menu.toggleClass('active');
});
$menuTrigger.click(function (e) {
e.preventDefault();
var $this = $(this);
$this.toggleClass('active').next('ul').toggleClass('active');
});
});
</script>
<!-- IE Fix for Sticky Footer -->
<!--[if !IE 7]>
<style type="text/css">
#wrap {display:table;height:100%}
</style>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32549768-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="maidsafe-bitcloud">
<div id="container">
<div id="main">
<header class="shadow">
<div class="container-12 fw">
<div class="grid-4">
<a class="logo" href="/" title="Home"></a>
</div>
<div class="grid-8">
<a class="menu-link" href="#menu">Menu</a>
<nav id="menu" class="menu">
<ul>
<li class="overview single-link"><a href="overview">overview</a>
<li class="has-submenu"><a href="#">overview</a>
<ul class="sub-menu">
<li><a href="overview">overview</a>
</li>
<li><a href="distributed-network-features">features</a>
</li>
<li><a href="maidsafe-network-platform-libraries">libraries</a>
</li>
<li><a href="network-platform-use-cases">use cases</a>
</li>
<li><a href="network-platform-licensing">licensing</a>
</li>
</ul>
</li>
<li class="developers single-link"><a href="network-platform-developers">developers</a>
<li class="has-submenu"><a href="#">developers</a>
<ul class="sub-menu">
<li><a href="network-platform-developers">overview</a>
</li>
<li><a href="maidsafe-network-platform-libraries">libraries</a>
</li>
<li><a href="tutorials">tutorials</a>
</li>
<li><a href="network-platform-licensing">licensing</a>
</li>
</ul>
</li>
<li class="company single-link"><a href="company-privacy-security-freedom">company</a>
<li class="has-submenu"><a href="#">company</a>
<ul class="sub-menu">
<li><a href="company-privacy-security-freedom">overview</a>
</li>
<li><a href="team">team</a>
</li>
<li><a href="careers">careers</a>
</li>
</ul>
</li>
<li class="press"><a href="press">press</a>
</li>
<li class="blog"><a href="http://maidsafeplatform.wordpress.com/" target="_blank">blog</a>
</li>
<li class="contact"><a href="contact">contact</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<div class="container-12">
<div class="grid-9 main-content">
<h1>Scottish company Maidsafe claims to have built a Bitcloud-like system</h1>
<p>27 January 2014 </p>
<a href="http://www.wired.co.uk/news/archive/2014-01/27/maidsafe-bitcloud" target="_blank"><img src="images/pr-maidsafe-bitcloud.png" class="responsive pr-image"></a>
<p><em>This is a guest post by <a href="http://www.law.cam.ac.uk/people/research-students/julia-powles/4273">Julia Powles</a>, who researches and writes on law, science and technology at the University of Cambridge. </em></p>
<p>One of the great things about the architecture of the internet is that it is truly decentralised. By design, no one rules it and everyone can use it. But in the last two decades, a small collection of global technology companies have come to control the bulk of internet traffic. Google, Facebook, and others have captured our attention and with it, our data. In the face of such consolidation, concerns about the implications for personal privacy and security have never been more pressing. This is particularly the case following the <a href="http://www.wired.co.uk/news/archive/2014-01/08/how-the-us-almost-killed-the-internet">NSA/GCHQ global surveillance revelations</a>. For many, the solution to this situation is to return the internet to its original state -- distributed, open, and decentralised.</p>
<p>Last week's <a href="http://www.wired.co.uk/news/archive/2014-01/27/bitcloud">announcement of Bitcloud</a>, a theoretical peer-to-peer network project that bypasses centralised servers and uses individual devices as secure nodes for routing and distributing network traffic captured significant media attention. <a href="http://www.newyorker.com/online/blogs/elements/2013/12/the-mission-to-decentralize-the-internet.html">It is certainly not the first time that the idea of a peer-to-peer redesign of the whole internet has been vaunted</a>, and it holds great appeal to those who think end-to-end encryption is needed. But such a system, workable at scale, is still just a thought experiment. Or is it?</p>
<p>A Scottish company, <a href="http://www.maidsafe.net/">MaidSafe</a>, claims that it has nearly finished building a system that does what Bitcloud is proposing. You can imagine our scepticism when a company we've never heard of, in the tiny town of Troon, with a terrible name and a 12-minute promotional video told me it had solved one of the most compelling problems on the internet. I decided to talk to them. "Do they even have the internet in Troon?" a friend asked. "Yeah", I responded, "maybe even the future of the internet".</p>
<p>You be the judge. Here's what I have translated from the team of exuberant programmers who have been deep in code, deep in Scotland, for the past eight years, and are about to emerge from development to launch.</p>
<p>MaidSafe is a 16-person outfit working on a self-organising, distributed, server-free peer-to-peer network. Founder David Irvine has previously designed and run massive private data networks in Saudi Arabia and worked as a software engineer and serial entrepreneur. He started the company out of a belief that the current system for securing data is intrinsically vulnerable, since it depends inherently on trust in intermediaries. With relentless zeal and backed by nearly £3m in continuous private and angel investment, he's tracked down experts studying complex <a href="http://www.youtube.com/watch?v=fLA77zxk-vA">self-organising natural systems</a> -- anything from ant colonies to neural networks -- as inspiration for a dramatically different network.</p>
<p>Unlike other cloud offerings, which utilise huge centralised data centres, this network utilises the combined resources of individual connected devices. Data are maintained in a fragmented state without accompanying metadata, and can only be restored with personal user keys. Irvine likens using the system to smashing a chair into millions of fragments and spreading them across all the planet's beaches. You'd never be able to find all those fragments and reassemble the chair, or to identify any meaningful information from a single piece. The only one who knows where all the pieces are is the individual user who scattered them in the first place. Similarly, in MaidSafe's system, only the individual user possesses the login that locates all the data fragments stored on the network. This differs from any centralised system where the physical location of data is known and, as a result, vulnerable. It all depends on what you think is safer: sitting at home under a giant padlock; or milling around anonymously on open beaches, your possessions and identifying features strewn under scattered sandcastles.</p>
<p>The company has done a lot of modelling and testing on its full-scale network and claims it is near ready for launch on the back of early consumer products such as <a href="http://www.maidsafe.net/blog/surefile/">Surefile</a> (an application that secures files stored on cloud providers such as Dropbox) and <a href="http://www.golifestuff.com/">LifeStuff</a> (free storage for all your data). The engineers are quick to reassure that the system has multiple levels of protection to prevent data loss and that it performs constant integrity checks to ensure that suspicious intervention is immediately controlled. In addition to robust security, it is a system that allegedly gets faster with use, contrary to experience with server-client models. As an example, in trial tests conducted for the NHS ( <a href="http://www.theguardian.com/society/2014/jan/26/health-secrets-not-safe-with-gp">which could do with a secure network</a>), a MaidSafe enabled box to store DICOM images (x-rays, MRI scans, etc) was apparently able to reduce disk space requirements by 48 percent while operating at the same speed.</p>
<blockquote>Though still foreign to 99.9 percent of the world and laden with its own legal and economic problems, Bitcoin demonstrates some degree of confidence in algorithms over administrators</blockquote>
<p>The company, which to date has been championed only in the developer community, aims for openness in everything it does, from code and development to corporate structure -- perhaps the only way to be, when you are proposing something radical. Further, the business model is designed to be complementary to existing players (Facebook, Dropbox, Skype, etc), to offer greater efficiency of service, but with complete user privacy and control. So how do they intend to make money? How is this possible? What MaidSafe offers is a frictionless start-up platform to any developer -- any product available on the internet can run on this system, in any data format. Once products built on the platform turn a profit, MaidSafe will take a small cut, following the App Store model. Presumably the hope is that a user demand for privacy combined with a commercial imperative for speed and efficiency will ensure a licensing stream that eventually makes the company profitable. But overall, it seems that the team is primarily motivated by the vision that the internet could be a much more secure and effective ecosystem, and that the infrastructure already exists to make this possible.</p>
<p>There have been countless other projects aiming to re-decentralise aspects of internet services, but perhaps none quite as extensive as this. One obvious comparison is <a href="https://joindiaspora.com/">Diaspora</a>, a social network project launched in 2010 in response to the initial wave of Facebook privacy woes. Like MaidSafe, it involves users jumping across to an alternative distributed network -- a jump too far for many. Disapora attracted some degree of funding, but it has failed to capture its audience. The same challenges exist for MaidSafe; though it is better prepared in terms of technical foundations, with many years of coding backed by a well-considered patent portfolio and a strong commercial outlook. It seems that the past eight years have been motivated by the philosophy of "build it and they will come". But the next stages will be all about selling. Simple setup and ease-of-use will be essential. Abstract technology rooted in the brains of network engineers will need to be carefully pitched to stimulate developers' ingenuity and the creation of enticing applications for users.</p>
<p>One supporting factor is the rapid rise of Bitcoin, a truly decentralised digital currency. Though still foreign to 99.9 percent of the world and laden with its own legal and economic problems, Bitcoin demonstrates some degree of confidence in algorithms over administrators. If it can be done with money, in theory it can be done with data.</p>
<p>Other comparisons that spring to mind are Freenet and Tor, both of which anonymise communications at the publishing or routing stage, but in both cases data are stored on servers where there is the potential for re-identification. MaidSafe's fragmentation methodology claims to anonymise data, rather than just the identity of users. Like BitTorrent, Sync and Tahoe LAFS, it offers decentralised data transfer and storage, but it builds on those services by extending to all data and internet communications, private as well as public.</p>
<p>It's too early to tell whether the future of the internet lies in Troon, but it is certainly a very interesting proposition in light of the complex privacy, security and economic concerns at the heart of today's internet ecosystem, and would seem well worth considering for anyone who is attracted to the Bitcloud concept of a completely secure peer-to-peer data network.</p>
<p><strong>Original article</strong> : <a href="http://www.wired.co.uk/news/archive/2014-01/27/maidsafe-bitcloud" target="_blank">http://www.wired.co.uk/news/archive/2014-01/27/maidsafe-bitcloud</a></p>
</div>
<div class="grid-3 leftnav-shell">
<h3>Press Archive</h3>
<ul class="leftnav">
<li class="maidsafe-bitcloud"><a href="maidsafe-bitcloud">Scottish company Maidsafe claims to have built a Bitcloud-like system</a>
</li>
<li class="revolutionise-internet"><a href="scottish-company-plans-revolutionise-internet">New network could ‘revolutionise’ the Internet by eliminating viruses, hacking and surveillance</a>
</li>
<li class="ieee"><a href="ieee">IEEE - A Survey, Cloud File Sharing, and Object Augmentation</a>
</li>
<li class="calling-developers"><a href="developers">Calling Decentralised Application Developers</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="container-12">
<div class="grid-2 footer-links">
<ul>
<li><a href="/">Home</a>
</li>
<li><a href="company-privacy-security-freedom">Company</a>
</li>
<li><a href="press">Press</a>
</li>
<li><a href="http://maidsafeplatform.wordpress.com/" target="_blank">Blog</a>
</li>
<li><a href="contact">Contact</a>
</li>
</ul>
</div>
<div class="grid-2 footer-links">
<ul>
<li><a href="overview">Overview</a>
</li>
<li><a href="distributed-network-features">- Features</a>
</li>
<li><a href="faqs">- FAQs</a>
</li>
<li><a href="network-platform-use-cases">- Use Cases</a>
</li>
<li><a href="network-platform-licensing">- Licensing</a>
</li>
</ul>
</div>
<div class="grid-2 footer-links">
<ul>
<li><a href="developers">Developers</a>
</li>
<li><a href="maidsafe-network-platform-libraries">- Libraries</a>
</li>
<li><a href="network-platform-use-cases">- Tutorials</a>
</li>
<li><a href="network-platform-licensing">- Licensing</a>
</li>
</ul>
</div>
<div class="grid-6">
<ul class="social-links">
<li class="google-icon">
<a href="//plus.google.com/116247028454443786165?prsrc=3" rel="publisher" target="_blank" style="text-decoration:none;">
<img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;" />
</a>
</li>
<li><a href="https://twitter.com/maidsafe" class="twitter-follow-button" data-show-count="false" data-size="large" data-show-screen-name="false">Follow @maidsafe</a>
</li>
<script>
! function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</ul>
</div>
</div>
<div class="container-12">
<div class="grid-12">
<div class="footer-logos">
<img src="images/footer_logo.png" alt="maidsafe" width="182" height="52" class="logo-footer" />
<a class="" href="http://internetdefenseleague.org" target="_blank" title="Go to the Internet Defense League">
<img src="images/idlbadge.png" alt="Internet Defense League" width="60" height="35" class="idl-badge" />
</a>
</div>
<p class="legal">©2013 MaidSafe.net. All rights reserved.
<a href="disclaimer">DISCLAIMER</a>
<a href="privacy">PRIVACY</a>
</p>
</div>
</div>
</footer>
</body>
</html>