SlideShare ist ein Scribd-Unternehmen logo
1 von 19
NASIR
           AHMID

PRESTON                  BS(CS)
  UNI

 Prof.
                           1st
Naeem
                        Semester
 Iqbal
          1421-212007
PROCESS CONCEPT
 PROCESS:
     A program in execution, process execution must
 progress in sequential fashion.
 A Process includes
    A program in execution
    An instance of a program running on a computer
    The entity that can be assigned to and executed on a
     processor
    A unit of activity characterized by the execution of a
     sequence of instructions a current state and an
     associated set of system resources
PROCESSES
 All the run able software on comp including OS is organized
  into a number of sequential processes or just processes for
  short processes is just an executing program, including the
  current values of the registers and variables. Conceptually each
  process has its virtual cpu.
 The cpu switches back and forth from process to processes,
  but to understand the system much easier to think about a
  collection of processes running in pseudo parallel, than to keep
  track of how the cpu switches from prog to prog .This back and
  forth switching is called multiprogramming.
THE PROCESS MODEL
(a) Multiprogramming of four programs.
(b) Conceptual model of four independent, sequential processes.
(c) Only one program active at any instant.
PROCESS IN MEMORY
PROCESSES CREATION
 OS need some way to make sure all the necessary processes
  exits.
 In general purpose systems. Some way is needed to create
  and terminate processes as needed during operation.
 Principal events that cause processes creation.
1. System initialization.
2. Executing of a processes creation system call.
3. User request to create new process.
4. Initiation of a batch job.
PROCESSES CREATION
 When OS is booted, typically several processes are created.
 Foreground processes: Processes that interact with
  human user and perform work them.
 Background processes: Not associated with particular
  users, but instead have specific function. E.g. designed to
  accept incoming email ,sleeping most of the day but comes
  to life when email arrives.
 Daemons: Processes that stay in the background to
  handle some activity such as email, web pages and so on
  called daemons.
PROCESSES CREATION
 Processes can be created after boot time as well.
 Often a running process issue system calls to create one or more new
  processes to help it do its job.
 Creating new processes is particularly useful when the work to be done
  can easily be formulated in terms of several related, but otherwise
  independent interacting processes.
 In interactive systems, users can start a program by typing a command
  or double clicking an icon.
 In command based UNIX systems running X windows, the new process
  takes the new window. In windows , when a processes started it doesn’t
  have a window, but it can create one or more and most do.
PROCESS TERMINATION
 After a process has been created, it starts running and does
  whatever its job is. However, no process lasts forever.
 Sooner or later the new process will terminate, usually on
   one of the following conditions:
1. Normal exit(voluntary).
2. Error exit(voluntary).
3. Fatal error(involuntary).
4. Killed by another processes(involuntary).
PROCESS TERMINATION
 Normal exit(voluntary): Terminate because they have done
  their work.
 Fatal error(involuntary): The process discovers a fatal error e.g.
  user types the command cc foo.c to compile the program foo.c and no
  file exists the compiler simply exits.
 Error exit(voluntary): An error caused by a process often due to
  a program e.g. executing an illegal instruction , referencing nonexistent
  memory, or divide by zero.
 Killed by another processes(involuntary): A process
  executes a system call telling the OS to kill some other process. Using
  kill system call.
PROCESS HIERARCHIES
 Parent creates a child process, child processes can create its
  own processes.
 Forms a hierarchy
    UNIX calls this a “process group”.
 Windows has no concept of hierarchy.
    All processes are created equal.
PROCESS STATES



State Transition diagram
• Possible process states
– ready
– running
– blocked
PROCESS STATES
 As a process executes, it changes states.
 New: The process is being created.
 Running: Instructions are being executed.
 Waiting: The process is waiting for some event to
  occur.
 Ready: The process is waiting to be assigned to a
  processor.
 Terminated: The process has finished execution.
