answersLogoWhite

0

The Critical section problem occurs when the processors are in a Network. For eg consider that 3 processors share same database at a time, if one processor wants to update the database then no other process will get the access to that database. This point is called as critical section. Temporarily the connection between the other 2 system will be dropped.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science

What tools does a troubleshooter uses to get a description of a computer problem learn a user perspective on the problem and explain the solution to the user are called?

Communication skills


What is the importance of implementing a critical section in operating systems for ensuring proper synchronization and preventing race conditions?

Implementing a critical section in operating systems is important for ensuring proper synchronization and preventing race conditions. A critical section is a part of the code that can only be accessed by one process at a time, which helps avoid conflicts and ensure that data is accessed and modified correctly. This is crucial for maintaining the integrity of the system and preventing issues that can arise from multiple processes trying to access the same resources simultaneously.


Description is to assessment as is to prognosis?

description is to assessment as prediction is to prognosis


Difference between critical and non critical task in real time system?

the difference in critical and non critical task in a system is critical task are processes that the computer needs to operate correctly they are must have programs. Non critical talk are task that are running or can run but is not a crusial part if the task is deleted or ended then the OS should still fuction properly


Shared data problem in embedded system?

if a variable is used by multiple tasks or processes, conflict arises.the variable value will become inconsistent. solutions are to disable interrupts when critical region starts execution, using semaphores.

Related Questions

What is the role of semaphore in critical section problem?

janina


What is Peterson's solution to critical section problem?

ask dr kevin


What is mean by Peterson's solution in OS?

We illustrate a classic software-based solution to the critical section to the critical solution problem known as peterson's solution.


If the neutral axis of a reinforced section is above the critical section what is the section called?

Under Reinforced Section


What are the description of the three large division of the library?

Reference section Fiction section Non Fiction section


What is the most critical problem with the 2014 Honda Odyssey?

There is no critical problem with the Honda Odyssey. They are very reliable.


What is a description of the German flag?

A flag with a black section on top, a red section in the middle, and a yellow section on the bottom.


What is distributed mutual exclusion?

distributed Mutual exclusion, in computer science, refers to the problem of ensuring that no two processes or threads (henceforth referred to only as processes) can be in their critical section at the same time. Here, a critical section refers to a period of time when the process accesses a shared resource, such as shared memory. The problem of mutual exclusion was first identified and solved by Edsger W. Dijkstra in his seminal 1965 paper titled: Solution of a problem in concurrent programming control..hope it helps:)


Peterson algorigthm with n process?

while(1) { // thread i (0 <= i < n) for (j=1 ; j<n ; j++) { flag[i]=j; last[j]=i; for (k=0 ; k<n ; k++) { if (k==i) continue; while (flag[k]>=flag[i] && last[j]==i) { sleep(random()); } } } // critical section ... // end of critical section flag[i]=0; // not critical section ... // end of not critical section }


Which section is critical in rear axle?

The wheels and axle


What is the word that characterizes a critical section of code?

lock


Which is the world's 1st critical surgery?

Ceserean Section