Note: b denotes bits and B denotes Bytes (1 Byte = 8 bits).
Consider a packet of length L, which begins at source and travels over seven links to a destination. These links are connected through six routers. Let di, si, and Ri denote the length, propagation speed, and the transmission rate of link i, for i = 1 to 7. The processing delay at each router is d-proc. The queuing delay at each router is d-que. What is the total end-to-end delay for the packet in terms of di, si, Ri (i = 1 to 7), and L?
Now suppose, the packet is 2,500 Bytes, the propagation speed on all links is 2.5x108m/s (meters per second), the transmission rates of all links are 1.6 Mbps. The length of first and second links are 5,000 Km (kilometer), the length of third, fourth, fifth and sixth links are 4,000 Km, and the length of seventh links is 1,000 Km. Processing delay in each router is 2 msec (mili-second) and queuing delay in each router is 7 msec. For these values, what is the end-to-end delay? Write down your calculations.
Variables:
L = size of packet
di = array of lengths of link
si = array of propagation speeds of link
Ri = array of transmission speeds of link
dProc = processing delay at each router
dQue = queuing delay at each router
number of links = 7
number of routers = number of links - 1 = 6
![=7 Transmission Delay = (L/R[i]) 21](http://img.homeworklib.com/questions/f8cf9570-b1eb-11ea-8fca-efae3817447d.png?x-oss-process=image/resize,w_560)
![i=7 Propagation Delay = {(d[i]/s[i]](http://img.homeworklib.com/questions/f9328df0-b1eb-11ea-bcc0-7d2fa9dcc9f0.png?x-oss-process=image/resize,w_560)



![i=7 TotalEndToEndDelay = (L/R[i] + d[i]/s[i]) + 6* (dProc+dQue) i- 1](http://img.homeworklib.com/questions/fa93aef0-b1eb-11ea-b881-3f2819b06564.png?x-oss-process=image/resize,w_560)
answer:
L = 2500 Bytes = 2500*8 bits = 2 * 10^4 bits
Propagation speed = si = 2.5 * 10^8 m/s for i=1 to i=7
Transmission rate = Ri = 1.6 Mb/s = 1.6 * 10^6 b/s for i=1 to i=7
d1 = d2 = 5000 km = 5 * 10^6 m
d3 = d4 = d5 = d6 = 4000 km = 4 * 10^6 m
d7 = 1000 km = 1 * 10^6 m
dProc = 2 ms = 2 * 10^-3 s
dQue = 7 ms = 7 * 10^-3 s


Note: b denotes bits and B denotes Bytes (1 Byte = 8 bits). Consider a packet...
Note: b denotes bits and B denotes Bytes (1 Byte 8 bits) Question 1: 32 points: (16)+(16) Source Destination Consider a packet of length L, which begins at source and travels over seven links to a destination. These links are connected through six routers. Let di, si, and Ri denote the length, propagation speed, and the transmission rate of link i, for i 1 to 7. The processing delay at each router is d-proc. The queuing delay at each router...
Note: b denotes bits and B denotes Bytes (1 Byte = 8 bits). When a node transmits a packet, it doesn’t need to wait for the last packet to be propagated along the link. As soon as one packet is transmitted into the link, the node can start transmitting the next packet Part1: For each of the following cases, calculate the latency (from first bit sent to the last bit received). Assume the bandwidth of each link is 2Gbps, and...
1. Consider a packet of length L which begins at end system A and travels over three links to a destination end system. These three links are connected by two packet switches. Let di, si, and Ri denote the length, propagation speed, and the transmission rate of link i, for i=1,2,3. The packet switch delays each packet by dproc. Assuming no queuing delays, in terms of di, si, and Ri, (i=1,2,3), and L, what is the total end-to-end delay for...
QUESTION 1 "A single router is transmitting packets, each of length L bits, over a single link with transmission rate R Mbps to another router at the other end of the link. Suppose that the packet length is L= 12000 bits, and that the link transmission rate along the link to router on the right is R = 1000 Mbps. What is the maximum number of packets per second that can be transmitted by the link (use a whole number)?"...
3. Suppose there is exactly one packet switch (or router) between a sending host and a receiving host. The transmission rates between the sending host and the switch and between the switch and the receiving host are R1 = 1Mbps and R2 = 2Mbps, respectively. Assuming that the switch uses store-and-forward packet switching, what is the total end-to-end delay to send a packet of length 18000bits? Assume that the propagation speed is 2 * 108 meters/sec, the distance between source...
Problem 2 For a given network, the average packet length L = 1024 bytes, packets are arriving with an average rate = 8 pakets/s, the network is used to support voice call services which can tolerate a maximum end-to-end delay of 150 ms, the average end-to-end distance between any two connected nodes in the network is 1000 km, the average phase velocity for signal travelling throughout the network links is 0.1 speed of light in free space and the call...
For this question, let the packet size L = 1000 bytes, the propagation speed s = 2.5 x 108 m/s, the link distance d = 2000 km, and the transmission rate R = 10 Mbps. Assume that 1 Mbyte (megabyte) = 1 x 106 bytes (SI definition). Answer these questions: (a) If 5 packets arrive simultaneously and the queue is initially empty, what is the average queuing delay for all 5 packets.
Consider a client and a server connected through one router. Assume the router can start transmitting an incoming packet after receiving its first h bytes instead of the whole packet. Suppose that the link rates are R byte/s and that the client transmits one packet with a size of L bytes to the server. What is the end-to-end delay? Assume the propagation, processing, and queuing delays are negligible. Generalize the previous result to a scenario where the client and the...
consider a network using packet switching, that consist of 4 routers and two host: Host A and Host B with distance between the two hosts is 10000 Km. assume every router has processing time = 2 s, and queueing time = 2 s. The speed of light = 2x108 m/s and all the links have a bandwidth of 5Mbps. Calculate the queuing delay for the whole network.
Consider sending a large file of Z bits from Host A to Host B. There are four links (and three switches) between A and B, and the links are uncongested (that is, no queuing delays). Host A segments the file segments of S bits each and adds 60 bits of header to each segment, forming packets of L 60S bits. Each link has a transmitting rte of R bps. Propagation delay is ρ microseconds kilometer. Consider the following distances: A...