登入
選單
返回
Google圖書搜尋
Distributed systems
George F. Coulouris
其他書名
concepts and design. Chapter 16
出版
Addison-Wesley
, 1994
URL
http://books.google.com.hk/books?id=nJv7wAEACAAJ&hl=&source=gbs_api
註釋
Each Chapter concludes with a Summary.) 1. Characterization of Distributed Systems. Introduction. Examples of Distributed Systems. Resource Sharing and the Web. Challenges. 2. System Models. Introduction. Architectural Models. Fundamental Models. 3. Networking and Internetworking. Introduction. Types of Network. Network Principles. Internet Protocols. Network Case Studies: Ethernet, Wireless LAN and ATM. 4. Interprocess Communication. Introduction. The APIs for the Internet Protocols. External Data Representation and Marshalling. Client-Server Communication. Group Communication. Case Study: Interprocess Communication in UNIX. 5. Distributed Objects and Remote Invocation. Introduction. Communication between Distributed Objects. Remote Procedure Calling. Events and Notifications. Java RMI Case Study. 6. Operating System Support. Introduction. The Operating System Layer. Protection. Processes and Threads. Communication and Invocation. Operating System Architecture. 7. Security. Introduction. Overview of Security Techniques. Cryptographic Algorithms. Digital Signatures. Cryptographic Pragmatics. Case Studies: Needham-Schroeder, Kerberos, SSL, and Millicent. 8. Distributed File Servers. Introduction. File Service Architecture. Sun Network File System. The Andrew File System. Recent advances. 9. Name Services. Introduction. Name Services and the Domain Name System. Directory and Discovery Services. Case study of the Global Name Service. Case study of the X.500 Directory Service. 10. Time and Global States. Introduction. Clocks, Events, and Process States. Synchronizing Physical Clocks. Logical Time and Logical Clocks. Global States. Distributed debugging. 11. Coordination and Agreement. Introduction. Distributed Mutual Exclusion. Elections. Multicast Communication. Consensus and Related Problems. 12. Transactions and