Linear address and physical address

Shweta picture Shweta · Nov 17, 2010 · Viewed 15.8k times · Source

What is linear address? How is it different from physical address?

Answer

Sankar Ganesh PMP picture Sankar Ganesh PMP · Nov 17, 2010

Linear address is generated after before page table mapping. Physical addres is generated before after page table mapping(ie paging).

Linear Adress,created by adding logical address to the base of segment, CS,DS,ES,SS,FSor GS.

When Paging is enabled, the page tables are used to translate linear address to physical address.

On the Other Hand, Physical Address is nothing but, the address value that appears on pins of processor during a memory read/memory write operations.

InShort, we can say if paging is disabled linear address = physical address