I/O System
Objectives of I/O system: Take an application I/O request and send it to the physical device. Take whatever response comes
Read MoreObjectives of I/O system: Take an application I/O request and send it to the physical device. Take whatever response comes
Read MoreEach page table entry has a valid bit, it indicates whether the corresponding page is currently in memory. If the
Read MorePaging is static memory allocation technique that permits the physical address space of a process to be non contiguous. The
Read MoreThe concept of a logical address space that is bound to a separate physical address space is central to proper
Read MoreA deadlock is a deadlock condition in a system where a process cannot proceed because it needs to obtain a
Read MoreCPU scheduler schedules a process which is loaded in memory (Ready state) to run in CPU. Types of Scheduling Algorithm
Read MoreA thread is a light weight process. Here light weight means the instructions and context (attributes) will be lesser than
Read MoreSystem call provides the services of operating system to the user programs via Application Program Interface (API). It provides an
Read MoreA processor can support two modes of execution: Kernel / Protected / Supervisor / System/Monitor / Privileged mode. User mode
Read MoreIt is a program that acts as an interface between a user (applications) and the computer hardware. TYPES OF OPERATING
Read More