Introduction to operating systems - PowerPoint PPT Presentation

1 / 20
About This Presentation
Title:

Introduction to operating systems

Description:

Hardware Interface/ Privileged Instructions. Disk/Tape/Memory. 4. Is OS running all time? ... telephones, MP3 player (ipod) Issues: Limited memory. Slow ... – PowerPoint PPT presentation

Number of Views:71
Avg rating:3.0/5.0
Slides: 21
Provided by: jb45
Category:

less

Transcript and Presenter's Notes

Title: Introduction to operating systems


1
  • Introduction to operating systems

2
What is an OS?
  • An interface between users and hardware
  • Allows convenient usage hides the tedious stuff
  • Allows efficient usage parallel activity, avoids
    wasted cycles
  • Provides information protection and sharing
  • Acts as a control program.

3
OPERATING SYSTEM OVERVIEW
Humans
Program Interface
User Programs
O.S. Interface
O.S.
Hardware Interface/ Privileged Instructions
Disk/Tape/Memory
4
Is OS running all time?
  • OS is loaded into system after booting
  • OS is ready to be called all time
  • OS does not run all time
  • OS only starts to run when interrupt happen
  • OS works like government
  • It aims to get everything under control
  • It creates some overheads

5
What does OS do?
  • Process management
  • Memory management
  • File management
  • Input and output control
  • Networking
  • And more.

6
Type of OSs
  • Time sharing systems
  • Desktop systems
  • Parallel systems
  • Real time systems
  • Cluster
  • Distributed systems
  • Handheld (embedded) systems

7
Time-Sharing SystemsInteractive Computing
  • The CPU is multiplexed among several jobs that
    are kept in memory and on disk
  • A job swapped in and out of memory (to or from
    disk).
  • On-line communication between the user and the
    system is provided
  • On-line system must be available for users to
    access data and code.

8
Desktop Systems
  • Personal computers computer system dedicated to
    a single user.
  • I/O devices keyboards, mice, display screens,
    small printers.
  • User convenience and responsiveness.
  • Can adopt technology developed for larger
    operating system, individuals often have sole use
    of it and do not need advanced CPU utilization of
    protection features.
  • May run several different types of operating
    systems (Windows, MacOS, UNIX, Linux)

9
Parallel Systems
  • Multiprocessor systems with more than on CPU in
    close communication.
  • Tightly coupled system processors share memory
    and a clock communication usually takes place
    through the shared memory.
  • Advantages of parallel system
  • Increased throughput
  • Economical
  • Increased reliability
  • graceful degradation
  • fail-soft systems

10
Parallel Systems (Cont.)
  • Symmetric multiprocessing (SMP)
  • Each processor runs and identical OS.
  • Many processes can run at once without
    performance deterioration.
  • Most modern operating systems support SMP
  • Asymmetric multiprocessing
  • Each processor is assigned a specific task
    master processor schedules and allocated work to
    slave processors.
  • More common in extremely large systems

11
Symmetric Multiprocessing Architecture
12
Distributed Systems
  • Loosely coupled system each processor has its
    own local memory processors communicate with one
    another through various communications lines,
    such as high-speed buses or telephone lines.
  • Advantages of distributed systems.
  • Resources Sharing
  • Computation speed up load sharing
  • Reliability
  • Communications

13
Distributed Systems (cont)
  • Requires networking infrastructure.
  • Local area networks (LAN) or Wide area networks
    (WAN)
  • May be either client-server or peer-to-peer
    systems.
  • P2P does not distinguish clients and servers
  • Instead all nodes are considered peers
  • May each act as client, server or both
  • Node must join P2P network
  • Registers its service with central lookup service
    on network, or
  • Broadcast request for service and respond to
    requests for service via discovery protocol
  • Examples include Napster and Gnutella

14
General Structure of Client-Server
15
Clustered Systems
  • Clustering allows two or more systems to share
    storage.
  • Provides high reliability.
  • Asymmetric clustering one server runs the
    application while other servers standby.
  • Symmetric clustering all N hosts are running the
    application.

16
Real-Time Systems
  • Often used as a control device in a dedicated
    application such as controlling scientific
    experiments, medical imaging systems, industrial
    control systems, and some display systems.
  • Well-defined fixed-time constraints.
  • Real-Time systems may be either hard or soft
    real-time.

17
Real-Time Systems (Cont.)
  • Hard real-time
  • Secondary storage limited or absent, data stored
    in short term memory, or read-only memory (ROM)
  • Conflicts with time-sharing systems, not
    supported by general-purpose operating systems.
  • Soft real-time
  • Limited utility in industrial control of robotics
  • Useful in applications (multimedia, virtual
    reality) requiring advanced operating-system
    features.

18
Handheld Systems
  • Personal Digital Assistants (PDAs)
  • Cellular telephones, MP3 player (ipod)
  • Issues
  • Limited memory
  • Slow processors
  • Small display screens.

19
Migration of Operating-System Concepts and
Features
20
Computing Environments
  • Traditional computing
  • Web-Based Computing
  • Embedded Computing
Write a Comment
User Comments (0)
About PowerShow.com