-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (37 loc) · 2.18 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1 style="color:#C0392B;">DNOS - A Disaggregated Network Operating System</h1>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is DNOS?</h2>
<p class="lead", align="justify">Current SDN controllers have been designed based on a monolithic architecture that aggregates all control plane subsystems into a single, huge monolithic program. DNOS is an ONOS application that allows us to disaggregate the control plane services and applications into a set of cooperative microservices and migrate from a monolithic to a microservice architecture.
</p>
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-check" aria-hidden="true"></i></h1>
<h3 class="text-center">Flexibility To Scale</h3>
<p>One of the main advantages of DNOS arises from its ability to scale a given service or application horizontally, independent of other subsystems and services.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-check" aria-hidden="true"></i></h1>
<h3 class="text-center">Freedom In Choosing The Programming Language</h3>
<p>DONS provides the opportunity to the programmers to choose an arbitrary programming language, programming technology, and third-party library function when building an SDN management application</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-check" aria-hidden="true"></i></h1>
<h3 class="text-center">A Disaggregated Code Base</h3>
<p>DNOS gives this flexiblity to the programmers to maintain each services and each applications in a separate codebase, isolating changes.</p>
</div>
</div>
</div>