Computer Science, asked by Chicago8799, 1 year ago

when two processes are competing with each other causing data corruption, it is called

Answers

Answered by GENIUSBHAWANI
2
it is called blockage in the data

hamanta12345: hi
hamanta12345: bhawani
hamanta12345: please fallow me
hamanta12345: please
Answered by Poojasuri
0
hey mate here is ur answer. Hope it helps you.Mark it as brainliest please.

In concurrent computing, a deadlock is a state in which each member of a group is waiting for some other member to take action, such as sending a message or more commonly releasing a lock.Deadlock is a common problem in multiprocessing systems, parallel computing, and distributed systems, where software and hardware locks are used to handle shared resources and implement process synchronization.

In an operating system, a deadlock occurs when a process or thread enters a waiting state because a requested system resource is held by another waiting process, which in turn is waiting for another resource held by another waiting process. If a process is unable to change its state indefinitely because the resources requested by it are being used by another waiting process, then the system is said to be in a deadlock.
Similar questions