Operating System Concepts

Slides:



Advertisements
Similar presentations
Abhinav Kamra Computer Science, Columbia University 4.1 Operating System Concepts Silberschatz, Galvin and Gagne  2002 Chapter 4: Processes Process Concept.
Advertisements

Chapter 3: Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Objectives Understand Process concept Process scheduling Creating.
Chapter 3: Processes.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Processes.
CMPT 300: Operating Systems I Ch 3: Processes Dr. Mohamed Hefeeda
Process Concept n An operating system executes a variety of programs: –Batch system – jobs –Time-shared systems – user programs or tasks n Textbook uses.
Chapter 3: Processes. Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication Communication in Client-Server.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Processes.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 4: Processes Process Concept Process Scheduling Operations on Processes Cooperating.
Chapter 3: Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts - 7 th Edition, Feb 7, 2006 Chapter 3: Processes Process Concept.
Operating System Concepts
1/26/2007CSCI 315 Operating Systems Design1 Processes Notice: The slides for this lecture have been largely based on those accompanying the textbook Operating.
CE Operating Systems Lecture 5 Processes. Overview of lecture In this lecture we will be looking at What is a process? Structure of a process Process.
Silberschatz and Galvin  Operating System Concepts Module 4: Processes Process Concept Process Scheduling Operation on Processes Cooperating.
Chapter 3: Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 3: Processes Process Concept Process Scheduling Operations.
Silberschatz, Galvin and Gagne  Applied Operating System Concepts Chapter 4: Processes Process Concept Process Scheduling Operation on Processes.
Process Management. Processes Process Concept Process Scheduling Operations on Processes Interprocess Communication Examples of IPC Systems Communication.
Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication Communication in Client-Server Systems.
Chapter 3: Processes Process Concept Process Scheduling Operations on Processes Interprocess Communication Examples of IPC Systems Communication in Client-Server.
Operating Systems Part III: Process Management (Process States and Transitions)
Chapter 3 Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts - 7 th Edition, Jan 19, 2005 Chapter 3: Processes Process Concept.
1 CS.217 Operating System By Ajarn..Sutapart Sappajak,METC,MSIT Chapter 4 Process Slide 1 Chapter 4 Process.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Processes.
Chapter 3: Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts - 7 th Edition, Feb 7, 2006 Outline n Process Concept n Process.
1 11/1/2015 Chapter 4: Processes l Process Concept l Process Scheduling l Operations on Processes l Cooperating Processes l Interprocess Communication.
Chapter 2 Processes Processes Topics Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 3: Processes Process Concept Process Scheduling Operations on Processes Cooperating.
Processes. Chapter 3: Processes Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication Communication.
11/13/20151 Processes ICS 240: Operating Systems –William Albritton Information and Computer Sciences Department at Leeward Community College –Original.
CS212: OPERATING SYSTEM Lecture 2: Process 1. Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Process-Concept.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Processes.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Lecture 3 Operating Systems.
Chapter 3: Process-Concept. Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication Communication.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 4: Processes Process Concept Process Scheduling Operations on Processes Cooperating.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Process-Concept.
Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.
Processes. Process Concept Process Scheduling Operations on Processes Interprocess Communication Communication in Client-Server Systems.
Lecture 4: Processes & Threads. Lecture 4 / Page 2AE4B33OSS Silberschatz, Galvin and Gagne ©2005 Contents The concept of Process Process states and life-cycle.
 Process Concept  Process Scheduling  Operations on Processes  Cooperating Processes  Interprocess Communication  Communication in Client-Server.
Chapter 3: Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 3: Processes Process Concept Process Scheduling Operations.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 3: Processes.
Chapter 3: Processes. 3.2 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 3: Processes Process Concept Process Scheduling Operations.
XE33OSA Chapter 3: Processes. 3.2XE33OSASilberschatz, Galvin and Gagne ©2005 Chapter 3: Processes Process Concept Process Scheduling Operations on Processes.
Operating System Components) These components reflect the services made available by the O.S. Process Management Memory Management I/O Device Management.
Lecture 3 Process.
Chapter 3: Process Concept
Topic 3 (Textbook - Chapter 3) Processes
Operating Systems (CS 340 D)
Process Management Presented By Aditya Gupta Assistant Professor
Chapter 4: Processes Process Concept Process Scheduling
Processes Overview: Process Concept Process Scheduling
Chapter 3: Process Concept
Chapter 3: Processes.
Operating Systems (CS 340 D)
Applied Operating System Concepts
Chapter 3: Processes.
Chapter 4: Processes Process Concept Process Scheduling
Lecture 2: Processes Part 1
Recap OS manages and arbitrates resources
Process & its States Lecture 5.
Chapter 3: Processes.
Operating System Concepts
Chapter 3: Processes.
Chapter 3: Processes.
Chapter 3: Processes Process Concept Process Scheduling
Chapter 3: Process Concept
Processes August 10, 2019 OS:Processes.
Presentation transcript:

