SlideShare a Scribd company logo
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

distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memoryAshish Kumar
 
2. Distributed Systems Hardware & Software concepts
2. Distributed Systems Hardware & Software concepts2. Distributed Systems Hardware & Software concepts
2. Distributed Systems Hardware & Software concepts
Prajakta Rane
 
System models in distributed system
System models in distributed systemSystem models in distributed system
System models in distributed system
ishapadhy
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
BOSS Webtech
 
Virtualization in cloud computing ppt
Virtualization in cloud computing pptVirtualization in cloud computing ppt
Virtualization in cloud computing ppt
Mehul Patel
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
Alokeparna Choudhury
 
Virtualization
VirtualizationVirtualization
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
SAhammedShakil
 
Distributed information system
Distributed information systemDistributed information system
Distributed information system
District Administration
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
Sayed Chhattan Shah
 
On demand provisioning
On demand provisioningOn demand provisioning
Inter-Process Communication in distributed systems
Inter-Process Communication in distributed systemsInter-Process Communication in distributed systems
Inter-Process Communication in distributed systems
Aya Mahmoud
 
Parallel computing
Parallel computingParallel computing
Parallel computing
Vinay Gupta
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
Pooja Dixit
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
vampugani
 
Design Goals of Distributed System
Design Goals of Distributed SystemDesign Goals of Distributed System
Design Goals of Distributed System
Ashish KC
 

What's hot (20)

distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memory
 
operating system structure
operating system structureoperating system structure
operating system structure
 
2. Distributed Systems Hardware & Software concepts
2. Distributed Systems Hardware & Software concepts2. Distributed Systems Hardware & Software concepts
2. Distributed Systems Hardware & Software concepts
 
System models in distributed system
System models in distributed systemSystem models in distributed system
System models in distributed system
 
Cluster Computing
Cluster ComputingCluster Computing
Cluster Computing
 
Virtualization in cloud computing ppt
Virtualization in cloud computing pptVirtualization in cloud computing ppt
Virtualization in cloud computing ppt
 
Distributed computing
Distributed computingDistributed computing
Distributed computing
 
Trends in distributed systems
Trends in distributed systemsTrends in distributed systems
Trends in distributed systems
 
Virtualization
VirtualizationVirtualization
Virtualization
 
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 information system
Distributed information systemDistributed information system
Distributed information system
 
Mobile hci
Mobile hciMobile hci
Mobile hci
 
Introduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed ComputingIntroduction to Parallel and Distributed Computing
Introduction to Parallel and Distributed Computing
 
On demand provisioning
On demand provisioningOn demand provisioning
On demand provisioning
 
Distributed database
Distributed databaseDistributed database
Distributed database
 
Inter-Process Communication in distributed systems
Inter-Process Communication in distributed systemsInter-Process Communication in distributed systems
Inter-Process Communication in distributed systems
 
Parallel computing
Parallel computingParallel computing
Parallel computing
 
Distributed dbms architectures
Distributed dbms architecturesDistributed dbms architectures
Distributed dbms architectures
 
Distributed Systems
Distributed SystemsDistributed Systems
Distributed Systems
 
Design Goals of Distributed System
Design Goals of Distributed SystemDesign Goals of Distributed System
Design Goals of Distributed System
 

Similar to Distributed computing

Computing notes
Computing notesComputing notes
Computing notesthenraju24
 
Distributed Systems.pptx
Distributed Systems.pptxDistributed Systems.pptx
Distributed Systems.pptx
salutiontechnology
 
Lecture 1 distriubted computing
Lecture 1 distriubted computingLecture 1 distriubted computing
Lecture 1 distriubted computing
ARTHURDANIEL12
 
- Introduction - Distributed - System -
- Introduction - Distributed - System  -- Introduction - Distributed - System  -
- Introduction - Distributed - System -
ssuser7c150a
 
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
balewayalew
 
Distributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptxDistributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptx
ssuser376193
 
Distributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptxDistributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptx
ssuser376193
 
DISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docxDISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docx
vinaypandey170
 
Distributed operating system
Distributed operating systemDistributed operating system
Distributed operating system
Prankit Mishra
 
Chapter 1 introduction
Chapter 1 introductionChapter 1 introduction
Chapter 1 introductionTamrat Amare
 
Distributed systems
Distributed systemsDistributed systems
Distributed systems
Francesc Lordan Gomis
 
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
DrNilam Choudhary
 
istributed system
istributed systemistributed system
istributed system
abdillahkarine
 
B1802030511
B1802030511B1802030511
B1802030511
IOSR Journals
 
Concepts of Distributed Computing & Cloud Computing
Concepts of Distributed Computing & Cloud Computing Concepts of Distributed Computing & Cloud Computing
Concepts of Distributed Computing & Cloud Computing
Hitesh Kumar Markam
 
Chapter 1-Introduction.ppt
Chapter 1-Introduction.pptChapter 1-Introduction.ppt
Chapter 1-Introduction.ppt
sirajmohammed35
 
Chapter One.ppt
Chapter One.pptChapter One.ppt
Chapter One.ppt
abdigeremew
 
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
PardonSamson
 
Chapter 1 Introduction- DS.pptx
Chapter 1 Introduction- DS.pptxChapter 1 Introduction- DS.pptx
Chapter 1 Introduction- DS.pptx
TadeseBeyene
 

Similar to Distributed computing (20)

Computing notes
Computing notesComputing notes
Computing notes
 
Distributed Systems.pptx
Distributed Systems.pptxDistributed Systems.pptx
Distributed Systems.pptx
 
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 Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptxDistributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptx
 
Distributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptxDistributed Systems Distributed Systems - MSc..pptx
Distributed Systems Distributed Systems - MSc..pptx
 
DISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docxDISTRIBUTED SYSTEM.docx
DISTRIBUTED SYSTEM.docx
 
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
 
Chapter 1 Introduction- DS.pptx
Chapter 1 Introduction- DS.pptxChapter 1 Introduction- DS.pptx
Chapter 1 Introduction- DS.pptx
 

Recently uploaded

Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
Himani415946
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
ShahulHameed54211
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
TristanJasperRamos
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 

Recently uploaded (16)

Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 

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