SlideShare a Scribd company logo
www.oeclib.in
Submitted By:
Odisha Electronics Control Library
Seminar
On
Distributed Systems
CONTENT
 What is a Distributed System
 Types of Distributed Systems
 Examples of Distributed Systems
 Common Characteristics
 Basic Design Issues
 Advantages
 Disadvantages
 Conclusion
2
1. WHAT IS A DISTRIBUTED SYSTEM?
Definition: A distributed system is one in which components
located at networked computers communicate and coordinate
their actions only by passing messages. This definition leads
to the following characteristics of distributed systems:
 Concurrency of components
 Lack of a global ‘clock’
 Independent failures of components
3
2. TYPES OF DISTRIBUTED SYSTEMS
 Distributed Computing Systems.
 Distributed Information Systems.
 Distributed Pervasive Systems.
Distributed Computing Systems: The distributed
computing systems include the following:
 Cluster computing systems
 Grid computing systems
4
Distributed Informative Systems: In the distributed
systems, the following forms are concentrated:
 Transaction processing systems
 Enterprise application integration
Distributed Pervasive Systems: Few examples of
distributed pervasive systems are as below:
 Home systems
 Electronic health care systems
 Sensor networks
5
3. EXAMPLES OF DISTRIBUTED SYSTEMS
 Local Area Network and Intranet
 Database Management System
 Automatic Teller Machine Network
 Internet/World-Wide Web
 Mobile and Ubiquitous Computing
6
3.1 LOCAL AREA NETWORK
the rest of
em ail server
Web server
Desktop
computers
File serv er
router/firewall
print and other serv ers
other servers
print
Local area
network
em ail server
the Internet
7
3.2 DATABASE MANAGEMENT SYSTEM
8
3.3 AUTOMATIC TELLER MACHINE NETWORK
9
3.4 INTERNET
intranet
ISP
desktop computer:
backbone
satellite link
server:
%
network link:
%
%
%
10
3.4.1 WORLD-WIDE-WEB
11
3.4.2 WEB SERVERS AND WEB BROWSERS
Internet
Browsers
Web servers
www.google.com
www.uu.se
www.w3c.org
Protocols
Activity.html
http://www.w3c.org/Protocols/Activity.html
http://www.google.comlsearch?q=lyu
http://www.uu.se/
File system of
www.w3c.org
12
3.5 MOBILE AND UBIQUITOUS COMPUTING
Laptop
Mobile
Printer
Camera
Internet
Host intranet Home intranet
GSM/GPRS
Wireless LAN
phone
gateway
Host site
13
4. COMMON CHARACTERISTICS
 What are we trying to achieve when we construct a distributed
system?
 Certain common characteristics can be used to assess
distributed systems
 Heterogeneity
 Openness
 Security
 Scalability
 Failure Handling
 Concurrency
 Transparency
14
4.1 HETEROGENEITY
 Variety and differences in
 Networks
 Computer hardware
 Operating systems
 Programming languages
 Implementations by different developers
 Middleware as software layers to provide a programming abstraction
as well as masking the heterogeneity of the underlying networks,
hardware, OS, and programming languages (e.g., CORBA).
 Mobile Code to refer to code that can be sent from one computer to
another and run at the destination (e.g., Java applets and Java
virtual machine).
15
4.2 OPENNESS
 Openness is concerned with extensions and
improvements of distributed systems.
 Detailed interfaces of components need to be published.
 New components have to be integrated with existing
components.
 Differences in data representation of interface types on
different processors (of different vendors) have to be
resolved.
16
4.3 SECURITY
 In a distributed system, clients send requests to access
data managed by servers, resources in the networks:
 Doctors requesting records from hospitals
 Users purchase products through electronic commerce
 Security is required for:
 Concealing the contents of messages: security and privacy
 Identifying a remote user or other agent correctly (authentication)
 New challenges:
 Denial of service attack
 Security of mobile code
17
4.4 SCALABILITY
 Adaptation of distributed systems to
 accommodate more users
 respond faster (this is the hard one)
 Usually done by adding more and/or faster processors.
 Components should not need to be changed when scale
of a system increases.
 Design components to be scalable!
