473 views

1 Answer

1 votes
1 votes

Answer:

Physical address:

  • The hardware address of the physical memory is known as the physical address.

Virtual address:

  • The pointer for a memory location allowed by the operating system to the process for using it is called the virtual address.
  • It refers to a location in the primary memory that can be used by the process freely of other processes.
  • It can be possible that the virtual address is the same as the physical address.
  • Physical memory space and the virtual memory space are independent of each other.

  • Virtual Memory Space is not limited by the size of the physical memory space but is limited by the size of virtual addresses.

  • If the virtual memory address and the physical Memory address are different then the mapping is done with the help of the Memory Management Unit (MMU).

 

 

edited by

Related questions

1 votes
1 votes
0 answers
2
admin asked Oct 26, 2019
593 views
Using the page table of Fig. $3-9,$ give the physical address corresponding to each of the following virtual addresses:$20$$4100$$8300$
0 votes
0 votes
0 answers
3
admin asked Oct 26, 2019
348 views
For each of the following decimal virtual addresses, compute the virtual page number and offset for a $4-KB$ page and for an $8 KB$ page$:20000, 32768, 60000.$