Difference between logical addresses, and physical addresses?

后端 未结 9 1926
情话喂你
情话喂你 2020-12-07 11:41

I am reading Operating Systems Concept and I am on the 8th chapter! However I could use some clarification, or reassurance that my understanding is correct.

Logical

9条回答
  •  庸人自扰
    2020-12-07 12:08

    logical address is address relative to program. It tells how much memory a particular process will take, not tell what will the exact location of the process and this exact location will we generated by using some mapping, and is known as physical address.

提交回复
热议问题