Hi,
Real memory is the memory from RAM(Random access memory) while virtual memory is the amount of space allocated on the system hard disk.

When ever a process runs our of memory from RAM, it will swap(start) to use the virtual memory. If there is too much swaping then your application on the server will perform slowly.

Hope your got the difference.

regards
anandkl