SlideShare a Scribd company logo
1 of 18
SEMINAR
ON
DISTRIBUTED COMPUTING
Guided By: Submitted By:
Mr. Surendra Patel Shivli Karmakar
Mrs. Renuka Patel MCA-IV
CONTENTS:-
 Overview
 History
 Introduction
 Working of Distributed system
 Types
 Motivation
 goals
 characteristics
 architecture
 example
 Advantages
 Disadvantages
 Conclusion
 Reference
OVERVIEW
DISTRIBUTED COMPUTING
 A distributed system is one in which hardware or
software components located at networked computers
communicate and coordinate their actions only by
message passing.
 In the term distributed computing, the word
distributed means spread out across space. Thus,
distributed computing is an activity performed on a
distributed system.
 These networked computers may be in the same
room, same campus, same country, or in different
country.
HISTORY
 The use of concurrent processes that communicate by
message-passing has its roots in operating
system architectures studied in the 1960s.
 The study of distributed computing became its own branch of
computer science in the late 1970s and early 1980s.
 The first conference in the field, Symposium on Principles of
Distributed Computing (PODC), dates back to 1982, and its
European counterpart International Symposium on Distributed
Computing (DISC) was first held in 1985.
INTRODUCTION
In distributed system each processor have its own memory. The
computational entities are called computers or nodes.
In distributed computing a program is split up into parts that run
simultaneously on multiple computers communicating over a network.
Distributed computing is a form of parallel computing.
WORKING OF DISTRIBUTED SYSTEM:
Fig. A Distributed System
TYPES OF DISTRIBUTED COMPUTING:
 Grid computing
Multiple independent computing clusters which act like a “grid”
because they are composed of resource nodes not located within a
single administrative domain. (formal)
The creation of a “virtual supercomputer” by using spare
computing resources within an organization.
 Cloud computing
Cloud computing is a computing paradigm shift where computing
is moved away from personal computers or an individual
application server to a “cloud” of computers. Users of the cloud
only need to be concerned with the computing service being asked
for, as the underlying details of how it is achieved are hidden. This
method of distributed computing is done through pooling all
computer resources together and being managed by software rather
than a human.
MOTIVATION
The main motivations in moving to a distributed system
are the following:
 Inherently distributed applications.
 Performance/cost.
 Resource sharing.
 Flexibility and extensibility.
 Availability and fault tolerance.
 Scalability.
GOALS
 Making Resources Accessible
The main goal of a distributed system is to make it easy for the users (and
applications) to access remote resources, and to share them in a controlled and
efficient way.
 Distribution Transparency
An important goal of a distributed system is to hide the fact that its processes and
resources are physically distributed across multiple computers.
 Openness
An open distributed system is a system that offers services according to standard
rules that describe the syntax and semantics of those services.
 scalability
Scalability of a system can be measured along at least three different dimensions.
CHARACTERISTICS
 Resource Sharing:- Resource sharing is the ability to use any hardware, software or data
anywhere in the system.
 Openness:- Openness is concerned with extensions and improvements of distributed systems.
 Concurrency:- Concurrency arises naturally in distributed systems from the separate activities
of users, the independence of resources and the location of server processes in separate
computers.
 Scalability:- Scalability concerns the ease of the increasing the scale of the system (e.g. the
number of processor) so as to accommodate more users and/or to improve the corresponding
responsiveness of the system.
 Fault tolerance:- Fault tolerance cares the reliability of the system so that in case of failure of
hardware, software or network, the system continues to operate properly, without significantly
degrading the performance of the system.
 Transparency:- Transparency hides the complexity of the distributed systems to the users and
application programmers.
ARCHITECTURE
EXAMPLES OF DISTRIBUTED SYSTEMS
Examples of distributed systems and applications of distributed computing include the following:
 Telecommunication networks:
 Telephone networks and cellular networks
 Computer networks such as the Internet
 Network applications:
 World wide web and peer-to-peer networks
 Massively multiplayer online games and virtual reality communities
 Real-time process control:
 Aircraft control systems
 Industrial control systems
 Parallel computation:
 Scientific computing, including cluster computing and grid computing and various volunteer
