成功加入购物车

去购物车结算 X
山頭斜照的书店
  • 深入解析Windows操作系统

深入解析Windows操作系统

举报
  • 作者: 
  • 出版社:    人民邮电出版社
  • ISBN:    9787115304506
  • 出版时间: 
  • 版次:    1
  • 装帧:    平装
  • 开本:    16开
  • 纸张:    胶版纸
  • 页数:    641页
  • 出版时间: 
  • 版次:  1
  • 装帧:  平装
  • 开本:  16开
  • 纸张:  胶版纸
  • 页数:  641页

售价 52.00 5.3折

定价 ¥99.00 

品相 九五品

优惠 满包邮

优惠 满减券
    运费
    本店暂时无法向该地区发货

    延迟发货说明

    时间:
    说明:

    上书时间2024-03-21

    数量
    仅1件在售,欲购从速
    微信扫描下方二维码
    微信扫描打开成功后,点击右上角”...“进行转发

    卖家超过10天未登录

    • 商品详情
    • 店铺评价
    手机购买
    微信扫码访问
    • 商品分类:
      计算机与互联网
      商品描述:
      基本信息
      书名:深入解析Windows操作系统
      定价:99元
      作者:[美]Mark Russinovich David Solomon [加]Alex Ion
      出版社:人民邮电出版社
      出版日期:2013-02-01
      ISBN:9787115304506
      字数:
      页码:641
      版次:1
      装帧:平装
      开本:16开
      商品重量:
      编辑推荐
      微软官方Windows权威著作版,深入剖析Windows技术内幕,大幅更新,涵盖Windows内核特性,带你身入Windows技术核心,了解Windows内部是如何工作的。全书内容丰富、信息全面,主要包括的Windows操作系统深度知识有:理解Windows的关键机制,包括系统服务分发和调度机制、启动和停机,以及注册表;挖掘Windows的安全模型,包括访问控制、特权和审计;利用内核调试器和其他的工具来检查内部系统结构;检查与进程、线程和作业相关的数据结构和算法;观察Windows如何管理虚拟内存和物理内存;理解NTFS的操作和格式,诊断文件系统访问问题;从上往下查看Windows的网络栈,包括映射、API、名称解析和协议驱动程序;诊断引导问题,执行崩溃分析。
      内容提要
      《深入解析Windows操作系统,卷2(英文版·第6版)》是操作系统内核专家Russinovich等人的Windows操作系统原理的版著作,针对Windows7和Windows Server 2008R2进行了全面的更新,主要讲述Windows的底层关键机制、Windows的核心组件(包括进程/线程/作业,安全性,I/O系统,存储管理、内存管理、缓存管理、文件系统和网络),并分析了启动进程、关机进程以及缓存转储。书中提供了许多实例,读者可以借此更好地理解Windows的内部行为。《深入解析Windows操作系统,卷2(英文版·第6版)》内容丰富,信息全面,适合众多Windows平台开发人员、系统管理员阅读。
      目录
      Windows Internals, Sixth Edition, Part (See appendix for Part 1’s table of contents)Chapter 8 I/O System  I/O System Components   The I/O Manager   Typical I/O Processing  Device Drivers   Types of Device Drivers   Structure of a Driver   Driver Objects and Device Objects  Opening Devices   I/O Processing   Types of I/O   I/O Request to a Single-Layered Driver   I/O Requests to Layered Drivers   I/O Cancellation   I/O Completion Ports   I/O Prioritization   Container Notifications   Driver Verifier  Kernel-Mode Driver Framework (KMDF)   Structure and Operation of a KMDF Driver   KMDF Data Model   KMDF I/O Model  User-Mode Driver Framework (UMDF)  The Plug and Play (PnP) Manager   Level of Plug and Play Support   Driver Support for Plug and Play   Driver Loading, Initialization, and Installation   Driver Installation  The Power Manager   Power Manager Operation   Driver Power Operation   Driver and Application Control of Device Power   Power Availability Requests   Processor Power Management (PPM)  Conclusion Chapter 9 Storage Management  Storage Terminology  Disk Devices   Rotating Magnetic Disks   Solid State Disks  Disk Drivers   Winload   Disk Class, Port, and Miniport Drivers   Disk Device Objects   Partition Manager  Volume Management   Basic Disks   Dynamic Disks   Multipartition Volume Management   The Volume Namespace   Volume I/O Operations   Virtual Disk Service  Virtual Hard Disk Support   Attaching VHDs   Nested File Systems  BitLocker Drive Encryption   Encryption Keys   Trusted Platform Module (TPM)   BitLocker Boot Process   BitLocker Key Recovery   Full-Volume Encryption Driver   BitLocker Management   BitLocker To Go  Volume Shadow Copy Service   Shadow Copies   VSS Architecture   VSS Operation   Uses in Windows  Conclusion Chapter 10 Memory Management  Introduction to the Memory Manager   Memory Manager Components   Internal Synchronization   Examining Memory Usage  Services Provided by the Memory Manager   Large and Small Pages   Reserving and Committing Pages   Commit Limit   Locking Memory   Allocation Granularity   Shared Memory and Mapped Files   Protecting Memory   No Execute Page Protection   Copy-on-Write   Address Windowing Extensions  Kernel-Mode Heaps (System Memory Pools)   Pool Sizes   Monitoring Pool Usage   Look-Aside Lists  Heap Manager   Types of Heaps   Heap Manager Structure   Heap Synchronization   The Low Fragmentation Heap   Heap Security Features   Heap Debugging Features   Pageheap   Fault Tolerant Heap  Virtual Address Space Layouts   x86 Address Space Layouts   x86 System Address Space Layout   x86 Session Space   System Page Table Entries   64-Bit Address Space Layouts   x64 Virtual Addressing Limitations   Dynamic System Virtual Address Space Management   System Virtual Address Space Quotas   User Address Space Layout  Address Translation   x86 Virtual Address Translation   Translation Look-Aside Buffer   Physical Address Extension (PAE)   x64 Virtual Address Translation   IA64 Virtual Address Translation  Page Fault Handling   Invalid PTEs   Prototype PTEs   In-Paging I/O   Collided Page Faults   Clustered Page Faults   Page Files   Commit Charge and the System Commit Limit   Commit Charge and Page File Size  Stacks   User Stacks   Kernel Stacks   DPC Stack  Virtual Address Descriptors   Process VADs   Rotate VADs  NUMA  Section Objects  Driver Verifier  Page Frame Number Database   Page List Dynamics   Page Priority   Modified Page Writer   PFN Data Structures  Physical Memory Limits   Windows Client Memory Limits  Working Sets   Demand Paging   Logical Prefetcher   Placement Policy   Working Set Management   Balance Set Manager and Swapper   System Working Sets   Memory Notification Events  Proactive Memory Management (Superfetch)   Components   Tracing and Logging   Scenarios   Page Priority and Rebalancing   Robust Performance   ReadyBoost   ReadyDrive   Unified Caching  Process Reflection  Conclusion  Chapter 11 Cache Manager  Key Features of the Cache Manager   Single, Centralized System Cache   The Memory Manager   Cache Coherency   Virtual Block Caching   Stream-Based Caching   Recoverable File System Support  Cache Virtual Memory Management  Cache Size   Cache Virtual Size   Cache Working Set Size   Cache Physical Size  Cache Data Structures   Systemwide Cache Data Structures   Per-File Cache Data Structures  File System Interfaces   Copying to and from the Cache   Caching with the Mapping and Pinning Interfaces   Caching with the Direct Memory Access Interfaces  Fast I/O  Read-Ahead and Write-Behind   Intelligent Read-Ahead   Write-Back Caching and Lazy Writing   Write Throttling   System Threads  Conclusion Chapter 12 File Systems  Windows File System Formats   CDFS   UDF   FAT12, FAT16, and FAT32   exFAT   NTFS  File System Driver Architecture   Local FSDs   Remote FSDs   File System Operation   File System Filter Drivers  Troubleshooting File System Problems   Process Monitor Basic vs Advanced Modes   Process Monitor Troubleshooting Techniques  Common Log File System  NTFS Design Goals and Features   High-End File System Requirements   Advanced Features of NTFS  NTFS File System Driver  NTFS On-Disk Structure   Volumes   Clusters   Master File Table   File Record Numbers   File Records   File Names   Resident and Nonresident Attributes   Data Compression and Sparse Files   The Change Journal File   Indexing   Object IDs   Quota Tracking   Consolidated Security   Reparse Points   Transaction Support  NTFS Recovery Support   Design   Metadata Logging   Recovery   NTFS Bad-Cluster Recovery   Self-Healing  Encrypting File System Security   Encrypting a File for the First Time   The Decryption Process   Backing Up Encrypted Files   Copying Encrypted Files  Conclusion Chapter 13 Startup and Shutdown  Boot Process   BIOS Preboot   The BIOS Boot Sector and Bootmgr   The UEFI Boot Process   Booting from iSCSI   Initializing the Kernel and Executive Subsystems   Smss, Csrss, and Wininit   ReadyBoot   Images That Start Automatically  Troubleshooting Boot and Startup Problems   Last Known Good   Safe Mode   Windows Recovery Environment (WinRE)   Solving Common Boot Problems  Shutdown  Conclusion Chapter 14 Crash Dump Analysis  Why Does Windows Crash?  The Blue Screen   Causes of Windows Crashes  Troubleshooting Crashes  Crash Dump Files   Crash Dump Generation  Windows Error Reporting  Online Crash Analysis  Basic Crash Dump Analysis   Notmyfault   Basic Crash Dump Analysis   Verbose Analysis  Using Crash Troubleshooting Tools   Buffer Overruns, Memory Corruption, and Special Pool   Code Overwrite and System Code Write Protection  Advanced Crash Dump Analysis   Stack Trashes   Hung or Unresponsive Systems   When There Is No Crash Dump  Analysis of Common Stop Codes   0xD1 - DRIVER_IRQL_NOT_LESS_OR_EQUAL   0x8E - KERNEL_MODE_EXCEPTION_NOT_HANDLED   0x7F - UNEXPECTED_KERNEL_MODE_TRAP   0xC5 - DRIVER_CORRUPTED_EXPOOL   Hardware Malfunctions  Conclusion Appendix: Contents of Windows Internals, Sixth Edition, Part1 Index
      作者介绍

      序言

      配送说明

      ...

      相似商品

      为你推荐

    孔网啦啦啦啦啦纺织女工火锅店第三课

    开播时间:09月02日 10:30

    即将开播,去预约
    直播中,去观看