682 views

3 Answers

0 votes
0 votes
I think it reduces the context switching overhead, because context switching overhead depends on the size of context. i.e PCB

As in VM, only a part(necessary) of process resides in the main memory, size of context decreases as well.

But VM increases the number of page faults that could occur because of the same reason. Plz Correct me if i am wrong.

Related questions

3 votes
3 votes
1 answer
1
logan1x asked May 10, 2019
1,106 views
Why is ambiguity in regular language is decidable and not decidable in CFL ? Can you give Example?
0 votes
0 votes
1 answer
3
1 votes
1 votes
1 answer
4
iarnav asked Jan 12, 2022
387 views
Does non preemptive CPU scheduling needs hardware support.kindly explain.