Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged page-faults
0
0 votes
0
0 answers
465
465 views
Andrew S. Tanenbaum (OS) Edition 4 Exercise 3 Question 39 (Page No. 259)
You have been hired by a cloud computing company that deploys thousands of servers at each of its data centers. They have recently heard that it would be worthwhile to ha...
admin
465
views
asked
Oct 26, 2019
Operating System
tanenbaum
operating-system
memory-management
paging
page-faults
descriptive
+
–
1
1 vote
2
2 answers
2.5k
2.5k views
Andrew S. Tanenbaum (OS) Edition 4 Exercise 3 Question 13 (Page No. 255)
If an instruction takes $1\: nsec$ and a page fault takes an additional $n\: nsec,$ give a formula for the effective instruction time if page faults occur every $k$ instr...
admin
2.5k
views
asked
Oct 26, 2019
Operating System
tanenbaum
operating-system
memory-management
paging
page-faults
descriptive
+
–
3
3 votes
1
1 answer
1.8k
1.8k views
Self Doubt on Page Fault
To calculate EMAT in case of page fault we used:EMAT= page fault rate*(page fault service time) + (1-page fault rate)*(memory access time)My doubt is:In case of NO PAGE ...
tp21
1.8k
views
asked
Sep 22, 2019
Operating System
operating-system
virtual-memory
page-faults
+
–
0
0 votes
1
answers
1 answer
1.1k
1.1k views
Made Easy Test Series:Operating System-Page Fault
Consider a system using demand paging architectureit takes $3ms.$ to service page fault if either empty frame is available or replaced page is not to be modifiedtakes $10...
srestha
1.1k
views
asked
May 15, 2019
Operating System
operating-system
made-easy-test-series
page-faults
+
–
2
2 votes
0
0 answers
412
412 views
Vani Question Bank:Operating System
Hirak
412
views
asked
May 9, 2019
Operating System
operating-system
page-replacement
page-faults
paging
+
–
0
0 votes
1
1 answer
7.1k
7.1k views
Galvin Edition 9 Exercise 9 Question 21 (Page No. 453)
Consider the following page reference string:$7, 2, 3, 1, 2, 5, 3, 4, 6, 7, 7, 1, 0, 5, 4, 6, 2, 3, 0 , 1.$Assuming demand paging with three frames, how many page faults ...
akash.dinkar12
7.1k
views
asked
Mar 21, 2019
Operating System
galvin
operating-system
virtual-memory
page-faults
+
–
1
1 vote
0
0 answers
1.1k
1.1k views
Galvin Edition 9 Exercise 9 Question 20 (Page No. 453)
When a page fault occurs, the process requesting the page must block while waiting for the page to be brought from disk into physical memory. Assume that there exists a p...
akash.dinkar12
1.1k
views
asked
Mar 21, 2019
Operating System
galvin
operating-system
virtual-memory
page-faults
descriptive
+
–
0
0 votes
1
1 answer
613
613 views
Galvin Edition 9 Exercise 9 Question 19 (Page No. 453)
Assume that we have a demand-paged memory. The page table is held in registers. It takes $8$ milliseconds to service a page fault if an empty frame is available or if the...
akash.dinkar12
613
views
asked
Mar 21, 2019
Operating System
galvin
operating-system
virtual-memory
page-faults
+
–
0
0 votes
1
1 answer
763
763 views
Test series
Consider a system with main memory access time is 150ns and page fault service time is 5 microsecond if one-page fault generated for every 10^3 memory access then what i...
saif
763
views
asked
Jan 31, 2019
Operating System
operating-system
page-faults
effective-memory-access
+
–
0
0 votes
0
0 answers
732
732 views
Made Easy
Shouldnt we take 1 instead of 1-P ?? As it should be sequential access???
anjali007
732
views
asked
Jan 23, 2019
Operating System
operating-system
demand-paging
page-faults
+
–
0
0 votes
0
0 answers
430
430 views
UPPCL AE 2018:57
Consider the following $\text{C}$ function executed in an $\text{OS}$ with paging where the page size is $4$ kilobytes. Further, assume that the system employs a $32-$ en...
admin
430
views
asked
Jan 5, 2019
Operating System
uppcl2018
operating-system
memory-management
page-faults
translation-lookaside-buffer
+
–
0
0 votes
1
1 answer
2.0k
2.0k views
Effective memory access time
Suppose: TLB lookup time = 20 nsTLB hit ratio = 80%Memory access time = 75 nsSwap page time = 500,000 ns50% of pages are dirtyOS uses a single level page tableWhat is the...
Hardik Vagadia
2.0k
views
asked
Jan 3, 2019
Operating System
effective-memory-access
operating-system
page-faults
+
–
0
0 votes
1
1 answer
2.9k
2.9k views
UGC NET CSE | December 2018 | Part 2 | Question: 72
Suppose for a process $P$, reference to pages in order are $1, 2, 4, 5, 2, 1, 2, 4$. Assume that main memory can accomodate $3$ pages and the main memory has alrea...
Arjun
2.9k
views
asked
Jan 2, 2019
Operating System
ugcnetcse-dec2018-paper2
operating-system
page-replacement
page-faults
+
–
7
7 votes
1
answers
1 answer
2.1k
2.1k views
GATE Overflow | Mock GATE | Test 1 | Question: 64
Consider the $2$ dimensional array $A$:int A[][]=new int[100][100];where $A[0][0]$ is at location $800$ in a paged memory system with pages of size $800 bytes$. Each int ...
Ruturaj Mohanty
2.1k
views
asked
Dec 27, 2018
Operating System
go-mockgate-1
numerical-answers
page-faults
operating-system
co-and-architecture
cache-memory
two-marks
+
–
2
2 votes
0
0 answers
936
936 views
Self doubt on EMAT
For page fault Some where I seeEMAT=page fault (page fault service time) +(1-page fault)(memory access time)BUT somewhere it's likeEMAT=page fault (page fault service tim...
Rishav Kumar Singh
936
views
asked
Dec 26, 2018
Operating System
effective-memory-access
operating-system
page-faults
+
–
0
0 votes
0
0 answers
1.2k
1.2k views
Self Doubt [Effective memory access time]
Page fault rate = pMain memory access time = mPage fault service time = PSEMAT = (1-p) (m) + (p) (PS + m)OREMAT = (1-p) (m) + (p) (PS)which one is right ...if page fault...
jatin khachane 1
1.2k
views
asked
Dec 15, 2018
Operating System
effective-memory-access
page-faults
operating-system
+
–
2
2 votes
1
1 answer
966
966 views
MadeEasy Subject Test 2019: Operating System - Virtual Memory
jatin khachane 1
966
views
asked
Dec 13, 2018
Operating System
made-easy-test-series
operating-system
virtual-memory
paging
page-faults
+
–
0
0 votes
0
0 answers
1.2k
1.2k views
OS EMAT vs AMAT
In Page Fault and Demand Paging concept what is the difference between Effective Memory access time and average memory access time?The formulae are known but i am confuse...
Shamim Ahmed
1.2k
views
asked
Dec 9, 2018
Operating System
operating-system
effective-memory-access
page-faults
+
–
0
0 votes
0
0 answers
668
668 views
Page Size v/s Page fault
I studied from book william stalling ,it was written there if we increase the size of page then pagefault first increases and then when pagesize become size of process th...
garvit_vijai
668
views
asked
Dec 8, 2018
Operating System
operating-system
page-faults
+
–
0
0 votes
1
1 answer
3.4k
3.4k views
Galvin #page fault service time #memory management #disk access
gourav94240
3.4k
views
asked
Oct 19, 2018
Operating System
page-faults
operating-system
effective-memory-access
page-replacement
page
+
–
2
2 votes
4
4 answers
2.2k
2.2k views
ISI2016-PCB-CS-3
Consider the following extract from a program, written in a C-like language, that computes the transpose of a matrix.for (i=0; i<N; i++) for (j=0; j<N; j++) B[i,j]=A[i,j]...
go_editor
2.2k
views
asked
Sep 18, 2018
Operating System
isi2016-pcb-cs
operating-system
demand-paging
page-faults
non-gatecse
descriptive
+
–
0
0 votes
1
1 answer
584
584 views
Page Fault Doubt
https://gateoverflow.in/2122/gate2011-20-ugcnet-june2013-ii-48in the solution why memory access is not considered along with page fault service time when a page fault occ...
aditi19
584
views
asked
Sep 13, 2018
Operating System
page-faults
effective-memory-access
+
–
2
2 votes
1
1 answer
4.3k
4.3k views
MadeEasy Test Series: Operating System - Page Replacement
Consider a demand paged memory system, page table is held in registers. It takes 800 nsec to service a page fault if empty page is available or replaced page is not modif...
jhaanuj2108
4.3k
views
asked
Aug 14, 2018
Operating System
made-easy-test-series
operating-system
demand-paging
page-faults
page-replacement
+
–
0
0 votes
1
1 answer
2.6k
2.6k views
EMAT in case of page fault
I have read that EMAT when the page fault occurs is =p(PS+MA)+(1-p)(MA)p is the probability of page faulti-p is the probability that page is present in Main MemoryPS is t...
CHIRAG CHAWLA
2.6k
views
asked
Aug 11, 2018
Operating System
page-faults
operating-system
effective-memory-access
+
–
0
0 votes
1
1 answer
4.1k
4.1k views
UGC NET CSE | July 2018 | Part 2 | Question: 58
Consider a virtual page reference string 1, 2, 3, 2, 4, 2, 5, 2, 3, 4. Suppose LRU page replacement algorithm is implemented with 3 page frames in main memory. Then the n...
Pooja Khatri
4.1k
views
asked
Jul 13, 2018
Operating System
ugcnetcse-july2018-paper2
operating-system
page-faults
paging
+
–
2
2 votes
2
answers
2 answers
1.7k
1.7k views
ISRO CSE 2018 | Question: 20
Determine the number of page faults when references to pages occur in the order - $1, 2, 4, 5, 2, 1, 2, 4$. Assume that the main memory can accommodate $3$ pages and the ...
Arjun
1.7k
views
asked
Apr 22, 2018
Operating System
isro2018
operating-system
page-faults
+
–
2
2 votes
1
1 answer
4.3k
4.3k views
My doubt on TLB and page fault
First read this whole thing what I am writing below:Case 1: If we have to access unit address in memory using TLB and we assume that no page fault occurs then,EMAT=p( T+M...
Akash Kumar Roy
4.3k
views
asked
Apr 5, 2018
Operating System
operating-system
translation-lookaside-buffer
hit-ratio
page-faults
effective-memory-access
+
–
0
0 votes
0
0 answers
498
498 views
Gate_2018_model_Paper
There is any difference or same these two statement?1. Page fault service time is 10ms.2. The Time to service a page fault is on average 10ms.
Harikesh Kumar
498
views
asked
Feb 3, 2018
Operating System
operating-system
page
page-faults
+
–
1
1 vote
1
1 answer
759
759 views
page replacemment policy
A system uses optimal policy for a page replacement. It has 4 page frames with no pages loaded to begin with. Consider the following scenarioCase-1: System first accesses...
_anu
759
views
asked
Jan 24, 2018
Operating System
operating-system
page-replacement
page-faults
paging
+
–
3
3 votes
3
answers
3 answers
2.5k
2.5k views
VirtualGate2018-I-64
Suppose a $32 K×8 K$ matrix A with $1$-byte elements is stored in row major order in virtual memory. Assume that only the program in question occupies space in physical m...
Avdhesh Singh Rana
2.5k
views
asked
Jan 23, 2018
Operating System
operating-system
array
page-faults
virtual-memory
virtual-gate-test-series
+
–
Page:
« prev
1
2
3
4
5
next »