Principles of Computer System Design: An Introduction

FashionEmoire99
(486)
Angemeldet als gewerblicher Verkäufer
US $53,88
Ca.EUR 46,70
Artikelzustand:
Neu
Ganz entspannt. Rückgaben akzeptiert.
Versand:
US $3,99 (ca. EUR 3,46) USPS Media MailTM.
Standort: Buffalo Grove, Illinois, USA
Lieferung:
Lieferung zwischen Mi, 5. Nov und Sa, 8. Nov nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
14 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:405948226979
Zuletzt aktualisiert am 21. Okt. 2025 02:36:00 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
ISBN
9780123749574
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Elsevier Science & Technology
ISBN-10
0123749573
ISBN-13
9780123749574
eBay Product ID (ePID)
72411138

Product Key Features

Number of Pages
560 Pages
Publication Name
Principles of Computer System Design : an Introduction
Language
English
Publication Year
2009
Subject
Microprocessors, Computer Engineering
Type
Textbook
Author
M. Frans Kaashoek, Jerome H. Saltzer
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Length
9.2 in
Item Width
7.5 in

Additional Product Features

Intended Audience
College Audience
LCCN
2009-279405
Dewey Edition
22
Reviews
"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 (for those of which are to be found at all), and no book I know of makes so many of them explicit and its focal point." -Joe Pasquale, UC San Diego "The book is a great introduction to system design issues that are only taught at few courses in few universities, even-though they show up in computer systems everywhere. This is a very good and easy read for any one in computer industry. It describes all parts of computer systems and how they interact very well. The extension of the book is online and many chapters are available for free to download. The chapter on Naming is worth the money of the book. I have not seen the discussion of naming in such detail and simple terms anywhere. The authors are very well respected professors at MIT and have experience in operating systems and computer system since its early days. I highly recommend this book to any hardware or software student or professional engineer."-- Amazon.com 5 star review THE missing link, January 16, 2010 By clivebaker "clivebaker" "[A] unique of several design patterns that are used as building blocks in computer systems. The primary novelty in Saltzer and Kaashoek's book is the fresh and original presentation of several related topics. The book is logically divided into two parts: Part 1 is included in the hard-copy book; Part 2 is only available online.. I highly recommend this well-written and well-structured book to several groups of readers: undergraduate students can use it as a gentle introduction to computer architecture and OSs, and graduate students and more advanced readers will enjoy its philosophical and design-oriented aspects. In fact, the book may eventually become a classic and a must-read for any computer scientist." --Computing Reviews, "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 (for those of which are to be found at all), and no book I know of makes so many of them explicit and its focal point." -Joe Pasquale, UC San Diego "The book is a great introduction to system design issues that are only taught at few courses in few universities, even-though they show up in computer systems everywhere. This is a very good and easy read for any one in computer industry. It describes all parts of computer systems and how they interact very well. The extension of the book is online and many chapters are available for free to download. The chapter on Naming is worth the money of the book. I have not seen the discussion of naming in such detail and simple terms anywhere. The authors are very well respected professors at MIT and have experience in operating systems and computer system since its early days. I highly recommend this book to any hardware or software student or professional engineer."-- Amazon.com 5 star review THE missing link, January 16, 2010 By clivebaker "clivebaker" "[A] unique of several design patterns that are used as building blocks in computer systems. The primary novelty in Saltzer and Kaashoek's book is the fresh and original presentation of several related topics. The book is logically divided into two parts: Part 1 is included in the hard-copy book; Part 2 is only available online.... I highly recommend this well-written and well-structured book to several groups of readers: undergraduate students can use it as a gentle introduction to computer architecture and OSs, and graduate students and more advanced readers will enjoy its philosophical and design-oriented aspects. In fact, the book may eventually become a classic and a must-read for any computer scientist." --Computing Reviews, "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 (for those of which are to be found at all), and no book I know of makes so many of them explicit and its focal point." -Joe Pasquale, UC San Diego
Illustrated
Yes
Dewey Decimal
005.1
Table Of Content
1. Systems2. Elements of Computer System Organization3. The Design of Naming Schemes4. Enforcing Modularity with Clients and Services5. Enforcing Modularity with Virtualization6. Performance7. The Network as a System and as a System Component8. Fault Tolerance: Reliable Systems from Unreliable Components9. Atomicity: All-or-Nothing and Before-or-After10. Information Security11. Suggestions for Further ReadingGlossaryProblem SetsIndex of Concepts
Synopsis
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., 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. 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.
LC Classification Number
QA76.9.S88S255 2009

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.

Info zu diesem Verkäufer

FashionEmoire99

99,2% positive Bewertungen2.508 Artikel verkauft

Mitglied seit Feb 2019
Angemeldet als gewerblicher Verkäufer
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.9
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (389)

Alle Bewertungenselected
Positiv
Neutral
Negativ
  • e***u (108)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    My book was carefully packaged, and the condition was as described. Communication with the seller was great, and the delivery time was quick. Highly recommended!
  • n***b (913)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Superb shipping and packing. Unfortunately wrong item. Return accepted for a full refund. Open and helpful communication. Positive experience overall.
  • h***n (94)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Shipped fast, packed well, item as described. A+!