Q. Executing a parallel algorithm?
Multiple processors need synchronization with one another when executing a parallel algorithm. So task which is running on processor X may have to wait for result of a task which is executing on processor Y. As a result a delay is engaged in completing whole task distributed among K number of processors.