Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20
,

Modern Operating Systems 4th Edition International Edition

Paperback Engels 2014 9781292061429
Verwachte levertijd ongeveer 7 werkdagen

Samenvatting

Modern Operating Systems, Fourth Edition, is intended for introductory courses in Operating Systems in Computer Science, Computer Engineering, and Electrical Engineering programs.

The widely anticipated revision of this worldwide best-seller incorporates the latest developments in operating systems (OS) technologies. The Fourth Edition includes up-to-date materials on relevant OS. Tanenbaum also provides information on current research based on his experience as an operating systems researcher.

Specificaties

ISBN13:9781292061429
Trefwoorden:hardware, Linux, Windows
Taal:Engels
Bindwijze:paperback
Aantal pagina's:1101
Uitgever:Pearson
Druk:4
Verschijningsdatum:18-9-2014
Hoofdrubriek:IT-management / ICT
ISSN:

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Geef uw waardering

Zeer goed Goed Voldoende Matig Slecht

Over Andrew Tanenbaum

Andrew S. Tanenbaum has an S.B. degree from M.I.T. and a Ph.D. from the University of California at Berkeley. He is currently a Professor Emeritus of Computer Science at the Vrije Universiteit in Amsterdam, The Netherlands. He was formerly Dean of the Advanced School for Computing and Imaging, an interuniversity graduate school doing research on advanced parallel, distributed, and imaging systems. He was also an Academy Professor of the Royal Netherlands Academy of Arts and Sciences, which has saved him from turning into a bureaucrat. He also won a prestigious European Research Council Advanced Grant. In the past, he has done research on compilers, operating systems, networking, local-area distributed systems and distributed systems. This research has led to over 200 refereed publications in journals and conferences. Prof. Tanenbaum has also authored or co-authored 5 books, which have been translated into over 20 languages, ranging from Basque to Thai. They are used at universities all over the world. There are 163 versions of his books. Prof. Tanenbaum has also produced a considerable volume of software, notably MINIX, a small UNIX clone. It was the direct inspiration for Linux and the platform on which Linux was initially developed. The current version of MINIX, called MINIX 3, is now focused on being an extremely reliable and secure operating system. Prof. Tanenbaum will consider his work done when no user has any idea what an operating system crash is. MINIX 3 is an ongoing open-source project to which you are invited to contribute. Go to www.minix3.org to download a free copy of MINIX 3 and give it a try. Both x86 and ARM versions are available. Prof. Tanenbaum’s Ph.D. students have gone on to greater glory after graduating. Some have become professors; others have fulfilled leading roles in government organizations and industry. He is very proud of them. In this respect he resembles a mother hen. Prof. Tanenbaum is a Fellow of the ACM, a Fellow of the IEEE, and a member of the Royal Netherlands Academy of Arts and Sciences. He has also won numerous scientific prizes from ACM, IEEE, and USENIX. If you are unbearably curious about them, see his page on Wikipedia. He also has two honorary doctorates.

Andere boeken door Andrew Tanenbaum

Over Herbert Bos

Herbert Bos obtained his Master’s degree from Twente University and his Ph.D. from Cambridge University in the United Kingdom. Since then, he has worked extensively on dependable and efficient I/O architectures for operating systems like Linux, but also research systems based on MINIX 3. He is currently a professor at the VUSec Systems Security and Research Group in the department of Computer Science at the Vrije Universiteit in Amsterdam, The Netherlands. His main research field is systems security. With his group, he discovered and analyzed many vulnerabilities in both hardware and software. From buggy memory chips to vulnerable CPUs, and from flaws in operating systems to novel exploitation techniques, the research has led to fixes in most major operating systems, most popular browsers, and all modern Intel processors. He believes that offensive research is valuable because the main reason for today’s security problems is that systems have become so complex that we no longer understand them. By investigating how we can make systems behave in unintended ways, we learn more about their (real) nature. Armed with this knowledge, developers can then improve their designs in the future. Indeed, while sophisticated new attacks tend to feature prominently in the media, Herbert spends most of his time on developing defensive techniques to improve the security. His (former) students are all awesome and much cleverer than he is. With them, he has won 5 Pwnie Awards at the Black Hat conference in Las Vegas. Moreover, 5 of his students have won the ACM SIGOPS EuroSys Roger Needham Award for best European Ph.D. thesis in systems, 2 of them have won the ACM SIGSAC Doctoral Dissertation Award for best Ph.D. thesis in security, and 2 more won the William C. Carter Ph.D. Dissertation Award for their work on dependability. Herbert worries about climate change and loves the Beatles.

Andere boeken door Herbert Bos

Inhoudsopgave

1. "INTRODUCTION"
1.1 WHAT IS AN OPERATING SYSTEM?
1.2 HISTORY OF OPERATING SYSTEMS
1.3 COMPUTER HARDWARE REVIEW
1.4 THE OPERATING SYSTEM ZOO
1.5 OPERATING SYSTEM CONCEPTS
1.6 SYSTEM CALLS
1.7 OPERATING SYSTEM STRUCTURE
1.8 THE WORLD ACCORDING TO C
1.9 RESEARCH ON OPERATING SYSTEMS
1.10 OUTLINE OF THE REST OF THIS BOOK
1.11 METRIC UNITS
1.12 SUMMARY

