Question

1. Host A and Host B are connected by a network with 2 store-and-forward switches. Each...

1. Host A and Host B are connected by a network with 2 store-and-forward switches. Each link has a bandwidth of 5 megabits/second and is 1,000 kilometers long. The network propagation speed is 200,000 kilometers/second. Host A sends 10,000-bit packets to Host B. Give proper units on each answer. (For these and other numerical problems it is required that you give a formula, using numbers from the problem, that can be evaluated to give the numerical answer.)

a) What is the round-trip propagation delay between A and B?

b) What is the transmission delay of a single packet from A to B?

c) What is the bandwidth-delay product between A and B (RTT)?

Homework Answers

Answer #1

Sol.

Host A and Host B

Given that bandwidth B = 5 megabits/sec

= 5 * 106 bits/sec

that means host A a transmit 5000000 bits per second to Host B

In 1 second transmitted bits = 5000000

so 1 bit transmission time = 1/5000000

= 0.2 * 10-6 = 2 Microsecond

given packets size = 10,000

so to transnsmit 10,000 the time will be = 0.2 * 10-6 * 10,000

= 2 * 10-3 = 2mili sec

so Trasmission Delay = Tt = 2ms

Propogation Delay = Tp = d/v = 1000/200000

= 5 milisec

Now, RTT = Round Trip Time = 2*Tp + Tt

= 2 * 5ms + 2ms

= 12 ms

RTT = 12 milisec

Trasmission Delay = Tt = 2milisec

Propogation Delay = Tp = 5 milisec

plzz upvote....

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Assume that a source sends a message containing 8 packets to the destination and there are...
Assume that a source sends a message containing 8 packets to the destination and there are 4 routers on the path. Assume the bandwidth of each link is 200 Mbps, and the size of each packet is 16 Kb. Assume the length of each link is 20 kilometers, and the propagation speed is 2 x 108 meters per second. Assume each router begins retransmitting a packet after it has finished receiving the packet and processed it for 4 microseconds (dproc...
1.       In modern packet- switched networks, including the Internet, the source host segments long, application- layer messages...
1.       In modern packet- switched networks, including the Internet, the source host segments long, application- layer messages (for example, an image or a music file) into smaller packets and sends the packets into the network. The receiver then reassembles the packets back into the original message. We refer to this process as message segmentation. Figure 1.27 illustrates the end- to- end transport of a message with and without message segmentation. Consider a message that is 8 · 106 bits long that is...
Multiple choice questions: Circle the correct answer 1) Suppose two hosts, A and B are separated...
Multiple choice questions: Circle the correct answer 1) Suppose two hosts, A and B are separated by 1500 kilometers and are connected by a link of R = 2 Mbps. Suppose the propagation speed over the link is 3 x 108 meters/s. Considering sending a file of 100,000 bits from Host A to Host B. Suppose the file is sent continuously as one large message. The maximum number of bits that will be in the link at any time is...
Consider sending a file of 1 Mbits over a path of 5 links. Each link transmits...
Consider sending a file of 1 Mbits over a path of 5 links. Each link transmits at 10 Mbps. The network is lightly loaded so that there are no queuing delays. Propagation delay is negligible. When a form of packet switching is used, the file is broken up into 10 packets; each packet with 100 Kbits. Suppose the network is packet-switched virtual-circuit network. Denote the VC setup time by 10 milliseconds. Suppose the sending layer add a total of 100...
1. a. Which of the following services could not be provided to a flow of packets...
1. a. Which of the following services could not be provided to a flow of packets between a given source and destination? A. In-order packet delivery B. Guaranteed maximum bandwidth C. Guaranteed maximum jitter D. Security services b. In the following protocols, which group is used extensively for routing within an autonomous system in the Internet? A. The Routing Information Protocol (RIP) and IS-IS protocol B. The IS-IS protocol and Open Shortest Path First (OSPF) C. The Routing Information Protocol...
1. Please use only the C as the language of programming. 2. Please submit/upload on Canvas,...
1. Please use only the C as the language of programming. 2. Please submit/upload on Canvas, the following les for each of your programs: (1) the client and the server source les each (2) the client and the serve executable les each (3) a brief Readme le that shows the usage of the program. 3. Please appropriately comment your program and name all the identiers suitable, to enable enhanced readability of the code. Problems 1. Write an ftp client that...