18
4.5 FAILURE HANDLING (FAULT TOLERANCE)
 Hardware, software and networks fail!
 Distributed systems must maintain availability even at
low levels of hardware/software/network reliability.
 Fault tolerance is achieved by
 recovery
 redundancy
19
4.6 CONCURRENCY
 Components in distributed systems are executed in
concurrent processes.
 Components access and update shared resources (e.g.
variables, databases, device drivers).
 Integrity of the system may be violated if concurrent
updates are not coordinated.
 Lost updates
 Inconsistent analysis
20
4.7 TRANSPARENCY
 Distributed systems should be perceived by users and
application programmers as a whole rather than as a
collection of cooperating components.
 Transparency has different aspects.
 These represent various properties that distributed
systems should have.
21
5. BASIC DESIGN ISSUES
 General software engineering principles include
rigor and formality, separation of concerns,
modularity, abstraction, anticipation of change, …
 Specific issues for distributed systems:
 Naming
 Communication
 Software structure
 System architecture
 Workload allocation
 Consistency maintenance
30
5.1 NAMING
 A name is resolved when translated into an interpretable form
for resource/object reference.
 Communication identifier (IP address + port number)
 Name resolution involves several translation steps
 Design considerations
 Choice of name space for each resource type
 Name service to resolve resource names to comm. id.
 Name services include naming context resolution, hierarchical
structure, resource protection
31
5.2 COMMUNICATION
 Separated components communicate with sending processes
and receiving processes for data transfer and synchronization.
 Message passing: send and receive primitives
 synchronous or blocking
 asynchronous or non-blocking
 Abstractions defined: channels, sockets, ports.
 Communication patterns: client-server communication (e.g.,
RPC, function shipping) and group multicast
32
5.3 SOFTWARE STRUCTURE
 Layers in centralized computer systems:
Applications
Middleware
Operating system
Computer and Network Hardware
33
5.3 SOFTWARE STRUCTURE
 Layers and dependencies in distributed systems:
Applications
Distributed programming
support
Open
services
Open system kernel services
Computer and network hardware
34
5.4 SYSTEM ARCHITECTURES
 Client-Server
 Peer-to-Peer
 Services provided by multiple servers
 Proxy servers and caches
 Mobile code and mobile agents
 Network computers
 Thin clients and mobile devices
35
5.4.1 CLIENTS INVOKE INDIVIDUAL SERVERS
Serv er
Client
Client
inv ocation
result
Serv erinv ocation
result
Process:
Key:
Computer:
36
5.4.2 PEER-TO-PEER SYSTEMS
Application
Application
Application
Peer 1
Peer 2
Peer 3
Peers 5 .... N
Sharable
objects
Application
Peer 4
37
5.4.3 A SERVICE BY MULTIPLE SERVERS
Serv er
Serv er
Serv er
Serv ice
Client
Client
38
5.4.4 WEB PROXY SERVER
Client
Proxy
Web
server
Web
server
server
Client
39
5.4.5 WEB APPLETS
a) client request results in the downloading of applet code
Web
server
Client
Web
serverApplet
Applet code
Client
b) client interacts with the applet
40
5.4.6 THIN CLIENTS AND COMPUTE SERVERS
Thin
Client
Application
Process
Network computer or PC
Compute server
network
41
6.ADVANTAGES
 Sharing Data : There is a provision in the environment where
user at one site may be able to access the data residing at
other sites.
 Autonomy : Because of sharing data by means of data
distribution each site is able to retain a degree of control over
data that are stored locally.
 Availability : If one site fails in a distributed system, the
remaining sites may be able to continue operating. Thus a
failure of a site doesn't necessarily imply the shutdown of the
System.
42
7. DISADVANTAGES
 Software Development Cost
 Greater Potential for Bugs
 increased Processing Overhead
43
REFERENCES
 www.google.com
 www.wikipedia.com
 www.oeclib.in
THANKS

More Related Content

What's hot (20)

PPTX
RPC: Remote procedure call
Sunita Sahu
 
PPT
System models in distributed system
ishapadhy
 
PPTX
Concurrency Control in Distributed Systems.pptx
MArshad35
 
