What is the sequence in which resources may be utilized?
Under normal mode of operation, a process may utilize a resource in the following sequence:
- Request: If the request cannot be granted instantly, 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.