OPERATION SYSTEM For each of these 3 components, describe the component’s respon
ID: 3702646 • Letter: O
Question
OPERATION SYSTEM
For each of these 3 components, describe the component’s responsibility and provide an example of an implementation of that component.
In this format:
for example, Within the Memory Management component, separating the capability to translate logical addresses to physical addresses is one separate area of concern. This component is typically a hardware component (the MMU) manufactured to support a very specific architecture, such as the ARM Architecture (page 387) with 4-KB and 16-KB, or 1-MB and 16-MB pages for a 32-bit address. Fixing a bug, or upgrading the address translation algorithm version is confined to the MMU and the OS component, isolating this concern from other parts of the OS.
3. Storage Management Following is the independent, separate concern components of Storage Management: 1) 2) 3) Manage free space (free space management) Manage storage allocation Manage disk schedulingExplanation / Answer
Answer :
3) Storage Management:
Explanation as shown in the below
File management,
Scheduling for multiple I/O requests to optimize the performance.In storage management creating, manipulating, deleting files and directories are needed to enhance the performance. It is also helps to allocate, de-allocate, and defragment the blocks so that no duplicate data's are stored and is convenient to use ( to program the I/O Functions in the application layers).
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.