PPT
Lamport’s algorithm for mutual exclusion
Neelamani Samal
 
PPTX
Implementation levels of virtualization
Gokulnath S
 
PDF
Lecture 1 introduction to parallel and distributed computing
Vajira Thambawita
 
PDF
Distributed Systems Naming
Ahmed Magdy Ezzeldin, MSc.
 
PPTX
Design Goals of Distributed System
Ashish KC
 
PPTX
distributed Computing system model
Harshad Umredkar
 
PPTX
Distributed DBMS - Unit 8 - Distributed Transaction Management & Concurrency ...
Gyanmanjari Institute Of Technology
 
PPT
Memory Management in OS
vampugani
 
PPTX
Parallel computing and its applications
Burhan Ahmed
 
PPTX
SLA Management in Cloud
Dr Neelesh Jain
 
PPTX
Routing algorithm
Bushra M
 
PPTX
Unification and Lifting
Megha Sharma
 
PPTX
2. Distributed Systems Hardware & Software concepts
Prajakta Rane
 
PPTX
Distributed Systems Introduction and Importance
SHIKHA GAUTAM
 
PPTX
Replication in Distributed Systems
Kavya Barnadhya Hazarika
 
PPT
Chapter 4 a interprocess communication
AbDul ThaYyal
 
PPTX
Page replacement algorithms
Piyush Rochwani
 
RPC: Remote procedure call
Sunita Sahu
 
System models in distributed system
ishapadhy
 
Concurrency Control in Distributed Systems.pptx
MArshad35
 
Lamport’s algorithm for mutual exclusion
Neelamani Samal
 
Implementation levels of virtualization
Gokulnath S
 
Lecture 1 introduction to parallel and distributed computing
Vajira Thambawita
 
Distributed Systems Naming
Ahmed Magdy Ezzeldin, MSc.
 
Design Goals of Distributed System
Ashish KC
 
distributed Computing system model
Harshad Umredkar
 
Distributed DBMS - Unit 8 - Distributed Transaction Management & Concurrency ...
Gyanmanjari Institute Of Technology
 
Memory Management in OS
vampugani
 
Parallel computing and its applications
Burhan Ahmed
 
SLA Management in Cloud
Dr Neelesh Jain
 
Routing algorithm
Bushra M
 
Unification and Lifting
Megha Sharma
 
2. Distributed Systems Hardware & Software concepts
Prajakta Rane
 
Distributed Systems Introduction and Importance
SHIKHA GAUTAM
 
Replication in Distributed Systems
Kavya Barnadhya Hazarika
 
Chapter 4 a interprocess communication
AbDul ThaYyal
 
Page replacement algorithms
Piyush Rochwani
 

Viewers also liked (10)

DOC
Training report
Nitesh Saitwal
 
PPTX
What is c
Nitesh Saitwal
 
PDF
Data Structure Part II
NANDINI SHARMA
 
PDF
CS6601 DISTRIBUTED SYSTEMS
Kathirvel Ayyaswamy
 
DOCX
Computer Architecture & Organization
NANDINI SHARMA
 
DOCX
Distributed system unit II according to syllabus of RGPV, Bhopal
NANDINI SHARMA
 
DOCX
Distributed System
Nitesh Saitwal
 
DOCX
Distributed system notes unit I
NANDINI SHARMA
 
PPT
Distributed & parallel system
Manish Singh
 
DOC
Unit 1 architecture of distributed systems
karan2190
 
Training report
Nitesh Saitwal
 
What is c
Nitesh Saitwal
 
Data Structure Part II
NANDINI SHARMA
 
CS6601 DISTRIBUTED SYSTEMS
Kathirvel Ayyaswamy
 
Computer Architecture & Organization
NANDINI SHARMA
 
Distributed system unit II according to syllabus of RGPV, Bhopal
NANDINI SHARMA
 
Distributed System
Nitesh Saitwal
 
Distributed system notes unit I
NANDINI SHARMA
 
Distributed & parallel system
Manish Singh
 
Unit 1 architecture of distributed systems
karan2190
 
Ad

Similar to Distributed System ppt (20)

PPTX
Distributed System PPT.pptx
SELVAVINAYAGAMG
 
