memory management of windows vs linux

17

Upload: sumit-khanka

Post on 28-Nov-2014

3.103 views

Category:

Technology


0 download

DESCRIPTION

comparing the memory management of windows with the memory management of Linux.

TRANSCRIPT

Page 1: memory management of windows vs linux
Page 2: memory management of windows vs linux

A B S T R A C T

Page 3: memory management of windows vs linux

TABLE OF CONTENT

Page 4: memory management of windows vs linux

KEYWORDS

Page 5: memory management of windows vs linux

INTRODUCTION

.

Page 6: memory management of windows vs linux

MEMORY MANAGEMENT SYSTEM

Large Address Space

Protection

Page 7: memory management of windows vs linux

Memory Mapping

Fair Physical Memory Allocation

Shared Virtual Memory

Page 8: memory management of windows vs linux

Paging

Page 9: memory management of windows vs linux

COMPARISON

Hardware Abstraction Layer

Copy on write

Shadow paging

Page 10: memory management of windows vs linux

Memory mapped Files

Inter-Process Communication

Page 11: memory management of windows vs linux

Memory Management

Windows:

Page 12: memory management of windows vs linux

Linux

Page 13: memory management of windows vs linux

Distribution of Process Address Space

Windows

Page 14: memory management of windows vs linux
Page 15: memory management of windows vs linux

Linux

Page 16: memory management of windows vs linux

CONCLUSION