Skip to main content

Sitemap

sitemaphttps://minakshitecher.blogspot.com/2020/11/write-note-on-real-time-os.html2020-12-01T01:35:20Zhttps://minakshitecher.blogspot.com/2020/11/service-provided-by-operating-system.html2020-11-30T01:58:11Zhttps://minakshitecher.blogspot.com/2020/11/security.html2020-11-28T01:01:05Zhttps://minakshitecher.blogspot.com/2020/11/protection-and-security.html2020-11-27T02:22:28Zhttps://minakshitecher.blogspot.com/2020/11/omparison-between-real-time-and-time.html2020-11-26T00:57:57Zhttps://minakshitecher.blogspot.com/2020/11/multi-threading-operating-system.html2020-11-25T02:05:11Zhttps://minakshitecher.blogspot.com/2020/11/comparison-between-soft-real-time-and.html2020-11-24T01:30:47Zhttps://minakshitecher.blogspot.com/2020/11/real-time-system.html2020-11-22T23:47:59Zhttps://minakshitecher.blogspot.com/2020/11/pros-and-cons-of-distributed-system.html2020-11-22T01:39:02Zhttps://minakshitecher.blogspot.com/2020/11/model-of-distributed-os.html2020-11-21T02:36:12Zhttps://minakshitecher.blogspot.com/2020/11/advantage-and-disadvantage-of-time.html2020-11-20T01:30:58Zhttps://minakshitecher.blogspot.com/2020/11/time-sharing-system-and-its-requirements.html2020-11-19T01:19:45Zhttps://minakshitecher.blogspot.com/2020/11/comparison-between-multi-programming.html2020-11-18T01:09:10Zhttps://minakshitecher.blogspot.com/2020/11/advantage-and-disadvantages-of.html2020-11-17T01:16:14Zhttps://minakshitecher.blogspot.com/2020/11/comparison-between-multi-tasking-and.html2020-11-16T02:44:57Zhttps://minakshitecher.blogspot.com/2020/11/multitasking-system.html2020-11-15T01:31:10Zhttps://minakshitecher.blogspot.com/2020/11/advantages-and-disadvantages-of-multi.html2020-11-14T01:47:25Zhttps://minakshitecher.blogspot.com/2020/11/requirements-of-multi-programming.html2020-11-13T01:31:17Zhttps://minakshitecher.blogspot.com/2020/11/multi-programming-operating-system.html2020-11-12T00:57:56Zhttps://minakshitecher.blogspot.com/2020/11/a-dvantages-and-disadvantages-of-batch.html2020-11-12T00:57:36Zhttps://minakshitecher.blogspot.com/2020/11/batch-processing-system-batch.html2020-11-12T00:57:15Zhttps://minakshitecher.blogspot.com/2020/11/multi-user-operating-system-in-multi.html2020-11-12T00:56:55Zhttps://minakshitecher.blogspot.com/2020/11/classification-of-operating-systems.html2020-11-12T00:56:43Zhttps://minakshitecher.blogspot.com/2020/11/functions-of-operating-system-5.html2020-11-12T00:56:27Zhttps://minakshitecher.blogspot.com/2020/11/2.html2020-11-12T00:56:04Zhttps://minakshitecher.blogspot.com/2020/11/operating-system-as-resourse-manager.html2020-11-12T00:53:42Zhttps://minakshitecher.blogspot.com/2020/11/what-do-you-mean-by-operating-system.html2020-11-12T00:55:38Z

Comments

Popular posts from this blog

Multi Level Queue Scheduling (MLQ)

  Multi Level Queue Scheduling (MLQ) ·          Multilevel queue scheduling classifies the processes according to their types for example, a multilevel queue scheduling algorithm makes a common. ·          In this scheduling ready queue is divided into various queue that are called sub queues. A subqueue is a distinct operational queue ·          The process are permanently assigned to subqueues, generally based on some property of the process such as memory size,priority or process type ·          Each subqueue has its process sucheduling algorithm. For example interactive process at the foreground may use round robin scheduling while batch jobs at the background may use the FCFS method ·          For example, consider a system with four different queues 1.   ...

Distributed system

  Distributed system ·           A distributed system is a collection of processor located in geographical dispersal physical location. ·           In this system, the workhold is distributed or divided between two or more computers that are linked together by communication network . that is the different processors communicate using communication links, such as telephone lines and buses3 ·           The various processors do not share memory, clock ,or peripheral devices instead each processors has its local memory. ·           The purpose of distributed system is to provide an efficient and convenient environment for sharing of resources. ·           Some example of distributed operating system are amoeba, angle, chorus, much, alpha kernel. ·   ...

Multitasking System

  Multitasking system ·           Technically , multitasking is same as multi programming ·           In a multitasking operating system, s single user can execute multiple programs at the same time ·           We can also say, multitasking is the system capability to work on more than one job or process at the same time. ·           It means that whenever a job needs to perform I/O operation, the cpu can be used for execting some other job                                                        diagram of multi tasking     ·           There are two type of multitasking : 1.       ...

Multi Programming Operating System

  Multi programming  system ·           Multi programming operating system allows multiple users to execute multiple programs using a single CPU concurrently i.e. at the same time. ·           In multiprogramming several process are kept in the main memory and CPU execute all these processes concurrently. It means, the CPU immediately switches from one process to next that are ready to get executed ·           In such an operating system when one process start process start performing the instructions from several programs at the same time. ·           Rather, it means that there are number program available to CPU and that portion of one is executed, then segment of another and so on                                 ...

Virtual Machine Architecture

  Virtual Machine Architecture A virtual machine can exist as a standalone machine or it can exist within a vApp. A virtual machine is a software computer that, like a physical computer, runs an operating system and applications. The virtual machine consists of a set of specification and configuration files and is backed by the physical resources of a host. Every virtual machine has virtual devices that provide the same functionality as physical hardware are more portable, more secure, and easier to manage. Virtual machines can be standalone, or they can exist within a vApp. A vApp is compound object composed of one or more virtual machines as well as one or more networks. 1.    Monolithic architecture 2.     Layerd archtecture . 3.     Virtual machine architecture 4.       Exokernel architecture 5.      Client server architecture   6.       Micro kernel architecture The following figure ...