注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術(shù)計算機/網(wǎng)絡(luò)軟件與程序設(shè)計程序設(shè)計綜合分布式系統(tǒng)概念與設(shè)計(新版英文版第4版)

分布式系統(tǒng)概念與設(shè)計(新版英文版第4版)

分布式系統(tǒng)概念與設(shè)計(新版英文版第4版)

定 價:¥89.00

作 者: (英)庫勞里斯
出版社: 機械工業(yè)出版社
叢編項: 經(jīng)典原版書庫
標 簽: 分布式系統(tǒng)設(shè)計

ISBN: 9787111173663 出版時間: 2006-01-01 包裝: 平裝
開本: 16開 頁數(shù): 927 字數(shù):  

內(nèi)容簡介

  本書是衡量所有其他分布式系統(tǒng)教材的標準。:Amazon.co.uk評從移動電話到因特網(wǎng),我們的生活越來越依賴于以無縫和透明的方式將計算機和其他設(shè)備鏈接在一起的分布式系統(tǒng)。本書全面介紹分布式系統(tǒng)的設(shè)計原理和實踐及其激動人心的新進展,并使用大量最新的實例研究來闡明系統(tǒng)設(shè)計與開發(fā)方法。本書前版已被愛丁堡大學、伊利諾伊大學、卡內(nèi)基-梅隆大學、南加州大學、得克薩斯A&M大學、多倫多大學、羅切斯特理工學院等世界眾多名校采納為高級操作系統(tǒng)、計算機網(wǎng)絡(luò)、分布式系統(tǒng)課程的教材。綜合性網(wǎng)站www.cdk4.net和www.pearsoned.co.uk/coulouris為學生和教師提供了豐富的補充資料(源代碼、參考文獻、教學幻燈片、勘誤等)。第4版的新內(nèi)容●全新的三章內(nèi)容,分別介紹對等系統(tǒng)、Web服務、移動與普適計算系統(tǒng)?!癯^25個常見系統(tǒng)的實例研究。其中8個是全新的,包括對網(wǎng)格、Cooltown、藍牙以及WiFiWEP協(xié)議的研究?!袢娓耎ML及其安全擴展的內(nèi)容,以及用于普適系統(tǒng)的AES加密標準與安全設(shè)計。

作者簡介

  George Coulouris ,是倫敦大學Queen Mary and Westfield學院的榮譽教授,同時是劍橋大學通信工程實驗室的資深客座研究員,他領(lǐng)導的項目研究有關(guān)可動態(tài)配置的多媒體系統(tǒng)的服務質(zhì)量,最近他一直致力于計算機支持協(xié)同工作和應用、分布式多媒體中間件和群件安全模型方面的研究工作。Jean Dollimore ,在退休前是倫敦大學Queen Mary and Westfield學院的高級研究員,最近一直在從事有關(guān)計算機支持協(xié)同工作、分布式多媒體中間件和群件安全模型方面的研究。 Tim Kindberg Tim Kindberg 是位于英國布里斯托爾的惠普實驗室的高級研究員,目前正在研究用于移動計算的基于Web的基礎(chǔ)設(shè)施,目的是用Web資源擴展物理世界。之前,他領(lǐng)導過一個計算機支持協(xié)同工作的研究項目,并從事過分布式操作系統(tǒng)和分布式多媒體中間件的研究。

圖書目錄

