SlideShare a Scribd company logo
1 of 17
Distributed And Parallel
System
m



    Company
    LOGO
                       1
Contents
1. Definition of Distributed System
1. Definition of Distributed System

2. Examples/Application of Distributed System
2. Examples/Application of Distributed System

3. Advantage and Disadvantages of Distributed System
3. Advantage and Disadvantages of Distributed System

4. Definition Of Parallel System
4. Definition Of Parallel System

5. Examples/Applications of Parallel System
5. Examples/Applications of Parallel System

6. Advantages and Disadvantages of Parallel System
6. Advantages and Disadvantages of Parallel System

7. References/Sources
7. References/Sources
DEFINITION
 A distributed system is a collection of
  independent computers, interconnected via a
  network, capable of collaborating on a task.
 A distributed system can be characterized as
  collection of multiple autonomous computers
  that communicate over a communication
  network and having following features:
  
      No common Physical clock
  
      Enhanced Reliability
  
      Increased performance/cost ratio
  
      Access to geographically remote data and resources
  
      Scalability
                                                           3
A Distributed System




                 4
Examples of Distributed System


 Telephone Networks and Cellular Networks
 Computer Networks Such as internet or intranet
 ATM(bank) Machines
 Distributed database and distributed database
  management system
 Network of Workstations
 Mobile Computing etc.


                                             5
6
Advantages Of Distributed System

   Information Sharing among Distributed Users
   Resource Sharing
   Extensibility and Incremental growth
   Shorter Response Time and Higher Output
   Higher Reliability
   Better Flexibility’s in meeting User’s needs
   Better price/performance ratio
   Scalability
   Transparency

                                               7
Disadvantages of Distributed System

   Difficulties of developing distributed software
   Networking Problem
   Security Problems
   Performance
   Openness
   Reliability and Fault Tolerance




                                                      8
DEFINITION

 A system is said to be a Parallel System in which
  multiple processor have direct access to shared memory
  which forms a common address space.
 Usually tightly-coupled system are referred to as Parallel
  System. In these systems, there is a single system wide
  primary memory (address space) that is shared by all the
  processors. On the other hand Distributed System are
  loosely-coupled system.
 Parallel computing is the use of two or more
  processors (cores, computers) in combination to solve a
  single problem.

                                                       9
A Parallel System




             10
Applications of Parallel System

 An example of Parallel computing would be two
  servers that share the workload of routing mail,
  managing connections to an accounting system
  or database, solving a mathematical problem etc
 Supercomputers are usually placed in parallel
  system architecture
 Terminals connected to single server




                                              11
EXAMPLE: The Earth Simulator Supercomputer
            from (2002-2004)




                                     12
Advantages of Parallel System

 Provide Concurrency(do multiple things at the
  same time)
 Taking advantage of non-local resources
 Cost Savings
 Overcoming memory constraints
 Save time and money
 Global address space provides a user-friendly
  programming perspective to memory


                                             13
Disadvantages of Parallel System

 Primary disadvantage is the lack of scalability
  between memory and CPUs.
 Programmer responsibility for synchronization
  constructs that ensure "correct" access of global
  memory.
 It becomes increasingly difficult and expensive
  to design and produce shared memory
  machines with ever increasing numbers of
  processors.


                                                14
Parallel vs. Distributed System


                  Parallel Systems         Distributed Systems



Memory            Tightly coupled system   Weakly coupled system
                  shared memory            Distributed memory


Control           Global clock control     No global clock control



Processor         Order of Tbps            Order of Gbps
interconnection


Main focus        Performance              Performance(cost and scalability)
                  Scientific computing     Reliability/availability
                                           Information/resource sharing
                                                                      15
Sources / References

Websites      en.wikipedia.org
              books.google.com
              www.seminarprojects.com
              http://publib.boulder.ibm.com
              www.webopedia.com
              https://computing.llnl.gov/tutorials
              www.cis.upenn.edu