PROCESS STATES
IMPLEMENTATION OF PROCESS AND (PCB)
 To implement the process model, the OS maintains a table
    (an array of structures called the process table with one
    entry per process). Some authors call these entries process
    control block.
   These entry contains information about the:
   Process state.
   Program counter.
   CPU registers.
   CPU switching information.
   Memory management information.
   Accounting information.
   I/O status information.
PROCESS CONTROL BLOCK (PCB)
Os presentation process

Weitere ähnliche Inhalte

Was ist angesagt?

CPU Scheduling in OS Presentation
CPU Scheduling in OS  PresentationCPU Scheduling in OS  Presentation
CPU Scheduling in OS Presentationusmankiyani1
 
Memory management
Memory managementMemory management
Memory managementcpjcollege
 
Operating System-Ch8 memory management
Operating System-Ch8 memory managementOperating System-Ch8 memory management
Operating System-Ch8 memory managementSyaiful Ahdan
 
Java Networking
Java NetworkingJava Networking
Java NetworkingSunil OS
 
Operating Systems - "Chapter 4: Multithreaded Programming"
Operating Systems - "Chapter 4:  Multithreaded Programming"Operating Systems - "Chapter 4:  Multithreaded Programming"
Operating Systems - "Chapter 4: Multithreaded Programming"Ra'Fat Al-Msie'deen
 
Virtual memory
Virtual memoryVirtual memory
Virtual memoryAnuj Modi
 
Process scheduling (CPU Scheduling)
Process scheduling (CPU Scheduling)Process scheduling (CPU Scheduling)
Process scheduling (CPU Scheduling)Mukesh Chinta
 
Register organization, stack
Register organization, stackRegister organization, stack
Register organization, stackAsif Iqbal
 
Process control block(PCB)
Process control block(PCB)Process control block(PCB)
Process control block(PCB)Sujata Yadav
 
Classification of datastructure.ppt
Classification of datastructure.pptClassification of datastructure.ppt
Classification of datastructure.pptLakshmiSamivel
 
Event Handling in java
Event Handling in javaEvent Handling in java
Event Handling in javaGoogle
 
Stream classes in C++
Stream classes in C++Stream classes in C++
Stream classes in C++Shyam Gupta
 
17. Recovery System in DBMS
17. Recovery System in DBMS17. Recovery System in DBMS
17. Recovery System in DBMSkoolkampus
 

Was ist angesagt? (20)

Thread priorities
Thread prioritiesThread priorities
Thread priorities
 
Inter Process Communication
Inter Process CommunicationInter Process Communication
Inter Process Communication
 
CPU Scheduling in OS Presentation
CPU Scheduling in OS  PresentationCPU Scheduling in OS  Presentation
CPU Scheduling in OS Presentation
 
Process of operating system
Process of operating systemProcess of operating system
Process of operating system
 
Memory Organization
Memory OrganizationMemory Organization
Memory Organization
 
Memory management
Memory managementMemory management
Memory management
 
Operating System-Ch8 memory management
Operating System-Ch8 memory managementOperating System-Ch8 memory management
Operating System-Ch8 memory management
 
Java Networking
Java NetworkingJava Networking
Java Networking
 
File handling-c
File handling-cFile handling-c
File handling-c
 
Operating Systems - "Chapter 4: Multithreaded Programming"
Operating Systems - "Chapter 4:  Multithreaded Programming"Operating Systems - "Chapter 4:  Multithreaded Programming"
Operating Systems - "Chapter 4: Multithreaded Programming"
 
Virtual memory
Virtual memoryVirtual memory
Virtual memory
 
Process scheduling (CPU Scheduling)
Process scheduling (CPU Scheduling)Process scheduling (CPU Scheduling)
Process scheduling (CPU Scheduling)
 
Register organization, stack
Register organization, stackRegister organization, stack
Register organization, stack
 
File handling in C
File handling in CFile handling in C
File handling in C
 