computing projects
 Distributed rendering in computer graphics
ADVANTAGES
 Economics
 Speed
 Inherent distribution of applications
 Reliability
 Extensibility and Incremental Growth
 Distributed custodianship
 Data integration
 Missed opportunities
DISADVANTAGES
 Complexity
 Network problem
 Security
CONCLUSION
In this age of optimization everybody is trying to
get optimized output from their limited resources.
The concept of distributed computing is the most
efficient way to achieve the optimization. In case of
distributed computing the actual task is modularized
and is distributed among various computer system. It
not only increases the efficiency of the task but also
reduce the total time required to complete the task.
REFERENCES
 Distributed Computing.
http://distributedcomputing.info/index.html
 Jie Wu, Distributed System Design, CRC Press, 1999.
 Distributed Computing, Wikipedia
http://en.wikipedia.org/wiki/Distributed_computing
 http://www.mu.ac.in/myweb_test/MCA%20study%20materi
al/M.C.A.(Sem%20-
%20V)%20Distributed%20Computing.pdf
 What is distributed computing? - Definition from
WhatIs.com
 http://arxiv.org/ftp/arxiv/papers/0911/0911.4395.pdf
Distributed computing
Distributed computing

More Related Content

What's hot

What's hot (20)

Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
 
Levels of Virtualization.docx
Levels of Virtualization.docxLevels of Virtualization.docx
Levels of Virtualization.docx
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
Parallel computing
Parallel computingParallel computing
Parallel computing
 
Distributed Computing ppt
Distributed Computing pptDistributed Computing ppt
Distributed Computing ppt
 
Grid computing
Grid computingGrid computing
Grid computing
 
Distributed operating system
Distributed operating systemDistributed operating system
Distributed operating system
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
Virtual machine security
Virtual machine securityVirtual machine security
Virtual machine security
 
Threads (operating System)
Threads (operating System)Threads (operating System)
Threads (operating System)
 
Cloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling TechnologiesCloud computing and Cloud Enabling Technologies
Cloud computing and Cloud Enabling Technologies
 
Lecture 3 threads
Lecture 3   threadsLecture 3   threads
Lecture 3 threads
 
NIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference ArchitectureNIST Cloud Computing Reference Architecture
NIST Cloud Computing Reference Architecture
 
Replication in Distributed Systems
Replication in Distributed SystemsReplication in Distributed Systems
Replication in Distributed Systems
 
Introduction to Parallel Computing
Introduction to Parallel ComputingIntroduction to Parallel Computing
Introduction to Parallel Computing
 
Data-Intensive Technologies for Cloud Computing
Data-Intensive Technologies for CloudComputingData-Intensive Technologies for CloudComputing
Data-Intensive Technologies for Cloud Computing
 
Cloud Computing Architecture
Cloud Computing ArchitectureCloud Computing Architecture
Cloud Computing Architecture
 
Limitations of memory system performance
Limitations of memory system performanceLimitations of memory system performance
Limitations of memory system performance
 
Cloud computing system models for distributed and cloud computing
Cloud computing system models for distributed and cloud computingCloud computing system models for distributed and cloud computing
Cloud computing system models for distributed and cloud computing
 
Processor allocation in Distributed Systems
Processor allocation in Distributed SystemsProcessor allocation in Distributed Systems
Processor allocation in Distributed Systems
 

Similar to Distributed computing

Computing notes
Computing notesComputing notes
Computing notes
thenraju24
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
Rupsee
 
Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introduction
Tamrat Amare
 

Similar to Distributed computing (20)

Computing notes
Computing notesComputing notes
Computing notes
 
Distributed Systems.pptx
Distributed Systems.pptxDistributed Systems.pptx
Distributed Systems.pptx
 
Distributed Computing system
Distributed Computing system Distributed Computing system
Distributed Computing system
 
