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

下載本文檔

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

文檔簡(jiǎn)介

1、DISTRIBUTED SYSTEMSPrinciples and ParadigmsSecond EditionANDREW S. TANENBAUMMAARTEN VAN STEENChapter 2ARCHITECTURESTanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Architectural Styles (1)Important styles of arch

2、itecture for distributed systemsLayered architecturesObject-based architecturesData-centered architecturesEvent-based architecturesTanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Architectural Styles (2)Figure 2

3、-1. The (a) layered architectural style and Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Architectural Styles (3)Figure 2-1. (b) The object-based architectural style.Tanenbaum & Van Steen, Distributed Systems

4、: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Architectural Styles (4)Figure 2-2. (a) The event-based architectural style and Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0

5、-13-239227-5 Architectural Styles (5) Figure 2-2. (b) The shared data-space architectural style.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Centralized ArchitecturesFigure 2-3. General interaction between a

6、client and a server.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Application Layering (1)Recall previously mentioned layers of architectural styleThe user-interface levelThe processing levelThe data levelTane

7、nbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Application Layering (2)Figure 2-4. The simplified organization of an Internet search engine into three different layers.Tanenbaum & Van Steen, Distributed Systems: Pr

8、inciples and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Multitiered Architectures (1)The simplest organization is to have only two types of machines:A client machine containing only the programs implementing (part of) the user-interface levelA server machine contai

9、ning the rest, the programs implementing the processing and data levelTanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Multitiered Architectures (2)Figure 2-5. Alternative client-server organizations (a)(e).Tanen

10、baum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Multitiered Architectures (3)Figure 2-6. An example of a server acting as client.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Pren

11、tice-Hall, Inc. All rights reserved. 0-13-239227-5Structured Peer-to-Peer Architectures (1)Figure 2-7. The mapping of data items onto nodes in Chord.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Structured Pee

12、r-to-Peer Architectures (2)Figure 2-8. (a) The mapping of data items onto nodes in CAN. Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Structured Peer-to-Peer Architectures (3)Figure 2-8. (b) Splitting a region

13、 when a node joins.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Unstructured Peer-to-Peer Architectures (1)Figure 2-9. (a) The steps taken by the active thread.Tanenbaum & Van Steen, Distributed Systems: Prin

14、ciples and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Unstructured Peer-to-Peer Architectures (2)Figure 2-9. (b) The steps take by the passive threadTanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights re

15、served. 0-13-239227-5Topology Management of Overlay Networks (1)Figure 2-10. A two-layered approach for constructing and maintaining specific overlay topologies using techniques from unstructured peer-to-peer systems.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007

16、Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Topology Management of Overlay Networks (2)Figure 2-11. Generating a specific overlay network using a two-layered unstructured peer-to-peer system adapted with permission from Jelasity and Babaoglu (2005).Tanenbaum & Van Steen, Distributed System

17、s: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5SuperpeersFigure 2-12. A hierarchical organization of nodes into a superpeer network.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reser

18、ved. 0-13-239227-5Edge-Server SystemsFigure 2-13. Viewing the Internet as consisting of a collection of edge servers.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Collaborative Distributed Systems (1)Figure 2-

19、14. The principal working of BitTorrent adapted with permission from Pouwelse et al. (2004).Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Collaborative Distributed Systems (2)Components of Globule collaborativ

20、e content distribution network:A component that can redirect client requests to other servers.A component for analyzing access patterns.A component for managing the replication of Web pages.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rig

21、hts reserved. 0-13-239227-5InterceptorsFigure 2-15. Using interceptors to handle remote-object invocations.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5General Approaches to Adaptive SoftwareThree basic appro

22、aches to adaptive software:Separation of concernsComputational reflectionComponent-based designTanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5The Feedback Control ModelFigure 2-16. The logical organization of a

23、 feedback control system.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Figure 2-17. Data collection and information aggregation in Astrolabe.Example: Systems Monitoring with AstrolabeTanenbaum & Van Steen, Dis

24、tributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Example: Differentiating Replication Strategies in Globule (1)Figure 2-18. The edge-server model assumed by Globule.Tanenbaum & Van Steen, Distributed Systems: Principles and Paradigms, 2e, (c) 2007 Prentice-Hall, Inc. All rights reserved. 0-13-239227-5Example: Differe

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(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)論