Consider transmitting a 10,000 bit message over two links, from source to destination hosts via a router (see figure below). The router uses store and forward packet switching. The link between the source host and the router is 1,000 meters long, and the link between the router and the destination host is also 1,000 meters long. Both links have a transmission rate of 1 Mbps. Assume a propagation speed of 2*10^8 m/sec. Assume that the only delays are transmission delays and propagation delays.
a.Suppose the message is sent as one 10,000 bit packet. What is total delay in sending the message from source to destination?
b.Now suppose that the message is broken into four packets, each 2,500 bits. What is the total delay in sending the message from source to destination?
Hi, I'm new to networking and need some help on my assignment. I think the first one might be dprop+dtrans = 1000/(2*10^8) + 10000/(10^6), but not sure. Can anyone give some help?