Pranavnath has Published 389 Articles

Difference between HDLC and PPP

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:12:42

4K+ Views

When it comes to information connect conventions, HDLC (High-Level Information Connect Control) and PPP (Point-to-Point Convention) are two broadly recognized guidelines. Whereas both conventions encourage the exchange of information between arranged gadgets, they contrast in a few crucial angles. This article points to shed light on the difference between HDLC ... Read More

Difference between Manchester and Differential Manchester

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:08:21

8K+ Views

Digital encryption technology plays a crucial role in data transmission over communication channels. Manchester encoding and differential Manchester encoding are two good methods for efficiently transmitting digital data. The purpose of this article is to comprehensively compare these two coding schemes and highlight their unique characteristics, advantages, and differences. Manchester ... Read More

Sequence Step Algorithm in Operating System

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:07:08

358 Views

Scheduling algorithms are designed for serving the processes by providing the maximum utilization of the resources. The resources that are allocated to execute the given input, should not remain idle and repetitive projects has to be handled by the resources simultaneously without any break. Considering all these factors, a few ... Read More

Setting Up a Linux Multifunction Server

Pranavnath

Pranavnath

Updated on 18-Jul-2023 17:05:13

2K+ Views

Linux is widely used both as a Desktop Operating System and to create server platforms. Linux can be used to build standalone servers, and mail servers, create a web server, and set up a gateway for LAN. It is extensively used in the fields of telecommunications, embedded systems, satellites, medical ... Read More

Server Operating System

Pranavnath

Pranavnath

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

1K+ 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

Seek Time vs Transfer Time in Disk Scheduling

Pranavnath

Pranavnath

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

496 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

Scheduling in Real time Systems

Pranavnath

Pranavnath

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

7K+ 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 with Deadline

Pranavnath

Pranavnath

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

908 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

2K+ 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

Selfish Round Robin CPU Scheduling

Pranavnath

Pranavnath

Updated on 18-Jul-2023 16:27:40

850 Views

Scheduling algorithms in the operating system execute the processes based on their arrival time or by their priority. Each algorithm chooses the processes that are in waiting to ready queue by preemption or non-preemption methods. Preemptive algorithms provide access to the CPU to the process which has higher priority and ... Read More

Advertisements