consider the 3-node packet-switched network: a –––––––– b –––––––– c each link has a propagation delay of 5 ???????????????? and a capacity of 1 gbps. the packet processing time at each node is negligible, and only one message of 100,000 bytes is sent as 200 packets, each with a 500-byte payload and a 40-byte header. (a) calculate the per-hop transmission delay for a packet. (b) when does c receive the first packet? (c) when does c receive the second packet? homework m1, fall 2022. instructor: rajendra v. boppana 220824 3 (d) when does c receive the entire message, i.e., all packets? (e) what is the throughput achieved for this communication? (f) if throughput is less than the connection bw (which is the minimum of the bws of the two links in the connection), then what are the reasons (pipeline delays, packet overhead, propagation delays, node processing, queueing delays, etc.) for the lower throughput? give quantitative justifications: give the amount of bw lost for each cause. (g) if the entire message is sent as one packet with a 40-byte header, when does c receive the message? (h) what is the throughput now? (i) explain the differences in the throughputs of one-packet and multipacket cases.