Distributed Computing-
Introduction, including Cloud
computing, Grid computing
Drishya A, Drisya K, Fathima
DISTRIBUTED COMPUTING
Definition
“ Distributed Computing utilizes a network of many
computers, each accomplishing a portion of an
overall task, to achieve a computational results much
more quickly than with a single computer.”
“A Distributed System consist of multiple
autonomous computers that communicate through a
computer network.”
Centralized Vs Distributed computing
● It is a model in which components of a software
system are shared among multiple computers.
● A large complex task is chopped into little and the work-
load is distributed over a large number of computers, To
improve efficiency and performance.
● One computer will have to do small jobs, but every
computer works in unison.
Distributed Computing
● As long as the computers are networked, they can
communicate with each other to solve the problem.
● The ultimate goal of distributed computing is to
maximize performance by connecting users and IT
resources in a cost-effective, transparent and reliable
manner.
Characteristics
1. Making resources accessible
2. Flexibility
3. coordinate the use of shared
resources
4. solve large computational
problems
Applications
1. telecommunication networks
2. network applications
3. real-time process control
4. parallel computation
Advantages
1. Cost
2. Performance
3. Scalability
4. reliability
Disadvantages
1. Multiple points of
failure
2. Security concerns
3. Distributed software
development is harder
Drisya K
Roll no 27

Distributed Computing

  • 1.
    Distributed Computing- Introduction, includingCloud computing, Grid computing Drishya A, Drisya K, Fathima
  • 3.
  • 4.
    Definition “ Distributed Computingutilizes a network of many computers, each accomplishing a portion of an overall task, to achieve a computational results much more quickly than with a single computer.” “A Distributed System consist of multiple autonomous computers that communicate through a computer network.”
  • 5.
  • 6.
    ● It isa model in which components of a software system are shared among multiple computers. ● A large complex task is chopped into little and the work- load is distributed over a large number of computers, To improve efficiency and performance. ● One computer will have to do small jobs, but every computer works in unison. Distributed Computing
  • 8.
    ● As longas the computers are networked, they can communicate with each other to solve the problem. ● The ultimate goal of distributed computing is to maximize performance by connecting users and IT resources in a cost-effective, transparent and reliable manner.
  • 9.
    Characteristics 1. Making resourcesaccessible 2. Flexibility 3. coordinate the use of shared resources 4. solve large computational problems
  • 10.
    Applications 1. telecommunication networks 2.network applications 3. real-time process control 4. parallel computation
  • 11.
    Advantages 1. Cost 2. Performance 3.Scalability 4. reliability
  • 12.
    Disadvantages 1. Multiple pointsof failure 2. Security concerns 3. Distributed software development is harder
  • 13.