Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The number of TCP connections between server A and client B for transferring 5 files in the same session would be 1. TCP establishes a connection before transferring data and maintains that connection until the session ends. Assuming these files are transferred sequentially or even concurrently (given the capabilities of modern TCP implementations) in the same session, only a single TCP connection is necessary.
D. 6