PREFACE
1CHARACTERIZATIONOFDISTRIBUTEDSYSTEMS
1.1Introduction
1.2Examplesofdistributedsystems
1.3ResourcesharingandtheWeb
1.4Challenges
1.5Summary
2SYSTEMMODELS
2.1Introduction
2.2Architecturalmodels
2.3Fundamentalmodels
2.4Summary
3NETWORKINGANDINTERNETWORKING
3.1Introduction
3.2Typesofnetwork
3.3Networkprinciples
3.4internetprotocols
3.5Casestudies:Ethernet,WiFi,BluetoothandATM
3.6Summary
INTERPROCESSCOMMUNICATION
4.1Introduction
4.2TheAPlfortheInternetprotocols
4.3Externaldatarepresentationandmarshalling
4.4Client-servercommunication
4.5Groupcommunication
4.6Casestudy:interprocesscommunicationinUNIX
4.7Summary
5DISTRIBUTEDOBJECTSANDREMOTEINVOCATION
5.1Introduction
5.2Communicationbetweendistributedobjects
5.3Remoteprocedurecall
5.4Eventsandnotifications
5.5Casestudy:JavaRMI
5.6Summary
6OPERATINGSYSTEMSUPPORT
6.1Introduction
6.2Theoperatingsystemlayer
6.3Protection
6.4Processesandthreads
6,5Communicationandinvocation
6.6Operatingsystemarchitecture
6.7Summary
SECURITY
7.1Introduction
7.2Overviewofsecuritytechniques
7.3Cryptographicalgorithms
7.4Digitalsignatures
7,5Cryptographypragmatics
7.6Casestudies:Needham-Schroeder,Kerberos,TLS,802.11WiFi
7,7Summary
DISTRIBUTEDFILESYSTEMS
8.1Introduction
8.2Fileservicearchitecture
8.3Casestudy:SunNetworkFileSystem
8.4Casestudy:TheAndrewFileSystem
8.5Enhancementsandfurtherdevelopments
8.6Summary
NAMESERVICES
9.1Introduction
9.2NameservicesandtheDomainNameSystem
9.3Directoryservices
9.4CasestudyoftheGlobalNameService
9.5CasestudyoftheX.500DirectoryService
9.6Summary
10PEER-TO-PEERSYSTEMS
10.1Introduction
10.2Napsteranditslegacy
10.3Peer-to-peermiddleware
10.4Routingoverlays
10.5Overlaycasestudies:Pastry,Tapestry
10.6Applicationcasestudies:Squirrel,OceanStore,Ivy
10.7Summary
11TIMEANDGLOBALSTATES
11.1Introduction
11.2Clocks,eventsandprocessstates
11.3Synchronizingphysicalclocks
11.4Logicaltimeandlogicalclocks
11.5Globalstates
11.6Distributeddebugging
11.7Summary
12COORDINATIONANDAGREEMENT
12.1Introduction
12.2Distributedmutualexclusion
12.3Elections
12.4Multicastcommunication
12.5Consensusandrelatedproblems
12.6Summary
13TRANSACTIONSANDCONCURRENCYCONTROL
13.1Introduction
13.2Transactions
13.3Nestedtransactions
13.4Locks
13.5Optimisticconcurrencycontrol
13.6Timestampordering
13.7Comparisonofmethodsforconcurrencycontrol
13.8Summary
14DISTRIBUTEDTRANSACTIONS
14.1Introduction
14.2Flatandnesteddistributedtransactions
14.3Atomiccommitprotocols
14.4Concurrencycontrolindistributedtransactions
14.5Distributeddeadlocks
14.6Transactionrecovery
14.7Summary
15REPLICATION
15.1introduction
152Systemmodelandgroupcommunication
15.3Fault-tolerantservices
15.4Casestudiesofhighlyavailableservices:
thegossiparchitecture,BayouandCoda
15.5Transactionswithreplicateddata
15.6Summary
MOBILEANDUBIQUITOUSCOMPLITINO
16.1Introduction
16.2Association
16.3Interoperation
16.4Sensingandcontext-awareness
16.5Securityandprivacy
16.6Adaptation
16.7CasestudyofCooltown
16.8Summary
17DISTRIBUTEDMULTIMEDIASYSTEMS
17.1Introduction
17.2Characteristicsofmultimediadata
17.3Qualityofservicemanagement
17.4Resourcemanagement
17.5Streamadaptation
17.6Casestudy:theTigervideofileserver
17.7Summary
18DISTRIBUTEDSHAREDMEMORY
18.1Introduction
18.2Designandimplementationissues
18.3SequentialconsistencyandIvycasestudy
18.4ReleaseconsistencyandMunincasestudy
18.5Otherconsistencymodels
18.6Summary
19WEBSERVICES
19.1Introduction
19.2Webservices
19.3ServicedescriptionsandIDLforwebservices
19.4Adirectoryserviceforusewithwebservices
19.5XMLsecurity
19.6Coordinationofwebservices
19.7Casestudy:theGrid
19.8Summary
20CORBACASESTUDY
20.1Introduction
20.2CORBARMI
20.3CORBAservices
20.4Summary
REFERENCES
INDEX

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號