Sunday, August 2, 2009

operasi dasar by_amelia

Sistem operasi-sistem operasi utama yang digunakan komputer sistem umum (termasuk PC, komputer personal) terbagi menjadi 3 kelompok besar:
Keluarga Microsoft Windows - yang antara lain terdiri dari Windows Desktop Environment (versi 1.x hingga versi 3.x), Windows 9x (Windows 95, 98, dan Windows ME), dan Windows NT (Windows NT 3.x, Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows 7 (Seven) yang akan dirilis pada tahun 2009, dan Windows Orient yang akan dirilis pada tahun 2014)).
Keluarga Unix yang menggunakan antarmuka sistem operasi POSIX, seperti SCO UNIX, keluarga BSD (Berkeley Software Distribution), GNU/Linux, MacOS/X (berbasis kernel BSD yang dimodifikasi, dan dikenal dengan nama Darwin) dan GNU/Hurd.
Mac OS, adalah sistem operasi untuk komputer keluaran Apple yang biasa disebut Mac atau Macintosh. Sistem operasi yang terbaru adalah Mac OS X versi 10.4 (Tiger). Awal tahun 2007 direncanakan peluncuran versi 10.5 (Leopard).
Sedangkan komputer Mainframe, dan Super komputer menggunakan banyak sekali sistem operasi yang berbeda-beda, umumnya merupakan turunan dari sistem operasi UNIX yang dikembangkan oleh vendor seperti IBM AIX, HP/UX, dll.

[sunting] Proses
Prosesor mengeksekusi program-program komputer. Prosesor adalah sebuah chip dalam sistem komputer yang menjalankan instruksi-instruksi program komputer. Dalam setiap detiknya prosesor dapat menjalankan jutaan instruksi.
Program adalah sederetan instruksi yang diberikan kepada suatu komputer. Sedangkan proses adalah suatu bagian dari program yang berada pada status tertentu dalam rangkaian eksekusinya. Di dalam bahasan Sistem Operasi, kita lebih sering membahas proses dibandingkan dengan program. Pada Sistem Operasi modern, pada satu saat tidak seluruh program dimuat dalam memori, tetapi hanya satu bagian saja dari program tersebut. Sedangkan bagian lain dari program tersebut tetap beristirahat di media penyimpan disk. Hanya pada saat dibutuhkan saja, bagian dari program tersebut dimuat di memory dan dieksekusi oleh prosesor. Hal ini sangat menghemat pemakaian memori.
Beberapa sistem hanya menjalankan satu proses tunggal dalam satu waktu, sedangkan yang lainnya menjalankan multi-proses dalam satu waktu. Padahal sebagian besar sistem komputer hanya memiliki satu prosesor, dan sebuah prosesor hanya dapat menjalankan satu instruksi dalam satu waktu. Maka bagaimana sebuah sistem prosesor tunggal dapat menjalankan multi-proses? Sesungguhnya pada granularity yang sangat kecil, prosesor hanya menjalankan satu proses dalam satu waktu, kemudian secara cepat ia berpindah menjalankan proses lainnya, dan seterusnya. Sehingga bagi penglihatan dan perasaan pengguna manusia, seakan-akan prosesor menjalankan beberapa proses secara bersamaan.
Setiap proses dalam sebuah sistem operasi mendapatkan sebuah PCB (Process Control Block) yang memuat informasi tentang proses tersebut, yaitu: sebuah tanda pengenal proses (Process ID) yang unik dan menjadi nomor identitas, status proses, prioritas eksekusi proses dan informasi lokasi proses dalam memori. Prioritas proses merupakan suatu nilai atau besaran yang menunjukkan seberapa sering proses harus dijalankan oleh prosesor. Proses yang memiliki prioritas lebih tinggi, akan dijalankan lebih sering atau dieksekusi lebih dulu dibandingkan dengan proses yang berprioritas lebih rendah. Suatu sistem operasi dapat saja menentukan semua proses dengan prioritas yang sama, sehingga setiap proses memiliki kesempatan yang sama. Suatu sistem operasi dapat juga merubah nilai prioritas proses tertentu, agar proses tersebut akan dapat memiliki kesempatan lebih besar pada eksekusi berikutnya (misalnya: pada proses yang sudah sangat terlalu lama menunggu eksekusi, sistem operasi menaikkan nilai prioritasnya).

[sunting] Status Proses
Jenis status yang mungkin dapat disematkan pada suatu proses pada setiap sistem operasi dapat berbeda-beda. Tetapi paling tidak ada 3 macam status yang umum, yaitu:
Ready, yaitu status dimana proses siap untuk dieksekusi pada giliran berikutnya
Running, yaitu status dimana saat ini proses sedang dieksekusi oleh prosesor
Blocked, yaitu status dimana proses tidak dapat dijalankan pada saat prosesor siap/bebas



Operating system-the main operating system used computer system general (including PC, personal computer) divided into 3 major groups: Microsoft Windows family - which among others consists 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) will be released in 2009, and Windows will be released the Orient in the year 2014)). Unix family of operating systems using the POSIX interface, such as SCO UNIX, family BSD (Berkeley Software Distribution), GNU / Linux, MacOS / X (BSD-based kernel is modified, and is known by the name of Darwin) and GNU / Hurd. Mac OS is the operating system for computer output which is called the Apple Mac or Macintosh. Operating system is the latest version of Mac OS X 10.4 (Tiger). Planned early 2007 launch of version 10.5 (Leopard). Meanwhile, Mainframe computers, super computers and many use the operating system that is different, generally is derived from the UNIX operating system developed by vendors such as IBM AIX, HP / UX, etc.. [edit] Process Processor executing the computer programs. Processor is a chip in the computer system that runs the instructions a computer program. In each second processor can run millions of instructions. The program is a series of instructions given to a computer. While the process is a part of the program that is on a particular status in the series of execution. In the discussion Operating System, we discuss the process more frequently than the program. In the modern Operating System, at a time not all programs loaded in memory, but only just one part of the program. While other parts of the program is still resting in the media storage disk. Only required at the time only, 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 the other run in the multi-process one time. While most of the computer system has 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 it to run other processes, and so on. So that the vision and feelings of the human user, as it were, the processor will run 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, the status of the process, the priority process execution and process location information in memory . Priority process is a value or scale that indicates how often the process must be executed by the processor. The process that has a higher priority, will be executed more often or earlier than the process that berprioritas lower. 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 very process that has been too long waiting execution, the operating system increase the value of priority). [edit] Status Process Type of status that may disematkan on a process on each operating system can vary. But there are at least 3 types of status that is common, namely: Ready, that is where the status of the process is ready to turn executed on the next Running, the status of the current process is being executed by the processor Blocked, that is where the process status can not be executed at the time the processor is ready / free

No comments:

Post a Comment