• HOME
  • VIDEO
  • COURSES
    • Java Expertise
      • Java SE(Core)
      • Java EE(Advance)
      • Servlet & JSP
      • EJB & Web Services
      • JMS & Java Mail
    • Java Framework Expertise
      • Spring Framework
      • Spring MVC
      • Hibernate Framework
      • Struts/Struts2 Framework
      • JSF
    • Mobile Expertise
      • Android
      • PhoneGap
      • HTML5
      • Bootstrap
    • Training Options
      • MCA Industrial Training
      • Corporate Training
      • Internship Programs
      • Online Training
      • Major and Minor Project Training
      • Project Work (Live Project)
    • PHP Expertise
      • PHP Core
      • PHP Advanced
      • WordPress
      • Drupal
    • Web Designing Expertise
      • HTML
      • JavaScript
      • Jquery
      • AJAX
    • Others
      • MySQL
      • Software Testing
      • XML Technologies
      • Agile Methodology
  • ABOUT
  • INSIGHTS
    • Column 1
      • Testimonials/Reviews
      • Share your feedback
      • Placement
      • Career
      • News & Events
      • Project Topics – reference
      • Site Map
      • Terms and Conditions(Global)
    • Column 2
      • Registration
      • Login
      • Inquiry
      • Please Call or Fill Enquiry Detail Below
      • Video Library – Free
      • Official Website
      • Business Blog
  • BLOG
    • Column 1
      • Java SE
      • Java EE
      • Spring Framework
      • Hibernate
      • Struts
    • Column 2
      • Android
      • Project Work
      • AJAX
      • JQuery
  • CONTACT
A Training Division of eZeon Technosolutions Pvt. Ltd.
Contact
Pay & Registration
EZEON - Training Division | Best For Java | Spring Framework | Spring Boot | Android | Major/Minor Projects | Live Projects | Internship |  Python |  Flutter | artificial intelligence | Bhopal EZEON - Training Division | Best For Java | Spring Framework | Spring Boot | Android | Major/Minor Projects | Live Projects | Internship |  Python |  Flutter | artificial intelligence | Bhopal
  • HOME
  • VIDEO
  • COURSES
    • Java Expertise
      • Java SE(Core)
      • Java EE(Advance)
      • Servlet & JSP
      • EJB & Web Services
      • JMS & Java Mail
    • Java Framework Expertise
      • Spring Framework
      • Spring MVC
      • Hibernate Framework
      • Struts/Struts2 Framework
      • JSF
    • Mobile Expertise
      • Android
      • PhoneGap
      • HTML5
      • Bootstrap
    • Training Options
      • MCA Industrial Training
      • Corporate Training
      • Internship Programs
      • Online Training
      • Major and Minor Project Training
      • Project Work (Live Project)
    • PHP Expertise
      • PHP Core
      • PHP Advanced
      • WordPress
      • Drupal
    • Web Designing Expertise
      • HTML
      • JavaScript
      • Jquery
      • AJAX
    • Others
      • MySQL
      • Software Testing
      • XML Technologies
      • Agile Methodology
  • ABOUT
  • INSIGHTS
    • Column 1
      • Testimonials/Reviews
      • Share your feedback
      • Placement
      • Career
      • News & Events
      • Project Topics – reference
      • Site Map
      • Terms and Conditions(Global)
    • Column 2
      • Registration
      • Login
      • Inquiry
      • Please Call or Fill Enquiry Detail Below
      • Video Library – Free
      • Official Website
      • Business Blog
  • BLOG
    • Column 1
      • Java SE
      • Java EE
      • Spring Framework
      • Hibernate
      • Struts
    • Column 2
      • Android
      • Project Work
      • AJAX
      • JQuery
  • CONTACT

Blog

Cloud Computing Introduction

Dec 3, 2013 | Posted by Vikram Thakur | Cloud Computing | 0 comments |


Cloud Computing is a Distributed Computing concept. It allows to distribute the work load among multiple network systems or computers. The each system has there own Processor and Memory for computation. The system/infrastructure can be scale(increasing the executing capabilities by adding new hardware or software) at run-time without interrupting the running application services.

Here I am going to discuss a real-time situations where Cloud Computing can be used.

Suppose our organization is developing a web based software (web application) that manages the Accounts, Inquiries, Employee Management including HR and Payroll Services. The web application uses Email based communication among multiple application users. In this situation we do not prefer to configure our own Email Server. Instead of setting up our own server we would prefer to subscribe third party email service. The third party email service is provided by a professional email service provider company who has strong setup/infrastructure for EMAIL SERVICE with features like Email Sending, Email Backup, Email Scheduling, Email Spam Filter and Email Anti-virus protection etc.