Books       Distributed System by Coulouris
            Distributed Computing by Ajay D.
             Kshemkalyani,Mukesh Singhal
                                              16
Thank You


       Presented by:
           Manish Ranjan Singh
            BVDU, IMED, Pune
                MBA (General)

More Related Content

What's hot

Flynns classification
Flynns classificationFlynns classification
Flynns classification
Yasir Khan
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
Rupsee
 

What's hot (20)

CPU Scheduling in OS Presentation
CPU Scheduling in OS  PresentationCPU Scheduling in OS  Presentation
CPU Scheduling in OS Presentation
 
Demand paging
Demand pagingDemand paging
Demand paging
 
Parallel Algorithms
Parallel AlgorithmsParallel Algorithms
Parallel Algorithms
 
CPU Scheduling Algorithms
CPU Scheduling AlgorithmsCPU Scheduling Algorithms
CPU Scheduling Algorithms
 
Distributed operating system
Distributed operating systemDistributed operating system
Distributed operating system
 
Parallel processing
Parallel processingParallel processing
Parallel processing
 
Cpu scheduling in operating System.
Cpu scheduling in operating System.Cpu scheduling in operating System.
Cpu scheduling in operating System.
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
 
Distributed operating system(os)
Distributed operating system(os)Distributed operating system(os)
Distributed operating system(os)
 
Lecture 2 more about parallel computing
Lecture 2   more about parallel computingLecture 2   more about parallel computing
Lecture 2 more about parallel computing
 
Synchronization in distributed computing
Synchronization in distributed computingSynchronization in distributed computing
Synchronization in distributed computing
 
Parallel programming model
Parallel programming modelParallel programming model
Parallel programming model
 
Flynns classification
Flynns classificationFlynns classification
Flynns classification
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
 
Process scheduling
Process schedulingProcess scheduling
Process scheduling
 
Synchronization in distributed systems
Synchronization in distributed systems Synchronization in distributed systems
Synchronization in distributed systems
 
Distributed System ppt
Distributed System pptDistributed System ppt
Distributed System ppt
 
Introduction to Parallel Computing
Introduction to Parallel ComputingIntroduction to Parallel Computing
Introduction to Parallel Computing
 
Concurrency Control in Distributed Database.
Concurrency Control in Distributed Database.Concurrency Control in Distributed Database.
Concurrency Control in Distributed Database.
 
program flow mechanisms, advanced computer architecture
program flow mechanisms, advanced computer architectureprogram flow mechanisms, advanced computer architecture
program flow mechanisms, advanced computer architecture
 

Viewers also liked

Unit 1 architecture of distributed systems
Unit 1 architecture of distributed systemsUnit 1 architecture of distributed systems
Unit 1 architecture of distributed systems
karan2190
 
Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...
Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...
Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...
Legacy Typesafe (now Lightbend)
 
Consistency in Distributed Systems
Consistency in Distributed SystemsConsistency in Distributed Systems
Consistency in Distributed Systems
Shane Johnson
 
process management
 process management process management
process management
Ashish Kumar
 

Viewers also liked (20)

Cluster computing
Cluster computingCluster computing
Cluster computing
 
Unit 1 architecture of distributed systems
Unit 1 architecture of distributed systemsUnit 1 architecture of distributed systems
Unit 1 architecture of distributed systems
 
Introduction to Parallel Distributed Computer Systems
Introduction to Parallel Distributed Computer SystemsIntroduction to Parallel Distributed Computer Systems
Introduction to Parallel Distributed Computer Systems
 
Training report
Training reportTraining report
Training report
 
Data Structure Part II
Data Structure Part IIData Structure Part II
Data Structure Part II
 
CS6601 DISTRIBUTED SYSTEMS
CS6601 DISTRIBUTED SYSTEMSCS6601 DISTRIBUTED SYSTEMS
CS6601 DISTRIBUTED SYSTEMS
 
What is c
What is cWhat is c
What is c
 
Computer Architecture & Organization
Computer Architecture & OrganizationComputer Architecture & Organization
Computer Architecture & Organization
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...
Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...
Reactive Revealed Part 2: Scalability, Elasticity and Location Transparency i...
 
