Diksha Patro has Published 123 Articles

Linked Index Allocation

Diksha Patro

Diksha Patro

Updated on 03-May-2023 17:00:02

684 Views

A technique for categorizing material on a storage device, like a hard drive, is Linked Index Allocation. It is a variant of the indexed allocation technique, which keeps track of the locations of the data blocks using an index block. Each data block in Linked Index Allocation includes a pointer ... Read More

Linear Scheduling Method in Operating System

Diksha Patro

Diksha Patro

Updated on 03-May-2023 16:55:42

278 Views

Introduction Linear Scheduling Method is a scheduling algorithm designed for real-time systems in which tasks must be completed within specific time frames to ensure the system's proper operation. It is a straightforward algorithm that assigns tasks based on their deadlines and provides them with fixed time slices to complete their ... Read More

Levels in a File Management System

Diksha Patro

Diksha Patro

Updated on 03-May-2023 16:39:03

2K+ Views

File management is an important aspect of computer use, especially as we rely more and more on digital storage to keep track of important data. A file management system assists users in organizing and managing their files, making it easier to find, access, and modify data as needed. The system ... Read More

Least Slack Time (LST) scheduling Algorithm in real-time systems

Diksha Patro

Diksha Patro

Updated on 03-May-2023 16:29:03

1K+ Views

The Least Slack Time (LST) scheduling algorithm is a real-time scheduling algorithm that prioritizes tasks based on the amount of time remaining before a task's deadline. The LST algorithm's basic idea is to schedule the task with the least slack time first because it has the least amount of time ... Read More

Least Frequently Used (LFU) Implementation

Diksha Patro

Diksha Patro

Updated on 03-May-2023 16:27:38

507 Views

A memory cache is an element of software or hardware which holds frequently accessed data in a convenient location. A cache is used to improve system performance by reducing the amount of energy it requires to access data. The memory ability establishes how much data a cache can store. While ... Read More

Lamportís Algorithm for Mutual Exclusion in Distributed System

Diksha Patro

Diksha Patro

Updated on 03-May-2023 16:00:32

5K+ Views

Multiple processes that are running on various machines or nodes and interacting with one another to accomplish a single objective makeup distributed systems. In these systems, it's crucial to make sure that only one process is able to utilize a shared resource at once to prevent conflicts and data inconsistencies. ... Read More

Lamport's Bakery Algorithm

Diksha Patro

Diksha Patro

Updated on 03-May-2023 15:49:18

2K+ Views

A synchronization method called Lamport's Bakery method addresses the critical section issue in parallel computing systems. When more than one process needs to utilize a shared resource at once but only one process can do so, this is known as the critical section problem. To avoid conflicts and guarantee the ... Read More

Kylin Operating System

Diksha Patro

Diksha Patro

Updated on 03-May-2023 15:22:56

1K+ Views

An operating system (OS) is a group of programs that controls computer hardware resources and offers standard services to software applications. The Operating System (OS) serves as a conduit between you and the computer components when you first use a computer system. The operating system is actually a type of ... Read More

Knoppix Operating System

Diksha Patro

Diksha Patro

Updated on 03-May-2023 15:20:52

1K+ Views

Knoppix is a Linux-based operating system that runs directly from a CD, DVD, or USB drive without the need for installation. It's often used as a tool for system recovery, testing hardware, and demonstrating the capabilities of Linux. Knoppix Operating System Knoppix was created by Klaus Knopper, a German computer ... Read More

Kernel I/O Subsystem in Operating System

Diksha Patro

Diksha Patro

Updated on 03-May-2023 15:18:34

11K+ Views

The Kernel I/O Subsystem is a fundamental component of modern operating systems. It is responsible for managing all input/output (I/O) operations on a computer. The I/O subsystem provides various services that enable efficient and secure management of the I/O operations. I/O Request Scheduling in the Kernel One of the ... Read More

Previous 1 ... 6 7 8 9 10 ... 13 Next
Advertisements