If we setup Email Server in our office for our web application then we need to arrange so many things
– Hardware Setup
– Email Server Software Setup
– Appropriate License Management
– Anti-virus Configuration
– Spam Filter
– Bulk Emailing services
– Email Logs handling
– Strong and high speed network
– Highly skilled network admin to manage server
– Strong power backup , even more

Setting all above things will increase the project cost and burden dramatically in project. It is better choice to purchase “EMAIL SERVICE” from professional email service provider.

The Email Service Provider Company generally has strong support for the points listed above. Their server has capacity to handle so many email requests concurrently…even ready to scale easily without interrupting the client applications.

These service provider setup email server and provide to various companies who required email as communication in there software(Email Client Application). Means whoever want email support, the company will provide as SERVICE.

Here we can say that the EMAIL SERVER is a software and it is purchased by different companies who want Email Support as SERVICE as per there requirement. For example Company-A want 1000 Emails per day, Company-B want 20000 Emails per day. The emails software is being shared by different companies as SERVICE, we call this approach as SOFTWARE AS A SERVICE(SaaS).

Cloud computing enables sharing of resources with different clients/applications, as per their requirement. The RESOURCES can be Hardware, Operating System, Software and Network etc.

We can say that the cloud computing is to share everything as SERVICE.


SaaS: Software as a Service (Software Application)

Software Application like email server is shared by multiple companies

IaaS: Infrastructure as a Service (Hardware Resource)

Hardware is being shared by multiple companies generally in web-hosting industry. Suppose we want I3 Server with 2GB RAM. In other words we can say infrastructure is a physical system or virtual machines.

PaaS: Platform as a Service

It includes Hardware architecture, Operating System and Software

NaaS : Network as a Service

We can share the network resources. Like purchasing customized network plan where 2GB, 10GB download support)

EaaS: Everything as Service

Everything can be shared as services like hardware, software, platform, network etc.

The cloud computing is similar to SERVICE ORIENTED ARCHITECTURE (SOA) in various aspect.

SOA recommend to split the large application into multiple small pieces called SERVICES and deploy into different network computers. So that the work load can be shared by different systems and can be accessed separately from any client medium. For example we can check our emails from online website(web client) and we can check the same mails from any mobile device, table PC etc.

Generally Web Services are used to implement SOA based application. Web Services can be developed using SOAP Protocol or RESTFul concept.

There are different deployment models supported in Cloud:

  • Private Cloud
  • Public Cloud
  • Hybrid Cloud
  • Distributed Cloud etc

Big market vendors using Cloud:

  • Google
  • Facebook
  • Yahoo
  • Amazon
  • IBM
  • Microsoft

Related Technologies

  • Apache Hadoop
  • MapReduce
  • Big Data
  • Hadoop distributed file system (HDFS)

Advantages of Cloud Computing

  • Cost Effective
  • Runtime Scalable
  • Backup and Recovery
  • Easy application deployment
  • Easy information access from different access points
  • Flexibility
  • Easy Upgrade
  • Increased Collaboration
  • Data Centralization

Disadvantages of Cloud Computing

  • Security is the major issue in Cloud Computing
  • Can work in Online mode. Internet Connection mandatory.
  • Performance is sometime less due to internet connection dependency.

Thank you for reading.

Tags: BigDataCloud ComputingHadoopMapReduce
0 Comments
1
Share

About Vikram Thakur

A Software Professional with extensive experience in IT industry and passionate about Java/J2EE, Spring and open source technologies. Always love to share knowledge. Please connect on

Leave a Reply

Your email is safe with us.
Cancel Reply

You must be logged in to post a comment.


Recent Posts

  • Spring Framework and Hibernate Workshop
  • Free Training Video Session by EZEON
  • 10 Great Benefits to Choose Spring Web MVC Framework
  • Spring Web MVC Framework Tutorial – Best from Experts
  • MySQL Queries for Beginner – Quick Start

Categories

  • AJAX
  • Android
  • Cloud Computing
  • Database
  • Hibernate
  • HTML
  • Interview Questions
  • Java EE
  • Java SE
  • JavaScript
  • JQuery
  • JSP
  • Miscellaneous
  • Project Work
  • Servlet
  • Spring Framework
  • Spring Workshop
  • Struts
  • Video Library
  • Web Services
Learn from the Experts and Experience Best Practices of Software Industry

Please write us today

Get In Touch
EZEON is a Software Development Company wish to share our Experience with Students, Developers and Companies to help them in adopting best practices. Its our small contribution towards skill development initiative

© 2023 - eZeon Technosolutions Pvt. Ltd.

  • Home
  • About
  • Courses
  • Blog
  • Site Map
  • Terms & Conditions
Prev Next