Question: Write a Java or Python program to transfer a big file (>500 MB) from A to B using TCP socket. Transfer the file using different
Write a Java or Python program to transfer a big file (>500 MB) from A to B using TCP socket.
Transfer the file using different segment sizes such as 1KB, 5KB, 10KB, 100KB, 1MB, 5MB and 10MB. Evaluate the time needed to transfer the same file.
For each specific segment size, you should do the file transfer experiments 10 times and get the average time.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
