Diksha Patro has Published 123 Articles

Message Passing in Java

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:51:34

2K+ Views

Introduction Message passing, a method of transferring communications among items or threads, is an essential idea in distributed systems and parallel programming. The transmission of messages in Java may be accomplished with an assortment of methods and structures, based on the implementation's particular needs Using the power source java.util.concurrent the ... Read More

Memory Protection in Operating Systems

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:45:30

4K+ Views

Memory protection is a crucial component of operating systems which permits them to avert one method's storage from being utilized by another. Memory safeguarding is vital in contemporary operating systems since it enables various programs to run in tandem lacking tampering with their respective storage space The primary goal of ... Read More

Look aside Buffer

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:44:19

606 Views

What is a Look Aside Buffer? A Look-aside Buffer (LAB) is a type of cache memory that is used in computer systems to store frequently accessed data. The LAB is located between the CPU and the main memory, and it acts as a high-speed buffer to improve system performance. The ... Read More

Longest Remaining Time First (LRTF) CPU Scheduling Program

Diksha Patro

Diksha Patro

Updated on 25-Jul-2023 14:42:03

842 Views

The Longest Remaining Time First (LRTF) scheduling algorithm is a variant of the Longest Job First (LJF) algorithm and is used by the operating system to schedule incoming processes. In LRTF, the process with the highest remaining execution time is given the highest priority and scheduled to be executed first. ... Read More

How to define a part of the text in an alternate voice or mood using HTML5?

Diksha Patro

Diksha Patro

Updated on 19-Jul-2023 10:32:20

192 Views

In this article, we will discuss how to define a part of the text in an alternate voice or mood using HTML5. HTML5 provides a range of tags that allow web developers to structure the content of a web page in a more meaningful way. One important aspect of this ... Read More

Numerical on LRU, FIFO

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 14:20:17

1K+ Views

In this article, we will explore LRU(Least Recently Used Algorithm) and FIFO(First In First Out) numerical, their flowcharts and their use cases as well. Least Recently Used Algorithm Popular page replacement algorithms used in operating systems and cache management systems include the LRU (Least Recently Used) technique. By replacing the ... Read More

Numerical on Disk

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 14:01:56

1K+ Views

Numerics are essential for understanding the complex facets of disc storage since they offer a hands-on, practical method to grasp fundamental ideas. We may investigate how disc capacity, performance, and utilization are estimated by delving into numerical examples, helping us to understand the fundamentals of efficient storage management. Example − Think ... Read More

Nucleus Operating System

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 13:54:55

2K+ Views

The Nucleus is an RTOS that was developed by Mentor Graphics Embedded Software Division, a Siemens Business that supports 32-bit and 64-bit embedded system platforms. The Nucleus operating system (OS) is mainly intended for use in real-time embedded systems in medical, aerospace, industrial, consumer, and Internet of Things (IoT) applications. ... Read More

NTFS Junction Points

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 13:51:54

555 Views

The NTFS file system used by Windows operating systems includes NTFS (New Technology File System) junction points. In essence, junction points are a kind of symbolic link that lets you join one directory to another inside the same file system. In this article, we will explore NTFS Junction Points, it’s ... Read More

Lock Variable Synchronization Mechanism

Diksha Patro

Diksha Patro

Updated on 17-Jul-2023 13:22:10

782 Views

Concurrent programming employs the notion of lock variable synchronization to make sure that several threads or processes can safely access shared resources without coming into race situations or inconsistent data. It offers a mechanism to manage the order in which threads or processes are executed, enabling them to have exclusive ... Read More

Advertisements