Answer:
See explaination
Step-by-step explanation:
Usable sequence numbers = 2^31
Transmission speed = 2^30 bps
(a)Wrap around time = (2^31 * 8 * 1)/(2^30) = 16 seconds
(b)segment size = 16 Bytes
Wrap around time = (2^31 * 8 * 16)/(2^30) = 256 seconds
(c)if we use large segment size ,which increases size of MTU in data link layer .Maximum transmission unit is the maximum size of a packet or frame that can flow across the network, without being fragmented,which lead to overhead of fragmentation at network layer.
(d)Maximum network throughput equals the TCP window size divided by the round-trip time of communications data packets.
Round trip time = 2^9 ms
window size = 2^16
Throughput = (2^16)/(2^9) = 2^7 KBps = 128 KBps = 1Mbps