Lecture 1 distriubted computing
Lecture 1 distriubted computingLecture 1 distriubted computing
Lecture 1 distriubted computing
 
- Introduction - Distributed - System -
- Introduction - Distributed - System  -- Introduction - Distributed - System  -
- Introduction - Distributed - System -
 
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
 
Distributed system Tanenbaum chapter 1,2,3,4 notes
Distributed system Tanenbaum chapter 1,2,3,4 notes Distributed system Tanenbaum chapter 1,2,3,4 notes
Distributed system Tanenbaum chapter 1,2,3,4 notes
 
DISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docxDISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docx
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
 
Distributed operating system
Distributed operating systemDistributed operating system
Distributed operating system
 
Report_Internships
Report_InternshipsReport_Internships
Report_Internships
 
Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introduction
 
Distributed systems
Distributed systemsDistributed systems
Distributed systems
 
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
 
istributed system
istributed systemistributed system
istributed system
 
B1802030511
B1802030511B1802030511
B1802030511
 
Concepts of Distributed Computing & Cloud Computing
Concepts of Distributed Computing & Cloud Computing Concepts of Distributed Computing & Cloud Computing
Concepts of Distributed Computing & Cloud Computing
 
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
 
Chapter One.ppt
Chapter One.pptChapter One.ppt
Chapter One.ppt
 
Lect 2 Types of Distributed Systems.pptx
Lect 2 Types of Distributed Systems.pptxLect 2 Types of Distributed Systems.pptx
Lect 2 Types of Distributed Systems.pptx
 

Recently uploaded

一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
ayvbos
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
Asmae Rabhi
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
gajnagarg
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptx
galaxypingy
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Monica Sydney
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
ydyuyu
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Monica Sydney
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
ydyuyu
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
ydyuyu
 

Recently uploaded (20)

Power point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria IuzzolinoPower point inglese - educazione civica di Nuria Iuzzolino
Power point inglese - educazione civica di Nuria Iuzzolino
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
一比一原版(Curtin毕业证书)科廷大学毕业证原件一模一样
 
75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx75539-Cyber Security Challenges PPT.pptx
75539-Cyber Security Challenges PPT.pptx
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Dindigul [ 7014168258 ] Call Me For Genuine Models ...
 
PowerDirector Explination Process...pptx
PowerDirector Explination Process...pptxPowerDirector Explination Process...pptx
PowerDirector Explination Process...pptx
 
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac RoomVip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
Vip Firozabad Phone 8250092165 Escorts Service At 6k To 30k Along With Ac Room
 
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi EscortsRussian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
Russian Escort Abu Dhabi 0503464457 Abu DHabi Escorts
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
哪里办理美国迈阿密大学毕业证(本硕)umiami在读证明存档可查
 
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi EscortsIndian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
Indian Escort in Abu DHabi 0508644382 Abu Dhabi Escorts
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
原版制作美国爱荷华大学毕业证(iowa毕业证书)学位证网上存档可查
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 

