0 0 votes Not sure about option c, can anyone please explain the relation between bounded waiting and busy waiting? 1. Bounded waiting does not allow: (a) Starvation of a process (b) A process to wait indefinitely to wait for Critical Section (c) Busy waiting (d) All of the above Operating System + – vk_9_1_9 434 views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply Utkarsh Joshi commented Jul 30, 2018 reply Follow flag Because of bounded waiting process will not have to wait indefinitely for entering CS which is one of the requirement a critical section solution should follow, while busy waiting is just repeatedly checking whether a condition is TRUE or repeatedly checking whether lock is available or not.! So i guess B is correct ans. is it? 0 0 replyShare Shaik Masthan commented Jul 30, 2018 reply Follow flag i hope there is no relation btw bounded waiting and busy waiting Bounded waiting exist in both Busy or Non-Busy waiting In Busy waiting, there may bounded waiting or may not bounded waiting 0 0 replyShare Please log in or register to add a comment.