EssaysForStudent.com - Free Essays, Term Papers & Book Notes
Search

Unix Operating System

By:   •  Case Study  •  5,218 Words  •  February 11, 2010  •  962 Views

Page 1 of 21

Join now to read essay Unix Operating System

Abstract

This paper is a general overview of Unix operating system. It starts by presenting a brief history of the early development of Unix. It concentrates on main aspects of Unix operating system. Key concepts covered are interactive multi-user operating systems, the design objectives of Unix, file-store organization, text processing and programming, the role of C programming language with regard to portability and reliable system software, process control (signals and fork), error logging and recovery from system failures, modifiability and application.

Outline

I. Introduction of Unix

a. History of Unix

b. Interest in Unix

c. Early marketing

d. Developments

i. GUI

ii. Linux

1. Linus Torvalds

II. The Design Objectives of Unix, File-store Organization, Text Processing, and Programming.

a. Benefits of text files

b. Unix shell

c. Unix goals

III. The Role of the C Programming Language with Regard to Portability and Reliable System Software

a. Typeless language

b. Important features of C

IV. Process Control: Signals and Fork

a. State of a process

b. Unix event handling sequence

c. Non-Unix event handling

d. Unix process control allows maximum flexibility

V. Error Logging and Recovery From System Failures

a. Unix recovery features

b. Advantages of recovery procedures

VI. Modifiability and Application Programmer Interface (API).

a. Platform dependency

VII. The User's Perspective on Unix.

VIII. Bibliography

I. Introduction

Strictly speaking, UNIX (in capitals) has been a registered trademark of UNIX System Laboratories (first owned by AT&T, then sold, in 1993, to Novell, Inc., then sold, in 1995, to SCO). The Open Group currently owns the Unix® Trademark. But the word "Unix" has also come to refer to a collection of very closely related operating systems (e.g. AT&T UNIX System V, BSD 4.3 Unix, Sun Microsystems' Solaris, Silicon Graphic's Irix, DEC/Compaq Tru-64 Unix, IBM's AIX, Hewlett-Packard's HP Unix, FreeBSD, NetBSD, SCO UNIX, Minix, Linux, and many others) which have found use on a wide variety of computing platforms, ranging from single-user personal computers to large network server multi-processor machines. Many of these variants are proprietary, but others have source code freely available. For the purposes of this paper, features of the Unix operating system will refer to those features that are common to almost all modern versions of Unix.

It is helpful to give a brief outline of Unix history. UNIX was the creation of a group of researchers at Bell Laboratories (now Lucent Technologies) during the years 1969-1970. The desire was to produce a multi-user, multiprocessing operating system which would support research in computer science, but which had modest hardware requirements (unlike the earlier MULTICS project). Users were expected to connect to the system primarily via terminals over RS-232 serial communication lines. Additional improvements were made over the next few years. The kernel was rewritten in C in 1973. By 1974 Bell Laboratories Version 5 of the UNIX system was available for a nominal charge with full source code and quickly became a popular choice within academic computer science programs.

Interest in UNIX spread overtime and spurred modifications that added functionality. One of the most significant milestones was the addition (in version BSD 4.2 in 1983) of TCP/IP networking via the software abstraction of a network socket. This made it possible for application programmers to write portable code that accessed a network. The mature version of this line of development was BSD 4.3 Unix.

An attempt at consolidation and the adoption of a standard for Unix in the late 1980's produced two camps. One

Download as (for upgraded members)  txt (33 Kb)   pdf (354.3 Kb)   docx (24.6 Kb)  
Continue for 20 more pages »