Added cloud answers (#116)

This commit is contained in:
Anwesh Budhathoki 2020-12-22 17:30:16 +05:45 committed by GitHub
parent 44644436b8
commit 235e94e603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,9 +496,9 @@ You can describe the UI way to add new nodes but better to explain how to do in
<details> <details>
<summary>What types of Cloud Computing services are there?</summary><br><b> <summary>What types of Cloud Computing services are there?</summary><br><b>
IAAS IAAS - Infrastructure as a Service
PAAS PAAS - Platform as a Service
SAAS SAAS - Software as a Service
</b></details> </b></details>
<details> <details>
@ -507,6 +507,9 @@ SAAS
* IAAS * IAAS
* PAAS * PAAS
* SAAS</summary><br><b> * SAAS</summary><br><b>
* 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.
* PAAS - CLoud Service Provider takes care of Operating System, Middlewares and users only need to focus on our Data and Application.
* 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.
</b></details> </b></details>
<details> <details>
@ -521,10 +524,11 @@ SAAS
<summary>Explain each of the following Cloud Computing Deployments: <summary>Explain each of the following Cloud Computing Deployments:
* Public * Public
* Hybrid * Private
* Private</summary><br><b> * Hybrid</summary><br><b>
* Public - Cloud services sharing computing resources among multiple customers
* Hybrid - combination of public and private clouds * Private - Cloud services having computing resources limited to specific customer or organization, managed by third party or organizations itself
* Hybrid - Combination of public and private clouds
</b></details> </b></details>
<details> <details>