RTUComputer ScienceYr 2023 · Sem 52023

Q4Operating System

Question

2 marks

What is Virtual Memory?

Answer

Virtual Memory is an architectural technique that mathematically simulates a massive RAM space using the hard drive.

Virtual Memory is a highly advanced memory management architecture. It violently decouples logical memory from physical RAM, mathematically allowing the OS to execute processes that are physically larger than the available RAM by aggressively swapping fixed-size data blocks (Pages) between the fast RAM and the slow Hard Disk Drive.

Back to Paper