New Page 1
Welcome to basicsofcomputer.com
 

Share This Free Knowledge With Your Friends:

Home » Virtual Memory in Operating System » Working Set in Operating System

Working Set in Operating System:

Definition and Explanation:

A working set is a collection of pages, which is actively referenced by a process. The working set of processes should be kept in main memory, to run efficiently. Otherwise thrashing may occur repeatedly. A popular rule to avoid thrashing is to give processes enough page frame to hold half of their virtual space.

A working set storage management policy is used to maintain the working sets of active program in main memory. The decision to add a new process to the active set of processes is decided on the basis of whether enough space is available in the main memory to accommodate the working set of pages for the new process.
The working set of a process W (t,w) at time t is the set of pages referenced by process during the process time interval t. process time means the time during which a process has the CPU. The variable w is called the working set window size. The working set storage management policy uses this size for effective operation.

Working sets change during process execution. Pages are added or deleted and critical changes may occur as the process requires a completely different working set. The initial and subsequent working sets of a process may differ completely in size and contents. It complicates the storage management under a working set strategy.

Figure/Diagram:

The page referenced by the process during this time interval constitutes time process's working set W (t, w).

Relevant Articles:

Introduction to Virtual Memory System
Demand Paging in Operating System
Page Faults/Segment Faults in Operating System
Page Replacement in Operating System
Page Replacement Algorithm in Operating System
Allocation of Frames in Operating System
Thrashing in Operating System
Working Set in Operating System
Page Size in Operating System
 
New Page 1

Basic Computer Science

   
» The Age of Information

» Types of Computer and Digital Age

» Input and Output Devices

» Storage Devices Of Computer

» Central Processing Unit

» Software: The Power Behind The Power

» Data Communication and Computer Networks

» The Nature Of Information

» The System Theory

» Transaction Processing System (TPS) and Management Information System (MIS)

» Decision Support System (DSS) and Executive Support System (ESS)

» Expert System (ES) and Office Information System (OIS)

 

Operating Systems

   
» Introduction to Operating System

» Introduction to Process Management

» Threads and CPU Scheduling

» Process Synchronization in Operating System

» Deadlocks

» Memory Management in Operating System

» Virtual Memory in Operating System

» File System Management in Operating System

» I/O and Device Management

» Security

» Linux Operating System

 

Database Management System

   
» Introduction to Database Systems

» Database System Architecture

» Database Administration and Database Development Process

» The Entity-Relationship Model

» Semantic Object Model

» Logical Database Design and Relational Data Model

» Normalization in Database

» Transformation of E-R Model into Relational Data Model

» Representing Semantic Object Model and Types of Semantic Object Model

» Physical Database Design

» Introduction to Structured Query Language (SQL)

» Implementation of Relational Database and Database Application Design

» Client Server Database Systems & Open Database Connectivity (ODBC)

 

Questions and Answers

   
» Basics of Information Technology

» Computer Architecture

» Data Communication

» Information Networks

» Fundamentals of the Internet

» Application and Uses of Computer

» Security, Copyright and The Law

» Windows Operating Systems

» Spreadsheet Software

» Process Management in CPU

» CPU Scheduling

» Process Synchronization

» Deadlocks

» Memory Management

» Database Systems

» Database System Architecture

» Database Administration and Database Development Process
 
 
New Page 1
 

Home                Dictionary                 Contact us                   About us                    Privacy policy                  Link to us                   Advertise

Copy right ©  2012