closed by
579 views
0 votes
0 votes
closed as a duplicate of: GATE CSE 2008 | Question: 67
A processor uses 36 bit physical addresses and 32 bit virtual addresses, with a page frame size of 4 Kbytes. Each page table entry is of size 4 bytes. A three level page table is used for virtual-to-physical address translation, where the virtual address is used as follows
 bits 30-31 are used to index into the first level page table,
 bits 21-29 are used to index into second level page table
 bits 12-20 are used to index into third level page table
 bits 0-11 are used as offset within the page
The number of bits required for addressing the next level page table(or page frame) in the page table entry of the first, second and third level page table are respectively

(A) 20,20 and 20 (B)24,24 and 24 (C) 24,24 and 20 (D) 25,25 and 24
closed by

Related questions

0 votes
0 votes
1 answer
2
lea asked Jun 12, 2023
377 views
0 votes
0 votes
1 answer
3
Ayankahn asked Apr 15
65 views
What is the Network ID for the network denoted by 192.168.242.5/20? a)192.168.242.0b)192.168.240.0c)192.168.226.0d)192.168.192.0
0 votes
0 votes
1 answer
4
tishhaagrawal asked Dec 16, 2023
355 views
Below is my approach to solving this question, can anyone please explain if I am doing it the right way?Let X = #free slotssince, m =7 and n = 3So, $4 \leqslant x\leqsla...