Introduction to Operating System Design and Implementation: The OSP 2 Approach: Undergraduate Topics in Computer Science
Autor Michael Kifer, Scott Smolkaen Limba Engleză Paperback – 14 aug 2007
Topics and Features: Process and thread management; Memory, Resource and I/0 device management; Interprocess communication; Gives opportunity to practice these skills in a realistic operating systems programming environment.
This book contains enough projects for up to 3 semesters, exposing students to many essential features of operating systems, while at the same time isolating them from low-level machine-dependent concerns. Thus, even in 1 semester, students can learn about page-replacement strategies in virtual memory management, CPU-scheduling strategies, disk seek-time optimization & other issues in operating system design.
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.41 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.52 lei
- 20% Preț: 227.15 lei
- 20% Preț: 180.09 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 280.92 lei
- 20% Preț: 227.10 lei
- 20% Preț: 276.82 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 235.39 lei
- 20% Preț: 329.09 lei
- 20% Preț: 295.06 lei
- 20% Preț: 305.61 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.27 lei
- 20% Preț: 375.65 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.10 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.61 lei
- 20% Preț: 256.20 lei
- 20% Preț: 360.29 lei
- 20% Preț: 237.35 lei
- 20% Preț: 374.20 lei
- 20% Preț: 237.01 lei
- 20% Preț: 228.57 lei
- 16% Preț: 437.33 lei
- 20% Preț: 297.28 lei
- 20% Preț: 293.01 lei
- 20% Preț: 557.49 lei
- 20% Preț: 286.99 lei
- 20% Preț: 291.43 lei
- 20% Preț: 289.61 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.35 lei
- 20% Preț: 286.49 lei
- 20% Preț: 278.10 lei
- 20% Preț: 375.28 lei
- 20% Preț: 184.28 lei
- 20% Preț: 292.79 lei
- 20% Preț: 281.40 lei
- 20% Preț: 754.32 lei
- 20% Preț: 342.50 lei
Preț: 317.19 lei
Preț vechi: 396.49 lei
-20% Nou
Puncte Express: 476
Preț estimativ în valută:
60.71€ • 64.04$ • 50.59£
60.71€ • 64.04$ • 50.59£
Carte tipărită la comandă
Livrare economică 02-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781846288425
ISBN-10: 1846288428
Pagini: 188
Ilustrații: XII, 172 p. With online files/update.
Dimensiuni: 178 x 254 x 10 mm
Greutate: 0.34 kg
Ediția:2007
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:London, United Kingdom
ISBN-10: 1846288428
Pagini: 188
Ilustrații: XII, 172 p. With online files/update.
Dimensiuni: 178 x 254 x 10 mm
Greutate: 0.34 kg
Ediția:2007
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:London, United Kingdom
Public țintă
Lower undergraduateCuprins
Organization of OSP 2.- Putting it All Together: An Example Session with OSP 2.- Tasks: Management of Tasks (a.k.a. Processes).- Threads: Management and Scheduling of Threads.- Memory: Virtual Memory Management.- Devices: Scheduling of Disk Requests.- FileSys: The File System.- Ports: Interprocess Communication.- Resources: Resource Management.
Recenzii
From the reviews:
"This book is a manual for a hands-on computer science course on design principles and algorithms of modern operating systems. To convey essential features of today’s operating systems, the authors have contrived an operating system framework, called OSP 2, written in Java, in order to assign projects that implement management of important operating system features." (Rainer Horsch, Zentralblatt MATH, Vol. 1130 (8), 2008)
"This book is a manual for a hands-on computer science course on design principles and algorithms of modern operating systems. To convey essential features of today’s operating systems, the authors have contrived an operating system framework, called OSP 2, written in Java, in order to assign projects that implement management of important operating system features." (Rainer Horsch, Zentralblatt MATH, Vol. 1130 (8), 2008)
Textul de pe ultima copertă
Understanding the main principles and algorithms underlying a modern operating system is essential in undergraduate computer science. The complexity of this subject, however, means that mastering it requires significant practical experience. This unique book accomplishes just that: it teaches introductory subjects in OS design and implementation through hands-on engagement with OSP 2, the next generation of the highly popular OSP courseware.
This book exposes students to many essential features of operating systems while at the same time isolating them from low-level, machine-dependent concerns. With its accompanying software, the book contains enough projects for up to three semesters. Even one semester's study, however, suffices to cover page-replacement strategies in virtual memory management, CPU scheduling strategies, disk seek-time optimization and other issues in operating system design.
Features include:
• Provides an opportunity to practice OS design and implementation skills in a realistic, flexible, and easy-to-use systems programming environment that promotes "active learning" and reinforces lecture material.
• OSP 2 is written in Java, so that students learn an object-oriented approach to OS design and implementation.
• Contains many pedagogical tools: chapter goals, internet support for students and instructors; OSP 2 courseware and an instructors' manual, which includes helpful tips for course instructors and sample assignments, is available at www.springer.com/978-1-84628-842-5.
• Each chapter includes self-contained explanations of the OS concepts underlying the student project for that chapter.
Written for undergraduates in a first operating systems course, this text provides essential foundations through the user-friendly, highly flexible OSP 2 courseware environment.
This book exposes students to many essential features of operating systems while at the same time isolating them from low-level, machine-dependent concerns. With its accompanying software, the book contains enough projects for up to three semesters. Even one semester's study, however, suffices to cover page-replacement strategies in virtual memory management, CPU scheduling strategies, disk seek-time optimization and other issues in operating system design.
Features include:
• Provides an opportunity to practice OS design and implementation skills in a realistic, flexible, and easy-to-use systems programming environment that promotes "active learning" and reinforces lecture material.
• OSP 2 is written in Java, so that students learn an object-oriented approach to OS design and implementation.
• Contains many pedagogical tools: chapter goals, internet support for students and instructors; OSP 2 courseware and an instructors' manual, which includes helpful tips for course instructors and sample assignments, is available at www.springer.com/978-1-84628-842-5.
• Each chapter includes self-contained explanations of the OS concepts underlying the student project for that chapter.
Written for undergraduates in a first operating systems course, this text provides essential foundations through the user-friendly, highly flexible OSP 2 courseware environment.
Caracteristici
Contains enough projects for up to 3 semesters These projects expose students to essential features of operating systems, whilst isolating them from low-level machine-dependent concerns An Instructors Manual details how to use the OSP Project Generator and sample assignments The OSP courseware itself is available to instructors A complementary website provides support for both students and instructors using OSP 2 Includes supplementary material: sn.pub/extras Request lecturer material: sn.pub/lecturer-material