SlideShare a Scribd company logo
what are handles, WS private, WS shared and Working set used for in the OS
Solution
Handle: Handle is a reference to the resources present in a operating system. Resources can be
memory, a hardware device, a service etc. Some example of handles are network sockets,
process identifiers, file descriptors etc.
Working set (WS) is the total amount of memory a process needs to execute.
Privet working set means the portion of working set which is exclusively held by a process
during the execution. Memory utilized in privet working set cannot be accessed or used by other
process until the memory is voluntarily released.
Shared working set is the portion of working set which doesn't required exclusively by a
process. There for, it can be shared with other process to increase throughput.

More Related Content

PDF
How is the spleen like a lymph node How is it unlike a lymph node .pdf
PDF
Give two advantages and two disadvantages of placing IO function in.pdf
PDF
Frances drop in output per capita relative to U.S. output per capi.pdf
PDF
Describe the effect of cyanide ion, CN^-, on oxidative phosphorylatio.pdf
PDF
Describe synchronization techniques used by programmers who develop .pdf
PDF
Barney had a bag of cookies. He ate 35 in the first 10 minutes. He a.pdf
PDF
2.4 Write a stream –based echo server and a client sending message t.pdf
PDF
11. In the United States, financial statement audits of non-public co.pdf
How is the spleen like a lymph node How is it unlike a lymph node .pdf
Give two advantages and two disadvantages of placing IO function in.pdf
Frances drop in output per capita relative to U.S. output per capi.pdf
Describe the effect of cyanide ion, CN^-, on oxidative phosphorylatio.pdf
Describe synchronization techniques used by programmers who develop .pdf
Barney had a bag of cookies. He ate 35 in the first 10 minutes. He a.pdf
2.4 Write a stream –based echo server and a client sending message t.pdf
11. In the United States, financial statement audits of non-public co.pdf

More from excellentmobiles (18)

PDF
When you make the following dihybrid testcross MmPp x mmpp, what is .pdf
PDF
Why do you think nursing core competencies were selectedWhy do .pdf
PDF
Which of the following is true of water It is a phospholipid It is.pdf
PDF
Which of the following are considered to be alive and whyProteins.pdf
PDF
Which of the following are actually vector spaces over the real numbe.pdf
PDF
What is the change of entropy of water (Lf = 0.333 MJkg, Lv = 2.26 .pdf
PDF
What are the epidemiological characteristics of infection with avian.pdf
PDF
What benefits if any, are inherent with interactive communication fo.pdf
PDF
What are the features of linear and charter What are the featur.pdf
PDF
W hy is D the answer Why does it not indicate the same relations.pdf
PDF
USA Today conducted a survey asking readers, “What is the most hilar.pdf
PDF
The distance between two successive minima of a transverse wave i.pdf
PDF
t Happens to the Electrons and oxidation reactions are coupled in su.pdf
PDF
suppose R and S are relations from A to B then provedisprove (R int.pdf
PDF
One common reason for issuing two distinct classes of common stock i.pdf
PDF
Need help answering the question in the picture it refers to the use.pdf
PDF
Income tax question( The answer is not C by the way) John and Mars.pdf
PDF
In the U.S. legal system, a defendant is presumed innocent until pro.pdf
When you make the following dihybrid testcross MmPp x mmpp, what is .pdf
Why do you think nursing core competencies were selectedWhy do .pdf
Which of the following is true of water It is a phospholipid It is.pdf
Which of the following are considered to be alive and whyProteins.pdf
Which of the following are actually vector spaces over the real numbe.pdf
What is the change of entropy of water (Lf = 0.333 MJkg, Lv = 2.26 .pdf
What are the epidemiological characteristics of infection with avian.pdf
What benefits if any, are inherent with interactive communication fo.pdf
What are the features of linear and charter What are the featur.pdf
W hy is D the answer Why does it not indicate the same relations.pdf
USA Today conducted a survey asking readers, “What is the most hilar.pdf
The distance between two successive minima of a transverse wave i.pdf
t Happens to the Electrons and oxidation reactions are coupled in su.pdf
suppose R and S are relations from A to B then provedisprove (R int.pdf
One common reason for issuing two distinct classes of common stock i.pdf
Need help answering the question in the picture it refers to the use.pdf
Income tax question( The answer is not C by the way) John and Mars.pdf
In the U.S. legal system, a defendant is presumed innocent until pro.pdf

Recently uploaded (20)

PDF
VCE English Exam - Section C Student Revision Booklet
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
master seminar digital applications in india
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PPTX
Cell Structure & Organelles in detailed.
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Classroom Observation Tools for Teachers
PPTX
Presentation on HIE in infants and its manifestations
VCE English Exam - Section C Student Revision Booklet
Module 4: Burden of Disease Tutorial Slides S2 2025
master seminar digital applications in india
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Chinmaya Tiranga quiz Grand Finale.pdf
O7-L3 Supply Chain Operations - ICLT Program
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Microbial diseases, their pathogenesis and prophylaxis
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Supply Chain Operations Speaking Notes -ICLT Program
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Cell Structure & Organelles in detailed.
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
Anesthesia in Laparoscopic Surgery in India
Classroom Observation Tools for Teachers
Presentation on HIE in infants and its manifestations

what are handles, WS private, WS shared and Working set used for in .pdf

  • 1. what are handles, WS private, WS shared and Working set used for in the OS Solution Handle: Handle is a reference to the resources present in a operating system. Resources can be memory, a hardware device, a service etc. Some example of handles are network sockets, process identifiers, file descriptors etc. Working set (WS) is the total amount of memory a process needs to execute. Privet working set means the portion of working set which is exclusively held by a process during the execution. Memory utilized in privet working set cannot be accessed or used by other process until the memory is voluntarily released. Shared working set is the portion of working set which doesn't required exclusively by a process. There for, it can be shared with other process to increase throughput.