Introduction to Operating Systems

Slides:



Advertisements
Similar presentations
Topology The physical topology of a network refers to the configuration of cables, computers and other peripherals. The main types of network topologies.
Advertisements

COURSE: COMPUTER PLATFORMS
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Two Broad Categories of Software
Operating Systems: Software in the Background
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
F2032 Fundamental of OS Chapter 1 Introduction to Operating System Part 4.
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
The University of Akron Summit College Business Technology Department Computer Information Systems 2440: 145 Operating Systems Introduction to UNIX/Linux.
Operating System.
Week 6 Operating Systems.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
Operating Systems Operating System
Chapter 8 Operating Systems and Utility Programs
 Introduction to Operating System Introduction to Operating System  Types Of An Operating System Types Of An Operating System  Single User Single User.
SYSTEM SOFTWARE Prepared by: Mrs. Careene McCallum-Rodney.
How Hardware and Software Work Together
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
E- Learning and Writing Skills IGGU 1101 Operating System Windows Dr. Sana’a Wafa Al-Sayegh.
INFORMATION SYSTEM-SOFTWARE Topic: OPERATING SYSTEM CONCEPTS.
Parts of the Computer System
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Computer Components: Software Computer Technology.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Introduction to Network Operating Systems Edited by/ Maysoon Al Duwais
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Computer Center | Network Group IISER Bhopal Introduction to Basic Component of Computer System Vinay Bajpai iiserb.ac.in Computer Center Indian.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
System SOFTWARE.
Software.
Operating System and Utility Programs
Computers: Tools for an Information Age
Section 2.1 Section 2.2 Identify hardware
Topology The physical topology of a network refers to the configuration of cables, computers and other peripherals. The main types of network topologies.
Operating System & Application Software
Chapter Objectives In this chapter, you will learn:
Operating System Review
2. OPERATING SYSTEM 2.1 Operating System Function
HARDWARE The hardware is the part you can see the computer, ie all components of their physical structure. The screen, keyboard, and mouse tower of the.
Computer Software.
Introduction to Operating Systems
Chapter 4 – Introduction to Operating System Concepts
TYPES OFF OPERATING SYSTEM
Computer Technology Notes #3
Operating System Review
Operating System Review
The Operating system Gives life to the hardware
The Main Features of Operating Systems
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Client/Server And Peer-to-Peer
An Introduction to Operating Systems
Presentation transcript:

Introduction to Operating Systems Chapter 1 Introduction to Operating Systems

Hardware Needs Software to Work Physical components of the computer (monitor, keyboard, memory chips, hard drive, etc.) Software Set of instructions that directs hardware to accomplish a task

Hardware Needs Software to Work

Software Programs written by programmers that instruct computers to perform specific task. PC Software Firmware (BIOS) Operating Systems (OS) Applications software BIOS and OS Control the computer when it is first turned on

Software BIOS and OS Control the computer when it is first turned on Startup BIOS Operating System Hardware 1.-Performs startup tasks 2.-Passes control to OS 3.-Performs more startup tasks

O. S During Operation O.S. is serving as a middle layer between User Application Software Operating System BIOS Device Drivers H a r d w a r e During Operation O.S. is serving as a middle layer between app software and hardware O.S. controls the allocation and use hardware

O. S. Components This component tracks every file in the system The kernel's primary purpose is to manage the computer's resources and allow other programs to run and use these resources.

O. S Operating System’s Tasks Memory Management Device Management Allocates portions of memory to programs at their request Device Management Recognizing input from the keyboard or mouse Sending output to the video screen or printer Storage Management Keeping track of files on the storage devices and hard drives Application Interface Ensures that applications continue to run when hardware upgrades and updates occur. User Interface GUI Command line

O. S (Tasks) Applications Operating System Kernel

Single and Multi-User O. S. Single User/Single Tasking Allows only one user to run one program at a time. Multi-User: Allows 2 or more users to run programs at the same time (some OS permit hundreds or even thousands of concurrent users) Multitasking Allows more than one program to run concurrently Multiprocessing Supports running a program on more than one CPU Multithreading Allows different parts of a single program to run concurrently Real Time Responds to input instantly. General-purpose OS, such as DOS and UNIX, are not real-time.

Single and Multi-User O. S. System Single user Multi-user Single task DOS X   Windows3.1 Windows95/98/Me WindowsNT/2000 WindowsXP Unix / Linux MAC/OS X VMS

Network O. S. (NOS) Network operating systems (NOS) coordinate the activities of multiple computers across a network. The network operating system acts as a director to keep the network running smoothly. The two major types of network operating systems are: Peer-to-Peer or Workgroup model Client/Server

Network O. S. (NOS) Peer-to-Peer Examples: AppleShare and Users share resources and files located on their computers and to on other computers Do not have a file server or centralized management All computers have the same ability to use the resources available on the network It is designed primarily for small to medium local area networks Peer-to-Peer Examples: AppleShare and Windows for Workgroups The file servers provide access to resources and security. It provides the mechanism to integrate all the components of the network Allows the network to centralize functions and applications in one or more dedicated file servers When server goes down, operations will cease across the network. Multiple users can simultaneously share the same resources irrespective of physical location. All components (client/network/server) work together Individual workstations (clients) have access to the resources available on the file servers. Client/Server Examples: Novell Netware and Windows NT Server .