PPT
Distributed Systems- Characterization & Design.ppt
SELVAVINAYAGAMG
 
PPT
Distribution system characterization system
Vatsalkumarpatel
 
PPT
types of DS.ppt
nazimsattar
 
PPT
distributed os.ppt
banu236831
 
PPT
DistributedSystems.ppt
HumoyunSultonov1
 
PPT
itwiki.pptFRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRY...
pratimarani3
 
PPT
Distributed systems - Introduction to all .ppt
ssuserd24233
 
PPT
unit-1@ DISTRIBUTED SYSTEMS-III B.TECH -CSE.ppt
vmuniraja
 
PPTX
Presentation of ditributed system
google
 
PPTX
Distributed Systems.pptx
salutiontechnology
 
PPT
middleware in embedded systems
Akhil Kumar
 
PPTX
Chapter 1-Introduction to distributed system.pptx
gadisaAdamu
 
PPTX
01 Interface Design and Management – How-To Guide.pptx
Orest Swystun
 
PPT
lec3_10.ppt
ImXaib
 
PDF
mnjkhhjggfhjkl;kjhgf hgghgfffd hghzss.pdf
ahmedwaly070
 
PPT
Middleware systems overview and introduction
Prabhat gangwar
 
PPT
Chapter 1-Introduction.ppt
balewayalew
 
PPTX
StructuringMethod study of information and communication technoloy.pptx
TumithoSteven
 
PDF
slides15-1.pdf
ElizabethKalekye
 
Distributed System PPT.pptx
SELVAVINAYAGAMG
 
Distributed Systems- Characterization & Design.ppt
SELVAVINAYAGAMG
 
Distribution system characterization system
Vatsalkumarpatel
 
types of DS.ppt
nazimsattar
 
distributed os.ppt
banu236831
 
DistributedSystems.ppt
HumoyunSultonov1
 
itwiki.pptFRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRYRY...
pratimarani3
 
Distributed systems - Introduction to all .ppt
ssuserd24233
 
unit-1@ DISTRIBUTED SYSTEMS-III B.TECH -CSE.ppt
vmuniraja
 
Presentation of ditributed system
google
 
Distributed Systems.pptx
salutiontechnology
 
middleware in embedded systems
Akhil Kumar
 
Chapter 1-Introduction to distributed system.pptx
gadisaAdamu
 
01 Interface Design and Management – How-To Guide.pptx
Orest Swystun
 
lec3_10.ppt
ImXaib
 
mnjkhhjggfhjkl;kjhgf hgghgfffd hghzss.pdf
ahmedwaly070
 
Middleware systems overview and introduction
Prabhat gangwar
 
Chapter 1-Introduction.ppt
balewayalew
 
StructuringMethod study of information and communication technoloy.pptx
TumithoSteven
 
slides15-1.pdf
ElizabethKalekye
 
Ad

More from OECLIB Odisha Electronics Control Library (20)

PPTX
Distributed Computing ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Autonomic Computing PPT
OECLIB Odisha Electronics Control Library
 
PPTX
Asynchronous Chips ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Agent Oriented Programming PPT
OECLIB Odisha Electronics Control Library
 
PPTX
Wireless application protocol ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Wireless Communication ppt
OECLIB Odisha Electronics Control Library
 
PPTX
4G Wireless Systems ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Sixth sense technology ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Software developement life cycle ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Voice-over-Internet Protocol (VoIP) ppt
OECLIB Odisha Electronics Control Library
 
PPTX
Virtual Private Networks (VPN) ppt
OECLIB Odisha Electronics Control Library
 

Recently uploaded (20)

PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PPTX
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PPTX
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PDF
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
PDF
GetOnCRM Speeds Up Agentforce 3 Deployment for Enterprise AI Wins.pdf
GetOnCRM Solutions
 
PDF
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
PDF
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PPTX
MailsDaddy Outlook OST to PST converter.pptx
abhishekdutt366
 
PPTX
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PDF
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
PPTX
How Cloud Computing is Reinventing Financial Services
Isla Pandora
 
PDF
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Imma Valls Bernaus
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
Equipment Management Software BIS Safety UK.pptx
BIS Safety Software
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
Human Resources Information System (HRIS)
Amity University, Patna
 
