Define deadlock.
A process requests resources; if the resources are not available at that time, the process enters a wait state. Waiting processes might be never again change state, due to the resources they have requested are held by other waiting processes. This situation is known as a deadlock.