Skip to content

Commit 235e94e

Browse files
authored
Added cloud answers (bregman-arie#116)
1 parent 4464443 commit 235e94e

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -496,9 +496,9 @@ You can describe the UI way to add new nodes but better to explain how to do in
496496
<details>
497497
<summary>What types of Cloud Computing services are there?</summary><br><b>
498498

499-
IAAS
500-
PAAS
501-
SAAS
499+
IAAS - Infrastructure as a Service
500+
PAAS - Platform as a Service
501+
SAAS - Software as a Service
502502
</b></details>
503503

504504
<details>
@@ -507,6 +507,9 @@ SAAS
507507
* IAAS
508508
* PAAS
509509
* 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.
510513
</b></details>
511514

512515
<details>
@@ -521,10 +524,11 @@ SAAS
521524
<summary>Explain each of the following Cloud Computing Deployments:
522525

523526
* 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
528532
</b></details>
529533

530534
<details>

0 commit comments

Comments
 (0)