research paper on understanding linux network internals. Needs to be 6 pages.

Need an research paper on understanding linux network internals. Needs to be 6 pages. Please no plagiarism. Most multiuser systems use preemptive, multitasking technology. These systems are intended to handle up to about 10 simultaneous users before they buckle under the load. A server system can typically handle hundreds of users at once. Open-source software is typically developed by thousands of volunteers, relies on peer review, contains code in the public domain, and is typically distributed free.

One of the critical responsibilities of an OS is to manage the available resources such as memory, or processor time. Multiuser systems must implement an execution setting in which several processes can be active concomitantly and compete for system resources, mainly the CPU (Bovet and Cesati n.d.). Even though a computer has two or more CPUs, it is still important that one user does not dominate all of the time on a CPU. the computer might appear to hang and possibly crashing the computer. The operating system uses specialized programs called resource managers to ensure that memory is used properly without any memory conflicts (Palmer and Walters n.d., p. 12). The operating system will give each user a time slice on the CPU. Each user does a little work during its time slice and then hands the CPU access over to the next user for its time slice.

Multitasking is another crucial feature of a multiuser operating system. A multitasking OS can handle more than one processor, as the jobs are executed by different processors. (Buchanan 1999, p. 42). The running state of the program is called a process or task. A multitasking OS supports two or more simultaneously executing processes. A multiuser OS allows concurrent admittance to a computer system via two or more terminals. Although commonly associated with multiprogramming, multiuser OS does not imply multitasking. A multiuser system usually breaks the disk space up into user directories, so that each user has his data files in a separate place (Baldwin 1986, p. 271).

In a multiuser operating system, two or more active processes are permits. During the execution of such processes, the OS protects the memory space reserved for one process from other processes. Out of multiple processes, most of these systems only process and recognize input from mouse, keyboard, or other input devices (Yadav 2010, p.146).