the main operating system used by the general system of computers (including PCs, personal computer) are divided into three major groups:
1. Family Microsoft Windows - which is comprised of the Windows Desktop Environment (version 1.x to version 3.x), Windows 9x (Windows 95, 98, and Windows ME), and Windows NT (Windows NT 3.x, Windows NT 4.0 , Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows 7 (Seven), was released in 2009, and Windows Orient which will be released in 2014)).
2. Unix family of operating systems that use the POSIX interfaces, such as SCO UNIX, family BSD (Berkeley Software Distribution), GNU / Linux, MacOS / X (BSD-based kernel is modified, and known by the name of Darwin) and GNU / Hurd.
3. Mac OS, is the operating system for Apple computers commonly referred to output your Mac or Macintosh. Newest operating system is Mac OS X version 10.4 (Tiger). Early in 2007 planned launch of version 10.5 (Leopard).
Meanwhile, mainframe computers, super computers and operating systems use a lot of different, generally is derived from the UNIX operating system developed by vendors such as IBM AIX, HP / UX, etc..
The processor executes computer programs. The processor is a chip in a computer system that runs the computer program instructions. In each second processor can run millions of instructions.
Program is a series of instructions given to a computer. While the process is a part of a program that is on a certain status in a series of execution. In the Operating System, we more often discuss the process compared with the program. In modern operating systems, at a time not all programs loaded in memory, but only one part of the program. While other parts of the program is still resting on the disk storage media. Only when they need it, part of the program is loaded in memory and executed by the processor. This is to save memory.
Some systems run only one process in one single time, while others run multi-process one time. While most computer systems have only one processor, and a processor can only execute one instruction at a time. So how a single processor system can run multi-process? Indeed, the granularity is very small, the processor only runs one process at a time, then quickly switch to run other processes, and so on. So that for the vision and sense of human users, as if the processor running multiple processes simultaneously.
Each process in an operating system to get a PCB (Process Control Block) which includes information about the process, namely: an identification process (Process ID) a unique identity and become the number, status of the process, the priority process execution and process location information in memory . Priority process is a value or a scale that indicates how often the process must be executed by the processor. Process that has a higher priority, will be run more often or more were executed earlier than the lower-priority process. An operating system can only determine all processes with the same priority, so that each process has the same opportunity. An operating system can also alter the value of a particular priority, so that the process will be able to have a greater opportunity in the next execution (for example: the process that has been far too long waiting for execution, the operating system increase the value of priority).
Types of status that may be pinned on a process on each operating system may vary. But at least there are three common types of status, namely:
1. Ready, the status of the process is ready for execution at the next turn
2. Running, the status of the current process being executed by the processor
3. Blocked, the status of the process can not be executed when the processor is ready / free
1. Family Microsoft Windows - which is comprised of the Windows Desktop Environment (version 1.x to version 3.x), Windows 9x (Windows 95, 98, and Windows ME), and Windows NT (Windows NT 3.x, Windows NT 4.0 , Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows 7 (Seven), was released in 2009, and Windows Orient which will be released in 2014)).
2. Unix family of operating systems that use the POSIX interfaces, such as SCO UNIX, family BSD (Berkeley Software Distribution), GNU / Linux, MacOS / X (BSD-based kernel is modified, and known by the name of Darwin) and GNU / Hurd.
3. Mac OS, is the operating system for Apple computers commonly referred to output your Mac or Macintosh. Newest operating system is Mac OS X version 10.4 (Tiger). Early in 2007 planned launch of version 10.5 (Leopard).
Meanwhile, mainframe computers, super computers and operating systems use a lot of different, generally is derived from the UNIX operating system developed by vendors such as IBM AIX, HP / UX, etc..
The processor executes computer programs. The processor is a chip in a computer system that runs the computer program instructions. In each second processor can run millions of instructions.
Program is a series of instructions given to a computer. While the process is a part of a program that is on a certain status in a series of execution. In the Operating System, we more often discuss the process compared with the program. In modern operating systems, at a time not all programs loaded in memory, but only one part of the program. While other parts of the program is still resting on the disk storage media. Only when they need it, part of the program is loaded in memory and executed by the processor. This is to save memory.
Some systems run only one process in one single time, while others run multi-process one time. While most computer systems have only one processor, and a processor can only execute one instruction at a time. So how a single processor system can run multi-process? Indeed, the granularity is very small, the processor only runs one process at a time, then quickly switch to run other processes, and so on. So that for the vision and sense of human users, as if the processor running multiple processes simultaneously.
Each process in an operating system to get a PCB (Process Control Block) which includes information about the process, namely: an identification process (Process ID) a unique identity and become the number, status of the process, the priority process execution and process location information in memory . Priority process is a value or a scale that indicates how often the process must be executed by the processor. Process that has a higher priority, will be run more often or more were executed earlier than the lower-priority process. An operating system can only determine all processes with the same priority, so that each process has the same opportunity. An operating system can also alter the value of a particular priority, so that the process will be able to have a greater opportunity in the next execution (for example: the process that has been far too long waiting for execution, the operating system increase the value of priority).
Types of status that may be pinned on a process on each operating system may vary. But at least there are three common types of status, namely:
1. Ready, the status of the process is ready for execution at the next turn
2. Running, the status of the current process being executed by the processor
3. Blocked, the status of the process can not be executed when the processor is ready / free
0 comments: on "computer operating systems"
Post a Comment