Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

logical and virtual address

what is the exact difference between a logical and virtual address? The page table translates between virtual and physical, but then where does the logical address come in?

like image 641
rach Avatar asked Apr 16 '26 19:04

rach


1 Answers

Logical address is the correct term for what you have called the virtual address; you are probably getting confused with the term virtual memory.

like image 158
Neil Avatar answered Apr 19 '26 15:04

Neil