Discuss the issue of naming applied to shared memory regions.

What will be an ideal response?


Memory regions may be given textual names. Two or more processes may then share a region by supplying
its name and requesting it to be mapped into their address spaces. Mapped files are examples of this idea, in
which the contents of the shared region are maintained on persistent store.
The second naming issue is that of the addresses used to access a shared region. In principle, a shared region
may be mapped as different address ranges in different processes. However, it is more convenient if the same
address ranges are used, for the region may then contain pointers into itself, without the need for translation.
Unfortunately, in the absence of global address space management, some addresses belonging to a particular
region might already be occupied in some processes.

Computer Science & Information Technology

You might also like to view...

To indicate a range in a worksheet, include a dash between the two cell references

Indicate whether the statement is true or false

Computer Science & Information Technology

To run a Select query, you can either click the Run button or the Execute button.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

COGNITIVE ASSESSMENT You have a new application that is taking full advantage of the features of your smartphone, including the touch screen and an embedded GPS receiver. What kind of application is this?

A. desktop app B. web app C. mobile app D. tablet app

Computer Science & Information Technology

Asking testers if they found the website's content interesting and valuable is part of ensuring your website meets ______ its goals.

A. RWD B. UX C. SEO D. WAI

Computer Science & Information Technology