Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 - TCP Connection Flow (24 points): Assume that a server with an IP address 100.100.100.5 has a running TCP process listening for incoming

image text in transcribed

Question 1 - TCP Connection Flow (24 points): Assume that a server with an IP address 100.100.100.5 has a running TCP process listening for incoming TCP connections on port 5555. Then there is a client with IP address 65.155.80.8 that wants to open a TCP connection with the aforementioned server to download 1MB (1 million bytes) file from the server. Assume that the Initial Sequence Number (ISN) for the client is 300 and for the server is 500 . Also assume that the client set its source port number to 12345 when opening the connection. The following events took place between the client and the server: (a) (4 points) 3 -way TCP handshake. (b) (4 points) the server sent 200KB then the client ACKed the receiption of the 200KB. (c) (4 points) the server sent 100KB then the client ACKed the receiption of the 100KB. (d) (4 points) the server sent 300KB then the client ACKed the receiption of the 300KB. (e) (4 points) the server sent 400KB then the client ACKed the receiption of the 400KB. (f) (4 points) the client closed the TCP connection. For each event, provide the exchanged TCP segments between the client and the server. For each segment, you must show the following parameters: - Source IP. - Source port. - Destination IP. - Destination Port. - Sequence number. - ACK number. - TCP flags Hint 1: in event (a), there are three segments. In events (b) to (e), there are two segments in each event. In event (f), there are four segments. Hint 2: in the "flags" field, you should list all of the TCP flags that are switched on for the segment. For this question, consider only the following TCP flags: SYN, FIN, ACK

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

4. Show the trainees how to do it again.

Answered: 1 week ago

Question

8. Praise the trainees for their success in learning the task.

Answered: 1 week ago