SlideShare a Scribd company logo
1 of 16
Download to read offline
Cloud Presentation
By, Manvendra Priyadarshi
Parallel Computing
Traditionally, software has been written for serial computation :
 A problem is broken into a discrete series of instructions
 Instructions are executed sequentially one after another
 Executed on a single processor
 Only one instruction may execute at any moment in time
In the simplest sense, parallel computing is the simultaneous use of multiple
compute resources to solve a computational problem :
 A problem is broken into discrete parts that can be solved concurrently
 Each part is further broken down to a series of instructions
 Instructions from each part execute simultaneously on different processors
 An overall control/coordination mechanism is employed
Applications of Parallel Computing
o Databases, data mining
o Oil exploration
o Web search engines, web based business services
o Medical imaging and diagnosis
o Management of national and multi-national corporations
o Financial and economic modeling
o Advanced graphics and virtual reality, particularly in the entertainment
industry
o Networked video and multi-media technologies
o Collaborative work environments
Why use parallel computing
Save time and money : more resources at a task will shorten its time to
completion, with potential cost savings.
Solve larger problems : Large and/or complex which are impractical or
impossible to solve them on a single computer, especially given limited computer
memory.
Provide concurrency : Access Grid provides a global collaboration network where
people from around the world can meet and conduct work "virtually"
Distributed Computing
 A distributed system is a collection of independent entities that cooperate to
solve a program that cannot be individually solved. Distributed systems have
been in existence since that start of the universe. From a school of fish to a
flock of birds and entire ecosystems of microorganisms, there is
communication among mobile intelligent agents in nature. With the
widespread proliferation of the internet and the emerging global village, the
notion of distributed computing systems as a useful and widely deployed too
is becoming a reality.
Cluster Computing
Cluster computing is a type of computing in which several nodes are made to run as a single entity . The various
nodes involved in cluster are normally connected to each other using some fast local area networks . There are
mainly two reasons of deploying a cluster instead of a single computer which are performance and fault
tolerance. An application desires high computation in terms of response time, memory and throughout especially
when we talk about real time applications. Cluster computing provides high computation by employing
parallel programming, which is use of many processors simultaneously for a number of or a single problem.
Another reason is fault tolerance which is actually the ability of a system to operate gracefully even in
the presence of any fault. As the clusters are the replicas of similar components, the fault in one component only
affects the cluster’s power but not its availability . So, users always have some components to work with even in
the presence of fault.
Advantages of Cluster Computing
 Manageability: It takes a lot of effort, cost and money to manage a large number of components.
But, with cluster, large numbers of components are combined to work as a single entity. So,
management becomes easy.
 Single System Image: Again, with cluster, user just gets the feel that he is working with a single
system , actually he is working with a large number of components. He need not worry about that
components, he only needs to manage a single system image.
 High Availability: As all the components are replicas of each other, so if one component goes down
because of ay technical reason, then some other component can takes its place, and user can
continue to work with the system.
Disadvantages of Cluster Computing
 Programmability Issues: This might be the case if the components are
different in terms of software from each other, and then there may be issues
when combining all of them together as a single entity.
 Problem in Finding Fault: Because we are dealing with a single entity, so
problem may arise when finding out fault that which of the component has
some problem associated with it.
 Difficult to handle by a Layman: As cluster computing involves merging
different or same components together with different programmability, so a
non-professional person may find it difficult to manage.
Grid Computing
Grid computing is the segregation of resources from multiple sites so as to solve a problem that can’t be solved
by using the processing of a single computer . It employs use of multiple clusters that are loosely coupled,
heterogeneous and are geographically dispersed . Here individual user gets access to the resources (like
processors, storage, data etc.) on demand with little or no knowledge of the fact that where those resources are
physically located. For example, we use electricity for running air-conditioners, televisions etc. through wall
sockets without concerned about the fact that from where that electricity is coming and how it is being generated.
It is more popularly known as a collection of servers that are bound together to attack a single problem .
Grid computing is concerned about sharing, collecting, hosting and providing services to various consumers.
Advantages of Grid Computing
 Access to Additional Resources: In addition to CPU and other storage
resources, a grid can also provide other resources as well.
 Resource Balancing: A grid incorporates large number of systems into a single
system image. For applications that are grid enabled, grid performs the
resource balancing by scheduling grid jobs on machines that are showing low
utilization.
 Reliability: The systems in grid are cheap and geographically dispersed. If,
