Cargando…

Principles of computer system design : an introduction /

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 analyz...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Saltzer, J. H., 1939-
Otros Autores: Kaashoek, Frans, 1965-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Burlington, MA : Morgan Kaufmann, ©2009.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn460107844
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 091027s2009 maua ob 001 0 eng d
010 |a  2009279405 
040 |a OPELS  |b eng  |e pn  |c OPELS  |d OPELS  |d CDX  |d OCLCQ  |d N$T  |d IDEBK  |d UMI  |d OCLCQ  |d YDXCP  |d DEBSZ  |d OCLCQ  |d OCLCF  |d OCLCQ  |d COO  |d OCLCO  |d ICA  |d OCLCO  |d AGLDB  |d COCUF  |d OCLCQ  |d AEBUD  |d OCLCQ  |d CNNOR  |d RRP  |d NLE  |d D6H  |d OCLCQ  |d VTS  |d CEF  |d VT2  |d OCLCQ  |d STF  |d LEAUB  |d OCLCO  |d M8D  |d OL$  |d OCLCQ  |d UKMGB  |d UHL  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ  |d UKCRE  |d INARC  |d TUHNV 
015 |a GBA977668  |2 bnb 
015 |a GBB855135  |2 bnb 
016 7 |a 015342615  |2 Uk 
016 7 |a 017594934  |2 Uk 
019 |a 642205467  |a 801817391  |a 1055394272  |a 1065319347  |a 1081227384  |a 1102538449  |a 1103278757  |a 1129344151  |a 1152993255  |a 1243587744 
020 |a 9780123749574 
020 |a 0123749573 
020 |a 9780080959429  |q (electronic bk.) 
020 |a 0080959423  |q (electronic bk.) 
029 1 |a AU@  |b 000050013267 
029 1 |a AU@  |b 000062003706 
029 1 |a CDX  |b 10686959 
029 1 |a CHNEW  |b 001009313 
029 1 |a DEBBG  |b BV039828786 
029 1 |a DEBBG  |b BV040900677 
029 1 |a DEBSZ  |b 367750619 
029 1 |a DEBSZ  |b 378275798 
029 1 |a DEBSZ  |b 381367045 
029 1 |a DEBSZ  |b 481264906 
029 1 |a GBVCP  |b 785362827 
029 1 |a NZ1  |b 15189172 
029 1 |a UKMGB  |b 017594934 
035 |a (OCoLC)460107844  |z (OCoLC)642205467  |z (OCoLC)801817391  |z (OCoLC)1055394272  |z (OCoLC)1065319347  |z (OCoLC)1081227384  |z (OCoLC)1102538449  |z (OCoLC)1103278757  |z (OCoLC)1129344151  |z (OCoLC)1152993255  |z (OCoLC)1243587744 
037 |a 176795:173223  |b Elsevier Science & Technology  |n http://www.sciencedirect.com 
050 4 |a QA76  |b .S29 2009 
050 4 |a QA76.9.S88  |b S257 2009 
072 7 |a COM  |x 052000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
082 0 4 |a 004  |2 22 
049 |a UAMI 
100 1 |a Saltzer, J. H.,  |d 1939- 
245 1 0 |a Principles of computer system design :  |b an introduction /  |c Jerome H. Saltzer, M. Frans Kaashoek. 
260 |a Burlington, MA :  |b Morgan Kaufmann,  |c ©2009. 
300 |a 1 online resource (xxxiii, 526 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file  |2 rda 
520 |a 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 (see list on inside cover). 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. 
505 0 |a Systems; Elements of Computer System Organization; The Design of Naming Schemes; Enforcing Modularity with Clients and Services; Enforcing Modularity with Virtualization; Performance; The Network as a System and as a System Component; Fault Tolerance: Reliable Systems from Unreliable Components; Atomicity: All-or-Nothing and Before-or-After; Information Security; Suggestions for Further Reading; Glossary; Problem Sets; Index of Concepts. 
504 |a Includes bibliographical references (pages 375-423) and index. 
588 0 |a Print version record. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a System design. 
650 0 |a Computer systems. 
650 2 |a Computer Systems 
650 6 |a Conception de systèmes. 
650 6 |a Systèmes informatiques. 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a Computer systems.  |2 fast  |0 (OCoLC)fst00872651 
650 7 |a System design.  |2 fast  |0 (OCoLC)fst01141401 
650 7 |a Computerarchitektur  |2 gnd 
700 1 |a Kaashoek, Frans,  |d 1965- 
776 0 8 |i Print version:  |a Saltzer, J.H., 1939-  |t Principles of computer system design.  |d Burlington, MA : Morgan Kaufmann, ©2009  |z 9780123749574  |z 0123749573  |w (OCoLC)311788778 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780123749574/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Coutts Information Services  |b COUT  |n 10686959 
938 |a EBSCOhost  |b EBSC  |n 319653 
938 |a YBP Library Services  |b YANK  |n 3231312 
938 |a Internet Archive  |b INAR  |n principlesofcomp0000salt 
994 |a 92  |b IZTAP