In this video the following points are discussed:
1. When Multiple processes want to be executed, We execute them parallelly to reduce the response time.
2. If there is a variable which multiple processes want to access, then we should make sure that at a one time only one process access the shared variable (we call the shared variable as critical section) to get the right output without any conflicts.
3. To maintain the synchronization among processes, we take help of Entry section, Critical Section and Exit Section.
4. The Entry section contains the condition that restrict only one process to enter in to the critical section.
5. The Critical section contains the shared variable that a process want to access.
6. The Exit section contains the condition that will let the another process to access the critical section when one process already accessed the shared variable.
For More videos related to Operating System. Kindly visit the playlist: • Operating System
For More content, Kindly visit the ‘Creative Computer Science’ You tube channel. / @creativecomputerscience5679
Email ID For Query: [email protected]
#operatingsystem
#cpuscheduling
#Lockvariable
#semaphore
#gate
#ugcnet
#computerscience
#computernetworking
#lock
#nielit
#isro
#drdo