Meaning Of Virtual Memory

707 Words2 Pages

Julissa Tejeda
CSCI 12700
Assignment 2 Exercise 0: What is virtual memory?
Virtual memory is the illusion of memory space in a computer 's main memory. The memory manager records the bit patterns of data that needs to be stored on a magnetic disk. This data is divided into pages, which are uniform sized units of data. The memory manager then shuffles these pages back and forth between main memory and main storage. The manager shuffles the pages in a way that places the pages that are needed for the program to run in main memory. This technique is called paging. Exercise 1: Summarize the booting procedure.
A bootstrap program is permanently stored in the read-only memory (ROM) of the main memory. When a computer is turned on, the bootstrap tells the central processing unit (CPU) to transfer the operating system from mass storage into main memory. The operating system is always in a predetermined location in mass storage, even when the computer is …show more content…

Since Linux is free, users do not have to pay licensing fees to use it nor are they forced to upgrade their systems. It is modeled on UNIX; it was designed to function like UNIX, but it has original source code. Linux is developed by the community through open source. People collaborate and share code through online forums, while Linus Torvalds oversees the development. UNIX, on the other hand, is developed by commercial vendors like Oracle, IBM, HP and Apple. Linux was developed for everyone 's use, while UNIX was developed mainly for mainframes, servers, and workstations. Linux can be installed on computers, supercomputers, mainframes, phones, tablets, and game consoles. UNIX is used in internet servers, workstations, and PCs. Since Linux is monitored by a community, threats are detected and resolved quickly, while UNIX threats take a while to be

Open Document