InterviewSolution
Saved Bookmarks
| 1. |
In a network, If P is the only packet being transmitted and there was no earlier transmission, which of the following delays could be zero?(a) Propagation delay(b) Queuing delay(c) Transmission delay(d) Processing delayThe question was asked in exam.My question comes from NetworkAttacks topic in division Security & Physical Layer of Computer Network |
|
Answer» CORRECT option is (B) Queuing DELAY Explanation: Since there is no other packet to be transmitted, there is no need for a queue. THEREFORE, the delay caused due to the queuing would be none i.e. 0. |
|