what is Deadlock in OS-Telugu||linux operating system concepts|| Knowledge Chip||

Опубликовано: 19 Февраль 2026
на канале: Knowledge Chip
6,461
175

A deadlock is a situation in which two computer programs sharing the same resource are effectively preventing each other from accessing the resource, resulting in both programs ceasing to function.

The earliest computer operating systems ran only one program at a time. All of the resources of the system were available to this one program. Later, operating systems ran multiple programs at once, interleaving them. Programs were required to specify in advance what resources they needed so that they could avoid conflicts with other programs running at the same time. Eventually some operating systems offered dynamic allocation of resources. Programs could request further allocations of resources after they had begun running.

#Deadlock #linuxoperatingsystemconcepts #OsConcepts