Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume you want to implement shared data with private modifications: As long two processes use some original data, they should access the same physical memory

Assume you want to implement shared data with private modifications: As long two processes use some original data, they should access the same physical memory (shared memory). As soon as one process modifies the data, that process will get its own, private copy of the data, and the modifications are performed on that private copy, not on the shared data.
(For example, you can implement such strategy with the MAP_PRIVATE option of the mmap system call).
What page protection bit in a page table entry (PTE) is most suitable for implementing such a copy-on-write (COW) mechanism? (select exactly one true answer)}

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

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

3rd Edition

0471418455, 978-0471418450

More Books

Students also viewed these Databases questions