分布式計(jì)算英文課件:Chapter 1 Introduction_第1頁(yè)
分布式計(jì)算英文課件:Chapter 1 Introduction_第2頁(yè)
分布式計(jì)算英文課件:Chapter 1 Introduction_第3頁(yè)
分布式計(jì)算英文課件:Chapter 1 Introduction_第4頁(yè)
分布式計(jì)算英文課件:Chapter 1 Introduction_第5頁(yè)
已閱讀5頁(yè),還剩17頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

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. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論