Process control block(PCB)
Process control block(PCB)Process control block(PCB)
Process control block(PCB)
 
Classification of datastructure.ppt
Classification of datastructure.pptClassification of datastructure.ppt
Classification of datastructure.ppt
 
Event Handling in java
Event Handling in javaEvent Handling in java
Event Handling in java
 
Stream classes in C++
Stream classes in C++Stream classes in C++
Stream classes in C++
 
Demand paging
Demand pagingDemand paging
Demand paging
 
17. Recovery System in DBMS
17. Recovery System in DBMS17. Recovery System in DBMS
17. Recovery System in DBMS
 

Andere mochten auch

Andere mochten auch (7)

Process in operating system
Process in operating systemProcess in operating system
Process in operating system
 
Lecture 5 process concept
Lecture 5   process conceptLecture 5   process concept
Lecture 5 process concept
 
Chapter 3 - Processes
Chapter 3 - ProcessesChapter 3 - Processes
Chapter 3 - Processes
 
Processes Control Block (Operating System)
Processes Control Block (Operating System)Processes Control Block (Operating System)
Processes Control Block (Operating System)
 
Processes and threads
Processes and threadsProcesses and threads
Processes and threads
 
Process management
Process managementProcess management
Process management
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 

Ähnlich wie Os presentation process

Ähnlich wie Os presentation process (20)

OS (1).pptx
OS (1).pptxOS (1).pptx
OS (1).pptx
 
4) system call acts as an interface to the OS services.A system call.pdf
4) system call acts as an interface to the OS services.A system call.pdf4) system call acts as an interface to the OS services.A system call.pdf
4) system call acts as an interface to the OS services.A system call.pdf
 
Week 11Linux InternalsProcesses, schedulingLecture o.docx
Week 11Linux InternalsProcesses, schedulingLecture o.docxWeek 11Linux InternalsProcesses, schedulingLecture o.docx
Week 11Linux InternalsProcesses, schedulingLecture o.docx
 
Linux Programming
Linux ProgrammingLinux Programming
Linux Programming
 
UNIT-2-Process-Management.pdf
UNIT-2-Process-Management.pdfUNIT-2-Process-Management.pdf
UNIT-2-Process-Management.pdf
 
Operating Systems Unit Two - Fourth Semester - Engineering
Operating Systems Unit Two - Fourth Semester - EngineeringOperating Systems Unit Two - Fourth Semester - Engineering
Operating Systems Unit Two - Fourth Semester - Engineering
 
Operating Systems
Operating Systems Operating Systems
Operating Systems
 
Compyter system softwere
Compyter system softwereCompyter system softwere
Compyter system softwere
 
Lesson 6 Processor Management
Lesson 6 Processor ManagementLesson 6 Processor Management
Lesson 6 Processor Management
 
Linux process management
Linux process managementLinux process management
Linux process management
 
RTOS - Real Time Operating Systems
RTOS - Real Time Operating SystemsRTOS - Real Time Operating Systems
RTOS - Real Time Operating Systems
 
Chapter -2 operating system presentation
Chapter -2 operating system presentationChapter -2 operating system presentation
Chapter -2 operating system presentation
 
OS-Process.pdf
OS-Process.pdfOS-Process.pdf
OS-Process.pdf
 
Os notes
Os notesOs notes
Os notes
 
Ch2_Processes_and_process_management_1.ppt
Ch2_Processes_and_process_management_1.pptCh2_Processes_and_process_management_1.ppt
Ch2_Processes_and_process_management_1.ppt
 
Os
OsOs
Os
 
Os
OsOs
Os
 
OS ppt.pdf
OS ppt.pdfOS ppt.pdf
OS ppt.pdf
 
Processing management
Processing managementProcessing management
Processing management
 
Operating Systems PPT 1 (1).pdf
Operating Systems PPT 1 (1).pdfOperating Systems PPT 1 (1).pdf
Operating Systems PPT 1 (1).pdf
 

