retagged by
3,773 views

2 Answers

Best answer
5 votes
5 votes

In the 16X16 CPU case, the worst-case delay happens when message passes through longest path which is the diagonal of the upper right corner to lower left corner or upper left corner to lower right corner.

Longest path is indicated in red color.

It passes through 2(N-1) = 2(16-1) = 30 hops

selected by
0 votes
0 votes
In the 16X16 grid case, the worst-case delay is 15+15 =30 in hops that a message might have to take. The longest path in 16X16 grid is the diagonal of the upper right corner to lower left corner or upper left corner to lower right corner.
Answer:

Related questions

0 votes
0 votes
2 answers
2
Sanjay Sharma asked Jul 11, 2016
3,989 views
In UNIX OS , when a process creates a new process using the fork() system call , which of the following state is shared between the parent process and child processHeapSt...
0 votes
0 votes
1 answer
3
Sanjay Sharma asked Jul 11, 2016
2,367 views
In UNIX , processes that have finished execution but have not yet had their status collected are known as _________Sleeping processesStopped ProcessesZombie ProcessOrpha...