Question

A logical address is divided into 3 bits segment number, 4 bits page number, and 9 bits page offset. {(s,p,w) = (3,4,9)} Answ

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Given,

Bits used to represent segment number = 3 bits

Bits used to represent page number = 4 bits

Bits used to represent page offset = 9 bits

1)

The maximum number of segments per process is given by 2^( segment number bits ) = 2^3 = 8

So,

The maximum number of segments per process is given by 8.

2)

The maximum number of pages per segment is given by 2^( page number bits ) = 2^4 = 16

So,

The maximum number of pages per segment is given by 16.

3)

The maximum page size is given by 2^( Page offset bits ) = 2^9 = 512 Bytes.

So,

The maximum page size is given by 512 Bytes.

4)

The maximum segment size is given by 2^( Page number bits + Page offset bits ) = 2^( 4 + 9 ) = 2^13 = 8192 Bytes.

So,

The maximum segment size is given by 8192 Bytes.

5)

The maximum size of the address space is given by 2^( Segment number bits + Page number bits + Page offset bits ) = 2^( 3 + 4 + 9 ) = 2^16 = 65536 Bytes.

So,

The maximum size of the address space is given by 65536 Bytes.

Add a comment
Know the answer?
Add Answer to:
A logical address is divided into 3 bits segment number, 4 bits page number, and 9...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In a system using paged segmentation, the logical address space of each process consists of a...

    In a system using paged segmentation, the logical address space of each process consists of a maximum of 16 segments, each of which can be up to 64 Kbytes in size. Physical pages are 512 bytes. Determine how many bits are needed to specify each of the quantities below, justifying each of your answers by demonstrating the calculations. a) Segment number (segment address) b) Number of a logical page within the segment c) Displacement within a page e) Complete logical...

  • 6) Paging [26 pts] Suppose you have a computer system with a 38-bit logical address, page size of 16K, and 4 bytes per...

    6) Paging [26 pts] Suppose you have a computer system with a 38-bit logical address, page size of 16K, and 4 bytes per page table entry a) How many pages are there in the logical address space? Suppose we use two level paging and each page table can fit completely in a frame. [4 pts] How many pages? [2 pts] Show your calculations here: b) For the above-mentioned system, give the breakup of logical address bits clearly indicating number of...

  • Q1. The logical address space in a computer system consists of 128 segments. Each segment can...

    Q1. The logical address space in a computer system consists of 128 segments. Each segment can have up to 32 pages of 8KB each. Physical memory consists of 4K number of blocks of 8KB each. Find out the maximum page table size for each segment, if each page table entry consists of frame address?

  • A 16 bit logical address is split into 5 bit page number and 11 bit page...

    A 16 bit logical address is split into 5 bit page number and 11 bit page offset. Answer the following questions in the space provided: a) The page size is ____ bytes b) The page table size is ____ c) if the page table is as shown below, then the corresponding physical address for 0x174F is given by: ____. Question 29 (3 points) Saved A 16 bit logical address is split into 5 bit page number and 11 bit page...

  • Consider a logical address space of 512 pages with a 4-KB page size, mapped onto a...

    Consider a logical address space of 512 pages with a 4-KB page size, mapped onto a physical memory of 256 frames. How many bits are required in the logical address? How many bits are required in the physical address?

  • Consider a logical address space of 256 pages with a 4-KB page size, mapped onto a...

    Consider a logical address space of 256 pages with a 4-KB page size, mapped onto a physical memory of 64 frames. a. How many bits are required in the logical address? b. How many bits are required in the physical address?

  • Paging Questions 1. A page is 1 KB in size. How many bits are required to...

    Paging Questions 1. A page is 1 KB in size. How many bits are required to store the page offset? 2. A page entry has 10 bits. What is the size of the page table? 3. A logical address is 32 bits long. The page size is 4 KB. Divide the address into its page number and offset. 4. The following hexadecimal addresses are used in a system with a 20-bit logical address where the page size is 256 bytes....

  • Its multi part. please make sure to solve all parts. Consider a logical address space of...

    Its multi part. please make sure to solve all parts. Consider a logical address space of eight pages of 1024 words, each mapped onto a memory of 32 frames. c. How many bits are in the offset for the logical address d. How many bits are in the offset for the physical address e. How many bits are in the Frame Number f. How many bits are in the Page Number

  • Address Translation Question [8 points] Suppose a computing system uses paging with a logical add...

    Address Translation Question [8 points] Suppose a computing system uses paging with a logical address of 24 bits and a physical address of 32 bits. The page size is 4KB. Answer each of the following. If an answer is a power of 2, you can leave it in the form of a power of 2. ... 2. [20 points] Memory address translation and TLB performance [8 points] Suppose a computing system uses paging with a logical address of 24 bits...

  • 25. (10 points) In a certain computer system, the logical address is represented by 48 bits....

    25. (10 points) In a certain computer system, the logical address is represented by 48 bits. The page size is 1 MB (220 bytes). The system's physical address is represented by 32 bits. Each page table entry is 4 bytes. - Assuming a single-level conventional page table, how many bits are we going to have in the "page number" field? In the offset field? What is the total size of the page table? Show vour work. - Assuming a two-level...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT