Modern Operating Systems 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


Modern Operating Systems

简体网页||繁体网页
[美] Andrew S·Tanenbaum 作者
Pearson
译者
2007-12-21 出版日期
1104 页数
USD 132.00 价格
Hardcover
丛书系列
9780136006633 图书编码

Modern Operating Systems 在线电子书 图书标签: 操作系统  OS  计算机  计算机科学  CS  经典  Tanenbaum  系统   


喜欢 Modern Operating Systems 在线电子书 的读者还喜欢




点击这里下载
    

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-06-02


Modern Operating Systems 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Modern Operating Systems 在线电子书 epub 下载 mobi 下载 pdf 下载 txt 下载 2024

Modern Operating Systems 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024



Modern Operating Systems 在线电子书 用户评价

评分

CS600.418

评分

复习了一把

评分

很喜欢这本书,上个学期读完的,I/O 和 Filesystem 还差一点点,Tanenbaum 总是能够用风趣的叙事把看起来「复杂」的东西讲清楚。所以这本书的相同内容虽然比耶鲁那本恐龙书薄很多,却料并不少。Tanenbaum 总是强调过时的算法总是会以意想不到的方式「复生」;仔细想想,这便是我们要研读历史的原因吧。

评分

小本影印版特别亲切

评分

复习了一把

Modern Operating Systems 在线电子书 著者简介

Andrew S.Tanenbaum 拥有美国麻省理工学院的理学学士学位和加州大学伯克利分校的哲学博士学位,目前是荷兰阿姆斯特丹Vrije大学的计算机科学系教授,并领导着一个计算机系统的研究小组。多年来,他在操作系统、编译技术、网络及局域分布式系统方面进行了大量的研究工作,并在各种学术杂志及会议上发表了多篇论文,同时还是5本计算机专著的作者。Tanenbaurn是ACM会员、IEEE资深会员、荷兰皇家艺术和科学学院院士,多次获得计算机教育杰出贡献奖。他还入选了《世界名人录》。


Modern Operating Systems 在线电子书 图书目录


Modern Operating Systems 在线电子书 pdf 下载 txt下载 epub 下载 mobi 在线电子书下载

Modern Operating Systems 在线电子书 图书描述

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 在线电子书下载

想要找书就要到 图书目录大全
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Modern Operating Systems 在线电子书 读后感

评分

两点: 1. 缺乏历史实在感. 大量的操作系统技术, 概念, 模型是在上个世纪50 年代到 90年代形成. 本书绝大多数章节, 缺乏相关重要paper的引用. 可以参看OSTEP. 技术绝不仅仅是形式化的推演. 2. 知识本身是有结构的, 问题与解决方案. 本书更多的是描述机制的原理, 对所以然(问题)...  

评分

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

评分

评分

Textbook Resources Textbook Resources What Is an Operating System? - The operating system as an extended machine All operating systems provide an abstraction layer for using disks: *files*. - The operating system as a resource manager Multiplexing (in time ...

评分

09年发的评论,那时年轻,难免用词激烈。如今看来有必要修改一下。之前的评论放在下方,不删,也没必要删。 要说对中国IT做出巨大贡献的出版社,从前至今都应该是机械工业出版社,尤其是“经典原版书库”系列。我知道这系列中的不少中译本翻译的牵强人意,但其实机工基本上都...  

类似图书 点击查看全场最低价

Modern Operating Systems 在线电子书 pdf 下载 txt下载 epub 下载 mobi 下载 2024


分享链接





Modern Operating Systems 在线电子书 相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.wenda123.org All Rights Reserved. 图书目录大全 版权所有