2. "PROCESSES AND THREADS"
2.1 PROCESSES
2.2 THREADS
2.3 INTERPROCESS COMMUNICATION
2.4 SCHEDULING
2.5 CLASSICAL IPC PROBLEMS
2.6 RESEARCH ON PROCESSES AND THREADS
2.7 SUMMARY

3. "MEMORY MANAGEMENT"
3.1 NO MEMORY ABSTRACTION
3.2 A MEMORY ABSTRACTION: ADDRESS SPACES
3.3 VIRTUAL MEMORY
3.4 PAGE REPLACEMENT ALGORITHMS
3.5 DESIGN ISSUES FOR PAGING SYSTEMS
3.6 IMPLEMENTATION ISSUES
3.7 SEGMENTATION
3.8 RESEARCH ON MEMORY MANAGEMENT
3.9 SUMMARY

4. "FILE SYSTEMS"
4.1 FILES
4.2 DIRECTORIES
4.3 FILE SYSTEM IMPLEMENTATION
4.4 FILE-SYSTEM MANAGEMENT AND OPTIMIZATION
4.5 EXAMPLE FILE SYSTEMS
4.6 RESEARCH ON FILE SYSTEMS
4.7 SUMMARY

5. "INPUT/OUTPUT"
5.1 PRINCIPLES OF I/O HARDWARE
5.2 PRINCIPLES OF I/O SOFTWARE
5.3 I/O SOFTWARE LAYERS
5.4 DISKS
5.5 CLOCKS
5.6 USER INTERFACES: KEYBOARD, MOUSE, MONITOR
5.7 THIN CLIENTS
5.8 POWER MANAGEMENT
5.9 RESEARCH ON INPUT/OUTPUT
5.10 SUMMARY

6. "DEADLOCKS"
6.1 RESOURCES
6.2 INTRODUCTION TO DEADLOCKS
6.3 THE OSTRICH ALGORITHM
6.4 DEADLOCK DETECTION AND RECOVERY
6.5 DEADLOCK AVOIDANCE
6.6 DEADLOCK PREVENTION
6.7 OTHER ISSUES
6.8 RESEARCH ON DEADLOCKS
6.9 SUMMARY

7. "VIRTUALIZATION AND THE CLOUD"
7.1 HISTORY
7.2 REQUIREMENTS FOR VIRTUALIZATION
7.3 TYPE 1 AND TYPE 2 HYPERVISORS
7.4 TECHNIQUES FOR EFFICIENT VIRTUALIZATION
7.5 ARE HYPERVISORS MICROKERNELS DONE RIGHT?
7.6 MEMORY VIRTUALIZATION
7.7 I/O VIRTUALIZATION
7.8 VIRTUAL APPLIANCES
7.9 VIRTUAL MACHINES ON MULTICORE CPUS
7.10 LICENSING ISSUES
7.11 CLOUDS
7.12 CASE STUDY: VMWARE
7.13 RESEARCH ON VIRTUALIZATION AND THE CLOUD

8. "MULTIPLE PROCESSOR SYSTEMS"
8.1 MULTIPROCESSORS
8.2 MULTICOMPUTERS
8.3 DISTRIBUTED SYSTEMS
8.4 RESEARCH ON MULTIPLE PROCESSOR SYSTEMS
8.5 SUMMARY

9. "SECURITY"
9.1 THE SECURITY ENVIRONMENT
9.2 OPERATING SYSTEMS SECURITY
9.3 CONTROLLING ACCESS TO RESOURCES
9.4 FORMAL MODELS OF SECURE SYSTEMS
9.5 BASICS OF CRYPTOGRAPHY
9.6 AUTHENTICATION
9.7 EXPLOITING SOFTWARE
9.8 INSIDER ATTACKS
9.9 MALWARE
9.10 DEFENSES
9.11 RESEARCH ON SECURITY
9.12 SUMMARY

10. "CASE STUDY 1: UNIX, LINUX, AND ANDROID"
10.1 HISTORY OF UNIX AND LINUX
10.2 OVERVIEW OF LINUX
10.3 PROCESSES IN LINUX
10.4 MEMORY MANAGEMENT IN LINUX
10.5 INPUT/OUTPUT IN LINUX
10.6 THE LINUX FILE SYSTEM
10.7 SECURITY IN LINUX
10.8 ANDROID
10.9 SUMMARY

11. "CASE STUDY 2: WINDOWS 8"
11.1 HISTORY OF WINDOWS THROUGH WINDOWS 8.1
11.2 PROGRAMMING WINDOWS
11.3 SYSTEM STRUCTURE
11.4 PROCESSES AND THREADS IN WINDOWS
11.5 MEMORY MANAGEMENT
11.6 CACHING IN WINDOWS
11.7 INPUT/OUTPUT IN WINDOWS
11.8 THE WINDOWS NT FILE SYSTEM
11.9 WINDOWS POWER MANAGEMENT
11.10 SECURITY IN WINDOWS 8
11.11 SUMMARY

13. "OPERATING SYSTEM DESIGN"
13.1 THE NATURE OF THE DESIGN PROBLEM
13.2 INTERFACE DESIGN
13.3 IMPLEMENTATION
13.4 PERFORMANCE
13.5 PROJECT MANAGEMENT
13.6 TRENDS IN OPERATING SYSTEM DESIGN
13.7 SUMMARY

14. "READING LIST AND BIBLIOGRAPHY"
14.1 SUGGESTIONS FOR FURTHER READIN
14.2 ALPHABETICAL BIBLIOGRAPHY

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Modern Operating Systems 4th Edition International Edition