Tuesday, May 24, 2011

deadlock



A condition that occurs when two processes are each waiting for the other to complete before proceeding.
The result is that both processes hang. Deadlocks occur most commonly in multitasking and client/server environments. Ideally, the programs that are deadlocked, or the operating system, should resolve the deadlock, but this doesn't always happen.

A deadlock is also called a deadly embrace.

Source:

Networking

IP Addressing So what’s a TCP/IP Address? TCP/IP address works on the Network and Transport layer of the OSI-ISO reference model and Intern...