Operating System Concepts Chapter 4: Processes Process Concept Process Scheduling Operation on Processes Cooperating Processes Interprocess Communication Buffering Operating System Concepts

Operating System Concepts Process Concept An operating system executes a variety of programs: Batch system – jobs Time-shared systems – user programs or tasks Textbook uses the terms job and process almost interchangeably. Process – a program in execution; process execution must progress in sequential fashion. A process includes: program counter – specifying next instruction to be executed. Stack – containing temporary data such as return address. data section – containing global variables. Operating System Concepts

Operating System Concepts Process State As a process executes, it changes state new: The process is being created. running: Instructions are being executed. waiting: The process is waiting for some event to occur such as I/O completion. ready: The process is waiting to be assigned to a processor. terminated: The process has finished execution. Only one process can be running on any processor at any instant. Many processes may be ready and waiting. Operating System Concepts

Diagram of Process State Operating System Concepts

Process Control Block (PCB) Each process is represented in the O.S. by a Process Control Block. Operating System Concepts

Process Control Block (PCB) A PCB contains the following Information: Process state: new, ready, … Program counter: indicates the address of the next instruction to be executed for this program. CPU registers: includes accumulators, stack pointers, … CPU scheduling information: includes process priority, pointers to scheduling queues. Memory-management information: includes the value of base and limit registers (protection) … Accounting information: includes amount of CPU and real time used, account numbers, process numbers, … I/O status information: includes list of I/O devices allocated to this process, a list of open files, … Operating System Concepts

CPU Switch From Process to Process Operating System Concepts

Process Scheduling Queues Objective of multiprogramming is to have some process running at all time to maximize CPU utilization. Objective of time sharing is to switch the CPU among processes so frequently that users can interact with each program while it is running. For a uniprocessor system, there will never be more than one running process. If there are more processes, the rest will have to wait until the CPU is free and can be rescheduled. Job queue – set of all processes in the system. Ready queue – set of all processes residing in main memory, ready and waiting to execute. Ready queue is stored as linked list. A Ready Queue Header will contain pointers to the first and last PCBs in the list. Each PCB has a pointer field that points to the next process in the Ready Queue. Device queues – set of processes waiting for an I/O device. Each device has its own device queue. Operating System Concepts

Ready Queue And Various I/O Device Queues Operating System Concepts

Representation of Process Scheduling Operating System Concepts

Operating System Concepts Schedulers Long-term scheduler (or job scheduler) – selects which processes should be brought into the ready queue (i.e, selects processes from pool (disk) and loads them into memory for execution). Short-term scheduler (or CPU scheduler) – selects which process should be executed next and allocates CPU (i.e, selects from among the processes that are ready to execute, and allocates the CPU to one of them) . Operating System Concepts

