Pages

Thursday, July 22, 2010

komputer menjana minda masyarakat

Software System use in Computer





System software

System software is computer software designed to operate the computer hardware and to provide and maintain a platform for running application software.[1][2]

The most important types of system software are:

* The computer BIOS and device firmware, which provide basic functionality to operate and control the hardware connected to or built into the computer.
* The operating system (prominent examples being Microsoft Windows, Mac OS X and Linux), which allows the parts of a computer to work together by performing tasks like transferring data between memory and disks or rendering output onto a display device. It also provides a platform to run high-level system software and application software.
* Utility software, which helps to analyze, configure, optimize and maintain the computer.

In some publications, the term system software is also used to designate software development tools (like a compiler, linker or debugger).[3]

System software is usually not what a user would buy a computer for - instead, it can be seen as the basics of a computer which come built-in or pre-installed. In contrast to system software, software that allows users to do things like create text documents, play games, listen to music, or surf the web is called application software.[4]
[edit] Types of system software programs

System software helps use the operating system and computer system. It includes diagnostic tools, compilers, servers, windowing systems, utilities, language translator, data communication programs, data management programs and more. The purpose of system software is to insulate the applications programmer as much as possible from the details of the particular computer complex being used, especially memory and other hardware features, and such accessory devices as communications, printers, readers, displays, keyboards, etc.

Specific kinds of system software include:
* Loaders
* Utility software
* Shells
* BIOS
* Hypervisors
* Boot loader
*Operating system
*Device Driver


BIOS

In IBM PC Compatible computers, the basic input/output system (BIOS)[1] , also known as the System BIOS, is a de facto standard defining a firmware interface.[2]

The BIOS of a PC software is built into the PC, and is the first code run by a PC when powered on ('boot firmware'). The primary function of the BIOS is to load and start an operating system. When the PC starts up, the first job for the BIOS is to initialize and identify system devices such as the video display card, keyboard and mouse, hard disk, CD/DVD drive and other hardware. The BIOS then locates software held on a peripheral device (designated as a 'boot device'), such as a hard disk or a CD, and loads and executes that software, giving it control of the PC.[3] This process is known as booting, or booting up, which is short for bootstrapping.

BIOS software is stored on a non-volatile, ROM chip built into the system, on the mother board and the BIOS software is specifically designed to work with the particular type of system in question including having a knowledge of the workings of various devices that make up the complementary chipset of the system. In modern computer systems, the BIOS chip's contents can be rewritten so allowing BIOS software to be upgraded.

A BIOS will also have a user interface (or UI for short). Typically this is a menu system accessed by pressing a certain key on the keyboard when the PC starts. In the BIOS UI, a user can configure hardware, set the system clock, enable or disable system components, and most importantly, select which devices are eligible to be a potential boot device and set various password prompts, most importantly a password for securing access to the BIOS UI functions itself and preventing malicious users from booting the system from unauthorized peripheral devices.

The BIOS provides a small library of basic input/output functions that to operate and control the peripherals such as the keyboard, text display functions and so forth, and these software library functions are callable by external software. In the IBM PC and AT, certain peripheral cards such as hard-drive controllers and video display adapters carried their own BIOS extension ROM, which provided additional functionality. Operating systems and executive software, designed to supersede this basic firmware functionality, will provide replacement software interfaces to applications.
Phoenix AwardBIOS CMOS (non-volatile memory) Setup utility on a standard PC
Stored on PROM
EPROM
Flash memory

SHELL

A shell is a piece of software that provides an interface for users to an operating system which provides access to the services of a kernel. However, the term is also applied very loosely to applications and may include any software that is "built around" a particular component, such as web browsers and email clients that are "shells" for HTML rendering engines. The name shell originates from shells being an outer layer of interface between the user and the internals of the operating system

Operating system

