SlideShare a Scribd company logo
Process Description and Control Chapter 3
Requirements of an Operating System Interleave the execution of multiple processes to maximize processor utilization while providing reasonable response time Allocate resources to processes Support interprocess communication and user creation of processes
Concepts Computer platform consists of a collection of hardware resources Computer applications are developed to perform some task Inefficient for applications to be written directly for a given hardware platform Operating system provides a convenient to use, feature rich, secure, and consistent interface for applications to use OS provides a uniform, abstract representation of resources that can be requested and accessed by application
Manage Execution of Applications Resources made available to multiple applications Processor is switched among multiptle application The processor and I/O devices can be used efficiently
Process 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 instructions
Process Elements Identifier State Priority Program counter Memory pointers Context data I/O status information Accounting information
Process Control Block Contains the process elements Created and manage by the operating system Allows support for multiple processes
Process Control Block
Trace of Process Sequence of instruction that execute for a process Dispatcher switches the processor from one process to another
Example Execution
Trace of Processes
 
Two-State Process Model Process may be in one of two states Running Not-running
Not-Running Process in a Queue
Process Creation
Process Termination
Process Termination
Processes Not-running ready to execute Blocked waiting for I/O Dispatcher cannot just select the process that has been in the queue the longest because it may be blocked
A Five-State Model Running Ready Blocked New Exit
Five-State Process Model
Process States
Using Two Queues
Multiple Blocked Queues
Suspended Processes Processor is faster than I/O so all processes could be waiting for I/O Swap these processes to disk to free up more memory Blocked state becomes suspend state when swapped to disk Two new states Blocked/Suspend ReadySuspend
One Suspend State
Two Suspend States
Reasons for Process Suspension
Processes and Resources
Operating System Control Structures Information about the current status of each process and resource Tables are constructed for each entity the operating system manages
Memory Tables Allocation of main memory to processes Allocation of secondary memory to processes Protection attributes for access to shared memory regions Information needed to manage virtual memory
I/O Tables I/O device is available or assigned Status of I/O operation Location in main memory being used as the source or destination of the I/O transfer
File Tables Existence of files Location on secondary memory Current Status Attributes Sometimes this information is maintained by a file management system
Process Table Where process is located Attributes in the process control block Program Data Stack
Process Image
 
