Define the edges used in resource allocation graph for deadlock?
Edges in a resource-allocation graph are defined as follows:
Request Edge, which represents that process is requesting a resource.
Assignment Edge, which represents that resource is allocated to the process.
|