Os presentation process

  • 1.
  • 2. NASIR AHMID PRESTON BS(CS) UNI Prof. 1st Naeem Semester Iqbal 1421-212007
  • 3. PROCESS CONCEPT  PROCESS: A program in execution, process execution must progress in sequential fashion.
  • 4.  A Process includes  A program in execution  An instance of a program running on a computer  The entity that can be assigned to and executed on a processor  A unit of activity characterized by the execution of a sequence of instructions a current state and an associated set of system resources
  • 5. PROCESSES  All the run able software on comp including OS is organized into a number of sequential processes or just processes for short processes is just an executing program, including the current values of the registers and variables. Conceptually each process has its virtual cpu.  The cpu switches back and forth from process to processes, but to understand the system much easier to think about a collection of processes running in pseudo parallel, than to keep track of how the cpu switches from prog to prog .This back and forth switching is called multiprogramming.
  • 6. THE PROCESS MODEL (a) Multiprogramming of four programs. (b) Conceptual model of four independent, sequential processes. (c) Only one program active at any instant.
  • 8. PROCESSES CREATION  OS need some way to make sure all the necessary processes exits.  In general purpose systems. Some way is needed to create and terminate processes as needed during operation.  Principal events that cause processes creation. 1. System initialization. 2. Executing of a processes creation system call. 3. User request to create new process. 4. Initiation of a batch job.
  • 9. PROCESSES CREATION  When OS is booted, typically several processes are created.  Foreground processes: Processes that interact with human user and perform work them.  Background processes: Not associated with particular users, but instead have specific function. E.g. designed to accept incoming email ,sleeping most of the day but comes to life when email arrives.  Daemons: Processes that stay in the background to handle some activity such as email, web pages and so on called daemons.
  • 10. PROCESSES CREATION  Processes can be created after boot time as well.  Often a running process issue system calls to create one or more new processes to help it do its job.  Creating new processes is particularly useful when the work to be done can easily be formulated in terms of several related, but otherwise independent interacting processes.  In interactive systems, users can start a program by typing a command or double clicking an icon.  In command based UNIX systems running X windows, the new process takes the new window. In windows , when a processes started it doesn’t have a window, but it can create one or more and most do.
  • 11. PROCESS TERMINATION  After a process has been created, it starts running and does whatever its job is. However, no process lasts forever.  Sooner or later the new process will terminate, usually on one of the following conditions: 1. Normal exit(voluntary). 2. Error exit(voluntary). 3. Fatal error(involuntary). 4. Killed by another processes(involuntary).
  • 12. PROCESS TERMINATION  Normal exit(voluntary): Terminate because they have done their work.  Fatal error(involuntary): The process discovers a fatal error e.g. user types the command cc foo.c to compile the program foo.c and no file exists the compiler simply exits.  Error exit(voluntary): An error caused by a process often due to a program e.g. executing an illegal instruction , referencing nonexistent memory, or divide by zero.  Killed by another processes(involuntary): A process executes a system call telling the OS to kill some other process. Using kill system call.
  • 13. PROCESS HIERARCHIES  Parent creates a child process, child processes can create its own processes.  Forms a hierarchy  UNIX calls this a “process group”.  Windows has no concept of hierarchy.  All processes are created equal.
  • 14. PROCESS STATES State Transition diagram • Possible process states – ready – running – blocked
  • 15. PROCESS STATES  As a process executes, it changes states.  New: The process is being created.  Running: Instructions are being executed.  Waiting: The process is waiting for some event to occur.  Ready: The process is waiting to be assigned to a processor.  Terminated: The process has finished execution.
  • 17. IMPLEMENTATION OF PROCESS AND (PCB)  To implement the process model, the OS maintains a table (an array of structures called the process table with one entry per process). Some authors call these entries process control block.  These entry contains information about the:  Process state.  Program counter.  CPU registers.  CPU switching information.  Memory management information.  Accounting information.  I/O status information.