Modern Operating Systems pdf epub mobi txt 電子書 下載 2024


Modern Operating Systems

簡體網頁||繁體網頁
[美] Andrew S·Tanenbaum
Pearson
2007-12-21
1104
USD 132.00
Hardcover
9780136006633

圖書標籤: 操作係統  OS  計算機  計算機科學  CS  經典  Tanenbaum  係統   


喜歡 Modern Operating Systems 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

发表于2024-11-22

Modern Operating Systems epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Modern Operating Systems epub 下載 mobi 下載 pdf 下載 txt 電子書 下載 2024

Modern Operating Systems pdf epub mobi txt 電子書 下載 2024



圖書描述

For software development professionals and computer science students, Modern Operating Systems gives a solid conceptual overview of operating system design, including detailed case studies of Unix/Linux and Windows 2000.

What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD.

Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls).

The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets."

It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms.

Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals.

Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson --This text refers to the Hardcover edition.

Product Description

The widely anticipated revision of this worldwide best-seller incorporates the latest developments in operating systems technologies. The Third Edition includes up-to-date materials on relevant operating systems such as Linux, Windows, and embedded real-time and multimedia systems. Includes new and updated coverage of multimedia operating systems, multiprocessors, virtual machines, and antivirus software. Covers internal workings of Windows Vista (Ch. 11); unique even for current publications. Provides information on current research based Tanenbaum’s experiences as an operating systems researcher. A useful reference for programmers.

Modern Operating Systems 下載 mobi epub pdf txt 電子書

著者簡介

Andrew S.Tanenbaum 擁有美國麻省理工學院的理學學士學位和加州大學伯剋利分校的哲學博士學位,目前是荷蘭阿姆斯特丹Vrije大學的計算機科學係教授,並領導著一個計算機係統的研究小組。多年來,他在操作係統、編譯技術、網絡及局域分布式係統方麵進行瞭大量的研究工作,並在各種學術雜誌及會議上發錶瞭多篇論文,同時還是5本計算機專著的作者。Tanenbaurn是ACM會員、IEEE資深會員、荷蘭皇傢藝術和科學學院院士,多次獲得計算機教育傑齣貢獻奬。他還入選瞭《世界名人錄》。


圖書目錄


Modern Operating Systems pdf epub mobi txt 電子書 下載
想要找書就要到 小哈圖書下載中心
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

用戶評價

評分

個人不是很喜歡,但是作為經典還是給5星吧

評分

有意思

評分

少有的讀起來不讓人想睡覺的《操作係統》教材

評分

囊括linux, vista和symbian

評分

小本影印版特彆親切

讀後感

評分

我念的是原版的英文,这本书不光介绍概念十分清晰和富有条理,而且作者用词引人入胜,用了许多口语化的单词,不会让人觉得枯燥和乏味,封面的设计也是非常有意思,没事看看封面想想这些概念,也挺有启发性。许多地方作者都用了生动形象和贴切的比喻,让人感觉思路十分明朗,不...  

評分

第2章 进程与线程 2.1 进程 2.2 线程 2.3 进程间通信 2.4 经典的IPC问题 2.5 调度 2.6 有关进程和线程的研究 2.7 小结 习题 第3章 死锁 3.1 资源 3.2 死锁概述 3.3 驼鸟算法 3.4 死锁检测和死锁恢复 3.5 死锁避免 3.6 死锁预防 3.7 其他问题 3.8 有关死锁的研究 3.9 小结 目前...  

評分

主要讲操作系统的各个方面, 第一章引论,比较杂. 第二章进程与线程.讲的很详细,不过我有一部分还是没有看懂. 第三章的存储管理我感觉实际就是内存管理. 第四章的文件系统就比较简单了,没有很多的原理性的介绍,都很好理解. 第五章输入输出就更杂了. 第六章 死锁 没几页 第七章和...  

評分

第一次读的是第二版,在初中的时候,当时只会c需要,在做游戏汉化的破解工作,直接撸了一遍,一个初中生都能读的懂,我想很少有教材能讲的如此的通俗,与之相对书中大量的背景概述,可能并不是适合已经工作的人去读,毕竟时间少。第二次读是大学读的第三版,校招前并没有选择干...  

評分

我念的是原版的英文,这本书不光介绍概念十分清晰和富有条理,而且作者用词引人入胜,用了许多口语化的单词,不会让人觉得枯燥和乏味,封面的设计也是非常有意思,没事看看封面想想这些概念,也挺有启发性。许多地方作者都用了生动形象和贴切的比喻,让人感觉思路十分明朗,不...  

類似圖書 點擊查看全場最低價

Modern Operating Systems pdf epub mobi txt 電子書 下載 2024


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 qciss.net All Rights Reserved. 小哈圖書下載中心 版权所有