for example, there is power or cooling failure at one site, then that will not
affect the other site, thus high reliability will be there specially in case of
real time systems
Disadvantages of Grid Computing
 Not Stable: Grid software and standards are not stable in comparison to
other computing. Its standards are still evolving.
 High Internet Connection Required: Gathering and assembling various
resources from geographically dispersed sites require high internet connection
which results in high monetary cost.
 Different Administrator Domains: Sometimes political issues arise when
sharing resources among different domains. Some additional tools are
required for having proper syncing and managing among different
environments.
Cloud Computing
Cloud computing is the new computing paradigm which provides large pool of dynamical scalable and virtual
resources as a service on demand. The main principle behind cloud computing model is to offer computing,
storage, and software as a service or as a utility. We just need internet to use these utilities. Buyya et al. (2009)
have defined it as follows: “Cloud is a parallel and distributed computing system consisting of a collection of
inter-connected and virtualized computers that are dynamically provisioned and presented as one or more
unified computing resources based on service-level agreements (SLA) established through negotiation
between the service provider and consumers.” Cloud computing cuts the operational and capital costs
and allow the IT departments to focus on strategic projects instead of keeping the datacenter running. It provides the
services on Infrastructure level, Platform level, and Software level. It provides many features such as speed,
scalability of resources, parallel processing, just pay the used resources, choose another technology at any time to
further work, 24*7 availability of services, device and location independent, provides reliability and security etc.
Advantages of Cloud Computing
(1) Shared Resources: Cloud computing share resources to provide the services to
multiple users. That’s why it can easily provide the facility like scale up and scale
down the resources on demand.
(2) Pay-As-You-Go: Users just need to pay only for those resources which are used
by them. They can demand for more resources if they required latter on and they
can also release their resources after use.
(3) Better Hardware Management: It is easy for cloud service provider to manage
the hardware easily because all computers run the same hardware
Disadvantages of Cloud Computing
Less Reliability: Cloud Computing is less reliable because it used to share the resources with multiple
users. So there is possibility to steal the data of a user or data of one organization may mix with the data
of
another organization. For example, In 2007 Microsoft and Yahoo! released some search data to the US
Department of Justice as part of a child pornography case. A disgruntled employee could alter or
destroy the data using his or her own access credentials. If cloud storage system is not reliable, no
one wants to save the data on an unreliable system
(2) Internet: The main requirement for users to use the services of cloud computing is internet. Users
required high speed of internet connection. Unavailability of internet would cause unavailability
of data.
(3) Non-Interoperability: If user stored data in one cloud then later on he/she can’t move it to another
cloud
service provider because there is non-interoperability between cloud based systems
Comparison :
Clustering is
distributed
computing, but
all the resources
are located in
close proximity,
i.e. within a
single data
center. Its a
closely coupled
system, where
as a grid is a
loosely coupled
system.
Cluster
Computing
Grid computing is
yet another
specialized
implementation
of distributed
computing.
Specifically, it is
used to pool
discrete
resources from
various different
organizations and
provide services
to the user. The
resources are
typically
distributed
across a large
geographic area.
Grid
Computing
Distributed
computing is
when multiple
systems are
involved in
performing a
single computing
task. The
computing is
divided among
multiple
computing
systems to
achieve the end
result.
Distributed
Computing
In the simplest
sense, parallel
computing is the
simultaneous use
of multiple
compute
resources to
solve a
computational
problem.
Parallel
Computing
Cloud computing is a
specific
implementation of
distributed computing.
The defining feature of
cloud computing is
that the infrastructure
is abstracted from the
user. Instead a high
level API provides the
user with the ability to
farm out the task. A
good example is the
Google AppEngine,
Another example is the
Amazon Web Services
suite of products.
Cloud
Computing
Thank You
Created by - Manvendra Priyadarshi,
B.tech student in Cloud Computing and Virtualization Technology
Email Id : Manvendradaredevil@gmail.com

More Related Content

Similar to CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf

A New Way Of Distributed Or Cloud Computing
A New Way Of Distributed Or Cloud ComputingA New Way Of Distributed Or Cloud Computing
A New Way Of Distributed Or Cloud ComputingAshley Lovato
 
Distributed system
Distributed systemDistributed system
Distributed systemchirag patil
 
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsCloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsGaruda Trainings
 
