Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Questioni Q.1 (Marko:20) Consider the memory translation alongiven below. Given 2045 Byte address space with 16 Byte pages and frames) and GB RAM Show the

image text in transcribed
Questioni Q.1 (Marko:20) Consider the memory translation alongiven below. Given 2045 Byte address space with 16 Byte pages and frames) and GB RAM Show the memory translation for the VPN that is equal to the last two digits of your MUMEC roll number the VPN for 18XJ 542 42 Clearly show all the binary strings for all the variables, Le SHIFT VPN MASK, Offset PEN SHIFT. OFFSET MASK ete All VPNs are valid and allowed (no exceptions) ) W Extract the VPN from the virtual address VPN (VirtualAddress & VPN_MASK) SHIFT For the address of the page-table entry (PTE) PTEAddr = PTBRCVPN * sizeof(PTE) Fetch the PTE PTE - Access Memory PTEAddr) Check if process can access the page if (PTE ValidFalse) RaiseException(SEGMENTATION FAULT) else if (CanAccess(PTE Protect Bits) False) Raise Exception(PROTECTION FAULT) else / Access is OK for physical address and fetch it offset Virtual Address & OFFSET MASK PhysAddr = (PTE PEN

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions