Define deadlock avoidance.
An alternative method for avoiding deadlocks is to needs additional information about how resources are to be requested. Each request requires the system consider the resources currently available, the resources currently allocated to every process, and the future requests and releases of each process, to decide whether they could be satisfied or must wait to avoid a possible future deadlock.