Q1) Consider transferring a large file of L bytes from Host A to Host B. Assume a MSS of 1460 bytes.
a. What is the maximum value of L such that the TCP sequence numbers are not exhausted?
b. For the L you obtained in (a),calculate how long it takes to transmit the file over a 10 Mbps link if to each segment a UDP header and, 46 bytes of network and link layer header information is added.
c. For the L you obtained in (a), calculate how long it takes to transmit the file over a 10 Mbps link if to each segment a TCP header (with no options) and, 46 bytes of network and link layer header information is added. Ignore flow control and congestion control.