answersLogoWhite

0

The difference is that competing processes in an operating system compete for resources. Cooperating processes share resources, and some even work together to complete the same task.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Performing Arts

What is the heart of operating system and control and control the moist critical processes?

kernal


What is the difference in single tasking and multitasking in regards to the operating systems task management?

singletasking is OS which will opperate for single operations,Multi-tasking is a property of an Operating System, not hardware. As implied by the other answers, multi-tasking is the ability to actively manage execution of more than one process or thread simultaneously. That is, the Operating System itself can schedule and manage multiple thread or processes running simultaneously.


What is the difference between distributed operating system and network operating systems?

The network managers are responsible for all the customers, including other networks that they buy and sell electricity to and from. Typically the distributed operating system mostly worries about the local electricity needs, however incompetent behavior is often penalized such as shut down without warning of the distributed system, non-sinusoidal waveform, poor power factor, poor phase matching, over loading interconnecting power lines and high or low voltage operation = the voltage needs to be matched plus or minus about one volt. Neil Or alternatively, if you meant the two kinds of computer operating systems: A network OS will share filesystems over several machines, and each computer system schedules their own processes individually. (Windows, OS X) A distributed OS will also share the scheduling of processes as a collective group for the networked machines. A program running on one system may have subprocesses running on other systems in the network, all cooperating and running as if on the same computer. (maybe GNU Hurd)


Features of batch operating system?

Batch operating systems group together similar IPs into batches. The OS then runs processes on these IPs based on their characteristics.


What is the Importance of process management in operating systems?

Regarding the basic working of the Processes in operating system you can check the video It explains the basic working of the process and handling by operating system with all its required data structure.

Related Questions

What is the distinction between competing processes and cooperating processes?

Competing processes are those that vie for shared resources, leading to potential conflicts, as they attempt to access the same resources simultaneously. In contrast, cooperating processes work together to achieve a common goal, often sharing data and resources in a synchronized manner. While competing processes may require synchronization mechanisms to prevent resource contention, cooperating processes typically utilize inter-process communication to coordinate their actions. This distinction is essential in operating systems and concurrent programming to manage resource allocation and ensure efficient collaboration.


How do you spell cooperating?

It is usually cooperation or co-operation (working together).*Note that co-operation can mean simultaneous operationof two separate processes, such as administration or machinery.


What is cooperating processing?

cooperating processes are processes that cooperate to achieve a specific task. a task is initially broken into subtasks , each subtask is assigned to a process that should pass the result (or input) to another process and so on , until the task is done.


Why is a system call needed ipc between co-operating processes?

A system call is needed for inter-process communication (IPC) between cooperating processes because it provides a controlled interface for processes to request services from the operating system. This ensures that communication is managed safely and efficiently, allowing processes to share data, synchronize their actions, and exchange messages without directly accessing each other’s memory. By using system calls, the operating system can enforce security, manage resources, and maintain stability in a multi-process environment.


How cooperating processes communicate?

you can make effective communication between 2 processors by using volatile keyword..


How cooperating processes are communicating?

you can make effective communication between 2 processors by using volatile keyword..


Outline the natural and human processes that are operating on the delta?

No


What is the difference between OS and operating environment?

the operating environment is just you user interface. your customisable environment. the operating system is the entire basis of the computer working. it's the instruction set that makes the environment possible ===== Operating environment needs an Opearting system to work , OE depends on Operating system , Solaris is an Operating Environment not an Operating System


Can Operating System be used for specific specializes processes?

ayreh


Q Explain the difference between microkernel and macrokernel Give an example of microkernel?

Micro-Kernel: A micro-kernel is a minimal operating system that performs only the essential functions of an operating system. All other operating system functions are performed by system processes. Monolithic: A monolithic operating system is one where all operating system code is in a single executable image and all operating system code runs in system mode


What is uniformintarianism?

The concept that the "present is the key to the past" in geomorphic processes. The processes now operating have also operated in the past.


What is resource using os?

In the context of operating systems, a resource refers to any component that can be utilized by processes to perform tasks. This includes hardware components like CPU time, memory, disk space, and network bandwidth, as well as software resources like files and database connections. Efficient management of these resources is crucial for system performance and stability, as it prevents conflicts and ensures that each process has the necessary resources to execute. The operating system is responsible for allocating, monitoring, and managing these resources among competing processes.