You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -496,9 +496,9 @@ You can describe the UI way to add new nodes but better to explain how to do in
496
496
<details>
497
497
<summary>What types of Cloud Computing services are there?</summary><br><b>
498
498
499
-
IAAS
500
-
PAAS
501
-
SAAS
499
+
IAAS - Infrastructure as a Service
500
+
PAAS - Platform as a Service
501
+
SAAS - Software as a Service
502
502
</b></details>
503
503
504
504
<details>
@@ -507,6 +507,9 @@ SAAS
507
507
* IAAS
508
508
* PAAS
509
509
* SAAS</summary><br><b>
510
+
* IAAS - Users have control over complete Operating System and don't need to worry about the physical resources, which is managed by Cloud Service Provider.
511
+
* PAAS - CLoud Service Provider takes care of Operating System, Middlewares and users only need to focus on our Data and Application.
512
+
* SAAS - A cloud based method to provide software to users, software logics running on cloud, can be run on-premises or managed by Cloud Service Provider.
510
513
</b></details>
511
514
512
515
<details>
@@ -521,10 +524,11 @@ SAAS
521
524
<summary>Explain each of the following Cloud Computing Deployments:
522
525
523
526
* Public
524
-
* Hybrid
525
-
* Private</summary><br><b>
526
-
527
-
* Hybrid - combination of public and private clouds
527
+
* Private
528
+
* Hybrid</summary><br><b>
529
+
* Public - Cloud services sharing computing resources among multiple customers
530
+
* Private - Cloud services having computing resources limited to specific customer or organization, managed by third party or organizations itself
531
+
* Hybrid - Combination of public and private clouds
0 commit comments