Process Control Block Process identification Identifiers Numeric identifiers that may be stored with the process control block include   Identifier of this process  Identifier of the process that created this process (parent process)  User identifier
Process Control Block Processor State Information User-Visible Registers A user-visible register is one that may be referenced by means of the machine language that the processor executes while in user mode. Typically, there are from 8 to 32 of these registers, although some RISC implementations have over 100.
Process Control Block Processor State Information Control and Status Registers These are a variety of processor registers that are employed to control the operation of the processor. These include Program counter:  Contains the address of the next instruction to be fetched Condition codes:  Result of the most recent arithmetic or logical operation (e.g., sign, zero, carry, equal, overflow) Status information:  Includes interrupt enabled/disabled flags, execution mode
Process Control Block Processor State Information Stack Pointers Each process has one or more last-in-first-out (LIFO) system stacks associated with it. A stack is used to store parameters and calling addresses for procedure and system calls. The stack pointer points to the top of the stack.
Process Control Block Process Control Information Scheduling and State Information This is information that is needed by the operating system to perform its scheduling function. Typical items of information: Process state:  defines the readiness of the process to be scheduled for execution (e.g., running, ready, waiting, halted). Priority:  One or more fields may be used to describe the scheduling priority of the process. In some systems, several values are required (e.g., default, current, highest-allowable) Scheduling-related information:  This will depend on the scheduling algorithm used. Examples are the amount of time that the process has been waiting and the amount of time that the process executed the last time it was running. Event:  Identity of event the process is awaiting before it can be resumed
Process Control Block Process Control Information Data Structuring A process may be linked to other process in a queue, ring, or some other structure. For example, all processes in a waiting state for a particular priority level may be linked in a queue. A process may exhibit a parent-child (creator-created) relationship with another process. The process control block may contain pointers to other processes to support these structures.
Process Control Block Process Control Information Interprocess Communication Various flags, signals, and messages may be associated with communication between two independent processes. Some or all of this information may be maintained in the process control block.   Process Privileges Processes are granted privileges in terms of the memory that may be accessed and the types of instructions that may be executed. In addition, privileges may apply to the use of system utilities and services.
Process Control Block Process Control Information Memory Management This section may include pointers to segment and/or page tables that describe the virtual memory assigned to this process.   Resource Ownership and Utilization Resources controlled by the process may be indicated, such as opened files. A history of utilization of the processor or other resources may also be included; this information may be needed by the scheduler.
Processor State Information Contents of processor registers User-visible registers Control and status registers Stack pointers Program status word (PSW) contains status information Example: the EFLAGS register on Pentium machines
Pentium II EFLAGS Register
Modes of Execution User mode Less-privileged mode User programs typically execute in this mode System mode, control mode, or kernel mode More-privileged mode Kernel of the operating system
Process Creation Assign a unique process identifier Allocate space for the process Initialize process control block Set up appropriate linkages Ex: add new process to linked list used for scheduling queue Create of expand other data structures Ex: maintain an accounting file
When to Switch a Process Clock interrupt process has executed for the maximum allowable time slice I/O interrupt Memory fault memory address is in virtual memory so it must be brought into main memory
When to Switch a Process Trap error or exception occurred may cause process to be moved to Exit state Supervisor call such as file open
Change of Process State Save context of processor including program counter and other registers Update the process control block of the process that is currently in the Running state Move process control block to appropriate queue – ready; blocked; ready/suspend Select another process for execution
Change of Process State Update the process control block of the process selected Update memory-management data structures Restore context of the selected process
Execution of the Operating System Non-process Kernel Execute kernel outside of any process Operating system code is executed as a separate entity that operates in privileged mode Execution Within User Processes Operating system software within context of a user process Process executes in privileged mode when executing operating system code
 
 
Execution of the Operating System Process-Based Operating System Implement operating system as a collection of system processes Useful in multi-processor or multi-computer environment
UNIX SVR4 Process Management Most of the operating system executes within the environment of a user process
UNIX Process States
UNIX Process Image
 

More Related Content

PPTX
Process state in OS
PPTX
Process in operating system
PPTX
Os presentation process
PDF
Operating Systems 1 (6/12) - Processes
PDF
Processes description and process control.
PPTX
Operating system - Process and its concepts
PPTX
Process concept
Process state in OS
Process in operating system
Os presentation process
Operating Systems 1 (6/12) - Processes
Processes description and process control.
Operating system - Process and its concepts
Process concept

What's hot (18)

PPTX
Process Control Block & Threads and Their Management
PPTX
Lecture 2 process
PDF
OS - Process Concepts
PPTX
Lecture 5 process concept
PPT
Process management in os
PPTX
Process life cycle
PPTX
Processing management
PPT
Process management
PPT
Processes Control Block (Operating System)
PPT
Operating System 3
PPTX
Process management
DOC
Lesson 7 Process Control Block
PDF
Operating System-Concepts of Process
PPTX
process control blockPcb
PDF
DOC
Operating Systems Unit Two - Fourth Semester - Engineering
PPT
12 process control blocks
PPTX
Unix Process management
Process Control Block & Threads and Their Management
Lecture 2 process
OS - Process Concepts
Lecture 5 process concept
Process management in os
Process life cycle
Processing management
Process management
Processes Control Block (Operating System)
Operating System 3
Process management
Lesson 7 Process Control Block
Operating System-Concepts of Process
process control blockPcb
Operating Systems Unit Two - Fourth Semester - Engineering
12 process control blocks
Unix Process management
Ad

Similar to OS Chapter03 (20)

