. Now suppose there are two ftp file streams between two different clients and two different servers established at the same exact time over the same link. One stream is using a 1460 byte segment size the other a 576 byte segment size. Assume there are no drops and both streams are using a standard TCP and IP header. Assume both ftp streams are copying the same 3 MiB file (using the binary MB unit).
a. How many segments will be generated by the stream that is using the 1460 byte segment size?
b. How many bytes of the file will be in the last segment?
c. How many segments will be generated by the stream that is using the 576 byte segment size?
d. How many bytes of the file will be in the last segment of the second stream?