321 views
0 votes
0 votes
Packets are generated every 30 pico-seconds on each node, & we have an additional delay of 23 microseconds for processing on each node. Packets are sent in a connection-oriented way, whereas a delay duration of 0.5 microseconds is experienced on each node as well.

a.Evaluate in terms of time what would be the end to end delay for 410 packets if these packets have a peer to peer communication of five(5) hops at the optimal pathfinding way to reach the destination. Is this communication feasible?

b.What about different communication overall stream delay will be 110 microseconds(μsec)? Would this communication be feasible as per the above scenario?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
3
dhruba asked Jun 5, 2023
1,094 views
Binary search is performed on a sorted array of n elements. The search key is not in the array and falls between the elements at positions m and m+1 (where 1 ≤ m < n). ...