Chapter 2
Chapter 2
Chapter 2
OPERATING SYSTEM
The operating system is the most important program that runs on a computer.
Computer operating system perform basic tasks, such as recognizing input from the keyboard, sending
output to the display, keeping files and directories on the storage drives, and controlling peripheral devices,
such as printers.
Four Main Roles of operating system
•Manage hardware •Provide a user interface
•Run applications •Manage files
Purpose of an Operating System - The operating system boots the computer and sets up the file system.
2 types of operating system interfaces:
Command Line Interface (CLI): The user types commands at a prompt.
Graphical User Interface (GUI): The user interacts with menus and icons.
Operating System Functions:
File and folder management - The operating system creates a file structure on the hard disk to drive to
allow data to be stored
Application management - The operating system manage all programs to ensure that the correct resources
are allocated to the applications.
Control hardware access - The operating system handles the interaction between the applications and
hardware.
User interface - The operating system enable the user to interact with software and hardware.
Plug and Play Technology - the operating system is designed to automatically discover new plug-and-play (PnP)
compatible hardware, and then configure the device, OS, and registry.
Applications Programming Interface:
• The API allows programmers to create software applications consistent with the operating system.
• Open Graphics Library (OpenGL): Cross-platform standard specification for multimedia graphics.
• DirectX: Collection of API's related to multimedia tasks for Microsoft Windows.
Additional Capabilities of an Operating System
Almost all modern operating system can support more than one user, task, or CPU.
•Multi-user - A type of operating system that allows multiple users to access the operating system at the
same time.
•Multitasking - A method a computer uses to share resources between multiple tasks, or process.
•Multiprocessing - A type of computer that can support more than one physical processor or the ability to
schedule tasks between multiple CPU's.
•Multithreading - A method used by a CPU to process multiple threads, or tasks within a program, at the
same time.
Desktop Operating System - A desktop operating system is intended for use in a small office/home office (SOHO)
with a limited number of users. A network operating system (NOS) is designed for a corporate environment serving
multiple users with a wide range of needs.
Characteristics of computer system:
• Designed to support a single user
• Designed to run single-user applications
• Designed to share files and folders on a small network
• Designed to share peripherals on a small network
Network Operating System
Characteristics of NOS:
• Designed to support multiple users • Designed to be used on a network
• Designed to run multi-user applications • Designed with increased security compared
• Designed to be robust and redundant to desktop operating systems
Common tasks for a NOS:
• File Transfer Protocol (FTP) • Network operating systems are designed to
• Simple Mail Transfer Protocol (SMTP) function well in a client/server environment
• Hypertext Transfer Protocol (HTTP) • A server is a robust computer that is used to
• Lightweight Directory Access Protocol service the needs of multiple clients within a
(LDAP) network.
• Active Directory
Commonly used desktop operating systems fall into three group:
Windows
Windows dominates the personal computer world, offering a graphical user interface (GUI), virtual memory
management, multitasking, and support for many peripheral devices
Mac
Mac OS features a graphical user interface (GUI) that utilizes windows, icons, and all applications that run
on a Macintosh computer have a similar user interface.
Linux
Linux is a freely distributed open-source operating system that runs on a number of hardware platforms.
Operating systems have several similarities:
• GUI Interface • Multitasking capabilities
• Standard “look and feel” characteristics • Ability to function with most hardware
• Multithreading capabilities
Differences between desktop operating systems are typically related to availability and how much can be
accomplished using the GUI:
• Windows and MAC OS users can perform the majority of tasks through the GUI.
• Linux and UNIX users most understand the use of CLI to perform some tasks.
The code for an operating system will be either open source or proprietary:
• Open-source applications can be read and modified. Programmers openly share code with other
programmers. Linux distributions are open source.
• Proprietary application cannot be read or modified. Proprietary software agreements restrict the use of the
software, identifying where and when the software me be used.
Attributes of NOS
• A NOS has much of the same functionality as a desktop operating system.
• Determining the number of users that a server can support depends on factors such as the hardware
specifications, the network operating system, and physical demands on the system.
• A NOS will normally remain stable when the number of users is high, but the process may become slow.
The most common network operating systems include:
• Novell Netware • Linux
• Microsoft Windows Server • UNIX
Determine operating system based on customer needs
• Select the proper operating system to meet the needs of your customer, gain as much information about
the costumer’s daily activities as possible.
• Once you have a thorough understanding of what the customer needs, you can successfully select
appropriate software and hardware to satisfy existing and future requirements.
What Does Your Customer Require?
To identify applications that customers will use and ensure compatibility
• When selecting hardware and software, the needs of your customer should come first. Remain neutral and
listen to the needs of your customer before deciding on any computer hardware or software solution.