PPTX
Processes
PPTX
OS - Chapter # 3 for the development of os
PPTX
Operating System Process Scheduling.pptx
PPTX
Process management os concept
PPT
Ch03- PROCESSES.ppt
PPT
Chap3.ppt
PDF
Chapter 3.pdf
PPTX
Operating System process management system.pptx
PDF
UNIT - 3 PPT(Part- 1)_.pdf
PPT
Chapter03
PPTX
Operating system || Chapter 3: Process
PPT
Chapter 02
PPT
PPT
Chapter 02
PPTX
ch2nvbjdvsbjbjfjjfjf j Process Mangement.pptx
DOCX
Operating system
PPT
operating system over view.ppt operating sysyems
PPTX
operating system_processes_ unit II.pptx
Processes
OS - Chapter # 3 for the development of os
Operating System Process Scheduling.pptx
Process management os concept
Ch03- PROCESSES.ppt
Chap3.ppt
Chapter 3.pdf
Operating System process management system.pptx
UNIT - 3 PPT(Part- 1)_.pdf
Chapter03
Operating system || Chapter 3: Process
Chapter 02
Chapter 02
ch2nvbjdvsbjbjfjjfjf j Process Mangement.pptx
Operating system
operating system over view.ppt operating sysyems
operating system_processes_ unit II.pptx
Ad

More from jh.cloudnine (6)

PPT
Chapter06
PDF
02 Compression
PDF
05 Video
PDF
04 Video
PDF
03 Image
PDF
Chapter06
02 Compression
05 Video
04 Video
03 Image

Recently uploaded (20)

PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Cloud computing and distributed systems.
PDF
Machine learning based COVID-19 study performance prediction
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Electronic commerce courselecture one. Pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
NewMind AI Monthly Chronicles - July 2025
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Dropbox Q2 2025 Financial Results & Investor Presentation
Building Integrated photovoltaic BIPV_UPV.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
The AUB Centre for AI in Media Proposal.docx
Cloud computing and distributed systems.
Machine learning based COVID-19 study performance prediction
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Electronic commerce courselecture one. Pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Spectral efficient network and resource selection model in 5G networks
Chapter 3 Spatial Domain Image Processing.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
NewMind AI Monthly Chronicles - July 2025

