分布式计算英文课件:Chapter 1 Introduction_第1页
分布式计算英文课件:Chapter 1 Introduction_第2页
分布式计算英文课件:Chapter 1 Introduction_第3页
分布式计算英文课件:Chapter 1 Introduction_第4页
分布式计算英文课件:Chapter 1 Introduction_第5页
已阅读5页,还剩17页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5DISTRIBUTED SYSTEMSPrinciples and ParadigmsSecond EditionANDREW S. TANENBAUMMAARTEN VAN STEENChapter 1 IntroductionTanenbaum & Van Steen, Distributed Systems: Prin

2、ciples and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Definition of a Distributed System (1)A distributed system is:A collection of independent computers that appears to its users as a single coherent system.Tanenbaum & Van Steen, Distributed Systems: Principles an

3、d Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Definition of a Distributed System (2)Figure 1-1. A distributed system organized as middleware. The middleware layer extends over multiple machines, and offers each application the same interface.Tanenbaum & Van Steen, D

4、istributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Transparency in a Distributed SystemFigure 1-2. Different forms of transparency in a distributed system (ISO, 1995).Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2

5、e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Scalability ProblemsFigure 1-3. Examples of scalability limitations.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Scalability ProblemsCharacter

6、istics of decentralized algorithms:No machine has complete information about the system state.Machines make decisions based only on local information.Failure of one machine does not ruin the algorithm.There is no implicit assumption that a global clock exists.Tanenbaum & Van Steen, Distributed Syste

7、ms: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Scaling Techniques (1)Figure 1-4. The difference between letting (a) a server or (b) a client check forms as they are being filled.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e

8、, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Scaling Techniques (2)Figure 1-5. An example of dividing the DNS name space into zones.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Pitfalls wh

9、en Developing Distributed SystemsFalse assumptions made by first time developer:The network is reliable.The network is secure.The network is homogeneous.The topology does not change.Latency is zero.Bandwidth is infinite.Transport cost is zero.There is one administrator.Tanenbaum & Van Steen, Distrib

10、uted Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Cluster Computing SystemsFigure 1-6. An example of a cluster computing system.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights r

11、eserved. 0-13-239227-5Grid Computing SystemsFigure 1-7. A layered architecture for grid computing systems.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Transaction Processing Systems (1)Figure 1-8. Example pri

12、mitives for transactions.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Transaction Processing Systems (2)Characteristic properties of transactions:Atomic: To the outside world, the transaction happens indivisi

13、bly.Consistent: The transaction does not violate system invariants.Isolated: Concurrent transactions do not interfere with each other.Durable: Once a transaction commits, the changes are permanent.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc.

14、All rights reserved. 0-13-239227-5Transaction Processing Systems (3)Figure 1-9. A nested transaction.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Transaction Processing Systems (4)Figure 1-10. The role of a T

15、P monitor in distributed systems.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Enterprise Application IntegrationFigure 1-11. Middleware as a communication facilitator in enterprise application integration.Tan

16、enbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Distributed Pervasive SystemsRequirements for pervasive systemsEmbrace contextual changes.Encourage ad hoc composition.Recognize sharing as the default.Tanenbaum & Va

17、n Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Electronic Health Care Systems (1)Questions to be addressed for health care systems:Where and how should monitored data be stored?How can we prevent loss of crucial data?What in

18、frastructure is needed to generate and propagate alerts?How can physicians provide online feedback?How can extreme robustness of the monitoring system be realized?What are the security issues and how can the proper policies be enforced?Tanenbaum & Van Steen, Distributed Systems: Principles and Parad

19、igms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Electronic Health Care Systems (2)Figure 1-12. Monitoring a person in a pervasive electronic health care system, using (a) a local hub or (b) a continuous wireless connection.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Sensor Networks (1)Questions concerning sensor networks:How do we (dynamically) set up an efficient tree in a senso

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论