Distributed System Management
Distributed System ManagementDistributed System Management
Distributed System Management
 
Scaling up food safety information transparency
Scaling up food safety information transparencyScaling up food safety information transparency
Scaling up food safety information transparency
 
Scaling Scribd
Scaling ScribdScaling Scribd
Scaling Scribd
 
Consistency in Distributed Systems
Consistency in Distributed SystemsConsistency in Distributed Systems
Consistency in Distributed Systems
 
Chap 4
Chap 4Chap 4
Chap 4
 
process management
 process management process management
process management
 
Distributed systems and consistency
Distributed systems and consistencyDistributed systems and consistency
Distributed systems and consistency
 
The elements of scale
The elements of scaleThe elements of scale
The elements of scale
 
Consistency Models in New Generation Databases
Consistency Models in New Generation DatabasesConsistency Models in New Generation Databases
Consistency Models in New Generation Databases
 
Distributed system unit II according to syllabus of RGPV, Bhopal
Distributed system unit II according to syllabus of  RGPV, BhopalDistributed system unit II according to syllabus of  RGPV, Bhopal
Distributed system unit II according to syllabus of RGPV, Bhopal
 

Similar to Distributed & parallel system

Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introduction
Tamrat Amare
 

Similar to Distributed & parallel system (20)

433672084-distributed-vs-parallel-computing-ppt.ppt
433672084-distributed-vs-parallel-computing-ppt.ppt433672084-distributed-vs-parallel-computing-ppt.ppt
433672084-distributed-vs-parallel-computing-ppt.ppt
 
Distributed Systems.pptx
Distributed Systems.pptxDistributed Systems.pptx
Distributed Systems.pptx
 
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
 
Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introduction
 
Presentation of ditributed system
Presentation of ditributed systemPresentation of ditributed system
Presentation of ditributed system
 
01_Cloud_computing_Background_Distributed_Systems.pdf
01_Cloud_computing_Background_Distributed_Systems.pdf01_Cloud_computing_Background_Distributed_Systems.pdf
01_Cloud_computing_Background_Distributed_Systems.pdf
 
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
 
01 - Introduction to Distributed Systems
01 - Introduction to Distributed Systems01 - Introduction to Distributed Systems
01 - Introduction to Distributed Systems
 
DISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docxDISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docx
 
Chapter-1-IntroDistributeddffsfdfsdf-1.pptx
Chapter-1-IntroDistributeddffsfdfsdf-1.pptxChapter-1-IntroDistributeddffsfdfsdf-1.pptx
Chapter-1-IntroDistributeddffsfdfsdf-1.pptx
 
Overview of Distributed Systems
Overview of Distributed SystemsOverview of Distributed Systems
Overview of Distributed Systems
 
unit-1@ DISTRIBUTED SYSTEMS-III B.TECH -CSE.ppt
unit-1@ DISTRIBUTED SYSTEMS-III B.TECH -CSE.pptunit-1@ DISTRIBUTED SYSTEMS-III B.TECH -CSE.ppt
unit-1@ DISTRIBUTED SYSTEMS-III B.TECH -CSE.ppt
 
Distributed computing ).ppt him
Distributed computing ).ppt himDistributed computing ).ppt him
Distributed computing ).ppt him
 
- Introduction - Distributed - System -
- Introduction - Distributed - System  -- Introduction - Distributed - System  -
- Introduction - Distributed - System -
 
cloud computing.pptx
cloud computing.pptxcloud computing.pptx
cloud computing.pptx
 
Introduction to Distributed System
Introduction to Distributed SystemIntroduction to Distributed System
Introduction to Distributed System
 
Lecture 1 distriubted computing
Lecture 1 distriubted computingLecture 1 distriubted computing
Lecture 1 distriubted computing
 
CSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating SystemCSI-503 - 11.Distributed Operating System
CSI-503 - 11.Distributed Operating System
 