Open Chain Q2 Steering Committee Meeting - 2025-06-25
Shane Coughlan
 
GetOnCRM Speeds Up Agentforce 3 Deployment for Enterprise AI Wins.pdf
GetOnCRM Solutions
 
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
Mobile CMMS Solutions Empowering the Frontline Workforce
CryotosCMMSSoftware
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
MailsDaddy Outlook OST to PST converter.pptx
abhishekdutt366
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pptx
Varsha Nayak
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
How Cloud Computing is Reinventing Financial Services
Isla Pandora
 
Understanding the Need for Systemic Change in Open Source Through Intersectio...
Imma Valls Bernaus
 

Distributed System ppt

  • 1. www.oeclib.in Submitted By: Odisha Electronics Control Library Seminar On Distributed Systems
  • 2. CONTENT  What is a Distributed System  Types of Distributed Systems  Examples of Distributed Systems  Common Characteristics  Basic Design Issues  Advantages  Disadvantages  Conclusion 2
  • 3. 1. WHAT IS A DISTRIBUTED SYSTEM? Definition: A distributed system is one in which components located at networked computers communicate and coordinate their actions only by passing messages. This definition leads to the following characteristics of distributed systems:  Concurrency of components  Lack of a global ‘clock’  Independent failures of components 3
  • 4. 2. TYPES OF DISTRIBUTED SYSTEMS  Distributed Computing Systems.  Distributed Information Systems.  Distributed Pervasive Systems. Distributed Computing Systems: The distributed computing systems include the following:  Cluster computing systems  Grid computing systems 4
  • 5. Distributed Informative Systems: In the distributed systems, the following forms are concentrated:  Transaction processing systems  Enterprise application integration Distributed Pervasive Systems: Few examples of distributed pervasive systems are as below:  Home systems  Electronic health care systems  Sensor networks 5
  • 6. 3. EXAMPLES OF DISTRIBUTED SYSTEMS  Local Area Network and Intranet  Database Management System  Automatic Teller Machine Network  Internet/World-Wide Web  Mobile and Ubiquitous Computing 6
  • 7. 3.1 LOCAL AREA NETWORK the rest of em ail server Web server Desktop computers File serv er router/firewall print and other serv ers other servers print Local area network em ail server the Internet 7
  • 9. 3.3 AUTOMATIC TELLER MACHINE NETWORK 9
  • 10. 3.4 INTERNET intranet ISP desktop computer: backbone satellite link server: % network link: % % % 10
  • 12. 3.4.2 WEB SERVERS AND WEB BROWSERS Internet Browsers Web servers www.google.com www.uu.se www.w3c.org Protocols Activity.html http://www.w3c.org/Protocols/Activity.html http://www.google.comlsearch?q=lyu http://www.uu.se/ File system of www.w3c.org 12
  • 13. 3.5 MOBILE AND UBIQUITOUS COMPUTING Laptop Mobile Printer Camera Internet Host intranet Home intranet GSM/GPRS Wireless LAN phone gateway Host site 13
  • 14. 4. COMMON CHARACTERISTICS  What are we trying to achieve when we construct a distributed system?  Certain common characteristics can be used to assess distributed systems  Heterogeneity  Openness  Security  Scalability  Failure Handling  Concurrency  Transparency 14
  • 15. 4.1 HETEROGENEITY  Variety and differences in  Networks  Computer hardware  Operating systems  Programming languages  Implementations by different developers  Middleware as software layers to provide a programming abstraction as well as masking the heterogeneity of the underlying networks, hardware, OS, and programming languages (e.g., CORBA).  Mobile Code to refer to code that can be sent from one computer to another and run at the destination (e.g., Java applets and Java virtual machine). 15
  • 16. 4.2 OPENNESS  Openness is concerned with extensions and improvements of distributed systems.  Detailed interfaces of components need to be published.  New components have to be integrated with existing components.  Differences in data representation of interface types on different processors (of different vendors) have to be resolved. 16
  • 17. 4.3 SECURITY  In a distributed system, clients send requests to access data managed by servers, resources in the networks:  Doctors requesting records from hospitals  Users purchase products through electronic commerce  Security is required for:  Concealing the contents of messages: security and privacy  Identifying a remote user or other agent correctly (authentication)  New challenges:  Denial of service attack  Security of mobile code 17
  • 18. 4.4 SCALABILITY  Adaptation of distributed systems to  accommodate more users  respond faster (this is the hard one)  Usually done by adding more and/or faster processors.  Components should not need to be changed when scale of a system increases.  Design components to be scalable! 18
  • 19. 4.5 FAILURE HANDLING (FAULT TOLERANCE)  Hardware, software and networks fail!  Distributed systems must maintain availability even at low levels of hardware/software/network reliability.  Fault tolerance is achieved by  recovery  redundancy 19
  • 20. 4.6 CONCURRENCY  Components in distributed systems are executed in concurrent processes.  Components access and update shared resources (e.g. variables, databases, device drivers).  Integrity of the system may be violated if concurrent updates are not coordinated.  Lost updates  Inconsistent analysis 20
  • 21. 4.7 TRANSPARENCY  Distributed systems should be perceived by users and application programmers as a whole rather than as a collection of cooperating components.  Transparency has different aspects.  These represent various properties that distributed systems should have. 21
  • 22. 5. BASIC DESIGN ISSUES  General software engineering principles include rigor and formality, separation of concerns, modularity, abstraction, anticipation of change, …  Specific issues for distributed systems:  Naming  Communication  Software structure  System architecture  Workload allocation  Consistency maintenance 30
  • 23. 5.1 NAMING  A name is resolved when translated into an interpretable form for resource/object reference.  Communication identifier (IP address + port number)  Name resolution involves several translation steps  Design considerations  Choice of name space for each resource type  Name service to resolve resource names to comm. id.  Name services include naming context resolution, hierarchical structure, resource protection 31
  • 24. 5.2 COMMUNICATION  Separated components communicate with sending processes and receiving processes for data transfer and synchronization.  Message passing: send and receive primitives  synchronous or blocking  asynchronous or non-blocking  Abstractions defined: channels, sockets, ports.  Communication patterns: client-server communication (e.g., RPC, function shipping) and group multicast 32
  • 25. 5.3 SOFTWARE STRUCTURE  Layers in centralized computer systems: Applications Middleware Operating system Computer and Network Hardware 33
  • 26. 5.3 SOFTWARE STRUCTURE  Layers and dependencies in distributed systems: Applications Distributed programming support Open services Open system kernel services Computer and network hardware 34
  • 27. 5.4 SYSTEM ARCHITECTURES  Client-Server  Peer-to-Peer  Services provided by multiple servers  Proxy servers and caches  Mobile code and mobile agents  Network computers  Thin clients and mobile devices 35
  • 28. 5.4.1 CLIENTS INVOKE INDIVIDUAL SERVERS Serv er Client Client inv ocation result Serv erinv ocation result Process: Key: Computer: 36
  • 29. 5.4.2 PEER-TO-PEER SYSTEMS Application Application Application Peer 1 Peer 2 Peer 3 Peers 5 .... N Sharable objects Application Peer 4 37
  • 30. 5.4.3 A SERVICE BY MULTIPLE SERVERS Serv er Serv er Serv er Serv ice Client Client 38
  • 31. 5.4.4 WEB PROXY SERVER Client Proxy Web server Web server server Client 39
  • 32. 5.4.5 WEB APPLETS a) client request results in the downloading of applet code Web server Client Web serverApplet Applet code Client b) client interacts with the applet 40
  • 33. 5.4.6 THIN CLIENTS AND COMPUTE SERVERS Thin Client Application Process Network computer or PC Compute server network 41
  • 34. 6.ADVANTAGES  Sharing Data : There is a provision in the environment where user at one site may be able to access the data residing at other sites.  Autonomy : Because of sharing data by means of data distribution each site is able to retain a degree of control over data that are stored locally.  Availability : If one site fails in a distributed system, the remaining sites may be able to continue operating. Thus a failure of a site doesn't necessarily imply the shutdown of the System. 42
  • 35. 7. DISADVANTAGES  Software Development Cost  Greater Potential for Bugs  increased Processing Overhead 43