FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title Principles of Computer System Design: An Introduction
- Author(s) Jerome H. Saltzer, M. Frans Kaashoek
- Publisher: Morgan Kaufmann (July 7, 2009); eBook (Creative Commons Edition, MIT, 2009)
- License(s): CC BY-NC-SA 3.0 US
- Paperback 560 pages
- eBook PDF files
- Language: English
- ISBN-10: 0123749573
- ISBN-13: 978-0123749574
- Share This:
This is a unique, ambitious, and important book. It is about computer system design principles, and not the usual mechanics of how things work. These principles are typically embedded in research papers.
This is the first textbook to take a principles-based approach to the computer system design. It 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.
To support the focus on design, the book identifies and explains abstractions that have proven successful in practice such as, names, remote procedure call, client/service organization, file systems, transactions, replication with repair, read/write coherence, and authenticated and confidential messages. These abstractions allow designers to compose systems with increasingly strong modularity, to protect against failures ranging from accidental programmer errors to malicious adversaries. This book describes how these abstractions are implemented, demonstrates how they are used in different systems, and prepares the reader to apply them in future designs.
About the Authors- Jerome H. Saltzer has been a faculty member of the Department of Electrical Engineering and Computer Science at MIT since 1966. Prof. Saltzer helped to formulate the undergraduate curriculum in Computer Science at MIT, and developed the core subject on computer systems engineering.
- M. Frans Kaashoek is a professor in MIT's EECS department and a member of Computer Science and Artificial Intelligence Laboratory, where he co-leads the parallel and distributed operating systems group (http://www.pdos.lcs.mit.edu/) and is in charge of the subject on computer systems engineering.
- Computer System, Organization, and Architecture
- Assembly and Machine Languages
- Electronics and Chips Design/Programming
- Computer Hardware, Personal Computers, and the History of Computers
- Computer Operating Systems
- Electronic and Computer Engineering
- Principles of Computer System Design: An Introduction (Jerome H. Saltzer, et al)
- Part I, PDF (540 pages)
- The Mirror Site (1) - PDF
-
Computer Organization and Design Fundamentals
This book takes the reader from the basic design principles of the modern digital computer to a top-level examination of its architecture. The material is presented using practical terms and examples for a better computer systems design.
-
Basic Computer Architecture (Smruti R. Sarangi)
This book is a comprehensive text on basic, undergraduate-level computer architecture. It includes the combinational units, ALUs, processor, basic 5-stage pipeline, and a microcode-based design.
-
Computer Systems: A Programmer's Perspective, 2nd Edition
This book introduces the important and enduring concepts that underlie computer systems by showing how these ideas affect the correctness, performance, and utility of application programs.
-
The Elements of Computing Systems: Building a Modern Computer
This book gives a refreshingly new way of looking at computer systems as a whole by considering all aspects of a complete system in an integrated manner, as its comes to play in the construction of a simple yet powerful computer system.
-
Scientific Programming and Computer Architecture
The book digs into linkers, compilers, operating systems, and computer architecture to understand how the different parts of the computer interact with programs. It begins with a review of C/C++ and explanations of how libraries, linkers, and Makefiles work.
:
|
|