最近开课High Performance Networking, 平时读读<<Distributed.Systems.Concepts.and.Design>>这本书, 由于阅读的是英文版本,我的总结和摘录也就中英混杂了,还请各位见谅,希望能够帮助到需要的人。
书本概要:
We begin with a set of seven chapters that together cover the building blocks for a study of distributed systems. The first two chapters provide a conceptual overview of the subject, outlining the characteristics of distributed systems and the challenges that must be addressed in their design: scalability, heterogeneity, security and failure handling being the most significant. Thesechapters also develop abstract models for understanding process interaction,failure and security. They are followed by other foundational chapters devoted to the study of networking, interprocess communication, remote invocation, indirect communication and operating system support. The next set of chapters covers theimportant topic of middleware, examining different approaches to supportingdistributed applications including distributed objects and components, webservices and alternative peer-to-peer solutions. We then cover the well-establishedtopics of security, distributed file systems and distributed naming beforemoving on to important data-related aspects including distributed transactions anddata replication. Algorithms associated with all these topics are covered as they arise and also in separate chapters devoted to timing, coordination and agreement. The book culminates in chapters that address the emerging areas ofmobile and ubiquitous computing and distributed multimedia systems before presenting a substantial case study focusing on the design and implementation of the distributed systems infrastructure that supports Google both in terms of core search functionality and the increasing range of additional services offered by Google (for example, Gmail and Google Earth). This last chapter has an important role in illustrating how all the architectural concepts, algorithms and technologies introduced in the book can come together in a coherent over all design for a given application domain.
下面这本书的各章节的关系图
下面是我关于第一张中不熟悉或重