ram
What is Virtual memory? Virtual memory is the ‘memory management’ component of operating system, which creates the illusion to users of a very large (main) memory. Typically when RAM runs low, ‘memory manager’ move some data from RAM to a special location in disk and frees RAM. The freed memory can be used to serve […]
Have you ever wondered how exactly the computer does all the tasks from browsing, playing games, videos, editing documents, etc… By Computers I mean everything from mobile phones, and laptops to Dedicated server class machines and even the world’s fastest supercomputers. All most all of them work on the same basic design done by Von […]
Everyone of us are familiar with RAM (Random Access Memory), this post is an attempt to explore the different types of RAM and how they store the data. We typically have 2 types of RAM SRAM (Static RAM) DRAM (Dynamic RAM) SDRAM (Synchronous DRAM) — is simply DRAM, which is synchronized with System Bus (newer […]