UNIX Kernel--Process Management

View Paper
ESSAY DETAILS Words: 1517
Pages: 6
(approximately 235 words/page)

Essay Database > Science & Technology
UNIX Kernel - Process Management The UNIX system kernel is the master organizer of UNIX. The kernel schedules processes, allocates memory and disk storage, supervises the transmissions of data between the main storage and the peripheral devices, and honors the processes' requests for service. The traditional UNIX system kernel addresses three major tasks: process management; device management; and file management. These three areas remain central, but dramatic advances in hardware and software have expanded the …

showed first 75 words of 1517 total
Sign up for EssayTask and enjoy a huge collection of student essays, term papers and research papers. Improve your grade with our unique database!
showed last 75 words of 1517 total
…memory on modern computers is not large enough to store all the processes that are active in A UNIX system. The solution is to store some of the suspended processes on a disk. This is known as swapping. A process that is stored on disk must be reloaded into before it can resume execution. Paging is a similar process found on some UNIX systems, where infrequently used parts of processes are temporarily stored on disk.