Distributed Computing Paradigms Paradigms For Distributed Applications
Distributed Computing Paradigms Paradigms For Distributed Applications
Distributed Computing Paradigms Paradigms For Distributed Applications
object space network services, object request broker, mobile agent remote procedure call, remote method invocation client-server message passing low
a message
Message passing
Distributed Software Systems 3 Distributed Software Systems 4
object space network services, object request broker, mobile agent remote procedure call, remote method invocation client-server message passing low
...
The Cli ent-Server Paradi gm, conceptual
http://www.peer-to-peerwg.org/whatis/index.html
In system architecture and networks, peer-to-peer is an architecture where computer resources and services are directly exchanged between computer systems. These resources and services include the exchange of information, processing cycles, cache storage, and disk storage for files In such an architecture, computers that have traditionally been used solely as clients communicate directly among themselves and can act as both clients and servers, assuming whatever role is most efficient for the network.
re qu e st
re qu e st re spon se
re spon se
process 2
10
11
12
...
13
14
15
16
object space network services, object request broker, mobile agent remote procedure call, remote method invocation client-server message passing low
18
proc3(arg1,arg2,arg3)
19
20
object space network services, object request broker, mobile agent remote procedure call, remote method invocation client-server message passing low
service object
Object
Service requestor
25
26
object space network services, object request broker, mobile agent remote procedure call, remote method invocation client-server message passing low
http://www.corba.org/vendors/pages/iona.html
27
28
write
An Object Space
Component-based Technologies
Component-based technologies such as Microsofts COM, Microsoft DCOM, Java Bean, and Enterprise Java Bean are also based on distributed-object paradigms, as components are essentially specialized, packaged objects designed to interact with each other through standardized interfaces. In addition, application servers, popular for enterprise applications, are middleware facilities which provide access to objects or components. IBMs WebSphere, http://www.as400.ibm.com/products/webspher e/docs/as400v35/docs/admover.html
Distributed Software Systems 31
Host 4
32
message message
http://www.trl.ibm.co.jp/aglets/
Distributed Software Systems 33
34
Summary - 1
We have looked at a wide range of paradigms for distributed applications. The paradigms presented were:
Message passing Client-server Message system: Point-to-point; Publish/Subscribe Distributed objects:
Remote method invocation Object request broker Object space
Summary - 2
To varying degrees, these paradigm provide abstractions that insulate the developers from the detail of interprocess communication and event synchronization, allowing the programmer to concentrate on the bigger picture of the application itself. In choosing a paradigm or a tool for an application, there are tradeoffs that should be considered, including overheads, scalability, cross-platform support, and software engineering issues.
35
36