好书推荐 好书速递 排行榜 读书文摘

Principles of Computer System Design

Principles of Computer System Design
作者:Jerome H. Saltzer / M. Frans Kaashoek
副标题:An Introduction
出版社:Morgan Kaufmann
出版年:2009-07
ISBN:9780123749574
行业:其它
浏览数:197

内容简介

This text identifies, examines, and illustrates fundamental concepts in computer system design that are common across operating systems, networks, database systems, distributed systems, programming languages, software engineering, security, fault tolerance, and architecture. Through carefully analyzed case studies from each of these disciplines, it demonstrates how to apply these concepts to tackle practical system design problems.

To support the focus on design, the text identifies and explains abstractions that have proven successful in practice such as, remote procedure call, client/service organization, file systems, data integrity, consistency, and authenticated messages. Most computer systems are built using a handful of such abstractions. The text describes how these abstractions are implemented, demonstrates how they are used in different systems, and prepares the reader to apply them in future designs.

Features:

Concepts of computer system design guided by fundamental principles.

Cross-cutting approach that identifies abstractions common to networking, operating systems, transaction systems, distributed systems, architecture, and software engineering.

Case studies that make the abstractions real: naming (DNS and the URL); file systems (the UNIX file system); clients and services (NFS); virtualization (virtual machines); scheduling (disk arms); security (TLS).

Numerous pseudocode fragments that provide concrete examples of abstract concepts.

Extensive support. The authors and MIT OpenCourseWare provide on-line, free of charge, open educational resources, including additional chapters, course syllabi, board layouts and slides, lecture videos, and an archive of lecture schedules, class assignments, and design projects.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

Incommensurate scaling: as a system increases in size or speed, not all parts of it follow the same scaling rules, so things stop working.

......(更多)

猜你喜欢

点击查看