An operating system (OS) is a set of system software programs in a computer that regulate the ways application software programs use the computer hardware and the ways that users control the computer. For hardware functions such as input/output and memory space allocation, operating system programs act as an intermediary between application programs and the computer hardware,[1][2] although application programs are usually executed directly by the hardware. Operating Systems is also a field of study within Applied Computer Science. Operating systems are found on almost any device that contains a computer with multiple programs—from cellular phones and video game consoles to supercomputers and web servers. Operating systems are two-sided platforms, bringing consumers (the first side) and program developers (the second side) together in a single market. Some popular modern operating systems for personal computers include Microsoft Windows, Mac OS X, and Linux[



Utility software


Utility software is a kind of system software designed to help analyze, configure, optimize and maintain the computer. A single piece of utility software is usually called a utility or tool.

Utility software should be contrasted with application software, which allows users to do things like creating text documents, playing games, listening to music or surfing the web. Rather than providing these kinds of user-oriented or output-oriented functionality, utility software usually focuses on how the computer infrastructure (including the computer hardware, operating system, application software and data storage) operates. Due to this focus, utilities are often rather technical and targeted at people with an advanced level of computer knowledge.

Most utilities are highly specialized and designed to perform only a single task or a small range of tasks. However, there are also some utility suites that combine several features in one software.

Most major operating systems come with several pre-installed utilities.

Utility software categories
* Disk storage utilities
* Disk defragmenters can detect computer files whose contents are broken across several locations on the hard disk, and move the fragments to one location to increase efficiency.
* Disk checkers can scan the contents of a hard disk to find files or areas that are corrupted in some way, or were not correctly saved, and eliminate them for a more efficiently operating hard drive.
* Disk cleaners can find files that are unnecessary to computer operation, or take up considerable amounts of space. Disk cleaner helps the user to decide what to delete when their hard disk is full.
* Disk space analyzers for the visualization of disk space usage by getting the size for each folder (including sub folders) & files in folder or drive. showing the distribution of the used space.
* Disk partitions can divide an individual drive into multiple logical drives, each with its own file system which can be mounted by the operating system and treated as an individual drive.
* Backup utilities can make a copy of all information stored on a disk, and restore either the entire disk (e.g. in an event of disk failure) or selected files (e.g. in an event of accidental deletion).
* Disk compression utilities can transparently compress/uncompress the contents of a disk, increasing the capacity of the disk.
* File managers provide a convenient method of performing routine data management tasks, such as deleting, renaming, cataloging, uncataloging, moving, copying, merging, generating and modifying data sets.
* Archive utilities output a stream or a single file when provided with a directory or a set of files. Archive utilities, unlike archive suites, usually do not include compression or encryption capabilities. Some archive utilities may even have a separate un-archive utility for the reverse operation.
* System profilers provide detailed information about the software installed and hardware attached to the computer.
* Anti-virus utilities scan for computer viruses.
* Hex editors directly modify the text or data of a file. These files could be data or an actual program.
* Data compression utilities output a shorter stream or a smaller file when provided with a stream or file.
* Cryptographic utilities encrypt and decrypt streams and files.
* Launcher applications provide a convenient access point for application software.
* Registry cleaners clean and optimize the Windows registry by removing old registry keys that are no longer in use.
* Network utilities analyze the computer's network connectivity, configure network settings, check data transfer or log events.



    • Command line interface (CLI) and Graphical user interface (GUI) Allows the user to contact and make changes to the operating system.

Hypervisor

In computing, a hypervisor, also called virtual machine monitor (VMM), allows multiple operating systems to run concurrently on a host computer— a feature called hardware virtualization. The hypervisor presents the guest operating systems with a virtual platform and monitors the execution of the guest operating systems. In that way, multiple operating systems, including multiple instances of the same operating system, can share hardware resources. An example of a hypervisor is PR/SM, which is a type 1 hypervisor that runs on bare hardware and allocates system resources across LPARs to share physical resources such as CPUs, direct access storage devices, and memory

Booting

In computing, booting (also known as "booting up") is a bootstrapping process that starts operating systems when the user turns on a computer system. A boot sequence is the initial set of operations that the computer performs when power is switched on. The bootloader typically loads the main operating system for the computer.



Device driver

In computing, a device driver or software driver is a computer program allowing higher-level computer programs to interact with a hardware device.
A driver typically communicates with the device through the computer bus or communications subsystem to which the hardware connects. When a calling program invokes a routine in the driver, the driver issues commands to the device. Once the device sends data back to the driver, the driver may invoke routines in the original calling program. Drivers are hardware-dependent and operating-system-specific. They usually provide the interrupt handling required for any necessary asynchronous time-dependent hardware interface.

Conclusion 
  Software-based protection systems are coming into common use, driven by their inherent advantages in both performance and portability. Software fault isolation, proof-carrying code, or language-based mechanisms can be used to guarantee memory-safety. Secure system services cannot be built without these mechanisms, but may require additional system support to work properly.

We have described three designs which support interposition of security checks between untrusted code and important system resources. Each design has been implemented in Java and both extended stack introspection and name space management have been integrated in commercial Web browsers.
All three designs have their strengths and weaknesses. For example, capability systems are implemented very naturally in Java. However, they are only suitable for applications where programs are not expecting to use the standard Java APIs, because capabilities require a stylistic departure in API design.
Name space management offers good compatibility with existing Java applets but Java's libraries and newer Java mechanisms such as the reflection API may limit its use.
Extended stack introspection also offers good compatibility with existing Java applets and has reasonable security properties, but its complexity is troubling and it relies on several artifacts of Sun's Java Virtual Machine implementation.
We believe the best solution is to combine elements of these techniques. Name space management allows transparent interposition of security layers between system and applet code with no run-time performance penalty. Stack introspection can allow legacy system code to run with less than full privileges without being rewritten in a capability style. Yet, capabilities provide a well understood extension to remote procedure calls. Understanding how to create such a hybrid system is a main area for future research.




Hardware in System Computer

HARDWARE



Hardware is best described as a device that is physically connected to your computer or something that can be physically touched. A CD-ROM, Monitor, Printer, and video card are all examples of computer hardware. Without any hardware your computer would not exist and software would have nothing to run on. The image to the right is of a webcam, an example of an external hardware peripheral that allows users to make videos and/or pictures and transmit them over the Internet.
The major components of a computer are:

The Motherboard


The CPU or Central Processing Unit


RAM or the Random Access Memory


Sound Card


The Graphics Card

The Power Supply


The Hard Disk or Hard Drive


The Optical Drive - also known as a CD or DVD Drive


Secondary drive





Motherboard





The motherboard is the main component inside the case. It is a large rectangular board with integrated circuitry that connects the rest of the parts of the computer including the CPU, the RAM, the disk drives (CD, DVD, hard disk, or any others) as well as any peripherals connected via the ports or the expansion slots.






Power supply



A power supply unit (PSU) converts alternating current (AC) electric power to low-voltage DC power for the internal components of the computer. Some power supplies have a switch to change between 230 V and 115 V. Other models have automatic sensors that switch input voltage automatically, or are able to accept any voltage between those limits. Power supply units used in computers are nearly always switch mode power supplies (SMPS). The SMPS provides regulated direct current power at the several voltages required by the motherboard and accessories such as disk drives and cooling fans.





Sound card



Enables the computer to output sound to audio devices, as well as accept input from a microphone. Most modern computers have sound cards built-in to the motherboard, though it is common for a user to install a separate sound card as an upgrade. Most sound cards, either built-in or added, have surround sound capabilities.

* The central processing unit (CPU) performs most of the calculations which enable a computer to function, and is sometimes referred to as the "brain" of the computer. It is usually cooled by a heat sink and fan.
The chip set mediates communication between the CPU and the other components of the system, including main memory.


RAM


(Random Access Memory) stores all running processes (applications) and the current running OS.RAM stands for Random Access Memory, and comes as modules in predefined amounts. It is also found directly on the motherboard and usually in one, two or four slots. The memory chips store information, temporarily, for short term use by the CPU. RAM is used to store information for files that are actually being used by the CPU at any given time.

The computer's RAM memory is an entirely different thing from the hard disk "memory". The hard disk stores information "permanently" for long term use


;


The graphics card or video card translates information into the graphics and text that appear on the monitor screen.
Most motherboards now include a slot specifically designed for the graphics adapter called the AGP slot. This stands for Advanced Graphics Port.
Modern graphics adapters usually incorporate some memory right on the card to improve their performance.

The Optical Drive


The optical drive is often called a DVD drive, or a CD drive. It sits at the front of the computer for ease of access, and uses a laser to read and write information to CD's and DVD's.

Secondary storage
Hardware that keeps data inside the computer for later use and remains persistent even when the computer has no power.

* Hard disk - for medium-term storage of data.
* Solid-state drive - a device similar to hard disk, but containing no moving parts and stores data in a digital format.
* RAID array controller - a device to manage several internal or external hard disks and optionally some peripherals in order to achieve performance or reliability improvement in what is called a RAID array.

Conclusion
It is generally considered that a fault-tolerant system is composed of a hardware system and a software system. The present work assumes that a hardware system is composed of two units (processors). Two software maintenance policies depending on the priority maintenance for software are proposed. In particular, software maintenance policies are discussed by evaluating the (time dependent) transient solutions of the reliability measures. Formulating Markov process models for two policies, and calculating the reliability measures numerically, two software maintenance policies for the resulting reliability measures are compared.