Operating System Concepts Schedulers (Cont.) Short-term scheduler is invoked very frequently (milliseconds)  (must be fast). Long-term scheduler is invoked very infrequently (seconds, minutes)  (may be slow). The long-term scheduler controls the degree of multiprogramming (the number of processes in memory). Medium-term scheduler – to remove processes from memory and reduce the degree of multiprogramming (the process is swapped out and swapped in by the medium-term scheduler. Operating System Concepts

Addition of Medium Term Scheduling Operating System Concepts

Operating System Concepts Schedulers (Cont.) Processes can be described as either: I/O-bound process – spends more time doing I/O than computations, many short CPU bursts. CPU-bound process – spends more time doing computations; few very long CPU bursts. If all processes are I/O bound, the ready queue will almost always be empty and the short-scheduler will have little to do. If all processes are CPU bound, the I/O waiting queue will almost always be empty, devices will go unused, and the system will be unbalanced. To get best performance the system should have a combination of CPU and I/O bound processes. Operating System Concepts

Operating System Concepts Context Switch Context Switch - When CPU switches to another process, the system must save the state of the old process and load the saved state for the new process. Context-Switch Time is overhead; the system does no useful work while switching. Context-Switch Time depends on hardware support. Context-Switch Speed varies from machine to machine depending on memory speed, number of registers copied. The speed ranges from 1 to 1000 microsecond. Operating System Concepts

Operating System Concepts Process Creation A process may create several new processes, via a create-process system call, during execution. Parent process creates children processes, which, in turn create other processes, forming a tree of processes. Resource sharing, such as CPU time, memory, files, I/O devices … Parent and children share all resources. Children share subset of parent’s resources. Parent and child share no resources. Operating System Concepts

Process Creation (Cont.) When a process creates a new process, two possibilities exist in terms of execution: Parent and children execute concurrently. Parent waits until children terminate. There are also two possibilities in terms of the address space of the new process: Child duplicate of parent. Child has a program loaded into it. UNIX examples fork system call creates new process execve system call used after a fork to replace the process’ memory space with a new program. Operating System Concepts

A Tree of Processes On A Typical UNIX System Operating System Concepts

Operating System Concepts Process Termination Process executes last statement and asks the operating system to delete it by using the exit system call. Output data from child to parent via wait system call. Process’ resources are deallocated by operating system. Parent may terminate execution of children processes via abort system call for a variety of reasons, such as: Child has exceeded allocated resources. Task assigned to child is no longer required. Parent is exiting, and the operating system does not allow a child to continue if its parent terminates. Operating System Concepts

Cooperating Processes Independent process cannot affect or be affected by the execution of another process. Cooperating process can affect or be affected by the execution of another process. Any process that shares data with other processes is a cooperating process. Operating System Concepts

Cooperating Processes (Cont.) Advantages of process cooperation: Information sharing – such as shared files. Computation speed-up – to run a task faster, we must break it into subtasks, each of which will be executing in parallel. This speed up can be achieved only if the computer has multiple processing elements (such as CPUs or I/O channels). Modularity – construct a system in a modular function (i.e., dividing the system functions into separate processes). Convenience – one user may have many tasks to work on at one time. For example, a user may be editing, printing, and compiling in parallel. Operating System Concepts

Operating System Concepts Threads A thread (or lightweight process(LWP)) is a basic unit of CPU utilization; it consists of: program counter register set stack space A thread shares with its peer threads its: code section data section operating-system resources collectively known as a task. A traditional or heavyweight process is equal to a task with one thread. Operating System Concepts

Operating System Concepts Threads (Cont.) In a multiple threaded task, while one server thread is blocked and waiting, a second thread in the same task can run. Cooperation of multiple threads in same job confers higher throughput and improved performance. Applications that require sharing a common buffer benefit from thread utilization. Threads provide a mechanism that allows sequential processes to make blocking system calls while also achieving parallelism. Kernel-supported threads (Mach and OS/2). User-level threads; supported above the kernel, via a set of library calls at the user level (Project Andrew from CMU). Hybrid approach implements both user-level and kernel-supported threads (Solaris 2). Operating System Concepts

Multiple Threads within a Task Data Segment Text Segment Program counter threads Operating System Concepts

Interprocess Communication (IPC) Mechanism for processes to communicate and to synchronize their actions. IPC is best provided by message-passing systems. IPC facility provides two operations: send(message) – message size fixed or variable receive(message) If P and Q wish to communicate, they need to: establish a communication link between them exchange messages via send/receive Processes can communicate in two ways: Direct communication Indirect communication Operating System Concepts

Implementation Questions How are links established? Can a link be associated with more than two processes? How many links can there be between every pair of communicating processes? What is the capacity of a link? Is the size of a message that the link can accommodate fixed or variable? Is a link unidirectional or bi-directional? Operating System Concepts

Operating System Concepts Direct Communication Processes must name each other explicitly: send (P, message) – send a message to process P receive(Q, message) – receive a message from process Q Properties of communication link Links are established automatically. A link is associated with exactly one pair (two processes) of communicating processes. Between each pair there exists exactly one link. The link may be unidirectional, but is usually bi-directional. Operating System Concepts

Indirect Communication Messages are directed and received from mailboxes (also referred to as ports). Each mailbox has a unique id. Processes can communicate only if they share a mailbox. Properties of communication link: Link established only if processes share a common mailbox A link may be associated with many processes. Each pair of processes may share several communication links. Link may be unidirectional or bi-directional. The O.S. provides a mechanism that allows a process: create a new mailbox send and receive messages through mailbox destroy a mailbox Operating System Concepts

Indirect Communication (Continued) Example: Mailbox sharing P1, P2, and P3 share mailbox A. P1, sends; P2 and P3 receive. Who gets the message? Solutions: Allow a link to be associated with at most two processes. Allow only one process at a time to execute a receive operation. Allow the system to select arbitrarily the receiver. Sender is notified who the receiver was. Operating System Concepts

Operating System Concepts Buffering Queue of messages attached to the link; implemented in one of three ways. 1. Zero capacity – 0 messages. Sender must wait for receiver (rendezvous). 2. Bounded capacity – finite length of n messages. Sender must wait if link full. 3. Unbounded capacity – infinite length. Sender never waits. Operating System Concepts