00 - BigData-Chapter_01-PDC.pdf
00 - BigData-Chapter_01-PDC.pdf00 - BigData-Chapter_01-PDC.pdf
00 - BigData-Chapter_01-PDC.pdf
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Distributed & parallel system

  • 2. Contents 1. Definition of Distributed System 1. Definition of Distributed System 2. Examples/Application of Distributed System 2. Examples/Application of Distributed System 3. Advantage and Disadvantages of Distributed System 3. Advantage and Disadvantages of Distributed System 4. Definition Of Parallel System 4. Definition Of Parallel System 5. Examples/Applications of Parallel System 5. Examples/Applications of Parallel System 6. Advantages and Disadvantages of Parallel System 6. Advantages and Disadvantages of Parallel System 7. References/Sources 7. References/Sources
  • 3. DEFINITION  A distributed system is a collection of independent computers, interconnected via a network, capable of collaborating on a task.  A distributed system can be characterized as collection of multiple autonomous computers that communicate over a communication network and having following features:  No common Physical clock  Enhanced Reliability  Increased performance/cost ratio  Access to geographically remote data and resources  Scalability 3
  • 5. Examples of Distributed System  Telephone Networks and Cellular Networks  Computer Networks Such as internet or intranet  ATM(bank) Machines  Distributed database and distributed database management system  Network of Workstations  Mobile Computing etc. 5
  • 6. 6
  • 7. Advantages Of Distributed System  Information Sharing among Distributed Users  Resource Sharing  Extensibility and Incremental growth  Shorter Response Time and Higher Output  Higher Reliability  Better Flexibility’s in meeting User’s needs  Better price/performance ratio  Scalability  Transparency 7
  • 8. Disadvantages of Distributed System  Difficulties of developing distributed software  Networking Problem  Security Problems  Performance  Openness  Reliability and Fault Tolerance 8
  • 9. DEFINITION  A system is said to be a Parallel System in which multiple processor have direct access to shared memory which forms a common address space.  Usually tightly-coupled system are referred to as Parallel System. In these systems, there is a single system wide primary memory (address space) that is shared by all the processors. On the other hand Distributed System are loosely-coupled system.  Parallel computing is the use of two or more processors (cores, computers) in combination to solve a single problem. 9
  • 11. Applications of Parallel System  An example of Parallel computing would be two servers that share the workload of routing mail, managing connections to an accounting system or database, solving a mathematical problem etc  Supercomputers are usually placed in parallel system architecture  Terminals connected to single server 11
  • 12. EXAMPLE: The Earth Simulator Supercomputer from (2002-2004) 12
  • 13. Advantages of Parallel System  Provide Concurrency(do multiple things at the same time)  Taking advantage of non-local resources  Cost Savings  Overcoming memory constraints  Save time and money  Global address space provides a user-friendly programming perspective to memory 13
  • 14. Disadvantages of Parallel System  Primary disadvantage is the lack of scalability between memory and CPUs.  Programmer responsibility for synchronization constructs that ensure "correct" access of global memory.  It becomes increasingly difficult and expensive to design and produce shared memory machines with ever increasing numbers of processors. 14
  • 15. Parallel vs. Distributed System Parallel Systems Distributed Systems Memory Tightly coupled system Weakly coupled system shared memory Distributed memory Control Global clock control No global clock control Processor Order of Tbps Order of Gbps interconnection Main focus Performance Performance(cost and scalability) Scientific computing Reliability/availability Information/resource sharing 15
  • 16. Sources / References Websites  en.wikipedia.org  books.google.com  www.seminarprojects.com  http://publib.boulder.ibm.com  www.webopedia.com  https://computing.llnl.gov/tutorials  www.cis.upenn.edu Books  Distributed System by Coulouris  Distributed Computing by Ajay D. Kshemkalyani,Mukesh Singhal 16
  • 17. Thank You Presented by: Manish Ranjan Singh BVDU, IMED, Pune MBA (General)

Editor's Notes

  1. 1