Logical and virtual address

What is the difference between logical and virtual addresses? The page table translates between virtual and physical, but then where does the logical address go?

+3
source share
1 answer

A logical address is the correct term for what you called a virtual address; you are probably confused with the term virtual memory.

+3
source

All Articles