Question

In: Computer Science

1)Explain the differences between SaaS, PaaS and IaaS. 2)When considering software or service solutions often changes...

1)Explain the differences between SaaS, PaaS and IaaS.

2)When considering software or service solutions often changes must be made to ensure they work in your company. Explain the differences between configuration of hosted software or a cloud service and customization of the software or service. Explain the difference in responsibility for ensuring these changes move forward into the next release of software or service.

3)Explain the process of Creating an agile release plan for a project.

4)Explain the role of the scrum master in an agile/SCRUM project

Solutions

Expert Solution

1)

  • SaaS

SaaS stands for Software as a Service. It refers to cloud-based software that is hosted by a company online on the internet. It is available for purchase on a subscription basis and is delivered by the company via the internet. SaaS products are easy to use and manage, and it's highly scalable, as it doesn't need to be downloaded and installed on the user's device. This is particularly helpful for distributed global teams of people who don't work in close physical proximity. SaaS products are among the most commonly used cloud computing services used by companies to build and grow their businesses.

Few examples of SaaS:

  1. JIRA

  2. Dropbox

Merits and Demerits:

Just because the SaaS products are cloud based, that's why the biggest advantage of Saas products is that they are very easy to setup and use anywhere and everywhere. The user just has to log online and start their work without hosting the set up locally.

However, this ease of use lends itself to the disadvantage of using SaaS products: When you use a SaaS product, you have no control over the cloud-based infrastructure it runs on, so if the software provider experiences an outage, so do you. This can lead to widespread website outage and issues that can, in turn, impact your business processes that require SaaS products to operate.

  • PaaS

PaaS stands for "platform as a service." It refers to cloud-based platform services that provide developers with a framework they can use to build custom applications upon. In this way, PaaS isn't delivering software over the internet, but it is providing an online platform that's accessible to different developers to create software delivered over the internet. PaaS products let developers build custom applications online without having to deal with data serving, storage, and management.

Few examples of PaaS:

  1. Openshift
  2. Google App Engine

Merits and Demerits:

The biggest advantage of the PaaS model is how much control it provides IT administrators over the platform software and applications are being built upon. The disadvantage of the PaaS model is you can only control what's built on the platform -- if there is an outage or issue with the hardware or operating system that platform is built on, it will take out the software with them.

  • IaaS

IaaS stands for "infrastructure as a service." It refers to cloud-based infrastructure resources that are delivered to organizations via virtualization technology that help organizations build and manage their servers, network, operating systems, and data storage. IaaS customers can control their own data infrastructure without having to physically manage it on-site. Instead, they can access and store data on servers via a dashboard or API (application programming interface). IaaS helps companies build and manage their data as they grow, paying for the storage and server space that they need to build hardware or software, without having to actually host and manage servers themselves on-site. IaaS products make up the foundations of building new technologies delivered over the cloud.

Few examples of IaaS:

  1. Amazon Web Serivces(AWS)
  2. Microsoft Azure

Merits and Demerits:

IaaS cloud infrastructure offers companies and administrators the greatest level of control and power over software and hardware, but they'll also be responsible for making sure they're technologically secure and running properly to avoid causing outages in critical parts of your company's operations.


Related Solutions

As a Service solutions are Saas, Paas, and Iaas, Please find me a scenario where all...
As a Service solutions are Saas, Paas, and Iaas, Please find me a scenario where all 3 of these are used as in the question below. Thanks. 1. When you look at the different “as a Service” solutions provided, can you think of a scenario where all 3 services are offered as a solution? Describe that scenario.
In your own words. 1) Identify the differences between service and merchandising companies 2) Explain the...
In your own words. 1) Identify the differences between service and merchandising companies 2) Explain the recording of purchases under a perpetual inventory system 3) Explain the recording of sales revenues under a perpetual inventory system 4) Explain the steps in the accounting cycle for a merchandising company 5) Distinguish between a multi-step and a single-step income statement
1- Explain the relationship between the environment and chronic disease. 2- Explain the similarities and differences...
1- Explain the relationship between the environment and chronic disease. 2- Explain the similarities and differences between the theories of nurse theorists Hildegarde Peplau and Dorothea Orem. 3- What are the professional advantages of nurses having autonomy?
1) Explain the similarities and differences between the RBC and Dicty lanes.? 2) Explain how the...
1) Explain the similarities and differences between the RBC and Dicty lanes.? 2) Explain how the Dicty-5 and Dicty-10 samples differ from each other and discuss whether this was what you expected to see.? NOTE: combine 5 ?l of your Dictyostelium sample and 95 ?l of 0.15N NaCl. Dicty-5 is Dictyostelium discoideum cells. Dicty-10 is Dictyostelium discoideum cells. ?just the value is change
Explain the differences between aragonite and conchiolin. How are these differences significant when it comes to...
Explain the differences between aragonite and conchiolin. How are these differences significant when it comes to the creation of pearls?
1) What are the main differences between the NPV method and the IRR? 2) When does...
1) What are the main differences between the NPV method and the IRR? 2) When does IRR give you the wrong answer? 3) How does the MIRR avoid the IRR shortcomings? Please answer all sections with 5-7 sentences for each question.
1. Explain the differences between fixed and random factors in Design of Experiments (DoE). 2. Explain...
1. Explain the differences between fixed and random factors in Design of Experiments (DoE). 2. Explain the three pillars of DoE. 3. What are the differences between replication and repetition? 4. In plastic injection molding, temperature, time in mold, and injection pressure each play an important role in determining the strength of the part. At MAR Inc., experimenters are studying the effects on part strength when the temperature is set at either 250o, 275o, or 300oF; the time in mold...
1- Explain the qualitative differences between the Gibbs free energy and the chemical potential. 2- Explain...
1- Explain the qualitative differences between the Gibbs free energy and the chemical potential. 2- Explain what is wrong with the following statement: If two (or three) phases of a pure material have the same chemical potential, temperature, and pressure, then the equilibrium state of the system will allow a phase transition between the two (or three) phases. 3- Explain qualitatively the differences between Raoult's law and Henry's law, including the composition range in which they are valid.
1. What are the differences between public and private accounting 2. What are the differences between...
1. What are the differences between public and private accounting 2. What are the differences between the CPA and the CMA certifications? 3. What are the differences between financial accounting and managerial accounting?
Explain the main differences between grammars in problems 1, 2 and 3. 1. Expr -> Expr...
Explain the main differences between grammars in problems 1, 2 and 3. 1. Expr -> Expr + Term I Expr * Term I Term     Term-> 0 I ... I 9 I (Expr) 2. Expr -> Term+ Expr I Term * Expr I Term     Term -> 0 I …. 9 I (Expr) 3. Expr -> Expr + Term I Term Term-> Term* Factor I Factor    Factor-> 0 I ... I 9 I (Expr)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT