windows architecture

18

Upload: amrith-krishna

Post on 18-Jun-2015

5.643 views

Category:

Technology


3 download

DESCRIPTION

A presentation on microsoft windows architecture.DiscussesInternal architectureKernelExecutiveUser processesHistor

TRANSCRIPT

Page 1: Windows Architecture
Page 2: Windows Architecture
Page 3: Windows Architecture
Page 4: Windows Architecture

GUI Features

GUI Features

Some Kernel

Features

Some Kernel

FeaturesBaseBase

Page 5: Windows Architecture

GUI Features

GUI Features

Some Kernel

Features

Some Kernel

FeaturesBaseBase

Page 6: Windows Architecture
Page 7: Windows Architecture
Page 8: Windows Architecture
Page 9: Windows Architecture
Page 10: Windows Architecture
Page 11: Windows Architecture

●Include both file system and hardware device drivers that translate user I/O function calls into specific hardware device I/O requests.

●Didn't get the funda?? - Think how the eject button in your music player opens your cd tray

• Implements the graphical user interface (GUI)• functions, such as dealing with windows, user interface controls, and

drawing

Page 12: Windows Architecture
Page 13: Windows Architecture
Page 14: Windows Architecture
Page 15: Windows Architecture
Page 16: Windows Architecture

• Windows virtual memory manager controls how memory is allocated.

• Page sizes ranging from 4 Kbytes to 64 Kbytes• Each Windows user process sees a separate 32-bit

address space, allowing 4 GB of memory per process

• portion of this memory is reserved for the operating system – 2 GB

Page 17: Windows Architecture
Page 18: Windows Architecture

● Operating Systems: Internals and Design Principles, Fifth Edition – William Stallings

• Windows Internals, Fifth Edition - Mark E. Russinovich and David A. Solomon with Alex Ionescu.

• Netcrafter – www.netcrafter.com

The Presentation takes Windows too seriously