Suppose there are 2 routers in sequence between Host A and Host B, all of which use store-and-forward routing. What is the total end-to-end delay for a packet originating from Host A with destination Host B, under the following conditions. Each of the link transmission rates are 3.7 Mbps The total distance from Host A to Host B along its path of transmisison is 171.6 km The speed of propagation through the transmission medium is is 2.7 x 108 m/s The packet size is 3 KiB Remember that you must also uplink from Host A to the first router. Give answer in milliseconds, rounded to 1 decimal place, without units (e.g. for 0.12345 seconds you would enter "123.5" without the quotes).
How do you get to the answer of 20.6?
The path is A--R1--R2--B
Time taken to propagate through medium(The whole path) = (171.6 *1000 m )/(2.7*108 m/s)=0.63 ms
Transmission time per path between router = (3*1024*8 bits)/(3.7*106 bps) = 6.64 ms
Hence the total delay= 3 * Transmission Time taken between one path + Time taken to propagate through the medium = 6.64*3+0.63 = 20.55 ms
Do give a thumbs up
Suppose there are 2 routers in sequence between Host A and Host B, all of which...
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...
Host A is connected to Host B through a 100 Mbps link which has a propagation speed of 3 * 108 m/s, and the two hosts are 30 km apart. Assuming the network is not busy so that there are no processing or queueing delays, what is the end-to-end delay to send a 100 bit packet from Host A to Host B? (NOTE: Express your answer in milliseconds, i.e. msec and please show work.
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). 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...
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)?"...
Please Answer all Questions on Networks, They all involve calculation ( 1-9 Questions) "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...
Tig. 1 2. Consider the scenario shown below where (from the bottom up), you notice three hosts and a local logging server (that stores information that is sent to it) are connected to a router and to each other by a 100 Mbps link, with a near-zero ms propagation delay. That router in turn is connected to another router over a 30 Mbps link with a 50 ms propagation delay, and that latter router is connected to two remote logging...
10. Suppose there is exactly one packet switch 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 and R2, 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 L? (Ignore queuing, propagation delay, and processing delay.) 11. Draw a sketch of computers and network routers and links, to...
What
happens to the time when the message is segmented?
Network delay and throughput 4. [20 pts.] In a packet-switched network, the source host segments a long message into smaller packets and sends the packets into the network. The receiver then reassembles the packets back into the original message. The figure below illustrates the end-to-end transport of a message: (a) without message segmentation, and (b) with message segmentation. Assume the following: message size is M 8 × 106 bits, transmission...
a)
b)
c)
This chapter ("data plane") is all about forwarding packets at a router. Check all the statements that apply to Forwarding: Forwarding tables are computed by the control plane, in software. Forwarding tables are typically stored at every input port of a router. Forwarding tables are typically stored at every output port of a router. Forwarding tables are stored in the switching fabric. Destination-based forwarding means that we use the destination address of an IP datagram, to look...