
- 560 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
About this book
Principles of Computer System Design 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.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.The book is recommended for junior and senior undergraduate students in Operating Systems, Distributed Systems, Distributed Operating Systems and/or Computer Systems Design courses; and professional computer systems designers.- 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
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Chapter 1
Systems
Chapter Contents
Overview






1.1. Systems and Complexity
1.1.1. Common Problems of Systems in Many Fields
1.1.1.1. Emergent Properties
1.1.1.2. Propagation of Effects
Table of contents
- Cover Image
- Contents
- Title
- Copyright
- Dedication
- List of Sidebars
- Preface
- Where to Find Part II and other Materials
- Acknowledgments
- Chapter 1. Systems
- Chapter 2. Elements of Computer System Organization
- Chapter 3. The Design of Naming Schemes
- Chapter 4. Enforcing Modularity with Clients and Services
- Chapter 5. Enforcing Modularity with Virtualization
- Chapter 6. Performance
- About Part II
- APPENDIX A. The Binary Classification Trade-Off
- Suggestions for Further Reading
- Problem Sets
- Index