What is the sequence in which resources may be utilized?
Under normal mode of operation, a process might be utilize a resource in the following sequence:
• Request: If the request cannot be granted immediately, then the requesting process must wait unless it can acquire the resource.
• Use: The process can function on the resource.
• Release: The process releases the resource.