CHAPTER 3: OPERATING STRUCTURES

SYTEM COMPONENTS






  • Operating Systems Process Management
    -A process is a program in execution. A process needs certain resources, including CPU time, memory, files, and I/O devices, to accomplish its task.
    -The operating system is responsible for the following activities in connection with process management.
    1.Process creation and deletion.
    2.Process suspension and resumption.
    3.Provision of mechanisms for:
    -process synchronization
    -process communication


  • Main Memory Mangement-
    -Memory is a large array of words or bytes, each with its own address. It is a repository of quickly accessible data shared by the CPU and I/O devices.
    -Main memory is a volatile storage device. It loses its contents in the case of system failure.
    -The operating system is responsible for the following activities in connections with memory management:
    1.Keep track of which parts of memory are currently being used and by whom.
    2.Decide which processes to load when memory space becomes available.
    3.Allocate and deallocate memory space as needed.


  • File Management-
    -A file is a collection of related information defined by its creator. Commonly, files represent programs (both source and object forms) and data.
    -The operating system is responsible for the following activities in connections with file management:
    1.File creation and deletion.
    2.Directory creation and deletion.
    3.Support of primitives for manipulating files and directories.
    4.Mapping files onto secondary storage.
    5.File backup on stable (nonvolatile) storage media.


  • I/O System Management-
    -The I/O system consists of:
    a)A buffer-caching system .
    b)A general device-driver interface .
    c)Drivers for specific hardware devices .


  • Secondary Storage Management
    -Since main memory (primary storage) is volatile and too small to accommodate all data and programs permanently, the computer system must provide secondary storage to back up main memory.
    -Most modern computer systems use disks as the principle on-line storage medium, for both programs and data.
    -The operating system is responsible for the following activities in connection with disk management:
    1.Free space management
    2.Storage allocation
    3.Disk scheduling




  • Protetion System
    -Protection refers to a mechanism for controlling access by programs, processes, or users to both system and user resources.
    -The protection mechanism must:
    1.distinguish between authorized and unauthorized usage.
    2.specify the controls to be imposed.
    3.provide a means of enforcement.


  • Command-Interpreter System
    -Many commands are given to the operating system by control statements which deal with:
    a)process creation and management
    b)I/O handling
    c)secondary-storage management
    d)main-memory management
    e)file-system access
    f)protection
    g)networking

0 comments: