圖書標籤: 操作係統 OS 計算機 計算機科學 CS 經典 Tanenbaum 係統
发表于2024-06-20
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.
Andrew S.Tanenbaum 擁有美國麻省理工學院的理學學士學位和加州大學伯剋利分校的哲學博士學位,目前是荷蘭阿姆斯特丹Vrije大學的計算機科學係教授,並領導著一個計算機係統的研究小組。多年來,他在操作係統、編譯技術、網絡及局域分布式係統方麵進行瞭大量的研究工作,並在各種學術雜誌及會議上發錶瞭多篇論文,同時還是5本計算機專著的作者。Tanenbaurn是ACM會員、IEEE資深會員、荷蘭皇傢藝術和科學學院院士,多次獲得計算機教育傑齣貢獻奬。他還入選瞭《世界名人錄》。
個人不是很喜歡,但是作為經典還是給5星吧
評分The definitive OS book.
評分少有的讀起來不讓人想睡覺的《操作係統》教材
評分五星求庇護。不過私以為好些地方講得並不算清楚_(:з」∠)_
評分內容易懂,化繁為簡。是深入瞭解操作係統的必讀數據。
本人非计算机科班毕业,但对操作系统比较感兴趣,一直在看robert love的linux kernel development,但是一直感觉效果不好,估计是因为对操作系统的概念没有系统的认识的缘故。今天买了这本,是看着Andrew的大名买的。原来也看过第一章,但是当时对计算机进程什么的就根本没有具...
評分不能因为作者是Tanenbaum,译者是北大清华的,就不敢对这本书质疑,这本书就是个科学文摘,每个知识都点到为止,不做解释和深入,我敢说中国的教材就是模仿这个风格的 同意的姐妹们点赞 写个评论都要凑够140字? 写个评论都要凑够140字? 写个评论都要凑够140字? 写个评论都要...
評分第一次看操作系统的书,在图书馆逛了一个小时选了这本书,准备大致的看完就去看Linux源代码类的书籍。在我的映象里,外国好的计算机类的书引进国内多被翻译给废了,看起来很累,往往一句话要表达一个意思等你看了半天之后才知道原来是说这个意思,何必说的这么别扭呢! 我...
評分LRU被翻译成"最近最少使用". Least Recent Used应该翻译成"最久未使用",而"最近最少使用"对应的则是Least Frequently Used. 这个错误让我在讲述替换算法的那一节徘徊了很久,后来是对照着 操作系统概念影印版才弄明白这些算法的不同
評分想当年我读这本书之前,在计算机和操作系统方面还是一个小白,甚至连一个操作系统包含哪些部分都搞不太清楚,于是就想找一本操作系统方面的书来学习一下。 因为当时已经读过本书作者Andrew S. Tanenbaum的另外一本经典书籍《计算机网络》,而且觉得那本书的难度我还可以接受,...
Modern Operating Systems pdf epub mobi txt 電子書 下載 2024