Friday, April 21, 2017

Cloud Computing

Services and solutions that are delivered and consumed in real time over internet are cloud services.
Cloud computing is a delivery model of computing services over the internet .It enables real time development ,deployment and delivery of broad range of products, services and solutions.


Cloud cloud characteristics:

  • On demand self service
  • Ubiquitous network access:anywhere, anytime ,any device
  • location independent resource pooling
  • Rapid elasticity-Auto scaling
  • Pay as you go

No comments:

Post a Comment

Call a function in child component from parent component in React

Consider the following parent component class Parent extends React.Component { constructor(props) { super(props);         thi...