Bhanu Priya has Published 1449 Articles

What is inter process communication (IPC)?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:51:58

2K+ Views

The different type of process executing in the operating system and a process which connects the different types of tasks to the operating system is called Inter process communication.The inter process communication is used between the computer and different types of tasks are interconnected with the operating system.A process that ... Read More

What is operating system debugging and booting?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:48:36

4K+ Views

First, let us understand operating system debugging.Operating system debuggingDebugging is the process of binding and fixing the error, in an operating system both hardware and software problems can be fixed with the help of debugging.When there is a problem in the performance of the operating system the user needs to ... Read More

What is a hybrid system?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:46:26

5K+ Views

The hybrid system adopts a single strictly defined structure and they combine different structures resulting in the hybrid system. The hybrid system is generally used in mobile and laptops.Hybrid system is a type of system which is used for increasing the performance, security and other user services and it is ... Read More

What is the user interface and operating system interface?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:43:59

35K+ Views

The user and operating system are connected with each other with the help of interface, so interface is used to connect the user and OS.In computers there are different types of interface that can be used for connection with computers to users and their connection is responsible for data transfer.Also, ... Read More

Differentiate between block-oriented and character-oriented devices in UNIX

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:39:23

5K+ Views

The major differences between block-oriented and character oriented devices are as follows −Block Oriented DeviceBlock devices are storage devices that can provide data operations in fixed-size blocks for both reading and writing.Hard drives, floppy disks, and optical drives, such as DVD-ROMs and CD-ROMs, are some examples of such machines.Usually, blocking ... Read More

What are the advantages and disadvantages of four types of operating structures?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:38:28

4K+ Views

An operating system is an interface between the user and the machine which controls and coordinates the use of the hardware among the various application programs for the various users.The four types of operating system structures are −MS-DOS structureThis is the simplest of all the other structures. In this structure, ... Read More

How the operating system manages computer hardware?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:35:20

5K+ Views

Operating systems work as an interface between the user and the computer hardware. It is a software which performs the basic tasks like input, output, disk management, controlling peripherals etc.Windows, Linux etc. are some examples of operating systems.Tasks of Operating SystemsThese are some important tasks of the OS by which ... Read More

What is Peterson's solution?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:32:14

6K+ Views

Peterson's solution ensures mutual exclusion. It is implemented in user mode and no hardware support is required therefore it can be implemented on any platform. Now Peterson’s solution uses two variables: interest and Turn variable.Now we will first see Peterson solution algorithm and then see how any two processes P ... Read More

What is mutual exclusion by using interrupt disabling?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:29:53

4K+ Views

Whenever a process is accessing the shared variable then that process is said to be in the critical section. If no two processes are in the same critical section at same time then this technique is called mutual exclusion.ExampleMutual exclusion problem with assigned priority is shown below −Let us see ... Read More

How semaphore is used to implement mutual exclusion?

Bhanu Priya

Bhanu Priya

Updated on 01-Dec-2021 12:25:03

8K+ Views

A semaphore is a shared variable which is used to implement mutual exclusion between system processes. It is mainly helpful to solve critical section problems and is a technique to achieve process synchronization.There are two types of semaphores which are as follows −Binary semaphore − Can take only two values, ... Read More

Advertisements