Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Operating System Expert

Let your server program act as a memory manager. The memory manager uses a paging scheme in which pages and frames are of size 128 bytes. Clients request main memory space by sending to the server the total number of bytes in their logical process. Given a list of free frames, the server allocates frames for the clients. After clients' logical space has been mapped to physical space, the server will be prompted with a client number (must be verified) and a logical address. The server will respond by calculating the physical address. If given an invalid logical address, the server will print an appropriate message.

Example: Client requests memory for its program of size 300 bytes. If the free space list (the list of free frames) is 5, 3, 0, 1, 2, then Client1 will be allocated frame 5 (for its first 128 bytes), frame 3 (for its next 128 bytes) and frame 0 (for its final 44 bytes). When prompted for the physical address for logical address 200, the page table for Client1will be examined. We will know that the address in question is on page 1 at offset 72, which is loaded in frame 3. Frame 3 begins at location 384, which is (128 * 3). The server calculates the physical address to be 384 + 72.

The server:

The server program accepts memory requests for each of three clients. A page table is built for each client. The frames assigned to the client are sent back to the client. Pages are mapped to frames according to a free frame list. For the final check on your program, please use the following free frame list: 4, 6, 2, 7, 0, 5, 9, 11, 10, 1, 8, 3. The server will work on a static set of memory allocations as long as the operator wants to continue. The server will print out a representation of the allocated frames (where each frame indicates which client it belongs to, and which page is loaded into it). After the memory allocation has been set, the server will prompt for a client number and a logical address and will return the physical address.

The client:

Each client program sends a memory request to the server program. Each client will print its memory size and its assigned frames.

Memory Management:

You may use a physical memory of 12 frames.

To be displayed:

The server should print the client number, the logical address, the frame number, the physical address and a representation of the physical memory.

Operating System, Computer Science

  • Category:- Operating System
  • Reference No.:- M91075401
  • Price:- $40

Priced at Now at $40, Verified Solution

Have any Question?


Related Questions in Operating System

Question note apa format 250 words and three reference

Question: Note: APA format 250 words and three reference without plagarism Computerized Operating Systems (OS) are almost everywhere. We encounter them when we use out laptop or desktop computer. We use them when we use ...

Discussion question this research assignment will give

Discussion Question : This research assignment will give further information on the nature and workings of multi-tasking and multi-processing operating systems. All information reported in this assignment is to be in the ...

Assignment -building a multi-threaded web server using c

Assignment - Building a multi-threaded web server using C and p threads, following the model from the lecture. Your program will have one thread acting as a dispatcher thread, listening fornetwork connections with reques ...

Question students working at individual pcs in a computer

Question : Students working at individual PC's in a computer laboratory send their files to be printed by a server that spools the files on its hard disk. Under what conditions may a deadlock occur if the disk space for ...

Show all stepssuppose that the following processes arrive

Show all steps Suppose that the following processes arrive for execution at the times indicated. Each process will run the listed amount of time. in answering the questions, use non-preemptive scheduling and base all dec ...

Research types of operating systems that are currently

Research types of operating systems that are currently available and provide a scenario in which the operating system you chose would be appropriate to be used in this situation. Explain why you think the choice you made ...

State the required answer precisely and then provide proper

State the required answer precisely and then provide proper explanation. It is not enough to provide one- word or one-line answers. Consider a computer embedded in the control of a manned spacecraft. Would it require an ...

Catalog course descriptionin this course students carry out

Catalog Course Description In this course students carry out independent research in a significant technical area of information, network, and computer security. The student is to investigate a technical area, research i ...

Question state the required answer precisely and then

Question : State the required answer precisely and then provide proper explanation. It is not enough to provide one- word or one-line answers. What is the purpose of the command interpreter? Why is it usually separate fr ...

Foundation of information technologyresearch types of

Foundation of Information Technology Research types of operating systems that are currently available and provide a scenario in which the operating system you chose would be appropriate to be used in this situation. Expl ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As