Computing Environments.pptx
Computing Environments.pptxComputing Environments.pptx
Computing Environments.pptxMSivani
 
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT JaipurDistributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT JaipurDrNilam Choudhary
 
Analyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud ComputingAnalyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud ComputingIOSRjournaljce
 
Cloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsCloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsIJEEE
 
Introduction of grid computing
Introduction of grid computingIntroduction of grid computing
Introduction of grid computingPooja Dixit
 
cloud computing.pptx
cloud computing.pptxcloud computing.pptx
cloud computing.pptxGayathriP95
 
Virtualized Web Desktop Towards A Faster Web Cloud Operating System
Virtualized Web Desktop Towards A Faster Web Cloud Operating SystemVirtualized Web Desktop Towards A Faster Web Cloud Operating System
Virtualized Web Desktop Towards A Faster Web Cloud Operating Systemijbuiiir1
 

Similar to CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf (20)

cloud computing basics
cloud computing basicscloud computing basics
cloud computing basics
 
unit 4-1.pptx
unit 4-1.pptxunit 4-1.pptx
unit 4-1.pptx
 
106248842 cc
106248842 cc106248842 cc
106248842 cc
 
A New Way Of Distributed Or Cloud Computing
A New Way Of Distributed Or Cloud ComputingA New Way Of Distributed Or Cloud Computing
A New Way Of Distributed Or Cloud Computing
 
Distributed system
Distributed systemDistributed system
Distributed system
 
cloud computing
cloud computingcloud computing
cloud computing
 
cc.doc
cc.doccc.doc
cc.doc
 
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda TrainingsCloud computing Latest Interview Questions with Answers by Garuda Trainings
Cloud computing Latest Interview Questions with Answers by Garuda Trainings
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Computing Environments.pptx
Computing Environments.pptxComputing Environments.pptx
Computing Environments.pptx
 
The Utilization of Cloud Computing as Virtual Machine
The Utilization of Cloud Computing as Virtual MachineThe Utilization of Cloud Computing as Virtual Machine
The Utilization of Cloud Computing as Virtual Machine
 
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT JaipurDistributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
Distributed System Unit 1 Notes by Dr. Nilam Choudhary, SKIT Jaipur
 
Information system architecture
Information system architectureInformation system architecture
Information system architecture
 
Analyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud ComputingAnalyzing the Difference of Cluster, Grid, Utility & Cloud Computing
Analyzing the Difference of Cluster, Grid, Utility & Cloud Computing
 
Cloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithmsCloud computing Review over various scheduling algorithms
Cloud computing Review over various scheduling algorithms
 
Introduction of grid computing
Introduction of grid computingIntroduction of grid computing
Introduction of grid computing
 
cloud computing.pptx
cloud computing.pptxcloud computing.pptx
cloud computing.pptx
 
Cluster computing
Cluster computingCluster computing
Cluster computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Virtualized Web Desktop Towards A Faster Web Cloud Operating System
Virtualized Web Desktop Towards A Faster Web Cloud Operating SystemVirtualized Web Desktop Towards A Faster Web Cloud Operating System
Virtualized Web Desktop Towards A Faster Web Cloud Operating System
 

Recently uploaded

Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaShree Krishna Exports
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMANIlamathiKannappan
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...lizamodels9
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayNZSG
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...Aggregage
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Servicediscovermytutordmt
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...amitlee9823
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsMichael W. Hawkins
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Neil Kimberley
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876dlhescort
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Lviv Startup Club
 

Recently uploaded (20)

Best Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in IndiaBest Basmati Rice Manufacturers in India
Best Basmati Rice Manufacturers in India
 
A DAY IN THE LIFE OF A SALESMAN / WOMAN
A DAY IN THE LIFE OF A  SALESMAN / WOMANA DAY IN THE LIFE OF A  SALESMAN / WOMAN
A DAY IN THE LIFE OF A SALESMAN / WOMAN
 
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
Call Girls In DLf Gurgaon ➥99902@11544 ( Best price)100% Genuine Escort In 24...
 
It will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 MayIt will be International Nurses' Day on 12 May
It will be International Nurses' Day on 12 May
 
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
The Path to Product Excellence: Avoiding Common Pitfalls and Enhancing Commun...
 
