Difference between logical addresses, and physical addresses?

后端 未结 9 1945
情话喂你
情话喂你 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:14

    Logical address:- Logical address generated by the CPU . when we are give the problem to the computer then our computer pass the problem to the processor through logical address , which we are not seen this address called logical address .

    Physical address :- when our processor create process and solve our problem then we store data in secondary memory through address called physical address

提交回复
热议问题