Pranavnath has Published 448 Articles

Server Operating System

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:03:53

680 Views

The people in the world are involved in data usage and lots of services that make the work easier. To compromise the need for high usage and data, server Operating systems are developed to provide services to many users concurrently. Server Operating System is a type of Operating system with ... Read More

Segmentation in Operating System

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:02:25

4K+ Views

In the Operating System, Segmentation is mainly useful to maintain the modular structure of a program. The purpose of using segmentation is to achieve the user's view of memory allocation similarly when paging does not bother where programs start and end and it simply divides the program into pages. The ... Read More

Segment Descriptor

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:01:31

903 Views

In an operating system, segmentation is termed a memory management technique where the memory is divided into segments that can be allocated to a process. These segments may not be in fixed length and not stored in a contagious manner. This approach has been developed after the paging process which ... Read More

Seek Time vs Transfer Time in Disk Scheduling

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:56:18

173 Views

Within the domain of computer frameworks and capacity gadgets, the execution of disk planning plays an essential part in optimizing information get to and recovery. Two basic components that altogether affect disk execution are seek time and transfer time. Seek time speaks to the length it takes for the disk ... Read More

SCAN vs FCFS in Disk Scheduling Algorithm

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:54:46

183 Views

Disk scheduling algorithms play a pivotal part in optimizing the execution of disk frameworks by proficiently getting to information. Among the different calculations, Scan (moreover known as the elevator algorithm) and FCFS (First-Come-First-Serve) are two commonly utilized approaches with particular procedures. Check moves the disk arm over the platter in ... Read More

Scheduling in Real time Systems

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:52:28

3K+ Views

A real-time system comprises real tasks or applications which need to get processed without any delay. In this system, a time-bound approach is followed for fixed time constraints and the tasks have to be processed within the time constraints. This timing constraint is termed the deadline for real-time tasks. The ... Read More

Scheduling without Deadline

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:49:42

144 Views

In the field of computer science, scheduling tasks and processes proficiently is a significant perspective of optimizing resource utilization and moving forward by and large framework execution. Traditional scheduling problems regularly include relegating tasks with particular deadlines to resources, pointing to meet those deadlines whereas minimizing costs or maximizing throughput. ... Read More

Scheduling with Deadline

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:47:56

310 Views

Within the field of computer science, productive task scheduling plays a pivotal part in optimizing resource allocation and assembly time constraints. Scheduling with deadlines is a principal concept that spins around allocating tasks or processes to resources while considering time limitations or deadlines. The objective is to ensure that tasks ... Read More

SetUID, SetGID, and Sticky Bits in Linux File Permissions

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:31:00

710 Views

File permission in a Linux environment provides privileges to the owner or administrators to execute programs or applications. Permissions are set for the files or directories using chmod and chown commands with read, write and execute notations. Special permissions such as setuid, setgid, and sticky bits are initiated for executable ... Read More

Segmented Paging

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:29:49

1K+ Views

In the operating system, segmented paging provides better performance and utilization of the CPU as it combines the process of segmentation and paging. Segmentation is termed a memory management technique where the memory is divided into segments that can be allocated to a process. These segments may not be in ... Read More

Advertisements