Call Girls in Gomti Nagar - 7388211116 - With room Service
Call Girls in Gomti Nagar - 7388211116  - With room ServiceCall Girls in Gomti Nagar - 7388211116  - With room Service
Call Girls in Gomti Nagar - 7388211116 - With room Service
 
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Greater Kailash ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
Call Girls Jp Nagar Just Call 👗 7737669865 👗 Top Class Call Girl Service Bang...
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
HONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael HawkinsHONOR Veterans Event Keynote by Michael Hawkins
HONOR Veterans Event Keynote by Michael Hawkins
 
RSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors DataRSA Conference Exhibitor List 2024 - Exhibitors Data
RSA Conference Exhibitor List 2024 - Exhibitors Data
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023Mondelez State of Snacking and Future Trends 2023
Mondelez State of Snacking and Future Trends 2023
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
Yaroslav Rozhankivskyy: Три складові і три передумови максимальної продуктивн...
 

CLOUD COMPUTING CHANTI-130 ( FOR THE COMPUTING2).pdf

  • 2. Parallel Computing Traditionally, software has been written for serial computation :  A problem is broken into a discrete series of instructions  Instructions are executed sequentially one after another  Executed on a single processor  Only one instruction may execute at any moment in time In the simplest sense, parallel computing is the simultaneous use of multiple compute resources to solve a computational problem :  A problem is broken into discrete parts that can be solved concurrently  Each part is further broken down to a series of instructions  Instructions from each part execute simultaneously on different processors  An overall control/coordination mechanism is employed
  • 3. Applications of Parallel Computing o Databases, data mining o Oil exploration o Web search engines, web based business services o Medical imaging and diagnosis o Management of national and multi-national corporations o Financial and economic modeling o Advanced graphics and virtual reality, particularly in the entertainment industry o Networked video and multi-media technologies o Collaborative work environments
  • 4. Why use parallel computing Save time and money : more resources at a task will shorten its time to completion, with potential cost savings. Solve larger problems : Large and/or complex which are impractical or impossible to solve them on a single computer, especially given limited computer memory. Provide concurrency : Access Grid provides a global collaboration network where people from around the world can meet and conduct work "virtually"
  • 5. Distributed Computing  A distributed system is a collection of independent entities that cooperate to solve a program that cannot be individually solved. Distributed systems have been in existence since that start of the universe. From a school of fish to a flock of birds and entire ecosystems of microorganisms, there is communication among mobile intelligent agents in nature. With the widespread proliferation of the internet and the emerging global village, the notion of distributed computing systems as a useful and widely deployed too is becoming a reality.
  • 6. Cluster Computing Cluster computing is a type of computing in which several nodes are made to run as a single entity . The various nodes involved in cluster are normally connected to each other using some fast local area networks . There are mainly two reasons of deploying a cluster instead of a single computer which are performance and fault tolerance. An application desires high computation in terms of response time, memory and throughout especially when we talk about real time applications. Cluster computing provides high computation by employing parallel programming, which is use of many processors simultaneously for a number of or a single problem. Another reason is fault tolerance which is actually the ability of a system to operate gracefully even in the presence of any fault. As the clusters are the replicas of similar components, the fault in one component only affects the cluster’s power but not its availability . So, users always have some components to work with even in the presence of fault.
  • 7. Advantages of Cluster Computing  Manageability: It takes a lot of effort, cost and money to manage a large number of components. But, with cluster, large numbers of components are combined to work as a single entity. So, management becomes easy.  Single System Image: Again, with cluster, user just gets the feel that he is working with a single system , actually he is working with a large number of components. He need not worry about that components, he only needs to manage a single system image.  High Availability: As all the components are replicas of each other, so if one component goes down because of ay technical reason, then some other component can takes its place, and user can continue to work with the system.
  • 8. Disadvantages of Cluster Computing  Programmability Issues: This might be the case if the components are different in terms of software from each other, and then there may be issues when combining all of them together as a single entity.  Problem in Finding Fault: Because we are dealing with a single entity, so problem may arise when finding out fault that which of the component has some problem associated with it.  Difficult to handle by a Layman: As cluster computing involves merging different or same components together with different programmability, so a non-professional person may find it difficult to manage.
  • 9. Grid Computing Grid computing is the segregation of resources from multiple sites so as to solve a problem that can’t be solved by using the processing of a single computer . It employs use of multiple clusters that are loosely coupled, heterogeneous and are geographically dispersed . Here individual user gets access to the resources (like processors, storage, data etc.) on demand with little or no knowledge of the fact that where those resources are physically located. For example, we use electricity for running air-conditioners, televisions etc. through wall sockets without concerned about the fact that from where that electricity is coming and how it is being generated. It is more popularly known as a collection of servers that are bound together to attack a single problem . Grid computing is concerned about sharing, collecting, hosting and providing services to various consumers.
  • 10. Advantages of Grid Computing  Access to Additional Resources: In addition to CPU and other storage resources, a grid can also provide other resources as well.  Resource Balancing: A grid incorporates large number of systems into a single system image. For applications that are grid enabled, grid performs the resource balancing by scheduling grid jobs on machines that are showing low utilization.  Reliability: The systems in grid are cheap and geographically dispersed. If, for example, there is power or cooling failure at one site, then that will not affect the other site, thus high reliability will be there specially in case of real time systems
  • 11. Disadvantages of Grid Computing  Not Stable: Grid software and standards are not stable in comparison to other computing. Its standards are still evolving.  High Internet Connection Required: Gathering and assembling various resources from geographically dispersed sites require high internet connection which results in high monetary cost.  Different Administrator Domains: Sometimes political issues arise when sharing resources among different domains. Some additional tools are required for having proper syncing and managing among different environments.
  • 12. Cloud Computing Cloud computing is the new computing paradigm which provides large pool of dynamical scalable and virtual resources as a service on demand. The main principle behind cloud computing model is to offer computing, storage, and software as a service or as a utility. We just need internet to use these utilities. Buyya et al. (2009) have defined it as follows: “Cloud is a parallel and distributed computing system consisting of a collection of inter-connected and virtualized computers that are dynamically provisioned and presented as one or more unified computing resources based on service-level agreements (SLA) established through negotiation between the service provider and consumers.” Cloud computing cuts the operational and capital costs and allow the IT departments to focus on strategic projects instead of keeping the datacenter running. It provides the services on Infrastructure level, Platform level, and Software level. It provides many features such as speed, scalability of resources, parallel processing, just pay the used resources, choose another technology at any time to further work, 24*7 availability of services, device and location independent, provides reliability and security etc.
  • 13. Advantages of Cloud Computing (1) Shared Resources: Cloud computing share resources to provide the services to multiple users. That’s why it can easily provide the facility like scale up and scale down the resources on demand. (2) Pay-As-You-Go: Users just need to pay only for those resources which are used by them. They can demand for more resources if they required latter on and they can also release their resources after use. (3) Better Hardware Management: It is easy for cloud service provider to manage the hardware easily because all computers run the same hardware
  • 14. Disadvantages of Cloud Computing Less Reliability: Cloud Computing is less reliable because it used to share the resources with multiple users. So there is possibility to steal the data of a user or data of one organization may mix with the data of another organization. For example, In 2007 Microsoft and Yahoo! released some search data to the US Department of Justice as part of a child pornography case. A disgruntled employee could alter or destroy the data using his or her own access credentials. If cloud storage system is not reliable, no one wants to save the data on an unreliable system (2) Internet: The main requirement for users to use the services of cloud computing is internet. Users required high speed of internet connection. Unavailability of internet would cause unavailability of data. (3) Non-Interoperability: If user stored data in one cloud then later on he/she can’t move it to another cloud service provider because there is non-interoperability between cloud based systems
  • 15. Comparison : Clustering is distributed computing, but all the resources are located in close proximity, i.e. within a single data center. Its a closely coupled system, where as a grid is a loosely coupled system. Cluster Computing Grid computing is yet another specialized implementation of distributed computing. Specifically, it is used to pool discrete resources from various different organizations and provide services to the user. The resources are typically distributed across a large geographic area. Grid Computing Distributed computing is when multiple systems are involved in performing a single computing task. The computing is divided among multiple computing systems to achieve the end result. Distributed Computing In the simplest sense, parallel computing is the simultaneous use of multiple compute resources to solve a computational problem. Parallel Computing Cloud computing is a specific implementation of distributed computing. The defining feature of cloud computing is that the infrastructure is abstracted from the user. Instead a high level API provides the user with the ability to farm out the task. A good example is the Google AppEngine, Another example is the Amazon Web Services suite of products. Cloud Computing
  • 16. Thank You Created by - Manvendra Priyadarshi, B.tech student in Cloud Computing and Virtualization Technology Email Id : Manvendradaredevil@gmail.com