Distributed Computing

  • Uploaded by: Ramanarayan Mohanty
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Distributed Computing as PDF for free.

More details

  • Words: 933
  • Pages: 22
DED BY:-BISWA RANJAN NAYAK

08/14/09

SUMIT KUMAR REGD.NO:0601289144 1

08/14/09

2

INTRODUCTION: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 spatially distributed system. 



These networked computers may be in the same room, same campus, same country, or in different continents 08/14/09

3

Agent

Agent

Cooperation

Agent

Cooperation Distribution

Distribution

Cooperation

Distribution Agent

Internet Distribution

Subscription Job Request

Resource Management 08/14/09

Large-scale Application 4

Rise of Distributed Systems:

      

08/14/09

Computer hardware prices are falling and power increasing. Network connectivity is increasing. Everyone is connected with fat pipes. It is easy to connect hardware together. Combination of cheap processors often more cost-effective than one expensive fast system. Flexibility to add according to needs. Potential increase of reliability. Sharing of resources.

5

Characteristics of Distributed Computing:Parallel activities

Autonomous components executing concurrent tasks

Communication via message passing No shared memory.

Resource sharing

Printer, database, other services

No global state

No single process can have knowledge of the current global state of the system

No global clock

Only limited precision for processes to synchronize their clocks

08/14/09

6

Characteristics of Distributed Computing(Cont.):Communication, failure handling, synchronization Protection, security Resource management (allocation of process, devices, memory, re-allocation) Naming (of resources, locating) Data management (files, sharing) Deadlock 08/14/09

7

Distributed Computing Paradigms:The Message Passing Paradigm:Message passing is the most fundamental paradigm for distributed applications. A process sends a message representing a request. The message is delivered to a receiver, which processes the request, and sends a message in response. In turn, the reply may trigger a further request, which leads to a subsequent reply, and so forth.

PROCESS A

08/14/09

PROCESS B

8

The Client-Server Paradigm:Simple in concept, the client-server model provides an efficient abstraction for the delivery of network services. Operations required include those for a server process to listen and to accept requests, and for a client process to issue requests and accept responses. By assigning asymmetric roles to the two sides, event synchronization is simplified: the server process waits for requests, and the client in turn waits for responses. Many Internet services are client-server applications. These services are often known by the protocol that the application implements. Well known Internet services include HTTP , FTP, DNS,etc.

08/14/09

9

SERVER HOST CLIENT HOST

SERVER PROCESS CLIENT PROCESS

08/14/09

A SERVICE SERVICE REQUEST

10

The Peer-to-Peer System Architecture:An architecture where computer resources and services are direct exchanged between computer systems. Resources and services include the exchange of information, processing cycles, cache storage, and disk storage for files. 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. PROCESS 1 REQUEST

RESPONSE

PROCESS 2 08/14/09

11

Application of Distributed Computing:Distributed Computing Using Mobile Programs:-

08/14/09

12

Local Intranet:-

Internet:-

08/14/09

13

08/14/09

14

JAVA RMI:Communicating Entities: Implementing some application for user

 Using support of distributed services  Layers of support  Client/server  Embedded in language Java: Object variant of remote procedure call  Adds naming compared with RPC  Restricted to Java environments

08/14/09

15

JAVA RMI ARCHITECTURE:-

08/14/09

16

Advantages:Economics:-



Computers harnessed together give price/performance ratio than mainframes.



Speed:-



A distributed system may have computing power than a mainframe.



Reliability:-

 

08/14/09

total

Some applications are inherently distributed. E.g., an ATM-banking application.





more

better

Inherent distribution of applications:-





a

If one machine crashes, the system as a whole can still survive if you have multiple server machines and multiple storage devices (redundancy).

Extensibility and Incremental Growth:-

Possible to gradually scale up (in terms of processing power and functionality) by adding more sources (both hardware and software). This can be 17 done without disruption to the rest of the system.

Disadvantages:Lack of experience in designing, and implementing a distributed system. E.g. which platform (hardware and OS) to use, which language to use etc. But this is changing now. If the network underlying a distributed system saturates or goes down, then the distributed system will be effectively disabled thus negating most of the advantages of the distributed system. Security is a major hazard since easy access to data means easy access to secret data as well.

08/14/09

18

Conclusion:In this world of optimization everybody is trying to get the 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 systems. It not only increases the efficiency of the task but also reduces the total time required to complete the task. Now the advanced concept of this distributed computing , that is distributed computing through mobile agent is setting a new landmark in this technology. A mobile agent is a process that can transport it’s state from one environment to another, with it’s data intact, and can be capable of performing appropriately in the new environment.

08/14/09

19

Reference:Andrews, Gregory R. (2000), Foundations of Multithreaded, Parallel, and Distributed Programming, Addison–Wesley, ISBN 0-201-35752-6. Arora, Sanjeev; Barak, Boaz Complexity – A Modern ISBN 978-0-521-42426-4.

(2009), Computational Approach, Cambridge,

Cormen, Thomas H.; Leiserson, Charles E.; Rivest, Ronald L. (1990), Introduction to Algorithms (1st ed.), MIT Press, ISBN 0-262-03141-8. Dolev, Shlomi (2000), Self-Stabilization, MIT Press, ISBN 0-262-04178-2

08/14/09

20

08/14/09

21

08/14/09

22

Related Documents


More Documents from ""