OS Chapter03

  • 1. Process Description and Control Chapter 3
  • 2. Requirements of an Operating System Interleave the execution of multiple processes to maximize processor utilization while providing reasonable response time Allocate resources to processes Support interprocess communication and user creation of processes
  • 3. Concepts Computer platform consists of a collection of hardware resources Computer applications are developed to perform some task Inefficient for applications to be written directly for a given hardware platform Operating system provides a convenient to use, feature rich, secure, and consistent interface for applications to use OS provides a uniform, abstract representation of resources that can be requested and accessed by application
  • 4. Manage Execution of Applications Resources made available to multiple applications Processor is switched among multiptle application The processor and I/O devices can be used efficiently
  • 5. Process 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 instructions
  • 6. Process Elements Identifier State Priority Program counter Memory pointers Context data I/O status information Accounting information
  • 7. Process Control Block Contains the process elements Created and manage by the operating system Allows support for multiple processes
  • 9. Trace of Process Sequence of instruction that execute for a process Dispatcher switches the processor from one process to another
  • 12.  
  • 13. Two-State Process Model Process may be in one of two states Running Not-running
  • 18. Processes Not-running ready to execute Blocked waiting for I/O Dispatcher cannot just select the process that has been in the queue the longest because it may be blocked
  • 19. A Five-State Model Running Ready Blocked New Exit
  • 24. Suspended Processes Processor is faster than I/O so all processes could be waiting for I/O Swap these processes to disk to free up more memory Blocked state becomes suspend state when swapped to disk Two new states Blocked/Suspend ReadySuspend
  • 27. Reasons for Process Suspension
  • 29. Operating System Control Structures Information about the current status of each process and resource Tables are constructed for each entity the operating system manages
  • 30. Memory Tables Allocation of main memory to processes Allocation of secondary memory to processes Protection attributes for access to shared memory regions Information needed to manage virtual memory
  • 31. I/O Tables I/O device is available or assigned Status of I/O operation Location in main memory being used as the source or destination of the I/O transfer
  • 32. File Tables Existence of files Location on secondary memory Current Status Attributes Sometimes this information is maintained by a file management system
  • 33. Process Table Where process is located Attributes in the process control block Program Data Stack
  • 35.  
  • 36. Process Control Block Process identification Identifiers Numeric identifiers that may be stored with the process control block include Identifier of this process Identifier of the process that created this process (parent process) User identifier
  • 37. Process Control Block Processor State Information User-Visible Registers A user-visible register is one that may be referenced by means of the machine language that the processor executes while in user mode. Typically, there are from 8 to 32 of these registers, although some RISC implementations have over 100.
  • 38. Process Control Block Processor State Information Control and Status Registers These are a variety of processor registers that are employed to control the operation of the processor. These include Program counter: Contains the address of the next instruction to be fetched Condition codes: Result of the most recent arithmetic or logical operation (e.g., sign, zero, carry, equal, overflow) Status information: Includes interrupt enabled/disabled flags, execution mode
  • 39. Process Control Block Processor State Information Stack Pointers Each process has one or more last-in-first-out (LIFO) system stacks associated with it. A stack is used to store parameters and calling addresses for procedure and system calls. The stack pointer points to the top of the stack.
  • 40. Process Control Block Process Control Information Scheduling and State Information This is information that is needed by the operating system to perform its scheduling function. Typical items of information: Process state: defines the readiness of the process to be scheduled for execution (e.g., running, ready, waiting, halted). Priority: One or more fields may be used to describe the scheduling priority of the process. In some systems, several values are required (e.g., default, current, highest-allowable) Scheduling-related information: This will depend on the scheduling algorithm used. Examples are the amount of time that the process has been waiting and the amount of time that the process executed the last time it was running. Event: Identity of event the process is awaiting before it can be resumed
  • 41. Process Control Block Process Control Information Data Structuring A process may be linked to other process in a queue, ring, or some other structure. For example, all processes in a waiting state for a particular priority level may be linked in a queue. A process may exhibit a parent-child (creator-created) relationship with another process. The process control block may contain pointers to other processes to support these structures.
  • 42. Process Control Block Process Control Information Interprocess Communication Various flags, signals, and messages may be associated with communication between two independent processes. Some or all of this information may be maintained in the process control block. Process Privileges Processes are granted privileges in terms of the memory that may be accessed and the types of instructions that may be executed. In addition, privileges may apply to the use of system utilities and services.
  • 43. Process Control Block Process Control Information Memory Management This section may include pointers to segment and/or page tables that describe the virtual memory assigned to this process. Resource Ownership and Utilization Resources controlled by the process may be indicated, such as opened files. A history of utilization of the processor or other resources may also be included; this information may be needed by the scheduler.
  • 44. Processor State Information Contents of processor registers User-visible registers Control and status registers Stack pointers Program status word (PSW) contains status information Example: the EFLAGS register on Pentium machines
  • 45. Pentium II EFLAGS Register
  • 46. Modes of Execution User mode Less-privileged mode User programs typically execute in this mode System mode, control mode, or kernel mode More-privileged mode Kernel of the operating system
  • 47. Process Creation Assign a unique process identifier Allocate space for the process Initialize process control block Set up appropriate linkages Ex: add new process to linked list used for scheduling queue Create of expand other data structures Ex: maintain an accounting file
  • 48. When to Switch a Process Clock interrupt process has executed for the maximum allowable time slice I/O interrupt Memory fault memory address is in virtual memory so it must be brought into main memory
  • 49. When to Switch a Process Trap error or exception occurred may cause process to be moved to Exit state Supervisor call such as file open
  • 50. Change of Process State Save context of processor including program counter and other registers Update the process control block of the process that is currently in the Running state Move process control block to appropriate queue – ready; blocked; ready/suspend Select another process for execution
  • 51. Change of Process State Update the process control block of the process selected Update memory-management data structures Restore context of the selected process
  • 52. Execution of the Operating System Non-process Kernel Execute kernel outside of any process Operating system code is executed as a separate entity that operates in privileged mode Execution Within User Processes Operating system software within context of a user process Process executes in privileged mode when executing operating system code
  • 53.  
  • 54.  
  • 55. Execution of the Operating System Process-Based Operating System Implement operating system as a collection of system processes Useful in multi-processor or multi-computer environment
  • 56. UNIX SVR4 Process Management Most of the operating system executes within the environment of a user process
  • 59.