-
Notifications
You must be signed in to change notification settings - Fork 0
/
web2-vs-web3.html
executable file
·540 lines (507 loc) · 37.1 KB
/
web2-vs-web3.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
<!doctype html>
<html lang="en">
<!-- Mirrored from dwebs.io/web2-vs-web3.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:09 GMT -->
<head>
<meta charset="utf-8">
<title>dWeb | Making The Web Great Again</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about the new decentralized alternative to the World Wide Web and our rollout of First Amendment Infrastructure around the globe.">
<meta name="keywords" content="dweb, distributed web, decentralized web, first amendment infrastructure">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo-dark-gray.png">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500" rel="stylesheet">
<link href="assets/css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/entypo.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/theme.css" rel="stylesheet" type="text/css" media="all" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NREJHR0XCK"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NREJHR0XCK');
</script>
</head>
<body>
<div class="nav-container">
<div class="bg-white navbar-light" data-sticky="top">
<div class="container">
<nav class="row navbar navbar-expand-lg align-items-center">
<div class="col-12 col-lg-auto order-lg-2 d-flex justify-content-between">
<a class="navbar-brand m-0" href="index.html">
<img alt="dWeb" height="50px" src="assets/img/logo-dark-gray.png" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-toggle" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="icon-menu h4"></i>
</button>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-1">
<div class="collapse navbar-collapse navbar-toggle">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Beginners</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://dwebx.org/getting-started.html">
<span class="h6 mb-0">How To Get Started</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how to begin using the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/compare-webs.html">
<span class="h6 mb-0">Web 2.0 vs. Web 3.0</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Compare the World Wide Web to the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/how-it-works.html">
<span class="h6 mb-0">How Websites Are Distributed</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the serverless web works.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/data-on-the-dweb.html">
<span class="h6 mb-0">Data On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how you control your data on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/security-on-the-dweb.html">
<span class="h6 mb-0">Security On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the dWeb renders hackers useless.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">Components</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://arisen.network">
<span class="h6 mb-0">ARISEN</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed state engine.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dht">
<span class="h6 mb-0">dWeb's DHT</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed hash table.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebswarm">
<span class="h6 mb-0">dWeb Swarm</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about peer discovery components.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase">
<span class="h6 mb-0">dDatabase</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about distributed binary data feeds.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase-protocol">
<span class="h6 mb-0">dDatabase Protocol</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the protocol for exchanging dDatabases.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebtrie">
<span class="h6 mb-0">dWebTrie</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the distributed key-value store.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddrive">
<span class="h6 mb-0">dDrive</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about the distributed file system.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper#ddns">
<span class="h6 mb-0">dDNS</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about decentralized DNS.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Developers</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper">
<span class="h6 mb-0">The dWeb Whitepaper</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the ins and outs of the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/DistributedWeb/guide">
<span class="h6 mb-0">dWeb Developer's Guide</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start developing sites and apps on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.arisen.network">
<span class="h6 mb-0">ARISEN Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Extensive documentation referencing ARISEN's blockchain.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.dbrowser.com">
<span class="h6 mb-0">dBrowser Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start your dWeb development journey with dBrowser.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://t.me/dweb1776">
<span class="h6 mb-0">Join Developer Community</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Join the conversation on Telegram.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
</ul>
</div>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-3">
<div class="collapse navbar-collapse navbar-toggle justify-content-end">
<ul class="navbar-nav">
<li class="nav-item">
<a class="btn btn-danger btn-lg" href="http://dbrowser.com">Download dBrowser</a>
<span></span><a class="btn btn-outline-dark btn-lg" href="https://t.me/iamfreedomusa">Join Chat</a>
</li>
</ul>
</div>
</div>
<!--end of col-->
</nav>
<!--end of row-->
</div>
<!--end of container-->
</div>
</div>
<div class="main-container">
<section class="space-lg bg-white">
<div class="container">
<div class="row align-items-center justify-content-around">
<div class="col-12 col-md-6 col-lg-5 text-center text-md-left section-intro">
<h1 class="display-3">2.0 vs. 3.0</h1>
<span class="lead">
Take a look at a close comparison of Web 2.0 and Web 3.0 to see why dWeb is the future and how it can put your privacy and your freedom, back where it belongs.
</span>
<a href="#comparison" class="btn btn-secondary btn-lg">View the comparison</a>
</div>
<!--end of col-->
<div class="col-12 col-md-6 col-lg-6">
<img alt="Image" class="img-fluid w-100" src="assets/img/graphic-golden-gate-bridge.svg">
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section id="comparison">
<div class="container">
<div class="row justify-content-center text-center section-intro">
<div class="col-12 col-md-9 col-lg-8">
<span class="title-decorative">SIDE BY SIDE COMPARISON</span>
<h2 class="display-4">Comparing the protocols</h2>
<span class="lead">See why people have been looking forward to the launch of dWeb for months and why it's the future protocol for the web.</span>
</div>
<!--end of col-->
</div>
<!--end of row-->
<div class="row justify-content-center">
<div class="col">
<table class="table table-bordered table-responsive pricing">
<thead>
<tr>
<th scope="col">Feature</th>
<th scope="col">
<h5>Web 2.0</h5>
</th>
<th scope="col">
<h5>dWeb Protocol</h5>
</th>
<th scope="col">
<h5>Other dWebs</h5>
</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">Serverless</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Decentralized DNS</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</tr>
<tr>
<th scope="row" class="text-right">Offline Usage</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Decentralized Domains</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Serverless Apps</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Serverless Databases</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Serverless Blockchain Integration</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Blockchain-based Payments Integration</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Distributed hard drive integration</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Integrated w/ P2P Operating System</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Integrated Banking</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Decentralized Messaging</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Ships w/ Native dApps</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Saves Your Money</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
<tr>
<th scope="row" class="text-right">Has The Coolest Protocol Name</th>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
<td><i class="icon-check text-green"></i>
</td>
<td><i class="icon-circle-with-cross text-red"></i>
</td>
</tr>
</tbody>
</table>
</div>
<!--end of col-->
<hr>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section class="space-sm flush-with-above">
<div class="container">
<div class="row">
<div class="col text-center">
<span class="text-muted text-small">Made with 🤠 in the USA 🇺🇸</span>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<footer class="bg-gray text-light footer-long">
<div class="container">
<div class="row">
<div class="col-12 col-md-3">
<img alt="Image" height="100px" src="assets/img/logo-white.svg" class="mb-4" />
<p class="text-muted">
© 2021 Arisen Ministries and The Peeps Institute. All rights reserved. The dWeb is not a company, it's a decentralized network of computers that's owned by nobody.
</p>
</div>
<!--end of col-->
<div class="col-12 col-md-9">
<span class="h5">1776 has commenced again. We've come for our freedom.</span>
<div class="row no-gutters">
<div class="col-6 col-lg-3">
<h6>For Beginners</h6>
<ul class="list-unstyled">
<li>
<a href="https://dwebx.org/getting-started.html">How To Get Started</a>
</li>
<li>
<a href="https://dwebx.org/compare-webs.html">Web 2.0 vs 3.0</a>
</li>
<li>
<a href="https://dwebx.org/how-it-works.html">Website Distribution</a>
</li>
<li>
<a href="https://dwebx.org/data-on-the-dweb.html">Data On The dWeb</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>For Developers</h6>
<ul class="list-unstyled">
<li>
<a href="https://github.com/distributedweb/whitepaper">dWeb Whitepaper</a>
</li>
<li>
<a href="https://github.com/DistributedWeb/guide">dWeb Developer Guide</a>
</li>
<li>
<a href="https://docs.arisen.network">ARISEN Documentation</a>
</li>
<li>
<a href="https://docs.dbrowser.com">dBrowser Documentation</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>dWeb Components</h6>
<ul class="list-unstyled">
<li>
<a href="https://arisen.network">ARISEN</a>
</li>
<li>
<a href="https://github.com/distributedweb/dht">dWeb's DHT</a>
</li>
<li>
<a href="https://github.com/distributedweb/dwebswarm">dWeb Swarm</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddatabase-protocol">dDatabase Protocol</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddrive">dDrive</a>
</li>
<li>
<a href="https://github.com/distributedweb/whitepaper#ddns">dDNS</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>Contributors</h6>
<ul class="list-unstyled">
<li>
<a href="https://peepsx.com">The Peeps Institute</a>
</li>
<li>
<a href="https://arisen.church">Arisen Ministries</a>
</li>
<li>
<a href="https://cryptonomex.com">Cryptonomex</a>
</li>
<li>
<a href="http://seekware.in/">Block Genesis</a>
</li>
</ul>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.smartWizard.min.js"></script>
<script type="text/javascript" src="assets/js/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/scrollMonitor.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.polyfills.js"></script>
<script type="text/javascript" src="assets/js/prism.js"></script>
<script type="text/javascript" src="assets/js/zoom.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
</body>
<!-- Mirrored from dwebs.io/web2-vs-web3.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:10 GMT -->
</html>