Distributed computing

  • 1. SEMINAR ON DISTRIBUTED COMPUTING Guided By: Submitted By: Mr. Surendra Patel Shivli Karmakar Mrs. Renuka Patel MCA-IV
  • 2. CONTENTS:-  Overview  History  Introduction  Working of Distributed system  Types  Motivation  goals  characteristics  architecture  example  Advantages  Disadvantages  Conclusion  Reference
  • 3. OVERVIEW DISTRIBUTED COMPUTING  A distributed system is one in which hardware or software components located at networked computers communicate and coordinate their actions only by message passing.  In the term distributed computing, the word distributed means spread out across space. Thus, distributed computing is an activity performed on a distributed system.  These networked computers may be in the same room, same campus, same country, or in different country.
  • 4. HISTORY  The use of concurrent processes that communicate by message-passing has its roots in operating system architectures studied in the 1960s.  The study of distributed computing became its own branch of computer science in the late 1970s and early 1980s.  The first conference in the field, Symposium on Principles of Distributed Computing (PODC), dates back to 1982, and its European counterpart International Symposium on Distributed Computing (DISC) was first held in 1985.
  • 5. INTRODUCTION In distributed system each processor have its own memory. The computational entities are called computers or nodes. In distributed computing a program is split up into parts that run simultaneously on multiple computers communicating over a network. Distributed computing is a form of parallel computing.
  • 6. WORKING OF DISTRIBUTED SYSTEM: Fig. A Distributed System
  • 7. TYPES OF DISTRIBUTED COMPUTING:  Grid computing Multiple independent computing clusters which act like a “grid” because they are composed of resource nodes not located within a single administrative domain. (formal) The creation of a “virtual supercomputer” by using spare computing resources within an organization.  Cloud computing Cloud computing is a computing paradigm shift where computing is moved away from personal computers or an individual application server to a “cloud” of computers. Users of the cloud only need to be concerned with the computing service being asked for, as the underlying details of how it is achieved are hidden. This method of distributed computing is done through pooling all computer resources together and being managed by software rather than a human.
  • 8. MOTIVATION The main motivations in moving to a distributed system are the following:  Inherently distributed applications.  Performance/cost.  Resource sharing.  Flexibility and extensibility.  Availability and fault tolerance.  Scalability.
  • 9. GOALS  Making Resources Accessible The main goal of a distributed system is to make it easy for the users (and applications) to access remote resources, and to share them in a controlled and efficient way.  Distribution Transparency An important goal of a distributed system is to hide the fact that its processes and resources are physically distributed across multiple computers.  Openness An open distributed system is a system that offers services according to standard rules that describe the syntax and semantics of those services.  scalability Scalability of a system can be measured along at least three different dimensions.
  • 10. CHARACTERISTICS  Resource Sharing:- Resource sharing is the ability to use any hardware, software or data anywhere in the system.  Openness:- Openness is concerned with extensions and improvements of distributed systems.  Concurrency:- Concurrency arises naturally in distributed systems from the separate activities of users, the independence of resources and the location of server processes in separate computers.  Scalability:- Scalability concerns the ease of the increasing the scale of the system (e.g. the number of processor) so as to accommodate more users and/or to improve the corresponding responsiveness of the system.  Fault tolerance:- Fault tolerance cares the reliability of the system so that in case of failure of hardware, software or network, the system continues to operate properly, without significantly degrading the performance of the system.  Transparency:- Transparency hides the complexity of the distributed systems to the users and application programmers.
  • 12. EXAMPLES OF DISTRIBUTED SYSTEMS Examples of distributed systems and applications of distributed computing include the following:  Telecommunication networks:  Telephone networks and cellular networks  Computer networks such as the Internet  Network applications:  World wide web and peer-to-peer networks  Massively multiplayer online games and virtual reality communities  Real-time process control:  Aircraft control systems  Industrial control systems  Parallel computation:  Scientific computing, including cluster computing and grid computing and various volunteer computing projects  Distributed rendering in computer graphics
  • 13. ADVANTAGES  Economics  Speed  Inherent distribution of applications  Reliability  Extensibility and Incremental Growth  Distributed custodianship  Data integration  Missed opportunities
  • 15. CONCLUSION In this age of optimization everybody is trying to get optimized output from their limited resources. The concept of distributed computing is the most efficient way to achieve the optimization. In case of distributed computing the actual task is modularized and is distributed among various computer system. It not only increases the efficiency of the task but also reduce the total time required to complete the task.
  • 16. REFERENCES  Distributed Computing. http://distributedcomputing.info/index.html  Jie Wu, Distributed System Design, CRC Press, 1999.  Distributed Computing, Wikipedia http://en.wikipedia.org/wiki/Distributed_computing  http://www.mu.ac.in/myweb_test/MCA%20study%20materi al/M.C.A.(Sem%20- %20V)%20Distributed%20Computing.pdf  What is distributed computing? - Definition from WhatIs.com  http://arxiv.org/ftp/arxiv/papers/0911/0911.4395.pdf